Age | Commit message (Expand) | Author |
2002-07-14 | Write out the plane for types first, since values of primitive types | Vikram S. Adve |
2002-07-14 | Use a helper function outputConstantsInPlane in outputConstants. | Vikram S. Adve |
2002-07-14 | Add support for reading ConstantExpr nodes. | Vikram S. Adve |
2002-07-14 | Add support for reading ConstantExpr nodes. | Vikram S. Adve |
2002-07-14 | Added support for parsing expressions constructed from constant values. | Vikram S. Adve |
2002-07-14 | Declare globals llvmAsmtext and llvmAsmleng for use in the parser. | Vikram S. Adve |
2002-07-12 | Added EmitFunctions directory | Anand Shukla |
2002-07-12 | Initial makefile | Anand Shukla |
2002-07-12 | Initial version: adds a function table to output code | Anand Shukla |
2002-07-11 | * Pass the DSGraph around instead of the Function to printing fns | Chris Lattner |
2002-07-11 | * Nodes now keep track of any global variables in them | Chris Lattner |
2002-07-11 | * Nodes now keep track of any global variables in them | Chris Lattner |
2002-07-11 | added std:: to endl | Anand Shukla |
2002-07-11 | added std:: to vector | Anand Shukla |
2002-07-10 | New implementation of data structure analysis. Only local analysis has been | Chris Lattner |
2002-07-10 | Disable folding g-e-p instructions into loads and stores. | Chris Lattner |
2002-07-10 | Disable pool allocation stuff until data structure analysis is sorted back out | Chris Lattner |
2002-07-10 | Reimplement data structure analysis | Chris Lattner |
2002-07-10 | Bug fix: cast (bool) has higher precedence than %... who knew! | Vikram S. Adve |
2002-07-10 | Fix print of BB name in dump(). | Vikram S. Adve |
2002-07-10 | Add support for marking each operand as a %hh, %hm, %lm or %lo. | Vikram S. Adve |
2002-07-10 | Changed interface to insertCallerSavingCode(). | Vikram S. Adve |
2002-07-10 | Stop using pseudo-instructions (SETX, SETUW, SETSW) | Vikram S. Adve |
2002-07-10 | Add support to print %hh, %hm, %lm, or %lo in an operand field. | Vikram S. Adve |
2002-07-10 | Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW) | Vikram S. Adve |
2002-07-10 | More important fixes: | Vikram S. Adve |
2002-07-10 | *** empty log message *** | Chris Lattner |
2002-07-09 | changed mem_fun to std::mem_fun | Anand Shukla |
2002-07-09 | Added std:: to mem_fun for 64-bit gcc | Anand Shukla |
2002-07-09 | Implementing shift left & shift right on pointers | Chris Lattner |
2002-07-09 | Added support for printing constant global references to | Vikram S. Adve |
2002-07-08 | Fix iteration and InsertPos bugs introduced when Chris changed over to ilist. | Vikram S. Adve |
2002-07-08 | Numerous changes in interface to class SparcRegInfo corresponding to | Vikram S. Adve |
2002-07-08 | class MachineCodeForBasicBlock is now an annotation on BasicBlock. | Vikram S. Adve |
2002-07-08 | BA no longer has the unused CC operand. | Vikram S. Adve |
2002-07-08 | Have to save a boolean (setCC) value whenever use is outside the current | Vikram S. Adve |
2002-07-08 | BA has only one argument. | Vikram S. Adve |
2002-07-08 | Significant changes to correctly spill CC registers and to correctly | Vikram S. Adve |
2002-07-08 | Significant changes to correctly spill CC registers and to correctly | Vikram S. Adve |
2002-07-08 | MachineInstr* in vector are not const (and never really were) | Vikram S. Adve |
2002-07-08 | Rename static struct Initializer to avoid name conflict with BB. | Vikram S. Adve |
2002-07-08 | Fix printing of BB in dump. | Vikram S. Adve |
2002-07-08 | Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h. | Vikram S. Adve |
2002-07-08 | MachineInstr::dump() now takes no arguments. | Vikram S. Adve |
2002-07-08 | Implementation of class MachineCodeForBasicBlock. | Vikram S. Adve |
2002-07-08 | A single MachineInstr operand may now be both a def and a use, | Vikram S. Adve |
2002-07-08 | A single MachineInstr operand may now be both a def and a use. | Vikram S. Adve |
2002-07-08 | getUsableUniRegAtMI interface simplified slightly. | Vikram S. Adve |
2002-07-08 | Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}. | Vikram S. Adve |
2002-07-08 | MachineInstr* in vector are not const (and never really were) | Vikram S. Adve |