aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* BA has only one argument.Vikram S. Adve2002-07-081-8/+12
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-214/+273
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-082-478/+328
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-082-18/+20
* Rename static struct Initializer to avoid name conflict with BB.Vikram S. Adve2002-07-081-3/+3
* Fix printing of BB in dump.Vikram S. Adve2002-07-081-2/+3
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.Vikram S. Adve2002-07-082-6/+8
* MachineInstr::dump() now takes no arguments.Vikram S. Adve2002-07-082-2/+2
* Implementation of class MachineCodeForBasicBlock.Vikram S. Adve2002-07-081-0/+28
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-0810-204/+182
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-084-18/+26
* getUsableUniRegAtMI interface simplified slightly.Vikram S. Adve2002-07-082-12/+14
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.Vikram S. Adve2002-07-081-11/+25
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-082-2/+2
* Moved MachineCodeForBB to be an annotation on BasicBlock.Vikram S. Adve2002-07-081-4/+1
* changes BBsorting and orederingAnand Shukla2002-07-082-720/+90
* small correctionsAnand Shukla2002-07-081-23/+22
* changed function numberingAnand Shukla2002-07-081-102/+95
* *** empty log message ***Chris Lattner2002-06-305-5/+1
* Clean up anands patchChris Lattner2002-06-301-1/+0
* Remove diff-cluttering tagsChris Lattner2002-06-302-2/+0
* Remove tag that just clutters diffsChris Lattner2002-06-302-2/+0
* Fix anands changesChris Lattner2002-06-302-12/+8
* Convert tabs to spacesChris Lattner2002-06-301-4/+4
* Fix anand's last checkinChris Lattner2002-06-306-47/+43
* changes for 64bit gccAnand Shukla2002-06-254-7/+8
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* added include<iostream> for cerrAnand Shukla2002-06-252-0/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-17/+18
* additions and bug fixesAnand Shukla2002-06-255-445/+1395
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-257-14/+34
* changes to make it compatible with 64bit gccAnand Shukla2002-06-2511-14/+22
* changes to make it compatible with 64bit gccAnand Shukla2002-06-255-10/+14
* changes to make it compatible with 64bit gccAnand Shukla2002-06-258-68/+80
* minor change in removing endlAnand Shukla2002-06-252-2/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-2556-1545/+1304
* MEGAPATCH checkin.Chris Lattner2002-06-2524-705/+634
* *** empty log message ***Chris Lattner2002-06-2520-408/+342
* * Update with MegaPatchChris Lattner2002-06-252-278/+250
* * Update to work with MegapatchChris Lattner2002-06-251-105/+153
* Remove DynamicConstantMerge pass, because it did not fit in with the PassChris Lattner2002-06-251-64/+27
* Remove "fixers" for problems in GCC generated code that cannot be generatedChris Lattner2002-06-251-187/+11
* Relocating Graph.hAnand Shukla2002-06-251-0/+465
* Fix constnessChris Lattner2002-06-051-1/+1
* Fix Constness problemsChris Lattner2002-06-051-13/+13
* Fix constness problemChris Lattner2002-06-051-2/+2
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-052-5/+5
* * Be more typesafe: cast<x> now no longer discards constnessChris Lattner2002-06-041-61/+61