summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAge
* Grammar.Eric Christopher2013-10-08
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Simplify some of the code. No functionality change.Bill Wendling2013-06-18
* Add space to assert message.Bill Wendling2013-06-05
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-19
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-30
* Fix 80-col violationEli Bendersky2012-11-22
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* Plug a leak when using MCJIT.Benjamin Kramer2012-05-20
* Use TargetMachine's register info instead of creating a new one and leaking it.Benjamin Kramer2012-05-20
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* s/SjLjEHPass/SjLjEHPrepare/Bill Wendling2012-03-13
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Tidy up.Jim Grosbach2012-02-17
* Added TargetPassConfig::setOptAndrew Trick2012-02-08
* Add TargetPassConfig to the PassManager for use inside passesAndrew Trick2012-02-06
* Fix a leak!Nick Lewycky2012-02-04
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* 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