aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-05Add new function attribute - noimplicitfloatDevang Patel1-5/+0
2009-06-04Add new function attribute - noredzone. Devang Patel1-6/+0
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng1-5/+9
2009-03-20Added option to enable generating less precise mad (multiply addition)Mon P Wang1-0/+12
2009-03-11Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling1-64/+60
2009-01-27Enable the red zone on x86-64 by default.Dan Gohman1-1/+1
2009-01-26Implement Red Zone utilization on x86-64. This is currentlyDan Gohman1-0/+7
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman1-9/+9
2008-10-07Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson1-0/+7
2008-10-01Remove OptimizeForSize global. Use function attribute optsize.Devang Patel1-6/+0
2008-09-08Accidental commit of partial 'stack canaries' codeBill Wendling1-16/+0
2008-09-08Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling1-0/+16
2008-08-05This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson1-6/+0
2008-08-04- Fix SelectionDAG to generate correct CFGs.Owen Anderson1-0/+6
2008-07-31Add a flag to disable jump table generation (allDale Johannesen1-0/+6
2008-07-01Avoid creating expensive comment string if it's not going to be printed.Evan Cheng1-6/+13
2008-05-30Fix indentation.Evan Cheng1-6/+6
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-111/+110
2008-05-06Make several variable declarations static.Dan Gohman1-2/+2
2008-04-23Make these variables static.Dan Gohman1-14/+14