oota-llvm.git
2001-08-28 Vikram S. AdveSimplification transformations to normalize the code...
2001-08-28 Vikram S. AdveUse const int instead of #define.
2001-08-28 Vikram S. AdveAdd copy and assignment operators for POIterator, and
2001-08-28 Vikram S. AdveAdded InstrSched library to link line.
2001-08-27 Chris LattnerI suck
2001-08-27 Chris LattnerInitial checkin of TargetData code
2001-08-27 Chris LattnerRemove target specific stuff from Type classes
2001-08-27 Chris LattnerRemove target specific method from MemAccessInst class
2001-08-27 Chris LattnerConvert to use the new factored out TargetData class
2001-08-27 Chris LattnerFactor code out to the TargetData class
2001-08-27 Chris LattnerUse the new TargetData class to factor out some of...
2001-08-27 Chris LattnerRemove target specific method.
2001-08-27 Chris LattnerRemove target specific code, move to TargetData.cpp...
2001-08-27 Chris LattnerSupport passing a data pointer to annotation factory...
2001-08-27 Chris LattnerDemolish explicit source list
2001-08-27 Chris LattnerExtend annotations to pass data pointers around to...
2001-08-27 Chris LattnerAdd another TODO: sigh
2001-08-27 Chris LattnerLots of new functionality
2001-08-25 Chris LattnerRemove explicit source list
2001-08-25 Vikram S. AdveAdd dependence to libvmcore.
2001-08-24 Chris LattnerMake sure noone branches to the entry node of the method
2001-08-23 Chris LattnerCompile LLI
2001-08-23 Chris LattnerRename start methods to main so interpreter works easier
2001-08-23 Chris LattnerAdd annotation support
2001-08-23 Chris LattnerHandle case where there is no exit node from a flowgraph
2001-08-23 Chris LattnerChanged an assertion message
2001-08-23 Chris LattnerAdd annotation support to value
2001-08-23 Chris Lattner* Add assertions
2001-08-23 Chris LattnerInitial checkin of interpreter
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-08-13 Ruchira SasankaCorrected the compilation error by making the ValOperat...
2001-08-13 Vikram S. AdveAlways set isDef for operand in position resultPos.
2001-08-13 Ruchira SasankaChanged SetMachineOpernad calls in Set3OperandsFromInst...
2001-08-13 Ruchira SasankaChanged case 64 to make the first arg of phi a defintion
2001-08-09 Vikram S. AdveCan't use ref to stack value!
2001-08-09 Vikram S. AdveNeeded old conditions as well as new in skipToNextVal()!
2001-08-08 Vikram S. AdveBug fix in ValOpIterator: not moving past operand with...
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira Sasankaadded a default isDef arg to SetMachineOperand method...
2001-08-07 Ruchira SasankaAdded isDef field to MachineOperand class - Ruchira
2001-08-06 Vikram S. AdveAdd CC operand as 4th operand of SUBcc, and mark it...
2001-08-06 Vikram S. AdveUse extra operand for instructions that set a CC regist...
2001-08-06 Vikram S. AdveAlso, move burg rule to Makefile.common.
2001-08-06 Vikram S. AdveAnd add rule to create a .cpp source file from burg...
2001-08-06 Vikram S. AdveBetter still, lets move pathname for Burg to Makefile...
2001-08-06 Vikram S. AdveAdd path and options for burg.
2001-08-06 Vikram S. AdveUse full pathname for burg.
2001-07-31 Vikram S. AdveAllow numOperands of -1 for variable #operands.
2001-07-31 Vikram S. AdveSimplify command line options, and add option for printing
2001-07-31 Vikram S. AdveHad used the wrong option.
2001-07-31 Vikram S. AdveAdded tree nodes for Phi instructions.
2001-07-31 Vikram S. AdveGenerate tree nodes for Phi instructions.
2001-07-31 Vikram S. AdveAllow machine instructions with variable numbers of...
2001-07-31 Vikram S. AdveAdded dummy Phi instruction.
2001-07-31 Vikram S. AdveGenerate dummy Phi machine instruction, plus a bug...
2001-07-31 Vikram S. AdveAdded support for testing instruction selection on...
2001-07-30 Vikram S. AdveAdded class MachineCodeForBasicBlock.
2001-07-30 Vikram S. AdveRecord machine instructions in the vector for each...
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-28 Chris LattnerNew test cases
2001-07-28 Chris LattnerRemove some gross stuff
2001-07-28 Chris LattnerAllow vararg method types with 0 fixed types
2001-07-28 Chris LattnerMake error msg nicer
2001-07-28 Chris LattnerEnable the elimination of method prototypes that are...
2001-07-28 Chris Lattner* Make sure that the size of the type field can also...
2001-07-28 Chris Lattner* Add calls to failure template so that it is actually...
2001-07-28 Chris Lattner* Fix bugs
2001-07-28 Chris Lattner* Enable the use of escaped literal strings
2001-07-28 Chris LattnerModify var names to make it apparant that the code...
2001-07-28 Chris LattnerChanges to make test scripts more reliable
2001-07-28 Chris LattnerAdd test of string constants
2001-07-28 Vikram S. AdveAdded function printIndent.
2001-07-28 Vikram S. AdveAdded a pointer hash function object for use in pointer...
2001-07-28 Vikram S. AdveMake a function const.
2001-07-28 Vikram S. AdveRemove lib/LLC library.
2001-07-28 Vikram S. AdveAdded several SPARC instructions including conditional...
2001-07-28 Vikram S. AdveRemove redundant and unused functions.
2001-07-28 Vikram S. AdveAdded UltraSparcInstrInfo class to specialize class...
2001-07-28 Vikram S. AdveEliminate unused function.
2001-07-28 Vikram S. AdveBug fixes:
2001-07-28 Vikram S. AdveAdded MachineInstrInfo class and moved instruction...
2001-07-28 Vikram S. AdveEliminate separate enum for operand register type.
2001-07-26 Chris LattnerWork around a few 'sorting issues' with the bytecode...
2001-07-26 Chris LattnerDon't write out constants that do not have a name,...
2001-07-26 Chris LattnerRefactor some of the constant stuff so that we can...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-25 Chris LattnerNew test for varargs functions
2001-07-25 Chris LattnerAdd library dep
2001-07-25 Chris LattnerParenthesize output for expranalyze so that pointer...
2001-07-25 Chris LattnerBuild as before dis
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-25 Chris LattnerFix a bug when compiling 'shl ubyte * %var, ubyte 2'
2001-07-25 Chris LattnerFilter out noncore stuff
2001-07-25 Chris LattnerFixed a bug exposed when doing something like this...
2001-07-24 Ruchira SasankaChanged printValue() to print constant value if the...
2001-07-24 Ruchira Sasanka*** empty log message ***
2001-07-23 Chris LattnerDoh! Wrong Optional flag. :(
next