aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames1-2/+1
2014-12-29Refactor duplicated code.Rafael Espindola1-1/+2
2014-09-26Move resetTargetOptions from taking a MachineFunction to a FunctionEric Christopher1-12/+8
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-05-28[pr19844] Add thread local mode to aliases.Rafael Espindola1-9/+6
2014-05-23Use alias linkage and visibility to decide tls access mode.Rafael Espindola1-13/+10
2014-05-20Move the verbose asm option to be part of the options struct andEric Christopher1-11/+3
2014-05-20Move the function and data section flags into the options struct andEric Christopher1-15/+6
2014-05-16Delete getAliasedGlobal.Rafael Espindola1-1/+1
2014-05-15Remove unused llvm namespace bool variable.Eric Christopher1-1/+0
2014-05-15Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher1-4/+0
2014-05-12Remove MCUseCFI from TargetMachine.Rafael Espindola1-1/+0
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-23Create MCTargetOptions.Evgeniy Stepanov1-0/+3
2014-03-27Prevent alias from pointing to weak aliases.Rafael Espindola1-1/+1
2014-03-26Revert "Prevent alias from pointing to weak aliases."Rafael Espindola1-1/+1
2014-03-26Prevent alias from pointing to weak aliases.Rafael Espindola1-1/+1
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola1-0/+30
2014-02-05Remove support for not using .loc directives.Rafael Espindola1-1/+0
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher1-1/+0
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher1-0/+1
2013-12-07Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune1-0/+1
2013-11-22Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson1-0/+5
2013-11-21Whitespace.NAKAMURA Takumi1-1/+1
2013-11-21Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi1-5/+0
2013-11-21Teach ISel not to optimize 'optnone' functions.Paul Robinson1-0/+5
2013-07-25Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling1-1/+0
2013-03-13Reset some of the target options which affect code generation.Bill Wendling1-0/+26
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-7/+33
2012-06-23Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola1-3/+11
2012-04-08Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth1-1/+2
2012-04-08Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth1-0/+21
2012-03-26Prune some includes and forward declarations.Craig Topper1-1/+0
2012-03-25Prune some includes and forward declarations.Craig Topper1-0/+1
2012-02-10RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick1-2/+0
2012-01-17Moving options declarations around.Andrew Trick1-8/+0
2012-01-13Added the MachineSchedulerPass skeleton.Andrew Trick1-1/+10
2011-12-11Also remove unnecessary includes from this file, which was supposed to be partNick Lewycky1-2/+0
2011-12-10Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky1-33/+0
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-181/+32
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng1-0/+8
2011-10-31Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky1-1/+1
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky1-1/+2
2011-08-30Command line option to enable support for segmented stacks:Rafael Espindola1-0/+7
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-25/+4
2011-07-20Don't leak CodeGenInfos.Benjamin Kramer1-1/+3
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-23/+4
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng1-2/+3