| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Constify to catch bugs. | David Greene | 2007-09-06 | 1 | -2/+2 | 
| *  | Fix a memory leak. | Evan Cheng | 2007-09-06 | 1 | -0/+2 | 
| *  | Use pool allocator for all the VNInfo's to improve memory access locality. Th... | Evan Cheng | 2007-09-05 | 1 | -36/+18 | 
| *  | More tweaks to improve compile time. | Evan Cheng | 2007-09-01 | 1 | -22/+35 | 
| *  | Remove an unnecessary element, saving 4 bytes per LiveInterval. | Evan Cheng | 2007-08-31 | 1 | -3/+0 | 
| *  | Change LiveRange so it keeps a pointer to the VNInfo rather than an index. | Evan Cheng | 2007-08-29 | 1 | -52/+78 | 
| *  | Recover most of the compile time regression due to recent live interval changes. | Evan Cheng | 2007-08-28 | 1 | -27/+19 | 
| *  | Kill info update bugs. | Evan Cheng | 2007-08-14 | 1 | -1/+2 | 
| *  | Kill info update bugs. | Evan Cheng | 2007-08-13 | 1 | -5/+2 | 
| *  | Code to maintain kill information during register coalescing. | Evan Cheng | 2007-08-11 | 1 | -11/+32 | 
| *  | Clean up and bug fix. | Evan Cheng | 2007-08-08 | 1 | -1/+1 | 
| *  | - Each val# can have multiple kills. | Evan Cheng | 2007-08-08 | 1 | -6/+3 | 
| *  | Remove a dead assertion. | Evan Cheng | 2007-08-08 | 1 | -1/+0 | 
| *  | - LiveInterval value#'s now have 3 components: def instruction #, | Evan Cheng | 2007-08-07 | 1 | -7/+12 | 
| *  | Add a register allocation preference field; add a method to compute size of a... | Evan Cheng | 2007-04-17 | 1 | -0/+9 | 
| *  | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -1/+1 | 
| *  | The best unbreakage yet, addressing Bill's concerns. | Jeff Cohen | 2006-12-16 | 1 | -3/+2 | 
| *  | An even better unbreakage... | Jeff Cohen | 2006-12-15 | 1 | -0/+7 | 
| *  | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -4/+3 | 
| *  | Converted to using llvm streams instead of <iostream>s | Bill Wendling | 2006-11-29 | 1 | -1/+1 | 
| *  | Put the #include for a module first. | Bill Wendling | 2006-11-28 | 1 | -1/+1 | 
| *  | Changed to using llvm streams. | Bill Wendling | 2006-11-28 | 1 | -5/+5 | 
| *  | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 | 
| *  | When joining two intervals where the RHS is really simple, use a light-weight | Chris Lattner | 2006-09-02 | 1 | -0/+17 | 
| *  | avoid calling the virtual isMoveInstr method endlessly by caching its results. | Chris Lattner | 2006-08-31 | 1 | -12/+12 | 
| *  | Teach the coallescer to coallesce live intervals joined by an arbitrary | Chris Lattner | 2006-08-29 | 1 | -130/+59 | 
| *  | Simplifications to liveinterval analysis, no functionality change. | Chris Lattner | 2006-08-26 | 1 | -11/+15 | 
| *  | Completely change the way that joining with physregs is implemented.  This | Chris Lattner | 2006-08-25 | 1 | -7/+40 | 
| *  | When replacing value numbers, make sure to compactify the value # space. | Chris Lattner | 2006-08-24 | 1 | -0/+12 | 
| *  | Take advantage of the recent improvements to the liveintervals set (tracking | Chris Lattner | 2006-08-24 | 1 | -8/+83 | 
| *  | Improve the LiveInterval class to keep track of which machine instruction | Chris Lattner | 2006-08-22 | 1 | -1/+15 | 
| *  | Fix LiveInterval::getOverlapingRanges to take things in the right order | Chris Lattner | 2005-10-21 | 1 | -3/+3 | 
| *  | Fix a conditional so we don't access past the end of the range.  Thanks to | Chris Lattner | 2005-10-20 | 1 | -6/+4 | 
| *  | Fix order of eval problem from when I refactored this into a function. | Chris Lattner | 2005-10-20 | 1 | -3/+2 | 
| *  | add a new method, play around with some code. | Chris Lattner | 2005-10-20 | 1 | -10/+56 | 
| *  | Refactor some code, pulling it out into a function.  No functionality change. | Chris Lattner | 2005-10-20 | 1 | -15/+26 | 
| *  | Expose the LiveInterval interfaces as public headers. | Chris Lattner | 2005-09-21 | 1 | -1/+1 | 
| *  | Print the symbolic register name in a register allocator debug dump. | Chris Lattner | 2005-05-14 | 1 | -11/+17 | 
| *  | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 | 
| *  | Prevent accessing past the end of the intervals vector, this fixes | Chris Lattner | 2004-12-04 | 1 | -1/+3 | 
| *  | There is no need to check to see if j overflowed in this loop as we're only | Chris Lattner | 2004-11-18 | 1 | -1/+3 | 
| *  | Moderate head scratching reveals that this conditional is not needed.  If | Chris Lattner | 2004-11-18 | 1 | -4/+0 | 
| *  | Take another .7 seconds off of linear scan time. | Chris Lattner | 2004-11-18 | 1 | -3/+5 | 
| *  | Add ability to give hints to the overlaps routines. | Chris Lattner | 2004-11-18 | 1 | -5/+13 | 
| *  | Give a better message for a common assertion failure. | Brian Gaeke | 2004-11-16 | 1 | -1/+2 | 
| *  | Fix includes. Patch contributed by Paolo Invernizzi! | Alkis Evlogimenos | 2004-09-28 | 1 | -0/+1 | 
| *  | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 | 
| *  | Fix the sense of joinable | Chris Lattner | 2004-07-25 | 1 | -4/+4 | 
| *  | This patch makes use of the infrastructure implemented before to safely and | Chris Lattner | 2004-07-25 | 1 | -1/+43 | 
| *  | Make a method const, no functionality changes | Chris Lattner | 2004-07-25 | 1 | -5/+5 |