summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-0/+6
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-091-1/+15
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-061-2/+1
* Refactor duplicated code.Rafael Espindola2014-12-291-1/+2
* Move resetTargetOptions from taking a MachineFunction to a FunctionEric Christopher2014-09-261-12/+8
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-9/+6
* Use alias linkage and visibility to decide tls access mode.Rafael Espindola2014-05-231-13/+10
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-201-11/+3
* Move the function and data section flags into the options struct andEric Christopher2014-05-201-15/+6
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* Remove unused llvm namespace bool variable.Eric Christopher2014-05-151-1/+0
* Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher2014-05-151-4/+0
* Remove MCUseCFI from TargetMachine.Rafael Espindola2014-05-121-1/+0
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-0/+3
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-0/+30
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-1/+0
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-1/+0
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-231-0/+1
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-071-0/+1
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-221-0/+5
* Whitespace.NAKAMURA Takumi2013-11-211-1/+1
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-211-5/+0
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-211-0/+5
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-1/+0
* Reset some of the target options which affect code generation.Bill Wendling2013-03-131-0/+26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-7/+33
* Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola2012-06-231-3/+11
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-081-1/+2
* Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth2012-04-081-0/+21
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+0
* Prune some includes and forward declarations.Craig Topper2012-03-251-0/+1
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-2/+0
* Moving options declarations around.Andrew Trick2012-01-171-8/+0
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-131-1/+10
* Also remove unnecessary includes from this file, which was supposed to be partNick Lewycky2011-12-111-2/+0
* Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky2011-12-101-33/+0
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-181/+32
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-0/+8
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-311-1/+1
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-1/+2
* Command line option to enable support for segmented stacks:Rafael Espindola2011-08-301-0/+7
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-25/+4
* Don't leak CodeGenInfos.Benjamin Kramer2011-07-201-1/+3
OpenPOWER on IntegriCloud