aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-12/+8
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-8/+12
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-091-12/+8
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-8/+12
* Implement bottom-up fast-isel. This has the advantage of not requiringDan Gohman2010-07-071-12/+8
* Temporarily disable on-demand fast-isel.Dan Gohman2010-07-011-8/+12
* Fast isel no longer needs DeadMachineInstrElim to clean up after it.Dan Gohman2010-07-011-12/+8
* Add some comments.Dan Gohman2010-06-241-0/+7
* Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen2010-05-271-1/+1
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-261-2/+4
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-1/+6
* llc (et al): Add support for --show-encoding and --show-inst.Daniel Dunbar2010-05-181-1/+13
* XFAIL the test I added with vg_leak, apparently it is the first and only llcDaniel Dunbar2010-05-141-0/+2
* Code that needs a TargetMachine should have access to one directly, ratherDan Gohman2010-04-191-2/+2
* Fix codegen passes. -disable-ssc shouldn't disable postra machine licm.Evan Cheng2010-04-171-5/+11
* Enable post regalloc machine licm by default.Evan Cheng2010-04-121-5/+1
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-071-2/+0
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-04-071-0/+2
* Post regalloc LICM. Work in progress.Evan Cheng2010-04-071-0/+7
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-16/+1
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-18/+23
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-121-4/+2
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-121-1/+1
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-111-2/+2
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-4/+5
* Enable machine cse pass.Evan Cheng2010-03-101-5/+1
* Revert accidental commit.Evan Cheng2010-03-091-1/+1
* - Make the machine cse dumb coalescer (as opposed to the more awesome simpleEvan Cheng2010-03-091-2/+2
* We don't really care about correct register liveness information after theJakob Stoklund Olesen2010-03-051-4/+10
* Run machine licm before machine cse to avoid messing up licm opportunities.Evan Cheng2010-03-041-2/+2
* Rename -machine-cse to -enable-machine-cse.Evan Cheng2010-03-041-1/+1
* Add an option to enable machine cse (it's not doing anything yet.Evan Cheng2010-03-031-0/+5
* Add a flag to addPassesToEmit* to disable the Verifier pass runDan Gohman2010-02-281-8/+18
* Remove unused "NoPRE" parameter in GVN and createGVNPass().Bob Wilson2010-02-261-1/+1
* Besides removing phi cycles that reduce to a single value, also remove deadBob Wilson2010-02-131-1/+4
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-121-1/+1
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-121-0/+4
* Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson2010-02-121-0/+1
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-061-0/+6
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-031-10/+19
* pass an instprinter into the AsmPrinter if it is available.Chris Lattner2010-02-031-3/+7
* make any use of the "O" stream in asmprinter print toChris Lattner2010-02-031-1/+10
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-021-6/+13
* use OwningPtr and factor code better.Chris Lattner2010-02-021-19/+21
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-3/+20
* simplify getVerboseAsmChris Lattner2010-02-021-6/+6
* move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...Chris Lattner2010-02-021-1/+13
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-021-2/+1
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-021-10/+7