summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAge
* Allow a target to create a null streamer.Rafael Espindola2014-06-20
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Fix typos.Eric Christopher2014-05-19
* Remove the Options query functions and just access our Options directly.Eric Christopher2014-05-16
* Move more MC options into the MCTargetOptions structure.Eric Christopher2014-05-15
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-27
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-23
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* 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