summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover2016-11-221-3/+3
* Revert "In preparation for removing getNameWithPrefix off ofEric Christopher2016-10-141-1/+7
* In preparation for removing getNameWithPrefix off of TargetMachine,Eric Christopher2016-10-141-7/+1
* New llc option pie-copy-relocations to optimize access to extern globals.Sriraman Tallam2016-10-131-4/+3
* Consistent fp denormal mode names. NFC.Sjoerd Meijer2016-10-041-3/+3
* TargetMachine: Make the win32-macho workaround more specific.Matthias Braun2016-10-031-1/+1
* X86: Do not produce GOT relocations on windowsMatthias Braun2016-10-031-2/+5
* Revert "Remove extra argument used once onEric Christopher2016-09-201-2/+10
* Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to...Eric Christopher2016-09-201-8/+1
* Remove extra argument used once on TargetMachine::getNameWithPrefix and inlin...Eric Christopher2016-09-201-3/+2
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-1/+1
* Clang patch r280064 introduced ways to set the FP exceptions and denormalSjoerd Meijer2016-08-311-0/+10
* Add EnableIPRA to TargetOptions, and move the cl::opt -enable-ipra to TargetM...Mehdi Amini2016-07-131-1/+8
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-24/+6
* Don't repeat names in comments. NFC.Rafael Espindola2016-06-301-4/+3
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-271-1/+46
* Convert a few more comparisons to isPositionIndependent(). NFC.Rafael Espindola2016-06-271-0/+4
* Teach shouldAssumeDSOLocal about tls.Rafael Espindola2016-06-271-10/+8
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+2
* Trivial cleanups.Rafael Espindola2016-05-181-2/+2
* Differential Revision: http://reviews.llvm.org/D19733Sriraman Tallam2016-04-291-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.Peter Collingbourne2015-11-031-17/+1
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-1/+1
* Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini2015-07-091-2/+3
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-1/+1
* Remove DisableTailCalls from TargetOptions and the code in resetTargetOptionsAkira Hatanaka2015-06-091-1/+0
* Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer2015-05-231-1/+1
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-1/+0
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.Akira Hatanaka2015-05-151-2/+0
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-1/+0
* Add a fixme to resetTargetOptions to explain why it needs to goEric Christopher2015-04-281-0/+5
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-1/+1
* Add an MCSubtargetInfo variable to the TargetMachine.Eric Christopher2015-03-191-1/+3
* Add a TargetMachine local MCRegisterInfo and MCInstrInfo so thatEric Christopher2015-03-191-2/+5
* Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that"Eric Christopher2015-03-181-4/+2
* Add a TargetMachine local MCRegisterInfo and MCInstrInfo so thatEric Christopher2015-03-181-2/+4
* COFF: Let globals with private linkage reside in their own sectionDavid Majnemer2015-03-171-1/+1
* Revert "COFF: Let globals with private linkage reside in their own section"David Majnemer2015-03-171-1/+1
* COFF: Let globals with private linkage reside in their own sectionDavid Majnemer2015-03-171-1/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-6/+4
* Target: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-4/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Remove mostly unused setters.Rafael Espindola2015-02-121-24/+0
* Only access TLOF via the TargetMachine, not TargetLowering.Eric Christopher2015-02-031-6/+4
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-8/+2
* [PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis toChandler Carruth2015-02-011-0/+7
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-2/+2
OpenPOWER on IntegriCloud