aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-111/+110
* Make several variable declarations static.Dan Gohman2008-05-061-2/+2
* Make these variables static.Dan Gohman2008-04-231-14/+14
* Make stack alignment options global for all targetsAnton Korobeynikov2008-04-231-0/+14
* Reverse sense of unwind-tables option. This meansDale Johannesen2008-04-141-4/+4
* Rename -disable-required-unwind-tables to unwind-tables-optional.Dale Johannesen2008-04-081-2/+2
* Implement new llc flag -disable-required-unwind-tables.Dale Johannesen2008-04-081-1/+7
* Rename option -optimizefor-size to -optimize-size.Evan Cheng2008-03-251-1/+1
* Add optimize-for-size knob.Devang Patel2008-03-251-0/+6
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-111-0/+7
* Enabling new condition code modeling scheme.Evan Cheng2007-09-291-6/+0
* New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng2007-09-251-0/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+164