summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAge
...
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-08
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-28
* Initialize MCNoExecStack.Rafael Espindola2011-01-23
* Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola2010-11-19
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.Evan Cheng2010-07-13
* MC: Add TargetMachine support for setting the value of MCRelaxAll withDaniel Dunbar2010-05-26
* Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" isBill Wendling2010-05-18
* - Set the "HasCalls" flag after instruction selection is finished.Bill Wendling2010-05-17
* Revert r103804. The comment is correct.Bill Wendling2010-05-14
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-13
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-08
* Clarify what -tailcallopt option actually do.Evan Cheng2010-01-27
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-23
* Changes from review:Bill Wendling2009-12-18
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-15
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-08
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-20
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-11
* Enable the red zone on x86-64 by default.Dan Gohman2009-01-27
* Implement Red Zone utilization on x86-64. This is currentlyDan Gohman2009-01-26
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson2008-10-07
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-01
* Accidental commit of partial 'stack canaries' codeBill Wendling2008-09-08
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-08
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-05
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-04
* Add a flag to disable jump table generation (allDale Johannesen2008-07-31
* Avoid creating expensive comment string if it's not going to be printed.Evan Cheng2008-07-01
* Fix indentation.Evan Cheng2008-05-30
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Make several variable declarations static.Dan Gohman2008-05-06
* Make these variables static.Dan Gohman2008-04-23
* Make stack alignment options global for all targetsAnton Korobeynikov2008-04-23
* Reverse sense of unwind-tables option. This meansDale Johannesen2008-04-14
* Rename -disable-required-unwind-tables to unwind-tables-optional.Dale Johannesen2008-04-08
* Implement new llc flag -disable-required-unwind-tables.Dale Johannesen2008-04-08