summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAge
...
* 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
* Rename option -optimizefor-size to -optimize-size.Evan Cheng2008-03-25
* Add optimize-for-size knob.Devang Patel2008-03-25
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-11
* Enabling new condition code modeling scheme.Evan Cheng2007-09-29
* New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng2007-09-25
* expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner2007-05-03
* Add a new option.Chris Lattner2007-05-03
* Fix a message, patch by Christopher Lamb.Chris Lattner2007-04-19
* rename flagJim Laskey2007-01-29
* Flag to control exception handling.Jim Laskey2007-01-29
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-17
* Revert patch.Bill Wendling2007-01-17
* Create/store/and delete the TargetObjInfo object.Bill Wendling2007-01-17
* Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng2006-12-09
* 1. Remove condition on delete.Jim Laskey2006-09-07
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* remove #includeChris Lattner2006-09-04
* Simplify target construction.Chris Lattner2006-09-03