Age | Commit message (Expand) | Author |
2005-07-27 | Fix debug info to not print out recently freed memory. | Chris Lattner |
2005-07-27 | Print symbolic register names in debug dumps | Chris Lattner |
2005-05-14 | Print the symbolic register name in a register allocator debug dump. | Chris Lattner |
2005-05-13 | allow a virtual register to be associated with live-in values. | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-09 | there is no need to remove this instruction, linscan does it already as it | Chris Lattner |
2005-04-09 | Adjust live intervals to support a livein set | Chris Lattner |
2005-03-10 | I didn't mean to check this in. :( | Chris Lattner |
2005-03-09 | Allow the live interval analysis pass to be a bit more aggressive about | Chris Lattner |
2005-01-08 | Silence warnings from VS | Chris Lattner |
2004-12-07 | For PR387:\ | Reid Spencer |
2004-10-26 | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner |
2004-10-25 | Patch to support MSVC better, contributed by Morten Ofstad | Chris Lattner |
2004-10-01 | When a virtual register is folded into an instruction, keep track of whether | Chris Lattner |
2004-10-01 | Pretty print a bit nicer :) | Chris Lattner |
2004-09-30 | There is no need to call MachineInstr::print directly, just send the MI& to a... | Chris Lattner |
2004-09-30 | * Wrap some comments to 80 cols | Chris Lattner |
2004-09-09 | Grow the map on entry so that we don't crash if joinIntervals never | Alkis Evlogimenos |
2004-09-08 | Use a DenseMap for mapping reg->reg. This improves the LiveInterval | Alkis Evlogimenos |
2004-09-03 | Order #includes alphabetically, local .h files first. | Misha Brukman |
2004-09-03 | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-31 | Minor code clarity changes. | Alkis Evlogimenos |
2004-08-27 | Only update LiveVariables if it is available. addIntervalsForSpills | Alkis Evlogimenos |
2004-08-26 | Use newly added API in MRegisterInfo. | Alkis Evlogimenos |
2004-08-24 | Fix a bug in a previous checkin of mine, correcting | Chris Lattner |
2004-08-15 | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner |
2004-08-04 | Clean up whitespace. | Alkis Evlogimenos |
2004-08-04 | Convert indentation to 2 spaces. | Alkis Evlogimenos |
2004-07-25 | Fix the sense of joinable | Chris Lattner |
2004-07-25 | Fix a bug where we incorrectly value numbered the first PHI definition the | Chris Lattner |
2004-07-25 | Add debugging output for joining assignments | Chris Lattner |
2004-07-24 | Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, | Alkis Evlogimenos |
2004-07-24 | whoops, didn't mean to remove this | Chris Lattner |
2004-07-24 | Completely eliminate the intervals_ list. instead, the r2iMap_ maintains | Chris Lattner |
2004-07-24 | Big change to compute logical value numbers for each LiveRange added to an | Chris Lattner |
2004-07-23 | More minor changes: | Chris Lattner |
2004-07-23 | Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h) | Chris Lattner |
2004-07-23 | Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which | Chris Lattner |
2004-07-23 | Improve comments a bit | Chris Lattner |
2004-07-23 | Force coallescing of live ranges that have a single definition, even if they | Chris Lattner |
2004-07-22 | Fix broken -debug printing | Chris Lattner |
2004-07-22 | Sorting is now handled by both linearscan and iterative scan so live | Alkis Evlogimenos |
2004-07-22 | That funny 2-address lowering pass can also cause multiple definitions, | Chris Lattner |
2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
2004-07-20 | Remove unneeded functor. LiveInterval has a < operator. | Alkis Evlogimenos |
2004-07-19 | Fix a bug that occurs when the last instruction in a range is dead | Chris Lattner |
2004-07-19 | When joining intervals, join intervals in deeply nested loops first. This | Chris Lattner |
2004-07-19 | Split joinIntervals into two methods | Chris Lattner |
2004-07-19 | There is no need to store the MBB along with the MI any more, we can now | Chris Lattner |