aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)Author
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-13add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner
2010-02-08Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman
2010-01-27Clarify what -tailcallopt option actually do.Evan Cheng
2010-01-23Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling
2009-12-18Changes from review:Bill Wendling
2009-09-20Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar
2009-06-08The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov
2009-06-05Add new function attribute - noimplicitfloatDevang Patel
2009-06-04Add new function attribute - noredzone. Devang Patel
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
2009-03-20Added option to enable generating less precise mad (multiply addition)Mon P Wang
2009-03-11Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling
2009-01-27Enable the red zone on x86-64 by default.Dan Gohman
2009-01-26Implement Red Zone utilization on x86-64. This is currentlyDan Gohman
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman
2008-10-07Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson
2008-10-01Remove OptimizeForSize global. Use function attribute optsize.Devang Patel
2008-09-08Accidental commit of partial 'stack canaries' codeBill Wendling
2008-09-08Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling
2008-08-05This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson
2008-08-04- Fix SelectionDAG to generate correct CFGs.Owen Anderson
2008-07-31Add a flag to disable jump table generation (allDale Johannesen
2008-07-01Avoid creating expensive comment string if it's not going to be printed.Evan Cheng
2008-05-30Fix indentation.Evan Cheng
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-06Make several variable declarations static.Dan Gohman
2008-04-23Make these variables static.Dan Gohman
2008-04-23Make stack alignment options global for all targetsAnton Korobeynikov
2008-04-14Reverse sense of unwind-tables option. This meansDale Johannesen
2008-04-08Rename -disable-required-unwind-tables to unwind-tables-optional.Dale Johannesen
2008-04-08Implement new llc flag -disable-required-unwind-tables.Dale Johannesen
2008-03-25Rename option -optimizefor-size to -optimize-size.Evan Cheng
2008-03-25Add optimize-for-size knob.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-09-29Enabling new condition code modeling scheme.Evan Cheng
2007-09-25New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng
2007-05-03expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner
2007-05-03Add a new option.Chris Lattner
2007-04-19Fix a message, patch by Christopher Lamb.Chris Lattner
2007-01-29rename flagJim Laskey
2007-01-29Flag to control exception handling.Jim Laskey
2007-01-17* Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov
2007-01-17Revert patch.Bill Wendling