summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola2015-04-091-9/+6
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-1/+1
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-2/+4
* Remove unused headers.Eric Christopher2015-03-191-4/+0
* Add an MCSubtargetInfo variable to the TargetMachine.Eric Christopher2015-03-191-2/+8
* Add a TargetMachine local MCRegisterInfo and MCInstrInfo so thatEric Christopher2015-03-191-13/+14
* Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that"Eric Christopher2015-03-181-11/+9
* Add a TargetMachine local MCRegisterInfo and MCInstrInfo so thatEric Christopher2015-03-181-9/+11
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-6/+5
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-4/+5
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-4/+3
* Remove the Forward Control Flow Integrity pass and its dependencies.Eric Christopher2015-02-271-13/+0
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Only access TLOF via the TargetMachine, not TargetLowering.Eric Christopher2015-02-031-1/+1
* [multiversion] Switch the TTI queries from TargetMachine to SubtargetChandler Carruth2015-02-011-2/+3
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-2/+3
* [multiversion] Implement the old pass manager's TTI wrapper pass inChandler Carruth2015-02-011-1/+1
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-3/+4
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-13/+7
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+0
* Add Forward Control-Flow Integrity.Tom Roeder2014-11-111-1/+8
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+8
* 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
OpenPOWER on IntegriCloud