summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* LLVMTargetMachine/TargetPassConfig: Simplify handling of start/stop options; NFCMatthias Braun2018-11-021-25/+21
* Use unique_ptr to hold AsmInfo,MRI,MII,STIFangrui Song2018-09-251-5/+5
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-5/+10
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-3/+5
* [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave2018-04-271-6/+6
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [CodeGen] Add a -trap-unreachable option for debuggingDavid Green2018-02-121-0/+7
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-7/+4
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-4/+3
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-3/+4
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-4/+3
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-3/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-0/+259
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-259/+0
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-4/+5
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+5
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-1/+0
* [TargetPassConfig] Feature generic options to setup start/stop-after/beforeQuentin Colombet2017-07-311-21/+22
* sink DebugCompressionType into MC for exposing to clangSaleem Abdulrasool2017-06-091-2/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* CodeGen: Refactor MIR parsingMatthias Braun2017-06-061-7/+3
* CodeGen/LLVMTargetMachine: Refactor ISel pass construction; NFCIMatthias Braun2017-06-061-99/+33
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-11/+9
* [GlobalISel] Add a way for targets to enable GISel.Ahmed Bougacha2017-03-011-4/+6
* GlobalISel: Abort in ResetMachineFunctionPass if fallback isn't enabledJustin Bogner2017-01-131-1/+2
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* llc: Add -start-before/-stop-before optionsMatthias Braun2016-09-231-6/+9
* [TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallb...Quentin Colombet2016-08-311-1/+2
* [GlobalISel] Add a fallback path to SDISel.Quentin Colombet2016-08-271-0/+9
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-241-7/+3
* MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASSMatthias Braun2016-08-241-11/+3
* Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith2016-08-231-7/+11
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-11/+7
* Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun2016-08-231-5/+11
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-11/+5
* [GlobalISel] Introduce an instruction selector.Ahmed Bougacha2016-07-271-0/+5
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-3/+6
* GlobalISel: implement legalization pass, with just one transformation.Tim Northover2016-07-221-0/+5
* [MIR] Print on the given output instead of stderr.Quentin Colombet2016-07-131-1/+1
* Provide support for preserving assembly commentsNirav Dave2016-07-111-0/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-1/+4
* X86: permit using SjLj EH on x86 targets as an optionSaleem Abdulrasool2016-05-311-0/+3
* Add RelaxELFRelocations to TargetOptions.h.Rafael Espindola2016-05-291-0/+2
* Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...George Rimar2016-05-271-1/+1
* Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...George Rimar2016-05-271-1/+1
* [llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.George Rimar2016-05-271-1/+1
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFCMatthias Braun2016-05-101-9/+17
OpenPOWER on IntegriCloud