summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAge
...
* Move TargetPassConfig implementation into Passes.cppAndrew Trick2012-02-04
* Make TargetPassConfig an ImmutablePass so CodeGenPasses can query optionsAndrew Trick2012-02-04
* Initialize all common codegen passes before configuration so we can use their...Andrew Trick2012-02-03
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* Add an option to disable buggy copy propagation passAnton Korobeynikov2012-01-22
* 80-col violationAndrew Trick2012-01-13
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Remove the logging streamer.Rafael Espindola2012-01-10
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-07
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-02
* Make assert() message more informative.Jim Grosbach2011-10-25
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-21
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Comment grammar fixes.Torok Edwin2011-09-30
* Instead of crashing when MCAsmInfo is NULL, add an assert.Torok Edwin2011-09-30
* Don't conditionalize execution of the SjLj EH prepare pass.Bill Wendling2011-09-28
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-27
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Add llc flags to disable machine DCE and CSE.Jakob Stoklund Olesen2011-08-19
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-26
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-05
* 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