Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Target / MRegisterInfo.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-14 Dan GohmanFix a typo in a comment.
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-10-19 Evan ChengLocal spiller optimization:
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-13 Evan ChengChange unfoldMemoryOperand(). User is now responsible...
2007-10-10 Bill WendlingFix 80-column violations
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-09-26 Evan Cheng- Added MRegisterInfo::getCrossCopyRegClass() hook...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-10 Christopher LambMove isSubRegOf into MRegisterInfo. Fix a missed move...
2007-07-26 Christopher LambHave register info provide the inverse mapping of regis...
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-06-26 Evan ChengAdd comment.
2007-06-26 Evan ChengAdd immediate sub-registers.
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2007-05-01 Evan ChengAdd SPAdj parameter to account for call frame setup...
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-05-01 Evan ChengAdded hook hasReservedCallFrame(). It returns true...
2007-04-25 Evan ChengTest if a register is sub- or super-register of another.
2007-04-21 Evan ChengAdd super-register set.
2007-04-20 Evan ChengAdd sub-registers set accessor.
2007-04-20 Evan ChengAdd sub-register sets.
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-06 Evan ChengMinor interface change.
2007-02-28 Evan ChengMake requiresRegisterScavenging determination on a...
2007-02-28 Evan ChengMRegisterInfo disowns RegScavenger. It's immutable.
2007-02-27 Evan ChengLet MRegisterInfo owns RegScavenger.
2007-02-23 Evan ChengTemporay hook to enable register scavening for specific...
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan Cheng- Added regsOverlap() to test if two registers overlap...
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2007-01-25 Evan ChengAdded a MRegisterInfo hook that tells PEI the target...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-02 Evan ChengFix naming inconsistency: calleesave -> calleesaved.
2007-01-02 Evan ChengAdd virtual method spillCalleeSaveRegisters() and resto...
2006-09-28 Evan Cheng- Added a hook processFunctionBeforeCalleeSaveScn(...
2006-08-24 Chris Lattnerupdate some comments
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-10 Chris LattnerDoxygenify some methods.
2006-08-03 Chris Lattnerupdate comment
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-19 Evan ChengMake sub- and super- register classes const.
2006-05-11 Evan ChengAlso add super- register class info.
2006-05-09 Evan ChengAdded sub- register classes information.
2006-04-10 Jim LaskeyUse existing information.
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-24 Jim LaskeyTweak a comment.
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-21 Chris Lattnerexpose the set of values types holdable in a regclass...
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-02 Chris Lattneradd a new isStoreToStackSlot method
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
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
2005-09-17 Chris Lattneradd a new callback
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-27 Nate BegemanRemove dead data member in MRegisterInfo class. Thanks...
2004-10-26 Nate BegemanRemove method getRegClass from MRegisterInfo, as it...
2004-08-29 Nate BegemanUpdate doxygen comment now that getSpillSize is suppose...
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-16 Chris LattnerFlags and TSFlags were (thankfully) never used, so...
2004-08-15 Chris LattnerAdd new TargetRegisterClass::contains method
2004-08-15 Chris LattnerImplement a long overdue FIXME, by changing these metho...
2004-08-15 Chris LattnerEliminate the RegisterClass argument, since it can...
2004-08-14 Nate BegemanElminiate MachineFunction& argument from eliminateFrame...
2004-07-27 Chris LattnerFix out of date comment
2004-06-11 Misha BrukmanFix grammar: 's is for possessive only.
2004-06-04 Chris LattnerFix a nasty bug that caused areAliases to always return...
2004-03-14 Alkis EvlogimenosAnother API change to MRegisterInfo::foldMemoryOperand...
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-25 Alkis EvlogimenosTemporarily comment out asserts as they break things...
2004-02-25 Alkis EvlogimenosDuh, forgot to close the parenthesis.
2004-02-25 Alkis EvlogimenosAdd assert to isPhysicalRegister and isVirtualRegister...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-19 Alkis EvlogimenosThis is needed by assignment verification in linear...
next