summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-20/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+20
* Nuke the old JIT.Rafael Espindola2014-08-071-20/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-11/+11
* Allow a target to create a null streamer.Rafael Espindola2014-06-201-1/+1
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+10
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-201-15/+3
* Fix typos.Eric Christopher2014-05-191-1/+2
* Remove the Options query functions and just access our Options directly.Eric Christopher2014-05-161-8/+8
* Move more MC options into the MCTargetOptions structure.Eric Christopher2014-05-151-12/+4
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-071-1/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-8/+9
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-271-0/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-211-5/+1
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-2/+12
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-12/+2
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-2/+12
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-1/+0
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-8/+6
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-1/+0
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-231-1/+0
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-0/+3
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-121-1/+1
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Grammar.Eric Christopher2013-10-081-1/+1
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-4/+3
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-3/+4
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-3/+2
* Simplify some of the code. No functionality change.Bill Wendling2013-06-181-7/+5
* Add space to assert message.Bill Wendling2013-06-051-1/+1
* Remove the MachineMove class.Rafael Espindola2013-05-131-8/+11
* Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-191-2/+0
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-0/+4
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-101-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-12/+12
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-301-0/+2
* Fix 80-col violationEli Bendersky2012-11-221-1/+2
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-3/+3
* 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
OpenPOWER on IntegriCloud