Reword a comment to be less ambiguous.
[oota-llvm.git] / include / llvm / CodeGen / LiveIntervalAnalysis.h
2008-07-28 Dan GohmanReword a comment to be less ambiguous.
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-22 Owen AndersonChange the heuristics used in the coalescer, register...
2008-07-10 Evan Cheng- Change the horrible N^2 isRegReDefinedByTwoAddr....
2008-06-25 Owen AndersonRemember which MachineOperand we were processing, so...
2008-06-24 Owen AndersonRemove an incorrect comment.
2008-06-24 Owen AndersonUse InstrSlots::NUM rather than pre-dividing by four...
2008-06-23 Owen AndersonAdd getScaledIntervalSize, which gives a measure of...
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-19 Evan ChengMinor spiller tweak to unfavor reload into load/store...
2008-06-06 Evan ChengRefine stack slot interval weight computation.
2008-06-05 Owen AndersonAdd a helper for constructing new live ranges that...
2008-05-30 Owen AndersonForgot to commit this file.
2008-05-28 Owen AndersonFactor the numbering computation into a separate method...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-11 Evan ChengUse of implicit_def is not part of live interval. Creat...
2008-04-03 Evan Cheng- Treat a live range defined by an implicit_def as...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-03-13 Dan GohmanFix a typo in a comment.
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-02-26 Bill WendlingDetabify
2008-02-25 Evan ChengCorrectly determine whether a argument load can be...
2008-02-23 Evan ChengForgot this.
2008-02-22 Evan ChengEnable re-materialization of instructions which have...
2008-02-18 Roman LevensteinNew helper function getMBBFromIndex() that given an...
2008-02-15 Evan Cheng- Removing the infamous r2rMap_ and rep() method. Now...
2008-02-13 Evan ChengSimplify.
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-11 Evan ChengSwitch over to MachineLoopInfo.
2007-12-06 Evan ChengFix for PR1831: if all defs of an interval are re-mater...
2007-12-05 Evan Cheng- Mark last use of a split interval as kill instead...
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-30 Evan ChengDo not fold reload into an instruction with multiple...
2007-11-29 Evan ChengFix a major performance issue with splitting. If there...
2007-11-29 Evan ChengFixed various live interval splitting bugs / compile...
2007-11-28 Evan ChengRecover compile time regression.
2007-11-17 Evan ChengLive interval splitting:
2007-11-13 Hartmut KaiserFixed a compilation error.
2007-11-12 Evan ChengRefactor some code.
2007-11-03 Evan ChengThere are times when the coalescer would not coalesce...
2007-10-18 Evan ChengRemove unnecessary include.
2007-10-17 Evan ChengApply Chris' suggestions.
2007-10-17 Evan ChengClean up code that calculate MBB live-in's.
2007-10-12 Evan ChengEXTRACT_SUBREG coalescing support. The coalescer now...
2007-09-05 Evan ChengUse pool allocator for all the VNInfo's to improve...
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-29 Evan ChengChange LiveRange so it keeps a pointer to the VNInfo...
2007-08-13 Evan ChengRe-implement trivial rematerialization. This allows...
2007-06-08 David GreeneFactor live variable analysis so it does not do registe...
2007-05-14 Evan ChengFix for PR1406:
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-25 Evan ChengFix for PR1306.
2007-04-18 Evan ChengDon't populate TryAgainList when coalescing only physic...
2007-04-17 Evan ChengCopy coalescing change to prevent a physical register...
2007-04-02 Evan ChengUgh. Copy coalescer does not update register numbers.
2007-03-01 Evan ChengTrack all joined registers and eliminate unneeded kills...
2007-02-26 Evan ChengJoining an interval with a dead copy instruction. Short...
2007-02-22 Evan ChengCopy and paste silliness.
2007-02-22 Evan ChengRemove unnecessary isKill properties if a live range...
2007-02-21 Jim LaskeyAllow for live in registers for eh landing pads.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan Cheng- Changes how function livein's are handled, they now...
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-11-16 Bill WendlingAdded a new method "CreateNewLiveInterval" which, given...
2006-09-15 Chris LattnerKeep track of the start of MBB's in a separate map...
2006-09-14 Chris Lattnerrevert accidentally committed file
2006-09-14 Chris LattnerRemove dead methods, add getNumBlockIDs() method
2006-09-03 Chris LattnerAvoid beating on the mi2i map when we know the answer...
2006-09-02 Chris LattnerFix a typo pointed out by Gabor
2006-09-02 Chris LattnerIteration is required for some cases, even if they...
2006-09-02 Chris Lattnernew method
2006-09-01 Chris LattnerIterative coallescing doesn't buy us anything (we get...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-05-12 Evan ChengBacking out fix for PR770. Need to re-apply it after...
2006-05-09 Evan ChengPR 770 - permit coallescing of registers in subset...
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-01-29 Chris Lattnerrevert an accidental commit
2006-01-29 Chris LattnerMake ConstantFP legalize into TargetConstantFP like...
2005-10-21 Chris Lattneradd missing prototype
2005-09-21 Chris Lattnermove the live interval headers out of lib/CodeGen/
2005-09-02 Chris LattnerTeach live intervals to not crash on dead livein regs
2005-03-09 Chris LattnerAllow the live interval analysis pass to be a bit more...
2004-12-07 Reid SpencerFor PR387:\
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-04 Alkis EvlogimenosClean up whitespace.
next