aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make assert() message more informative.Jim Grosbach2011-10-251-1/+2
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-211-2/+12
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-0/+1
* Comment grammar fixes.Torok Edwin2011-09-301-5/+6
* Instead of crashing when MCAsmInfo is NULL, add an assert.Torok Edwin2011-09-301-0/+5
* Don't conditionalize execution of the SjLj EH prepare pass.Bill Wendling2011-09-281-5/+1
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-271-1/+5
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-251-2/+2
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+2
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Add llc flags to disable machine DCE and CSE.Jakob Stoklund Olesen2011-08-191-2/+8
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-12/+12
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-9/+9
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-4/+3
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-21/+2
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+4
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-1/+3
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-1/+2
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+1
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-3/+11
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-10/+10
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-1/+1
* Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-051-4/+0
* Move early tail duplication earlier.Rafael Espindola2011-07-041-6/+6
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-171-4/+1
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-171-1/+4
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-151-0/+4
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-271-0/+1
* eliminate dependence on StandardPasses.h. The code generator's pass pipelineChris Lattner2011-05-221-2/+6
* Remove the DwarfTable enum.Rafael Espindola2011-05-051-1/+0
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-301-0/+1
* 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