aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
AgeCommit message (Expand)Author
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-19Add llc flags to disable machine DCE and CSE.Jakob Stoklund Olesen
2011-07-26Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-07-05Remove the ObjC ARC passes from the default optimization list, and addDan Gohman
2011-07-04Move early tail duplication earlier.Rafael Espindola
2011-06-17Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling
2011-06-17Add an option that allows one to "decode" the LSDA.Bill Wendling
2011-06-15The ARC language-specific optimizer. Credit to Dan Gohman.John McCall
2011-05-27Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis
2011-05-22eliminate dependence on StandardPasses.h. The code generator's pass pipelineChris Lattner
2011-05-05Remove the DwarfTable enum.Rafael Espindola
2011-04-30Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola
2011-03-28Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-03-18Beginnings of MC-JIT code generation.Jim Grosbach
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov
2011-02-28Delete the GEPSplitter experiment.Dan Gohman
2011-01-23Add support for the --noexecstack option.Rafael Espindola
2011-01-14Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov
2010-12-18Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen
2010-12-16MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-11-19Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola
2010-11-18Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos.Dan Gohman
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng
2010-11-16Split pseudo-instruction expansion into a separate pass, to make itDan Gohman
2010-11-08Add registry hook for assembly text outputChe-Liang Chiou
2010-10-18Add TypeBasedAliasAnalysis to the standard pass lists. Note that itDan Gohman
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2010-10-08Call InitSections in llc and clang so that the binaries produced by themRafael Espindola
2010-08-31Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands
2010-08-24Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach
2010-08-14Add a local stack object block allocation pass. This is still anJim Grosbach
2010-08-13tidy up whitespace a bitJim Grosbach
2010-08-09Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling
2010-08-06Add the Optimize Compares pass (disabled by default).Bill Wendling
2010-08-05Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen
2010-08-04The lower invoke pass needs to have unreachable code elimination run after itBill Wendling