| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate data relocations by using NULL instead of global empty list. | Jim Laskey | 2006-07-21 | 1 | -2/+4 |
* | Reduce number of exported symbols | Andrew Lenharth | 2006-07-20 | 1 | -6/+6 |
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
* | Backing out fix for PR770. Need to re-apply it after live range splitting is ... | Evan Cheng | 2006-05-12 | 1 | -25/+13 |
* | Set weight of zero length intervals to infinite to prevent them from being | Evan Cheng | 2006-05-11 | 1 | -0/+19 |
* | PR 770 - permit coallescing of registers in subset register classes. | Evan Cheng | 2006-05-09 | 1 | -13/+25 |
* | Move some methods out of MachineInstr into MachineOperand | Chris Lattner | 2006-05-04 | 1 | -3/+3 |
* | Remove previous patch, which wasn't quite right. | Chris Lattner | 2006-05-01 | 1 | -3/+1 |
* | Local spiller kills a store if the folded restore is turned into a copy. | Evan Cheng | 2006-04-30 | 1 | -3/+4 |
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | Minor cleanup, no functionality change for current targets | Chris Lattner | 2006-01-10 | 1 | -1/+2 |
* | Change a variable from being an iterator to a raw MachineInstr*, to make | Chris Lattner | 2006-01-03 | 1 | -12/+12 |
* | Fix some spello's pointed out by Gabor Greif | Chris Lattner | 2005-10-26 | 1 | -2/+2 |
* | Make the coallescer a bit smarter, allowing it to join more live ranges. | Chris Lattner | 2005-10-21 | 1 | -30/+85 |
* | Expose the LiveInterval interfaces as public headers. | Chris Lattner | 2005-09-21 | 1 | -1/+1 |
* | remove debugging code *slaps head* | Chris Lattner | 2005-09-09 | 1 | -1/+0 |
* | When spilling a live range that is used multiple times by one instruction, | Chris Lattner | 2005-09-09 | 1 | -9/+26 |
* | Fix a bug that Tzu-Chien Chiu noticed: live interval analysis does NOT | Chris Lattner | 2005-09-07 | 1 | -1/+0 |
* | Teach live intervals to not crash on dead livein regs | Chris Lattner | 2005-09-02 | 1 | -6/+11 |
* | Simplify this code by using higher-level LiveVariables methods | Chris Lattner | 2005-08-23 | 1 | -20/+10 |
* | Fix debug info to not print out recently freed memory. | Chris Lattner | 2005-07-27 | 1 | -1/+1 |
* | Print symbolic register names in debug dumps | Chris Lattner | 2005-07-27 | 1 | -2/+4 |
* | Print the symbolic register name in a register allocator debug dump. | Chris Lattner | 2005-05-14 | 1 | -5/+5 |
* | allow a virtual register to be associated with live-in values. | Chris Lattner | 2005-05-13 | 1 | -4/+4 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | there is no need to remove this instruction, linscan does it already as it | Chris Lattner | 2005-04-09 | 1 | -5/+0 |
* | Adjust live intervals to support a livein set | Chris Lattner | 2005-04-09 | 1 | -2/+44 |
* | I didn't mean to check this in. :( | Chris Lattner | 2005-03-10 | 1 | -3/+1 |
* | Allow the live interval analysis pass to be a bit more aggressive about | Chris Lattner | 2005-03-09 | 1 | -7/+53 |
* | Silence warnings from VS | Chris Lattner | 2005-01-08 | 1 | -2/+3 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
* | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner | 2004-10-26 | 1 | -5/+6 |
* | Patch to support MSVC better, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -1/+1 |
* | When a virtual register is folded into an instruction, keep track of whether | Chris Lattner | 2004-10-01 | 1 | -1/+1 |
* | Pretty print a bit nicer :) | Chris Lattner | 2004-10-01 | 1 | -2/+1 |
* | There is no need to call MachineInstr::print directly, just send the MI& to a... | Chris Lattner | 2004-09-30 | 1 | -8/+11 |
* | * Wrap some comments to 80 cols | Chris Lattner | 2004-09-30 | 1 | -30/+32 |
* | Grow the map on entry so that we don't crash if joinIntervals never | Alkis Evlogimenos | 2004-09-09 | 1 | -2/+1 |
* | Use a DenseMap for mapping reg->reg. This improves the LiveInterval | Alkis Evlogimenos | 2004-09-08 | 1 | -3/+5 |
* | Order #includes alphabetically, local .h files first. | Misha Brukman | 2004-09-03 | 1 | -3/+2 |
* | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 1 | -0/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -4/+4 |
* | Minor code clarity changes. | Alkis Evlogimenos | 2004-08-31 | 1 | -4/+6 |
* | Only update LiveVariables if it is available. addIntervalsForSpills | Alkis Evlogimenos | 2004-08-27 | 1 | -9/+12 |
* | Use newly added API in MRegisterInfo. | Alkis Evlogimenos | 2004-08-26 | 1 | -5/+4 |
* | Fix a bug in a previous checkin of mine, correcting | Chris Lattner | 2004-08-24 | 1 | -1/+1 |
* | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner | 2004-08-15 | 1 | -1/+1 |
* | Clean up whitespace. | Alkis Evlogimenos | 2004-08-04 | 1 | -15/+14 |
* | Convert indentation to 2 spaces. | Alkis Evlogimenos | 2004-08-04 | 1 | -412/+411 |
* | Fix the sense of joinable | Chris Lattner | 2004-07-25 | 1 | -1/+1 |