aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+10
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-29/+22
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-14/+11
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-46/+23
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+33
* Merging r195491:Bill Wendling2013-11-251-0/+5
* Merging r195339:Bill Wendling2013-11-211-5/+0
* Merging r195317:Bill Wendling2013-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
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-23/+4
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-2/+3
* Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng2011-06-231-2/+2
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-251-6/+0
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-301-1/+2
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-201-5/+0
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-081-0/+11
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-071-0/+6
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-281-0/+1
* Initialize MCNoExecStack.Rafael Espindola2011-01-231-0/+1
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-191-1/+2
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-151-10/+10
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-131-1/+1
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-261-1/+2
* Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" isBill Wendling2010-05-181-1/+1
* - Set the "HasCalls" flag after instruction selection is finished.Bill Wendling2010-05-171-3/+4
* Revert r103804. The comment is correct.Bill Wendling2010-05-141-1/+1
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-1/+1