oota-llvm.git
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-07-14 Vikram S. AdveAdd support for writing ConstantExpr nodes.
2002-07-14 Vikram S. AdveWrite out the plane for types first, since values of...
2002-07-14 Vikram S. AdveUse a helper function outputConstantsInPlane in outputC...
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-07-14 Vikram S. AdveAdded support for parsing expressions constructed from...
2002-07-14 Vikram S. AdveDeclare globals llvmAsmtext and llvmAsmleng for use...
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-07-14 Vikram S. AdveAdd a couple of virtual functions to support subclass...
2002-07-14 Vikram S. AdveTest the handling of constant expressions.
2002-07-14 Chris LattnerAllow tests that use custom commands to run
2002-07-14 Chris LattnerTest to make sure that 'internal' flags don't get dropp...
2002-07-12 Anand Shuklainitial version: for emitfuncs pass
2002-07-12 Anand Shuklaadded emitfuncs pass, and disabled reassociate pass...
2002-07-12 Anand ShuklaAdded emitfuncs pass
2002-07-12 Anand ShuklaAdded EmitFunctions directory
2002-07-12 Anand ShuklaInitial makefile
2002-07-12 Anand ShuklaInitial version: adds a function table to output code
2002-07-11 Chris Lattner* Pass the DSGraph around instead of the Function to...
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-11 Chris Lattner* Nodes now keep track of any global variables containe...
2002-07-11 Anand Shuklaadded std:: to endl
2002-07-11 Anand Shuklaadded std:: to vector
2002-07-10 Chris LattnerRename DataStructure to LocalDataStructures
2002-07-10 Chris LattnerNew implementation of data structure analysis
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...
2002-07-10 Chris LattnerDisable folding g-e-p instructions into loads and stores.
2002-07-10 Chris LattnerDisable pool allocation stuff until data structure...
2002-07-10 Chris LattnerReimplement data structure analysis
2002-07-10 Chris LattnerFix broken test
2002-07-10 Vikram S. AdveInclude Makefile.singlesrc in order to compile .c tests.
2002-07-10 Vikram S. AdveSome of these are feature tests, not regression tests.
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveAdded a few more methods for creating instructions.
2002-07-10 Vikram S. AdveFix print of BB name in dump().
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveChanged interface to insertCallerSavingCode().
2002-07-10 Vikram S. AdveStop using pseudo-instructions (SETX, SETUW, SETSW)
2002-07-10 Vikram S. AdveAdd support to print %hh, %hm, %lm, or %lo in an operan...
2002-07-10 Vikram S. AdveMajor overhaul to stop using pseudo-instructions (SETX...
2002-07-10 Vikram S. AdveMore important fixes:
2002-07-10 Vikram S. AdvePut caller-saving code *before* argument copying code!
2002-07-10 Vikram S. AdveMinor change in comments.
2002-07-10 Chris Lattner*** empty log message ***
2002-07-10 Chris LattnerAllow specifying a module for context instead of a...
2002-07-09 Chris LattnerAdd a new testcase. It actually is not infinite loopin...
2002-07-09 Vikram S. AdveDisabling reassociate pass until it is fixed.
2002-07-09 Chris LattnerNew testcase for problem effecting mst
2002-07-09 Anand Shuklachanged mem_fun to std::mem_fun
2002-07-09 Anand Shuklaadded std:: to hash_set
2002-07-09 Anand ShuklaAdded std:: to mem_fun for 64-bit gcc
2002-07-09 Chris LattnerImplementing shift left & shift right on pointers
2002-07-09 Chris LattnerInclude header in the compiler-neutral location
2002-07-09 Vikram S. AdveAdded support for printing constant global references to
2002-07-09 Vikram S. AdveAdd makefile-mode flag for emacs.
2002-07-08 Vikram S. AdveFix iteration and InsertPos bugs introduced when Chris...
2002-07-08 Vikram S. AdveNumerous changes in interface to class SparcRegInfo...
2002-07-08 Vikram S. Adveclass MachineCodeForBasicBlock is now an annotation...
2002-07-08 Vikram S. AdveBA no longer has the unused CC operand.
2002-07-08 Vikram S. AdveHave to save a boolean (setCC) value whenever use is...
2002-07-08 Vikram S. AdveBA has only one argument.
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdveRename static struct Initializer to avoid name conflict...
2002-07-08 Vikram S. AdveFix printing of BB in dump.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr::dump() now takes no arguments.
2002-07-08 Vikram S. AdveImplementation of class MachineCodeForBasicBlock.
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-07-08 Vikram S. AdvecpMem<->Reg functions now support CC registers (int...
2002-07-08 Vikram S. AdveInterface to class MachineCodeForBasicBlock.
2002-07-08 Vikram S. AdvegetUsableUniRegAtMI interface simplified slightly.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdveAdded two more helper functions for instruction creation.
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-07-08 Anand Shuklachanges BBsorting and oredering
2002-07-08 Anand Shuklasmall corrections
2002-07-08 Anand Shuklachanged function numbering
2002-07-03 Anand ShuklaAdd new << to allow printing modules by reference.
2002-06-30 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-30 Chris LattnerYEs, we really do want to sort.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
2002-06-30 Chris LattnerRemove diff-cluttering tags
2002-06-30 Chris LattnerRemove tag that just clutters diffs
2002-06-30 Chris LattnerFix anands changes
2002-06-30 Chris LattnerConvert tabs to spaces
2002-06-30 Chris LattnerFix anand's last checkin
2002-06-30 Chris LattnerFix comment
2002-06-28 Chris LattnerCleanup
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Anand Shuklaadded include<iostream> for cerr
next