-enable-unsafe-fp-math implies -enable-finite-only-fp-math
[oota-llvm.git] / include / llvm / Target /
2006-05-23 Evan Cheng-enable-unsafe-fp-math implies -enable-finite-only...
2006-05-23 Evan ChengAdded option -enable-finite-only-fp-math. When on,...
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-18 Evan Chenglib/Target/Target.td
2006-05-17 Evan ChengAnother typo. Pointed out by Nate Begeman.
2006-05-17 Evan ChengFix a mis-leading comment.
2006-05-16 Chris LattnerThere is now a default impl of this method
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-15 Chris LattnerImprove comments, patch provided by Vladimir Prus!
2006-05-12 Owen AndersonAdd a method to generate a string representation from...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-05-12 Evan ChengAdd capability to scheduler to commute nodes for profit.
2006-05-11 Evan ChengAlso add super- register class info.
2006-05-09 Evan ChengAdded sub- register classes information.
2006-05-06 Chris LattnerAdd some new methods for computing sign bit information.
2006-05-04 Chris LattnerFix this to be a proper copy ctor
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-20 Chris LattnerRemove a bunch of dead stuff, shrinkifying TargetInstrD...
2006-04-20 Chris LattnerRemove some obsolete interfaces
2006-04-20 Evan ChengAdded a virtual method isVectorClearMaskLegal to TLI...
2006-04-12 Chris LattnerProvide a default impl of LowerArguments
2006-04-10 Jim LaskeyUse existing information.
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-04 Chris LattnerMove isShuffleLegal from TLI to Legalize.
2006-04-04 Chris LattnerAllow targets to have fine grained control over which...
2006-03-31 Chris LattnerModify the TargetLowering::getPackedTypeBreakdown metho...
2006-03-31 Chris LattnerAdd a method useful for decimating vectors.
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-24 Jim LaskeyTweak a comment.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-22 Evan ChengAdded a ValueType operand to isShuffleMaskLegal()....
2006-03-20 Chris LattnerAdd some helper methods
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-13 Evan ChengAdd LSR hooks.
2006-03-13 Evan ChengAdded getTargetLowering() - returns DAG lowering info.
2006-03-05 Chris Lattnercustom lowered nodes are legal too
2006-03-05 Chris Lattneradd a hook to insert a noop
2006-03-03 Evan ChengNumber of NodeTypes now exceeds 128.
2006-03-01 Chris LattnerAdd interfaces for targets to provide target-specific...
2006-03-01 Evan ChengMissing a cast previously.
2006-02-24 Chris LattnerAdd C_Memory operand type
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-22 Chris Lattnersplit register class handling from explicit physreg...
2006-02-21 Chris Lattnerexpose the set of values types holdable in a regclass...
2006-02-21 Chris LattnerPass in a value type to getRegForInlineAsmConstraint...
2006-02-18 Evan ChengMove PICEnabled declaration here.
2006-02-17 Nate BegemanFix a nit sabre noticed
2006-02-16 Nate BegemanRework the SelectionDAG-based implementations of Simpli...
2006-02-14 Evan ChengRename maxStoresPerMemSet to maxStoresPerMemset, etc.
2006-02-07 Chris LattnergetConstraintType should be virtual.
2006-02-04 Chris LattnerAdd some methods for inline asm support.
2006-02-03 Nate BegemanAdd a framework for eliminating instructions that produ...
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-02 Chris Lattneradd a new isStoreToStackSlot method
2006-01-30 Chris LattnerClear the OpAction field before setting it. This allow...
2006-01-30 Chris LattnerMove MaskedValueIsZero from the DAGCombiner to the...
2006-01-30 Chris LattnerPass the address of the main MaskedValueIsZero function...
2006-01-29 Chris LattnerClean up the interface to ValueTypeActions, allowing...
2006-01-28 Chris Lattnerremove this method I just added, now is not the time.
2006-01-28 Chris Lattneradd a new callback
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-26 Chris LattnerAdd a common INLINEASM opcode
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-26 Chris LattnerAdd a method for inline asm support.
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Evan ChengAdd a enum to specify target scheduling preference...
2006-01-14 Chris LattnerAdd a new InvalidateStructLayoutInfo method and some...
2006-01-13 Chris LattnerProvide an interface for Targets to specify their stack...
2005-12-22 Jeff CohenOh oh... Unix is case sensitive.
2005-12-22 Jeff CohenMake it compile with VC++.
2005-12-21 Evan ChengAdded TargetLowering::isMaskedValueZeroForTargetNode...
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-17 Nate BegemanTeach the type lowering code about turning packed types...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-04 Jeff Cohen<cassert> no longer required to make VC++ happy.
2005-11-04 Duraid Madinachange NULL to 0, unbreaks the ppc target when building...
2005-11-03 Jim Laskey1. Remove ranges from itinerary data.
2005-11-02 Jeff CohenKeep VC++ happy.
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-27 Jim LaskeyStructures used to hold scheduling information.
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-23 Chris LattnerMove static functions to .cpp file, reduce #includes...
2005-10-21 Nate BegemanInvert the TargetLowering flag that controls divide...
2005-10-20 Nate BegemanEnable targets to say that integer divide is expensive...
2005-10-18 Nate BegemanAdd the ability to lower return instructions to TargetL...
2005-10-03 Chris LattnerFix case of path
2005-10-03 Chris LattnerThis member can be const too
2005-10-02 Chris LattnerExpose the actual valuetype of each register class
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-09-30 Chris Lattnertrim down the target info structs now that we have...
2005-09-30 Chris Lattnerexpose a new virtual method
2005-09-30 Chris LattnerChange these methods to take RC's
next