summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAge
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-07
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Whitespace.NAKAMURA Takumi2013-11-21
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Reset some of the target options which affect code generation.Bill Wendling2013-03-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* Handle aliases to tls variables in all architectures, not just x86.Rafael Espindola2012-06-23
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-08
* Move the TLSModel information into the TargetMachine rather than hidingChandler Carruth2012-04-08
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Prune some includes and forward declarations.Craig Topper2012-03-25
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* Moving options declarations around.Andrew Trick2012-01-17
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-13
* Also remove unnecessary includes from this file, which was supposed to be partNick Lewycky2011-12-11
* Refactor the implementation of the TargetOptions out of TargetMachine, takingNick Lewycky2011-12-10
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-31
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Command line option to enable support for segmented stacks:Rafael Espindola2011-08-30
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Don't leak CodeGenInfos.Benjamin Kramer2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng2011-06-23
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-08
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-28
* Initialize MCNoExecStack.Rafael Espindola2011-01-23
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-19
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-13
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-26
* Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" isBill Wendling2010-05-18
* - Set the "HasCalls" flag after instruction selection is finished.Bill Wendling2010-05-17
* Revert r103804. The comment is correct.Bill Wendling2010-05-14
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-13