aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveInterval.h
AgeCommit message (Expand)Author
2009-03-11Two coalescer fixes in one.Evan Cheng
2009-02-08Strengthen the previous check.Evan Cheng
2009-02-08git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng
2009-02-02MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson
2009-01-29Exit with nice warnings when register allocator run out of registers.Evan Cheng
2009-01-29Fix comment about removeRange.Evan Cheng
2008-12-28Forgot to commit this file.Owen Anderson
2008-12-20LiveInterval::removeKills and isKill don't need 'this' andDan Gohman
2008-12-19Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng
2008-11-26LiveRanges are represented as half-open ranges. Fix the findLiveInMBBs codeDan Gohman
2008-11-12Correct a function name in a comment.Dan Gohman
2008-10-29- More pre-split fixes: spill slot live interval computation bug; restore poi...Evan Cheng
2008-09-24Next round of earlyclobber handling. Approach theDale Johannesen
2008-09-20Shorten and rearrange data fields to save a word of memory.Dale Johannesen
2008-09-19Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysisDale Johannesen
2008-06-23Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...Evan Cheng
2008-06-04Add a stack slot coloring pass. Not yet enabled.Evan Cheng
2008-05-29Prune and tidy #includes.Dan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-03Special handling of zero-sized live intervals.Evan Cheng
2008-02-26DetabifyBill Wendling
2008-02-15- Removing the infamous r2rMap_ and rep() method. Now the coalescer will updateEvan Cheng
2008-02-13- Added removeValNo() to remove all live ranges of a particular value#.Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-29Replace the odd kill# hack with something less fragile.Evan Cheng
2007-10-17Update comments.Evan Cheng
2007-10-14When coalescing an EXTRACT_SUBREG and the dst register is a physical register,Evan Cheng
2007-10-12EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng
2007-09-06Constify to catch bugs.David Greene
2007-09-05Accidentially left this out.Evan Cheng
2007-09-05Use pool allocator for all the VNInfo's to improve memory access locality. Th...Evan Cheng
2007-08-31Remove an unnecessary element, saving 4 bytes per LiveInterval.Evan Cheng
2007-08-29Change LiveRange so it keeps a pointer to the VNInfo rather than an index.Evan Cheng
2007-08-28Recover most of the compile time regression due to recent live interval changes.Evan Cheng
2007-08-27Add explicit keywords and remove spurious trailing semicolons.Dan Gohman
2007-08-16Comments.Evan Cheng
2007-08-13Re-implement trivial rematerialization. This allows def MIs whose live interv...Evan Cheng
2007-08-11Code to maintain kill information during register coalescing.Evan Cheng
2007-08-08Adding kill info to val#.Evan Cheng
2007-08-08Clean up and bug fix.Evan Cheng
2007-08-08- Each val# can have multiple kills.Evan Cheng
2007-08-07- LiveInterval value#'s now have 3 components: def instruction #,Evan Cheng
2007-04-17Add a register allocation preference field; add a method to compute size of a...Evan Cheng
2007-03-20First cut trivial re-materialization support.Evan Cheng
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-16The best unbreakage yet, addressing Bill's concerns.Jeff Cohen
2006-12-15An even better unbreakage...Jeff Cohen
2006-12-15Complete unbreak of VC++ (Chris identified the simple fix).Jeff Cohen
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling