aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-10/+4
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-0/+20
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-131-1/+24
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-081-3/+3
* Clarify what -tailcallopt option actually do.Evan Cheng2010-01-271-1/+1
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-231-6/+0
* Changes from review:Bill Wendling2009-12-181-0/+6
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-1/+20
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-3/+9
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-2/+2
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-2/+2
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-151-2/+2
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-081-0/+22
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-5/+0
* Add new function attribute - noredzone. Devang Patel2009-06-041-6/+0
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-5/+9
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-201-0/+12
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-111-64/+60
* Enable the red zone on x86-64 by default.Dan Gohman2009-01-271-1/+1
* Implement Red Zone utilization on x86-64. This is currentlyDan Gohman2009-01-261-0/+7
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-9/+9
* Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson2008-10-071-0/+7
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-011-6/+0
* Accidental commit of partial 'stack canaries' codeBill Wendling2008-09-081-16/+0
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-081-0/+16
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-051-6/+0