index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability for MCStreamer to emit comments on the same line as directives.
Chris Lattner
2010-01-22
1
-1
/
+12
*
pass "-fasm-verbose" into createAsmStreamer.
Chris Lattner
2010-01-22
1
-0
/
+1
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-1
/
+1
*
give PassNameParser a home.
Chris Lattner
2010-01-22
1
-1
/
+3
*
add an out-of-line virtual method to CmpInst to give it a home.
Chris Lattner
2010-01-22
1
-2
/
+2
*
elimiante the dynamic_cast's from opt.
Chris Lattner
2010-01-22
3
-14
/
+28
*
eliminate a bunch of dynamic_cast's.
Chris Lattner
2010-01-22
3
-1
/
+9
*
eliminate a bunch of dynamic_cast's.
Chris Lattner
2010-01-22
1
-0
/
+3
*
Add two target hooks to determine whether two loads are near and should be sc...
Evan Cheng
2010-01-22
1
-0
/
+24
*
Add DenseMapInfo for signed long long.
Evan Cheng
2010-01-22
1
-0
/
+13
*
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner
2010-01-22
3
-0
/
+290
*
create a new MCParser library and move some stuff into it.
Chris Lattner
2010-01-22
3
-0
/
+0
*
allow registering target lexers.
Chris Lattner
2010-01-22
2
-4
/
+51
*
stub out a new TargetAsmLexer interface.
Chris Lattner
2010-01-22
1
-0
/
+36
*
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-22
1
-0
/
+3
*
Store flags in bitfields instead of masking them into the pointer for the lef...
Ted Kremenek
2010-01-22
2
-27
/
+23
*
Tidy up assertion syntax. No functionality change.
Ted Kremenek
2010-01-21
1
-35
/
+30
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
1
-7
/
+0
*
back this out for now. Growing Function is not good.
Jim Grosbach
2010-01-21
2
-34
/
+3
*
struct/class mismatch.
Benjamin Kramer
2010-01-21
1
-1
/
+1
*
remove a couple of asserts that use RTTI.
Chris Lattner
2010-01-21
3
-10
/
+1
*
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-21
1
-3
/
+63
*
eliminate dynamic_cast from the pass manager.
Chris Lattner
2010-01-21
1
-22
/
+20
*
Make sure that landing pad entries in the EH call site table are in the proper
Jim Grosbach
2010-01-21
2
-3
/
+34
*
Modified MCAsmLexer to return error information upward
Sean Callanan
2010-01-20
1
-2
/
+21
*
make findDebugLoc a class method
Dale Johannesen
2010-01-20
1
-3
/
+4
*
When XDEBUG is enabled, check for SelectionDAG cycles at some key
David Greene
2010-01-20
2
-1
/
+18
*
add some new methods to adjust this pointers. Not used yet.
Chris Lattner
2010-01-20
1
-0
/
+8
*
add a helper method.
Chris Lattner
2010-01-20
1
-0
/
+5
*
Move per-function inline threshold calculation to a method.
Jakob Stoklund Olesen
2010-01-20
1
-0
/
+6
*
inline and radically simplify printDataDirective. It will eventually
Chris Lattner
2010-01-20
1
-4
/
+0
*
signficant cleanups to EmitGlobalConstant (including streamerization
Chris Lattner
2010-01-20
1
-2
/
+0
*
give createAsmStreamer an 'isLittleEndian' argument.
Chris Lattner
2010-01-20
1
-1
/
+1
*
revert 93934, removing the MCAsmInfo endianness bit. I can't
Chris Lattner
2010-01-20
3
-7
/
+3
*
Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...
Victor Hernandez
2010-01-20
1
-1
/
+1
*
Move findDebugLoc somewhere more central. Fix
Dale Johannesen
2010-01-20
1
-0
/
+3
*
Make SCEVAddRecExpr's getType return a pointer type when the add
Dan Gohman
2010-01-19
1
-0
/
+7
*
give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
Chris Lattner
2010-01-19
3
-3
/
+7
*
Give ScalarEvolution access to the DominatorTree. It'll need this
Dan Gohman
2010-01-19
1
-0
/
+4
*
add a new EmitIntValue method that MCStreamer impls can optionally define
Chris Lattner
2010-01-19
1
-0
/
+4
*
Add a new helper function to IVUsers for returning the "canonical"
Dan Gohman
2010-01-19
1
-0
/
+5
*
eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.
Chris Lattner
2010-01-19
2
-4
/
+6
*
Promoted the getTok() method to MCAsmParser so that
Sean Callanan
2010-01-19
1
-0
/
+3
*
Stubs for getHostCPUFeatures API. This implements part of PR5389.
Xerxes Ranby
2010-01-19
1
-0
/
+13
*
Add some new debugging APIs to print out "raw" SelectionDAGs to make
David Greene
2010-01-19
1
-15
/
+33
*
Propagated the parser-side Lex function's declaration to
Sean Callanan
2010-01-19
1
-0
/
+5
*
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-19
1
-3
/
+5
*
refactor code to be static functions instead of methods on AsmPrinter.
Chris Lattner
2010-01-19
1
-9
/
+9
*
add a "MCStreamer::EmitFill" method, and move the default implementation
Chris Lattner
2010-01-19
1
-0
/
+5
*
remove MAI::ZeroDirectiveSuffix, which is only used by MASM,
Chris Lattner
2010-01-19
1
-4
/
+0
[next]