aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-23Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng1-2/+2
2011-05-25Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola1-6/+0
2011-04-30Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola1-1/+2
2011-04-20Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng1-5/+0
2011-04-08Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng1-0/+11
2011-04-07Change -arm-divmod-libcall to a target neutral option.Evan Cheng1-0/+6
2011-03-28Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar1-0/+1
2011-01-23Initialize MCNoExecStack.Rafael Espindola1-0/+1
2010-11-19Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola1-1/+2
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng1-10/+10
2010-07-13-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng1-1/+1
2010-05-26MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar1-1/+2
2010-05-18Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" isBill Wendling1-1/+1
2010-05-17- Set the "HasCalls" flag after instruction selection is finished.Bill Wendling1-3/+4
2010-05-14Revert r103804. The comment is correct.Bill Wendling1-1/+1
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling1-1/+1
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands1-10/+4
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng1-0/+20
2010-04-13add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner1-1/+24
2010-02-08Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman1-3/+3
2010-01-27Clarify what -tailcallopt option actually do.Evan Cheng1-1/+1
2010-01-23Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling1-6/+0
2009-12-18Changes from review:Bill Wendling1-0/+6
2009-09-20Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner1-1/+20
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-1/+1
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach1-3/+9
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar1-2/+2
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings1-2/+2
2009-07-15Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar1-2/+2
2009-06-08The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov1-0/+22