| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial makefile | Anand Shukla | 2002-07-12 | 1 | -0/+5 |
* | Initial version: adds a function table to output code | Anand Shukla | 2002-07-12 | 1 | -0/+52 |
* | * Pass the DSGraph around instead of the Function to printing fns | Chris Lattner | 2002-07-11 | 1 | -16/+26 |
* | * Nodes now keep track of any global variables in them | Chris Lattner | 2002-07-11 | 1 | -0/+15 |
* | * Nodes now keep track of any global variables in them | Chris Lattner | 2002-07-11 | 1 | -17/+35 |
* | * Nodes now keep track of any global variables contained within them | Chris Lattner | 2002-07-11 | 2 | -8/+30 |
* | added std:: to endl | Anand Shukla | 2002-07-11 | 1 | -1/+1 |
* | added std:: to vector | Anand Shukla | 2002-07-11 | 2 | -4/+4 |
* | Rename DataStructure to LocalDataStructures | Chris Lattner | 2002-07-10 | 1 | -3/+3 |
* | New implementation of data structure analysis | Chris Lattner | 2002-07-10 | 5 | -790/+294 |
* | New implementation of data structure analysis. Only local analysis has been | Chris Lattner | 2002-07-10 | 3 | -130/+531 |
* | Disable folding g-e-p instructions into loads and stores. | Chris Lattner | 2002-07-10 | 1 | -0/+2 |
* | Disable pool allocation stuff until data structure analysis is sorted back out | Chris Lattner | 2002-07-10 | 1 | -2/+7 |
* | Reimplement data structure analysis | Chris Lattner | 2002-07-10 | 5 | -1601/+0 |
* | Fix broken test | Chris Lattner | 2002-07-10 | 2 | -0/+2 |
* | Include Makefile.singlesrc in order to compile .c tests. | Vikram S. Adve | 2002-07-10 | 1 | -2/+2 |
* | Some of these are feature tests, not regression tests. | Vikram S. Adve | 2002-07-10 | 20 | -0/+1208 |
* | Bug fix: cast (bool) has higher precedence than %... who knew! | Vikram S. Adve | 2002-07-10 | 2 | -6/+6 |
* | Add support for marking each operand as a %hh, %hm, %lm or %lo. | Vikram S. Adve | 2002-07-10 | 1 | -24/+80 |
* | Added a few more methods for creating instructions. | Vikram S. Adve | 2002-07-10 | 1 | -0/+33 |
* | Fix print of BB name in dump(). | Vikram S. Adve | 2002-07-10 | 1 | -2/+1 |
* | Add support for marking each operand as a %hh, %hm, %lm or %lo. | Vikram S. Adve | 2002-07-10 | 1 | -34/+38 |
* | 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 |
* | Put caller-saving code *before* argument copying code! | Vikram S. Adve | 2002-07-10 | 1 | -1/+3 |
* | Minor change in comments. | Vikram S. Adve | 2002-07-10 | 2 | -6/+8 |
* | *** empty log message *** | Chris Lattner | 2002-07-10 | 1 | -5/+5 |
* | Allow specifying a module for context instead of a slot calculator directly | Chris Lattner | 2002-07-10 | 1 | -3/+4 |
* | Add a new testcase. It actually is not infinite looping. It just takes | Chris Lattner | 2002-07-09 | 1 | -0/+67 |
* | Disabling reassociate pass until it is fixed. | Vikram S. Adve | 2002-07-09 | 1 | -1/+2 |
* | New testcase for problem effecting mst | Chris Lattner | 2002-07-09 | 1 | -0/+10 |
* | changed mem_fun to std::mem_fun | Anand Shukla | 2002-07-09 | 2 | -4/+4 |
* | added std:: to hash_set | Anand Shukla | 2002-07-09 | 1 | -0/+2 |
* | Added std:: to mem_fun for 64-bit gcc | Anand Shukla | 2002-07-09 | 1 | -2/+2 |
* | Implementing shift left & shift right on pointers | Chris Lattner | 2002-07-09 | 1 | -0/+2 |
* | Include header in the compiler-neutral location | Chris Lattner | 2002-07-09 | 1 | -1/+1 |
* | Added support for printing constant global references to | Vikram S. Adve | 2002-07-09 | 1 | -4/+10 |
* | Add makefile-mode flag for emacs. | Vikram S. Adve | 2002-07-09 | 2 | -2/+4 |
* | Fix iteration and InsertPos bugs introduced when Chris changed over to ilist. | Vikram S. Adve | 2002-07-08 | 1 | -21/+35 |
* | 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 | 2 | -478/+328 |
* | MachineInstr* in vector are not const (and never really were) | Vikram S. Adve | 2002-07-08 | 2 | -18/+20 |