aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-281-0/+6
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-1/+1
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-181-0/+26
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+1
* Delete the GEPSplitter experiment.Dan Gohman2011-02-281-12/+0
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-1/+2
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-141-1/+2
* Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen2010-12-181-1/+1
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-161-2/+5
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-22/+9
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-9/+22
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-22/+9
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-5/+23
* Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos.Dan Gohman2010-11-181-2/+2
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-171-1/+3
* Split pseudo-instruction expansion into a separate pass, to make itDan Gohman2010-11-161-0/+3
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-081-4/+5
* Add TypeBasedAliasAnalysis to the standard pass lists. Note that itDan Gohman2010-10-181-2/+2
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-0/+4
* Call InitSections in llc and clang so that the binaries produced by themRafael Espindola2010-10-081-0/+1
* Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands2010-08-311-1/+1
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-241-15/+3
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-141-0/+16
* tidy up whitespace a bitJim Grosbach2010-08-131-7/+6
* Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling2010-08-091-2/+1
* Add the Optimize Compares pass (disabled by default).Bill Wendling2010-08-061-0/+1
* Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen2010-08-051-13/+7
* The lower invoke pass needs to have unreachable code elimination run after itBill Wendling2010-08-041-2/+4
* The EH prepare passes really want to be the last passes run before code-gen.Bill Wendling2010-08-041-5/+5
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-291-4/+0
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-07-241-0/+2
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-221-0/+18
* 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