aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)Author
2008-05-30Fix indentation.Evan Cheng
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-06Make several variable declarations static.Dan Gohman
2008-04-23Make these variables static.Dan Gohman
2008-04-23Make stack alignment options global for all targetsAnton Korobeynikov
2008-04-14Reverse sense of unwind-tables option. This meansDale Johannesen
2008-04-08Rename -disable-required-unwind-tables to unwind-tables-optional.Dale Johannesen
2008-04-08Implement new llc flag -disable-required-unwind-tables.Dale Johannesen
2008-03-25Rename option -optimizefor-size to -optimize-size.Evan Cheng
2008-03-25Add optimize-for-size knob.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-09-29Enabling new condition code modeling scheme.Evan Cheng
2007-09-25New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng
2007-05-03expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner
2007-05-03Add a new option.Chris Lattner
2007-04-19Fix a message, patch by Christopher Lamb.Chris Lattner
2007-01-29rename flagJim Laskey
2007-01-29Flag to control exception handling.Jim Laskey
2007-01-17* Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov
2007-01-17Revert patch.Bill Wendling
2007-01-17Create/store/and delete the TargetObjInfo object.Bill Wendling
2006-12-09Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng
2006-09-071. Remove condition on delete.Jim Laskey
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-04remove #includeChris Lattner
2006-09-03Simplify target construction.Chris Lattner
2006-08-29Tidy up options.Jim Laskey
2006-07-26Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner
2006-07-06Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng
2006-05-24For PR786:Reid Spencer
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-23-enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng
2006-05-23Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2006-02-22- Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng
2005-08-18Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman
2005-07-06First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman
2005-05-13capitalizeChris Lattner
2005-04-30Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-15Make pattern isel default for ppcNate Begeman
2005-01-15Add a new target-independent code generator flag.Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-10Implement new constructor.Misha Brukman
2004-07-23* Add BoolAlignment to TargetData, default is 1 byte, size 1 byteMisha Brukman
2004-06-21Direct declaration of namespace-ified globals does not work, must encloseMisha Brukman
2004-06-21Specify variables' namespace directly instead of using an enclosing namespace.Misha Brukman
2004-06-21Move implemented interface header up to the top.Misha Brukman