| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fix: cast (bool) has higher precedence than %... who knew! | Vikram S. Adve | 2002-07-10 | 1 | -3/+3 |
* | Changed interface to insertCallerSavingCode(). | Vikram S. Adve | 2002-07-10 | 1 | -1/+3 |
* | Stop using pseudo-instructions (SETX, SETUW, SETSW) | Vikram S. Adve | 2002-07-10 | 1 | -10/+28 |
* | Add support to print %hh, %hm, %lm, or %lo in an operand field. | Vikram S. Adve | 2002-07-10 | 1 | -14/+30 |
* | Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW) | Vikram S. Adve | 2002-07-10 | 1 | -110/+207 |
* | More important fixes: | Vikram S. Adve | 2002-07-10 | 1 | -40/+53 |
* | changed mem_fun to std::mem_fun | Anand Shukla | 2002-07-09 | 1 | -2/+2 |
* | Added std:: to mem_fun for 64-bit gcc | Anand Shukla | 2002-07-09 | 1 | -2/+2 |
* | Added support for printing constant global references to | Vikram S. Adve | 2002-07-09 | 1 | -4/+10 |
* | Numerous changes in interface to class SparcRegInfo corresponding to | Vikram S. Adve | 2002-07-08 | 1 | -75/+78 |
* | class MachineCodeForBasicBlock is now an annotation on BasicBlock. | Vikram S. Adve | 2002-07-08 | 1 | -2/+3 |
* | BA no longer has the unused CC operand. | Vikram S. Adve | 2002-07-08 | 1 | -2/+3 |
* | Have to save a boolean (setCC) value whenever use is outside the current | Vikram S. Adve | 2002-07-08 | 1 | -20/+16 |
* | BA has only one argument. | Vikram S. Adve | 2002-07-08 | 1 | -8/+12 |
* | Significant changes to correctly spill CC registers and to correctly | Vikram S. Adve | 2002-07-08 | 1 | -214/+273 |
* | Significant changes to correctly spill CC registers and to correctly | Vikram S. Adve | 2002-07-08 | 1 | -239/+164 |
* | MachineInstr* in vector are not const (and never really were) | Vikram S. Adve | 2002-07-08 | 1 | -9/+10 |
* | Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h. | Vikram S. Adve | 2002-07-08 | 1 | -3/+4 |
* | MachineInstr::dump() now takes no arguments. | Vikram S. Adve | 2002-07-08 | 1 | -1/+1 |
* | A single MachineInstr operand may now be both a def and a use, | Vikram S. Adve | 2002-07-08 | 5 | -102/+91 |
* | A single MachineInstr operand may now be both a def and a use. | Vikram S. Adve | 2002-07-08 | 2 | -9/+13 |
* | getUsableUniRegAtMI interface simplified slightly. | Vikram S. Adve | 2002-07-08 | 1 | -6/+7 |
* | MachineInstr* in vector are not const (and never really were) | Vikram S. Adve | 2002-07-08 | 1 | -1/+1 |
* | Remove diff-cluttering tags | Chris Lattner | 2002-06-30 | 2 | -2/+0 |
* | Remove tag that just clutters diffs | Chris Lattner | 2002-06-30 | 1 | -1/+0 |
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 7 | -8/+12 |
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -2/+2 |
* | minor change in removing endl | Anand Shukla | 2002-06-25 | 1 | -1/+1 |
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -1/+1 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 4 | -152/+133 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 7 | -162/+132 |
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 4 | -29/+29 |
* | Fix constness | Chris Lattner | 2002-06-05 | 1 | -1/+1 |
* | Fix Constness problems | Chris Lattner | 2002-06-05 | 1 | -13/+13 |
* | Disable debugging output | Chris Lattner | 2002-06-04 | 1 | -1/+1 |
* | Convert RegClass::IsColorUsedArr from a dynamically allocated array to | Chris Lattner | 2002-05-23 | 5 | -56/+49 |
* | Move debug options out of header files so that the header does not have | Chris Lattner | 2002-05-22 | 4 | -10/+14 |
* | Move the DEBUG_LV option out of the public header file into a private header. | Chris Lattner | 2002-05-22 | 1 | -0/+9 |
* | Avoid #including CommandLine.h | Chris Lattner | 2002-05-22 | 1 | -4/+2 |
* | Fixed the makefile to not die when compiling a new, empty, source directory | Mehwish Nagda | 2002-05-21 | 1 | -0/+3 |
* | Hide debugging options | Chris Lattner | 2002-05-20 | 4 | -4/+4 |
* | Don't lose namespace qualifications on previous patch. | Chris Lattner | 2002-05-20 | 1 | -2/+2 |
* | Rename IsPowerOf2 to isPowerOf2 | Chris Lattner | 2002-05-19 | 1 | -2/+2 |
* | InstrnsBefore and InstrnsAfter are now vectors instead of deques. | Vikram S. Adve | 2002-05-19 | 1 | -3/+3 |
* | Better folding getelementptr operations with mixed | Vikram S. Adve | 2002-05-19 | 1 | -41/+61 |
* | cpValue2Value now needs a vector of MachineInstr to store return values. | Vikram S. Adve | 2002-05-19 | 1 | -16/+20 |
* | Annotation class for MachineInstr. | Vikram S. Adve | 2002-05-19 | 1 | -0/+96 |
* | Numerous bug fixes: | Vikram S. Adve | 2002-05-19 | 2 | -27/+58 |
* | Numerous bug fixes: | Vikram S. Adve | 2002-05-19 | 8 | -887/+1004 |
* | Replace all usages of Type::isPointerType with isa<PointerType> | Chris Lattner | 2002-05-06 | 3 | -43/+31 |