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-04-06
Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler.
Bill Wendling
2010-04-06
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
Give MachineModuleInfo an actual Module*.
Chris Lattner
2010-04-05
Add an isReachableFromEntry to MachineDominators, following the one
Dan Gohman
2010-04-05
trim some prototypes.
Chris Lattner
2010-04-05
remove the now-redundant MMI pointer in SelectionDAG.
Chris Lattner
2010-04-05
remove some redundant MMI arguments.
Chris Lattner
2010-04-05
unthread MMI from FastISel
Chris Lattner
2010-04-05
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-05
prune #includes.
Chris Lattner
2010-04-05
finally blast DwarfWriter away.
Chris Lattner
2010-04-05
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
trim some spurious references to DwarfWriter. SDIsel really doesn't
Chris Lattner
2010-04-05
selection dag doesn't need DwarfWriter, remove some tendrils.
Chris Lattner
2010-04-05
fastisel doesn't need DwarfWriter, remove some tendricles.
Chris Lattner
2010-04-05
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-04
Move EmitFrameMoves into AsmPrinter.
Chris Lattner
2010-04-04
missed a header :(
Chris Lattner
2010-04-04
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
simplify some code.
Chris Lattner
2010-04-04
move gettemplabel and getdwlabel to AsmPrinter and rename
Chris Lattner
2010-04-04
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-04-04
more interface cleanup make some helpers static functions.
Chris Lattner
2010-04-04
clean up the asmprinter header and privatize some stuff.
Chris Lattner
2010-04-04
split inline asm support out to its own .cpp file.
Chris Lattner
2010-04-04
inline processDebugLoc and simplify it.
Chris Lattner
2010-04-04
clean up the asmprinter interface a bit, rename a few
Chris Lattner
2010-04-04
remove TargetMachine.h #include, also, TRI isn't used frequently
Chris Lattner
2010-04-04
lazily allocate the GCMetadataPrinters map and remove DenseMap
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-04-04
mcize the gc metadata printing stuff.
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-03
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-04-03
start moving towards emitting inline asm statements with
Chris Lattner
2010-04-03
add a new EmitInlineAsm function to asmprinter to handle inline asm.
Chris Lattner
2010-04-02
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-04-02
remove uses of DebugLoc::getUnknownLoc.
Chris Lattner
2010-04-02
include densemap.h explicitly and rearrange #includes.
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-02
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-01
Revert r100143.
Eric Christopher
2010-04-01
Add some switches helpful for debugging:
David Greene
[prev]
[next]