aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-09-25New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng1-0/+6
2007-05-03expose HonorSignDependentRoundingFPMathOption to .td filesChris Lattner1-0/+1
2007-05-03Add a new option.Chris Lattner1-4/+17
2007-04-19Fix a message, patch by Christopher Lamb.Chris Lattner1-1/+1
2007-01-29rename flagJim Laskey1-1/+1
2007-01-29Flag to control exception handling.Jim Laskey1-0/+6
2007-01-17* Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov1-0/+6
2007-01-17Revert patch.Bill Wendling1-2/+0
2007-01-17Create/store/and delete the TargetObjInfo object.Bill Wendling1-0/+2
2006-12-09Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng1-0/+7
2006-09-071. Remove condition on delete.Jim Laskey1-1/+1
2006-09-07Make target asm info a property of the target machine.Jim Laskey1-0/+2
2006-09-04remove #includeChris Lattner1-1/+1
2006-09-03Simplify target construction.Chris Lattner1-4/+0
2006-08-29Tidy up options.Jim Laskey1-9/+9
2006-07-26Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner1-1/+1
2006-07-06Added option -code-model to set code model (only used in 64-bit) mode. ValidEvan Cheng1-0/+30
2006-05-24For PR786:Reid Spencer1-1/+1
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-2/+2
2006-05-23-enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng1-2/+10
2006-05-23Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng1-0/+6
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson1-15/+1
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner1-11/+3
2006-02-22- Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng1-6/+28
2005-08-18Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman1-5/+0
2005-07-06First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman1-0/+6
2005-05-13capitalizeChris Lattner1-1/+1
2005-04-30Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner1-0/+6
2005-04-21Remove trailing whitespaceMisha Brukman1-3/+3
2005-04-15Make pattern isel default for ppcNate Begeman1-3/+8
2005-01-15Add a new target-independent code generator flag.Chris Lattner1-0/+6
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-08-10Implement new constructor.Misha Brukman1-0/+7
2004-07-23* Add BoolAlignment to TargetData, default is 1 byte, size 1 byteMisha Brukman1-2/+3
2004-06-21Direct declaration of namespace-ified globals does not work, must encloseMisha Brukman1-3/+4
2004-06-21Specify variables' namespace directly instead of using an enclosing namespace.Misha Brukman1-4/+2
2004-06-21Move implemented interface header up to the top.Misha Brukman1-1/+1
2004-06-21Spell out `NoFramePointerElim' for readability.Misha Brukman1-2/+3
2004-06-21Implement `NoFPElim' in a target-agnostic fashion so it can be shared.Misha Brukman1-1/+8
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner1-1/+1
2004-06-02Method has been inlined into all callersChris Lattner1-7/+0
2004-03-04make -print-machineinstrs work for both SparcV9 and X86Brian Gaeke1-0/+14
2004-03-03Add a new constructorChris Lattner1-0/+5
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke1-19/+0
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner1-17/+25
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-04-26The promotion rules are the same for all targets, they are set by the C stand...Chris Lattner1-9/+3
2002-12-29Rename MachineOptInfo to TargetoptInfoChris Lattner1-4/+4
2002-10-29Implement findOptimalStorageSize a bit more generallyChris Lattner1-15/+7