summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAge
* Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands2010-08-31
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-24
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-14
* tidy up whitespace a bitJim Grosbach2010-08-13
* Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling2010-08-09
* Add the Optimize Compares pass (disabled by default).Bill Wendling2010-08-06
* Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen2010-08-05
* The lower invoke pass needs to have unreachable code elimination run after itBill Wendling2010-08-04
* The EH prepare passes really want to be the last passes run before code-gen.Bill Wendling2010-08-04
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-07-24
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-09
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-07
* Temporarily disable on-demand fast-isel.Dan Gohman2010-07-01
* Fast isel no longer needs DeadMachineInstrElim to clean up after it.Dan Gohman2010-07-01
* Add some comments.Dan Gohman2010-06-24
* Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen2010-05-27
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-26
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-23
* llc (et al): Add support for --show-encoding and --show-inst.Daniel Dunbar2010-05-18
* XFAIL the test I added with vg_leak, apparently it is the first and only llcDaniel Dunbar2010-05-14
* Code that needs a TargetMachine should have access to one directly, ratherDan Gohman2010-04-19
* Fix codegen passes. -disable-ssc shouldn't disable postra machine licm.Evan Cheng2010-04-17
* Enable post regalloc machine licm by default.Evan Cheng2010-04-12
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-07
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-04-07
* Post regalloc LICM. Work in progress.Evan Cheng2010-04-07
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-12
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-12
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-11
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-11
* Enable machine cse pass.Evan Cheng2010-03-10
* Revert accidental commit.Evan Cheng2010-03-09
* - Make the machine cse dumb coalescer (as opposed to the more awesome simpleEvan Cheng2010-03-09
* We don't really care about correct register liveness information after theJakob Stoklund Olesen2010-03-05
* Run machine licm before machine cse to avoid messing up licm opportunities.Evan Cheng2010-03-04
* Rename -machine-cse to -enable-machine-cse.Evan Cheng2010-03-04
* Add an option to enable machine cse (it's not doing anything yet.Evan Cheng2010-03-03
* Add a flag to addPassesToEmit* to disable the Verifier pass runDan Gohman2010-02-28
* Remove unused "NoPRE" parameter in GVN and createGVNPass().Bob Wilson2010-02-26
* Besides removing phi cycles that reduce to a single value, also remove deadBob Wilson2010-02-13
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-12
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12