aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner2007-05-031-0/+1
* Add a new option.Chris Lattner2007-05-031-4/+17
* Fix a message, patch by Christopher Lamb.Chris Lattner2007-04-191-1/+1
* rename flagJim Laskey2007-01-291-1/+1
* Flag to control exception handling.Jim Laskey2007-01-291-0/+6
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-171-0/+6
* Revert patch.Bill Wendling2007-01-171-2/+0
* Create/store/and delete the TargetObjInfo object.Bill Wendling2007-01-171-0/+2
* Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng2006-12-091-0/+7
* 1. Remove condition on delete.Jim Laskey2006-09-071-1/+1
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-0/+2
* remove #includeChris Lattner2006-09-041-1/+1
* Simplify target construction.Chris Lattner2006-09-031-4/+0
* Tidy up options.Jim Laskey2006-08-291-9/+9
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-261-1/+1
* Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng2006-07-061-0/+30
* For PR786:Reid Spencer2006-05-241-1/+1
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-2/+2
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-231-2/+10
* Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng2006-05-231-0/+6
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-15/+1
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-11/+3
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-6/+28
* Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman2005-08-181-5/+0
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-061-0/+6
* capitalizeChris Lattner2005-05-131-1/+1
* Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner2005-04-301-0/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Make pattern isel default for ppcNate Begeman2005-04-151-3/+8
* Add a new target-independent code generator flag.Chris Lattner2005-01-151-0/+6
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Implement new constructor.Misha Brukman2004-08-101-0/+7
* * Add BoolAlignment to TargetData, default is 1 byte, size 1 byteMisha Brukman2004-07-231-2/+3
* Direct declaration of namespace-ified globals does not work, must encloseMisha Brukman2004-06-211-3/+4
* Specify variables' namespace directly instead of using an enclosing namespace.Misha Brukman2004-06-211-4/+2
* Move implemented interface header up to the top.Misha Brukman2004-06-211-1/+1
* Spell out `NoFramePointerElim' for readability.Misha Brukman2004-06-211-2/+3
* Implement `NoFPElim' in a target-agnostic fashion so it can be shared.Misha Brukman2004-06-211-1/+8
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* Method has been inlined into all callersChris Lattner2004-06-021-7/+0
* make -print-machineinstrs work for both SparcV9 and X86Brian Gaeke2004-03-041-0/+14