summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)Author
2017-12-22(Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-21Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das
2017-12-21Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-13Remove redundant includes from lib/Target/*.cpp.Michael Zolotukhin
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Attribute nonlazybind should not affect calls to functions with hidden visibi...Sriraman Tallam
2017-10-30Move isDSOLocal check and add a comment.Rafael Espindola
2017-10-27Handle undefined weak hidden symbols on all architectures.Rafael Espindola
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-08-14IPRA: Allow target to enable IPRA by defaultMatt Arsenault
2017-08-11D36604: PR34148: Do not assume we can use a copy relocation for an `external_...Richard Smith
2017-04-01Revert "Feature generic option to setup start/stop-after/before"Quentin Colombet
2017-04-01Feature generic option to setup start/stop-after/beforeQuentin Colombet
2017-03-17Remove LessPreciseFPMADOption from TargetOptions along with all of theEric Christopher
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen
2017-01-26Use shouldAssumeDSOLocal in classifyGlobalReference.Rafael Espindola
2017-01-25DAG: Recognize no-signed-zeros-fp-math attributeMatt Arsenault
2017-01-19Add -debug-info-for-profiling to emit more debug info for sample pgo profile ...Dehao Chen
2017-01-13Remove unused lambda captures. NFCMalcolm Parsons
2017-01-10[TM] Restore default TargetOptions in TargetMachine::resetTargetOptions.Justin Lebar
2016-11-22CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover
2016-10-14Revert "In preparation for removing getNameWithPrefix off ofEric Christopher
2016-10-14In preparation for removing getNameWithPrefix off of TargetMachine,Eric Christopher
2016-10-13New llc option pie-copy-relocations to optimize access to extern globals.Sriraman Tallam
2016-10-04Consistent fp denormal mode names. NFC.Sjoerd Meijer
2016-10-03TargetMachine: Make the win32-macho workaround more specific.Matthias Braun
2016-10-03X86: Do not produce GOT relocations on windowsMatthias Braun
2016-09-20Revert "Remove extra argument used once onEric Christopher
2016-09-20Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to...Eric Christopher
2016-09-20Remove extra argument used once on TargetMachine::getNameWithPrefix and inlin...Eric Christopher
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-08-31Clang patch r280064 introduced ways to set the FP exceptions and denormalSjoerd Meijer
2016-07-13Add EnableIPRA to TargetOptions, and move the cl::opt -enable-ipra to TargetM...Mehdi Amini
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2016-06-30Don't repeat names in comments. NFC.Rafael Espindola
2016-06-30Delete unused includes. NFC.Rafael Espindola
2016-06-27Move shouldAssumeDSOLocal to Target.Rafael Espindola
2016-06-27Convert a few more comparisons to isPositionIndependent(). NFC.Rafael Espindola
2016-06-27Teach shouldAssumeDSOLocal about tls.Rafael Espindola
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-05-18Trivial cleanups.Rafael Espindola
2016-04-29Differential Revision: http://reviews.llvm.org/D19733Sriraman Tallam
2016-04-18[NFC] Header cleanupMehdi Amini
2015-11-03CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.Peter Collingbourne
2015-09-16constify the Function parameter to the TTI creation callback andEric Christopher
2015-07-09Make TargetTransformInfo keeping a reference to the Module DataLayoutMehdi Amini
2015-06-11Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders
2015-06-09Remove DisableTailCalls from TargetOptions and the code in resetTargetOptionsAkira Hatanaka