summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAge
...
* Move early tail duplication earlier.Rafael Espindola2011-07-04
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27
* eliminate dependence on StandardPasses.h. The code generator's pass pipelineChris Lattner2011-05-22
* Remove the DwarfTable enum.Rafael Espindola2011-05-05
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-28
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-18
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Delete the GEPSplitter experiment.Dan Gohman2011-02-28
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-14
* Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen2010-12-18
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-19
* Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos.Dan Gohman2010-11-18
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Split pseudo-instruction expansion into a separate pass, to make itDan Gohman2010-11-16
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-08
* Add TypeBasedAliasAnalysis to the standard pass lists. Note that itDan Gohman2010-10-18
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Call InitSections in llc and clang so that the binaries produced by themRafael Espindola2010-10-08
* 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