summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MIR] Fix cyclic dependency of MIR formatterPeng Guo2020-01-101-4/+1
* Revert "Revert "[MIR] Target specific MIR formating and parsing""Daniel Sanders2020-01-081-1/+4
* Revert "[MIR] Target specific MIR formating and parsing"Nico Weber2020-01-081-4/+1
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-081-1/+4
* Revert "[MIR] Target specific MIR formating and parsing"Daniel Sanders2020-01-081-4/+1
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-081-1/+4
* [MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocationsFangrui Song2020-01-011-8/+7
* TargetMachine - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-021-2/+2
* [TargetMachine] Don't try to create COFFSTUB references on windows on non-COFFMartin Storsjo2019-08-201-3/+5
* Don't update NoTrappingFPMath and FPDenormalMode in resetTargetOptionsOliver Stannard2019-07-191-12/+0
* Implement call lowering without parameters on AIXJason Liu2019-05-241-0/+5
* [WebAssembly] Don't assume that strongly defined symbols are DSO-localSam Clegg2019-05-101-3/+3
* [COFF] Use COFF stubs for extern_weak functionsReid Kleckner2019-05-071-0/+6
* [WebAssembly] Don't override default implementation of isOffsetFoldingLegal. ...Sam Clegg2019-03-181-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use unique_ptr to hold AsmInfo,MRI,MII,STIFangrui Song2018-09-251-6/+1
* [MinGW] Move code for indicating "potentially not DSO local" into shouldAssum...Martin Storsjo2018-09-041-0/+9
* 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
OpenPOWER on IntegriCloud