summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAge
* 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
* Tidy up options.Jim Laskey2006-08-29
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-26
* Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng2006-07-06
* For PR786:Reid Spencer2006-05-24
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-23
* Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng2006-05-23
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-23
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-22
* Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman2005-08-18
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-06
* capitalizeChris Lattner2005-05-13
* Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner2005-04-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* Make pattern isel default for ppcNate Begeman2005-04-15
* Add a new target-independent code generator flag.Chris Lattner2005-01-15