summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAge
* Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach2009-08-17
* Allow double defs in the machine code verifier after the addPreRegAlloc passes.Jakob Stoklund Olesen2009-08-15
* TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar2009-08-13
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-13
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* Tidy #includes.Dan Gohman2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Disable stack coloring with register for now. It's not able to set kill markers.Evan Cheng2009-08-05
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* We don't need to use llvm_report_error, this interface can deal with errorsDaniel Dunbar2009-07-15
* Add missing includes.Daniel Dunbar2009-07-15
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-15
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Revert an accidental commit.Evan Cheng2009-07-13
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* Add a ARM specific pre-allocation pass that re-schedule loads / stores fromEvan Cheng2009-06-13
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22
* Pass to verify generated machine code.Jakob Stoklund Olesen2009-05-16
* Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...Evan Cheng2009-05-12
* Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng2009-05-07
* Just turn aggressive stack coloring off at -O3.Bill Wendling2009-05-07
* Temporarily revert r71010. It was causing massive failures during self-hosting.Bill Wendling2009-05-07
* Enable stack coloring with regs at -O3.Evan Cheng2009-05-05
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...Evan Cheng2009-02-09
* Revert r63999. It was breaking self-hosting builds.Bill Wendling2009-02-08
* Enable machine sinking pass in non-fast mode.Evan Cheng2009-02-07
* Turn on machine LICM in non-fast mode.Evan Cheng2009-02-05
* Move post-RA scheduling before branch folding for now, because branchDan Gohman2008-12-18
* Run post-RA scheduling after branch folding, as it tends toDan Gohman2008-11-24
* Add another machine-code printing pass when post-pass scheduling is run.Dan Gohman2008-11-20
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-13
* Update in response to feedback from Chris:Bill Wendling2008-11-04
* Initial checkin for stack protectors. Here's what it does:Bill Wendling2008-11-04
* Move the code that adds the DeadMachineInstructionElimPass fromDan Gohman2008-10-25
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-22
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-21
* Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-iselDan Gohman2008-10-07
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-01
* Enable FastISel by default (on x86 and x86-64) with the -fast option.Dan Gohman2008-10-01
* Enable DeadMachineInstructionElim when Fast-ISel is enabled.Dan Gohman2008-09-25
* Refactor the code that adds standard LLVM codegen passes intoDan Gohman2008-09-25