summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Remove unneeded (& mislayered) include from TargetMachine.cpp on a CodeGen he...David Blaikie2018-03-261-1/+0
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Go back to sometimes assuming intristics are local.Rafael Espindola2018-03-101-20/+25
* [TLS] use emulated TLS if the target supports only this modeChih-Hung Hsieh2018-02-281-0/+8
* Fix grammar. NFC.Rafael Espindola2018-02-221-1/+1
* Bring back r323297.Rafael Espindola2018-02-191-7/+14
* Revert "Don't assume a null GV is local for ELF and MachO."Reid Kleckner2018-02-061-14/+7
* Don't assume a null GV is local for ELF and MachO.Rafael Espindola2018-01-241-7/+14
* Use a got to access a hidden weak undefined on MachO.Rafael Espindola2018-01-171-3/+1
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-1/+1
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-4/+9
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-9/+4
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-4/+9
* Remove redundant includes from lib/Target/*.cpp.Michael Zolotukhin2017-12-131-2/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Attribute nonlazybind should not affect calls to functions with hidden visibi...Sriraman Tallam2017-11-081-0/+7
* Move isDSOLocal check and add a comment.Rafael Espindola2017-10-301-2/+12
* Handle undefined weak hidden symbols on all architectures.Rafael Espindola2017-10-271-3/+11
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-1/+2
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-0/+222
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-222/+0
* IPRA: Allow target to enable IPRA by defaultMatt Arsenault2017-08-141-6/+0
* D36604: PR34148: Do not assume we can use a copy relocation for an `external_...Richard Smith2017-08-111-2/+3
* Revert "Feature generic option to setup start/stop-after/before"Quentin Colombet2017-04-011-61/+0
* Feature generic option to setup start/stop-after/beforeQuentin Colombet2017-04-011-0/+61
* Remove LessPreciseFPMADOption from TargetOptions along with all of theEric Christopher2017-03-171-1/+0
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-6/+0
* Use shouldAssumeDSOLocal in classifyGlobalReference.Rafael Espindola2017-01-261-2/+5
* DAG: Recognize no-signed-zeros-fp-math attributeMatt Arsenault2017-01-251-0/+1
* Add -debug-info-for-profiling to emit more debug info for sample pgo profile ...Dehao Chen2017-01-191-0/+6
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-1/+1
* [TM] Restore default TargetOptions in TargetMachine::resetTargetOptions.Justin Lebar2017-01-101-3/+6
* 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
OpenPOWER on IntegriCloud