summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce llvm.load.relative intrinsic.Peter Collingbourne2016-04-221-0/+2
* [GlobalISel] Add RegBankSelect hooks into the pass pipeline.Quentin Colombet2016-04-071-0/+8
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-191-1/+1
* Get rid of some GLOBAL_ISEL ifdefs that should be harmless for code size.Quentin Colombet2016-02-121-8/+3
* [GlobalISel] Add a hook in TargetConfigPass to run GlobalISel.Quentin Colombet2016-02-111-2/+14
* [TLS] New lower emutls pass, fix linkage bugs.Chih-Hung Hsieh2016-01-131-0/+4
* [MC, COFF] Support link /incremental conditionallyDavid Majnemer2015-12-211-0/+2
* Have 'optnone' respect the -fast-isel=false option.Paul Robinson2015-11-301-1/+2
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+4
* llc: Add a 'run-pass' option.Alex Lorenz2015-07-061-8/+10
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-12/+13
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-151-9/+10
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-3/+3
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-271-6/+1
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-221-1/+6
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-211-6/+1
* Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders2015-05-201-1/+0
* [mips] The naming convention for private labels is ABI dependant.Daniel Sanders2015-05-201-0/+1
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-191-1/+6
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-191-6/+1
* MC: Skip names of temporary symbols in object streamerDuncan P. N. Exon Smith2015-05-061-0/+3
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-4/+3
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-7/+5
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-6/+9
OpenPOWER on IntegriCloud