Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove an if statement that would never be reached. | Reid Spencer | 2004-07-18 | 1 | -3/+1 |
* | Delete a redundant if branch. | Reid Spencer | 2004-07-18 | 1 | -4/+1 |
* | Expand the coercion of constants to include the newly constant Globals. | Reid Spencer | 2004-07-18 | 1 | -2/+1 |
* | Delete a no-op loop. | Reid Spencer | 2004-07-18 | 1 | -9/+0 |
* | Expand the scope to include global values because they are now constants | Reid Spencer | 2004-07-18 | 1 | -1/+1 |
* | Avoid an unnecessary isa<Constant>. | Reid Spencer | 2004-07-18 | 1 | -3/+1 |
* | Fix infinite loop gccld'ing povray | Chris Lattner | 2004-07-18 | 1 | -8/+6 |
* | CPR Fixes | Chris Lattner | 2004-07-18 | 5 | -14/+10 |
* | CPR fixes | Chris Lattner | 2004-07-18 | 6 | -20/+16 |
* | Remove useless statistic, fix some slightly broken logic | Chris Lattner | 2004-07-18 | 1 | -8/+4 |
* | Fix a rather serious bug in previous checkin | Chris Lattner | 2004-07-18 | 1 | -1/+0 |
* | Shrink some code. | Reid Spencer | 2004-07-18 | 1 | -4/+1 |
* | bug 122: | Reid Spencer | 2004-07-18 | 18 | -76/+53 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -11/+6 |
* | bug 122: | Reid Spencer | 2004-07-18 | 10 | -91/+56 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -1/+1 |
* | bug 122: | Reid Spencer | 2004-07-18 | 4 | -13/+6 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -16/+11 |
* | bug 122: | Reid Spencer | 2004-07-18 | 2 | -5/+6 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -22/+17 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -30/+1 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -6/+0 |
* | bug 122: | Reid Spencer | 2004-07-18 | 10 | -78/+48 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -8/+8 |
* | User ValueListTy as the type of the ValueList. This avoides the ValueList | Reid Spencer | 2004-07-18 | 1 | -1/+1 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -9/+5 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -3/+1 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -48/+47 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -0/+139 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -27/+17 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -4/+1 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -2/+7 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -13/+11 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -45/+0 |
* | bug 122: | Reid Spencer | 2004-07-17 | 2 | -14/+8 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -72/+3 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -57/+5 |
* | bug 122: | Reid Spencer | 2004-07-17 | 2 | -46/+39 |
* | It looks like physref->virtreg joining is working fine. Enable it by default | Chris Lattner | 2004-07-17 | 1 | -10/+19 |
* | Make sure to emit the immediate byte for instructions like: | Chris Lattner | 2004-07-17 | 1 | -0/+2 |
* | Reserve the correct amt of space. | Chris Lattner | 2004-07-17 | 1 | -2/+2 |
* | We don't really need to #include IPO.h into this file. | Misha Brukman | 2004-07-17 | 1 | -1/+0 |
* | Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information | Chris Lattner | 2004-07-17 | 1 | -21/+29 |
* | Print modref information in a useful way. | Chris Lattner | 2004-07-17 | 1 | -4/+14 |
* | Cleanups: fold two loops into one | Chris Lattner | 2004-07-17 | 1 | -3/+9 |
* | * Use LI(S) to copy constants into registers intead of ADDI(S) as the latter is | Misha Brukman | 2004-07-16 | 2 | -154/+308 |
* | * Store all non-volatile int registers R13-31 on the stack, restore on exit | Misha Brukman | 2004-07-16 | 1 | -9/+11 |
* | Fix code formatting | Misha Brukman | 2004-07-16 | 1 | -21/+20 |
* | Implement PowerPCInstrInfo::isMoveInstr(), patch by Nate Begeman | Misha Brukman | 2004-07-16 | 1 | -0/+29 |
* | Add prototype for TargetInstrInfo::isMoveInstr() | Misha Brukman | 2004-07-16 | 1 | -0/+8 |