Use the default lowering of ISD::DYNAMIC_STACKALLOC, delete now dead code.
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.td
2005-12-22 Evan ChengBye bye HACKTROCITY.
2005-12-21 Evan Cheng* Added lowering hook for external weak global address...
2005-12-20 Evan ChengSSE2 floating point load / store patterns. SSE2 fp...
2005-12-17 Evan ChengAdded support for cmp, test, and conditional move instr...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-10-14 Nate BegemanProperly split f32 and f64 into separate register class...
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris LattnerPut register classes into namespaces
2005-07-06 Nate BegemanFirst round of support for doing scalar FP using the...
2005-06-27 Nate BegemanInitial set of .td file changes necessary to get scalar...
2005-01-05 Chris LattnerMinor optimization to allocate R8 registers in a better...
2004-12-02 Chris LattnerSpill/restore X86 floating point stack registers with...
2004-09-21 Alkis EvlogimenosThe real x87 floating point registers should not be...
2004-09-15 Misha BrukmanFit long lines into 80 cols via creative space elimination
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-08-24 Chris LattnerNuke commented out stuff
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment for consistency
2004-08-01 Chris Lattnergive FP stack registers names
2004-02-29 Alkis EvlogimenosImprove allocation order:
2003-10-21 John CriswellAdded LLVM copyright header.
2003-08-11 Misha BrukmanConverted tabs to spaces.
2003-08-07 Chris LattnerThis register is never used, disable it.
2003-08-04 Chris LattnerRename register classes to be upper case to make it...
2003-08-04 Chris Lattnertransition to using let instead of set
2003-08-03 Chris LattnerSpecify custom name for registers to get the ()'s in...
2003-08-03 Chris LattnerThe RegisterInfo class is obsolete
2003-08-03 Chris LattnerInitial checkin of X86 Register File description