summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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