aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-021-2/+3
* Revert 49006 for the moment.Dale Johannesen2008-04-011-2/+4
* Emit exception handling info for functions which areDale Johannesen2008-03-311-4/+2
* Avoid outputing spaces at the ends of lines.Dan Gohman2008-03-251-4/+4
* Do not align loops if optimizing for size.Devang Patel2008-03-251-1/+1
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-3/+3
* Added option -align-loops=<true/false> to disable loop aligner pass.Evan Cheng2008-02-281-0/+6
* Enable exception handling int JITNicolas Geoffray2008-02-131-2/+2
* don't create the post-ra scheduler unless it is enabled.Chris Lattner2008-01-141-1/+7
* Ammending r45669 with a missing file.Gordon Henriksen2008-01-071-4/+23
* allow sinking to be enabled for the jitChris Lattner2008-01-051-0/+3
* Move option to enable machine LICM into LLVMTargetMachine.cpp.Bill Wendling2008-01-041-3/+8
* Add a really quick hack at a machine code sinking pass, enabled with --enable...Chris Lattner2008-01-041-0/+9
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Initial commit of the machine code LICM pass. It successfully hoists this:Bill Wendling2007-12-071-4/+8
* Move subreg lowering pass to be right after regalloc, per feedback.Christopher Lamb2007-07-271-4/+10
* Add a MachineFunction pass, which runs post register allocation, that turns s...Christopher Lamb2007-07-261-0/+4
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-2/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+205