index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
Age
Commit message (
Expand
)
Author
2010-01-22
inline AsmPrinter::PrintHex into its two trivial callers.
Chris Lattner
2010-01-22
change this to be a static function instead of a method on asmprinter.
Chris Lattner
2010-01-21
back this out for now. Growing Function is not good.
Jim Grosbach
2010-01-21
remove a couple of asserts that use RTTI.
Chris Lattner
2010-01-21
Make sure that landing pad entries in the EH call site table are in the proper
Jim Grosbach
2010-01-20
make findDebugLoc a class method
Dale Johannesen
2010-01-20
When XDEBUG is enabled, check for SelectionDAG cycles at some key
David Greene
2010-01-20
inline and radically simplify printDataDirective. It will eventually
Chris Lattner
2010-01-20
signficant cleanups to EmitGlobalConstant (including streamerization
Chris Lattner
2010-01-20
Move findDebugLoc somewhere more central. Fix
Dale Johannesen
2010-01-19
eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.
Chris Lattner
2010-01-19
Add some new debugging APIs to print out "raw" SelectionDAGs to make
David Greene
2010-01-19
refactor code to be static functions instead of methods on AsmPrinter.
Chris Lattner
2010-01-19
For aligned load/store instructions, it's only required to know whether a
Jim Grosbach
2010-01-19
Avoid including DebugInfo.h in AsmPrinter.h
Devang Patel
2010-01-19
Now that we have everything nicely factored (e.g. asmprinter is not
Chris Lattner
2010-01-19
hoist handling of external globals and special globals up to common code.
Chris Lattner
2010-01-18
Change CurrentFnSym to be a non-const pointer since asmprinter mutates it
Chris Lattner
2010-01-17
Switch some functions to take Twines, eliminate uses of StringExtras.h.
Benjamin Kramer
2010-01-16
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
Chris Lattner
2010-01-16
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-16
CurrentFnName is now dead, remove it.
Chris Lattner
2010-01-16
remove the string form of printVisibility.
Chris Lattner
2010-01-15
supplement CurrentFnName with CurrentFnSym, which will eventually
Chris Lattner
2010-01-15
add a version of AsmPrinter::printVisibility that takes an MCSymbol.
Chris Lattner
2010-01-15
Remove unneeded argument per review.
Dale Johannesen
2010-01-15
add another helper
Chris Lattner
2010-01-15
add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol
Chris Lattner
2010-01-15
Add comments to the dump() and dumpr() routines.
Dan Gohman
2010-01-15
Add some debug routines to SelectionDAG to dump full DAGs.
David Greene
2010-01-15
Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.
Nate Begeman
2010-01-13
Add a quick pass to optimize sign / zero extension instructions. For targets ...
Evan Cheng
2010-01-13
Further progration of metadata operands. The
Dale Johannesen
2010-01-12
Add MO_Metadata as an operand kind. Not used yet.
Dale Johannesen
2010-01-07
Add comments.
Jakob Stoklund Olesen
2010-01-06
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-05
Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen
Dan Gohman
2010-01-05
Restore dump() methods to Loop and MachineLoop.
Dan Gohman
2010-01-05
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
Simplify this code; avoid duplicating the low-level implementation code.
Dan Gohman
2010-01-05
Fix a typo in a comment.
Dan Gohman
2009-12-28
Metadata.h doesn't need to include ValueHandle.h anymore.
Chris Lattner
2009-12-22
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-21
- Add a bit more plumbing assigning an order to SDNodes.
Bill Wendling
2009-12-21
Place SDNodeOrdering.h in the directory it's used.
Bill Wendling
2009-12-19
Fixed use of phi param in SlotIndex constructors.
Lang Hames
2009-12-19
Remove spurious semicolon. Thanks, Clang
Douglas Gregor
2009-12-19
Forgot forward declaration.
Bill Wendling
2009-12-18
Changes from review:
Bill Wendling
[prev]
[next]