aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove an if statement that would never be reached.Reid Spencer2004-07-181-3/+1
* Delete a redundant if branch.Reid Spencer2004-07-181-4/+1
* Expand the coercion of constants to include the newly constant Globals.Reid Spencer2004-07-181-2/+1
* Delete a no-op loop.Reid Spencer2004-07-181-9/+0
* Expand the scope to include global values because they are now constantsReid Spencer2004-07-181-1/+1
* Avoid an unnecessary isa<Constant>.Reid Spencer2004-07-181-3/+1
* Fix infinite loop gccld'ing povrayChris Lattner2004-07-181-8/+6
* CPR FixesChris Lattner2004-07-185-14/+10
* CPR fixesChris Lattner2004-07-186-20/+16
* Remove useless statistic, fix some slightly broken logicChris Lattner2004-07-181-8/+4
* Fix a rather serious bug in previous checkinChris Lattner2004-07-181-1/+0
* Shrink some code.Reid Spencer2004-07-181-4/+1
* bug 122:Reid Spencer2004-07-1818-76/+53
* bug 122:Reid Spencer2004-07-181-11/+6
* bug 122:Reid Spencer2004-07-1810-91/+56
* bug 122:Reid Spencer2004-07-181-1/+1
* bug 122:Reid Spencer2004-07-184-13/+6
* bug 122:Reid Spencer2004-07-181-16/+11
* bug 122:Reid Spencer2004-07-182-5/+6
* bug 122:Reid Spencer2004-07-181-22/+17
* bug 122:Reid Spencer2004-07-181-30/+1
* bug 122:Reid Spencer2004-07-181-6/+0
* bug 122:Reid Spencer2004-07-1810-78/+48
* bug 122:Reid Spencer2004-07-181-8/+8
* User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer2004-07-181-1/+1
* bug 122:Reid Spencer2004-07-181-9/+5
* bug 122:Reid Spencer2004-07-181-3/+1
* bug 122:Reid Spencer2004-07-181-48/+47
* bug 122:Reid Spencer2004-07-181-0/+139
* bug 122:Reid Spencer2004-07-181-27/+17
* bug 122:Reid Spencer2004-07-181-4/+1
* bug 122:Reid Spencer2004-07-181-2/+7
* bug 122:Reid Spencer2004-07-171-13/+11
* bug 122:Reid Spencer2004-07-171-45/+0
* bug 122:Reid Spencer2004-07-172-14/+8
* bug 122:Reid Spencer2004-07-171-72/+3
* bug 122:Reid Spencer2004-07-171-57/+5
* bug 122:Reid Spencer2004-07-172-46/+39
* It looks like physref->virtreg joining is working fine. Enable it by defaultChris Lattner2004-07-171-10/+19
* Make sure to emit the immediate byte for instructions like:Chris Lattner2004-07-171-0/+2
* Reserve the correct amt of space.Chris Lattner2004-07-171-2/+2
* We don't really need to #include IPO.h into this file.Misha Brukman2004-07-171-1/+0
* Fix incorrect computation of mod/ref sets. Do not ask for mod/ref informationChris Lattner2004-07-171-21/+29
* Print modref information in a useful way.Chris Lattner2004-07-171-4/+14
* Cleanups: fold two loops into oneChris Lattner2004-07-171-3/+9
* * Use LI(S) to copy constants into registers intead of ADDI(S) as the latter isMisha Brukman2004-07-162-154/+308
* * Store all non-volatile int registers R13-31 on the stack, restore on exitMisha Brukman2004-07-161-9/+11
* Fix code formattingMisha Brukman2004-07-161-21/+20
* Implement PowerPCInstrInfo::isMoveInstr(), patch by Nate BegemanMisha Brukman2004-07-161-0/+29
* Add prototype for TargetInstrInfo::isMoveInstr()Misha Brukman2004-07-161-0/+8