Age | Commit message (Expand) | Author |
2006-10-24 | LinearScanner hotspot. | Jim Laskey |
2006-08-27 | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner |
2006-08-02 | Final polish on machine pass registries. | Jim Laskey |
2006-08-01 | Introducing plugable register allocators and instruction schedulers. | Jim Laskey |
2006-07-20 | Reduce number of exported symbols | Andrew Lenharth |
2006-06-28 | Shave another 27K off libllvmgcc.dylib with visibility hidden | Chris Lattner |
2006-05-12 | If the register allocator cannot find a register to spill, try the aliases. If | Evan Cheng |
2006-05-11 | Backing out previous check-in. | Evan Cheng |
2006-05-10 | If the live interval legnth is essentially zero, i.e. in every live range | Evan Cheng |
2006-03-25 | Add some comments. | Chris Lattner |
2006-02-23 | Code cleanups, no functionality change | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2005-12-28 | HB is *the* code janitor. | Duraid Madina |
2005-11-21 | I think I know what you meant here, but just to be safe I'll let you | Duraid Madina |
2005-11-21 | Add section switching to common code generator code. Add a couple of | Chris Lattner |
2005-09-21 | Expose the LiveInterval interfaces as public headers. | Chris Lattner |
2005-08-30 | When checking the fixed intervals, don't forget to check for register aliases. | Chris Lattner |
2005-08-23 | Keep track of which registers are related to which other registers. | Chris Lattner |
2005-08-22 | Try to avoid scanning the fixed list. On architectures with a non-stupid | Chris Lattner |
2005-08-22 | Move some code in the register assignment case that only needs to happen if | Chris Lattner |
2005-08-22 | Speed up this loop a bit, based on some observations that Nate made, and | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-23 | Update these register allocators to set the PhysRegUsed info in MachineFunction. | Chris Lattner |
2005-01-08 | Silence VS warnings | Chris Lattner |
2004-12-15 | Move virtual method call out of loop | Chris Lattner |
2004-12-07 | Move virtual function call out of loop to speed up getFreePhysReg by about | Nate Begeman |
2004-11-18 | * There is no reason for SpillWeights to be an instance var | Chris Lattner |
2004-11-18 | Fix a couple of bugs where we considered physregs past their range as possibly | Chris Lattner |
2004-11-18 | Start using the iterators in the fixed_ intervals to avoid having to binary | Chris Lattner |
2004-11-18 | Add a counter for the number of times linscan has to backtrack. Start using | Chris Lattner |
2004-11-18 | * Improve comments/documentation substantially | Chris Lattner |
2004-11-18 | Rename some methods, use 'begin' instead of 'start', add new LiveInterval | Chris Lattner |
2004-11-05 | Do not make i have bigger scope that we need | Chris Lattner |
2004-09-30 | Free the VirtRegMap at the end of MachineFunction processing instead of at | Chris Lattner |
2004-09-03 | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos |
2004-09-02 | Change the way we choose a free register: instead of picking the first | Alkis Evlogimenos |
2004-09-02 | We don't need to sort the added vector as unhandled intervals are | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-09-01 | Be a bit more efficient when processing the active and inactive | Alkis Evlogimenos |
2004-08-27 | Now that LiveIntervals::addIntervalsForSpills is fixed, do not require | Alkis Evlogimenos |
2004-08-27 | Back out this change as it broke the build last night. This should be | Alkis Evlogimenos |
2004-08-27 | The linear scan variants do not require the LiveVariables analysis. | Alkis Evlogimenos |
2004-08-04 | Convert indentation to 2 spaces. | Alkis Evlogimenos |
2004-07-25 | Add some comments to the backtracking code. | Alkis Evlogimenos |
2004-07-24 | Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, | Alkis Evlogimenos |
2004-07-24 | Completely eliminate the intervals_ list. instead, the r2iMap_ maintains | Chris Lattner |
2004-07-23 | Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h) | Chris Lattner |
2004-07-22 | Some compile time improvements resulting in a 1sec speedup in the 5sec | Alkis Evlogimenos |
2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
2004-07-19 | Remove dead code. | Alkis Evlogimenos |