aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-021-5/+22
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-29/+1
* Plug a leak when using MCJIT.Benjamin Kramer2012-05-201-1/+1
* Use TargetMachine's register info instead of creating a new one and leaking it.Benjamin Kramer2012-05-201-1/+1
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-5/+8
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-0/+1
* s/SjLjEHPass/SjLjEHPrepare/Bill Wendling2012-03-131-1/+1
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+2
* Tidy up.Jim Grosbach2012-02-171-2/+3
* Added TargetPassConfig::setOptAndrew Trick2012-02-081-0/+2
* Add TargetPassConfig to the PassManager for use inside passesAndrew Trick2012-02-061-2/+2
* Fix a leak!Nick Lewycky2012-02-041-0/+2
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-13/+92
* Move TargetPassConfig implementation into Passes.cppAndrew Trick2012-02-041-304/+2
* Make TargetPassConfig an ImmutablePass so CodeGenPasses can query optionsAndrew Trick2012-02-041-15/+2
* Initialize all common codegen passes before configuration so we can use their...Andrew Trick2012-02-031-0/+7
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-44/+50
* Add an option to disable buggy copy propagation passAnton Korobeynikov2012-01-221-1/+3
* 80-col violationAndrew Trick2012-01-131-3/+3
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-101-0/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Remove the logging streamer.Rafael Espindola2012-01-101-5/+0
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-071-13/+20
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-11/+9
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-30/+28
* Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-021-0/+8
* 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