oota-llvm.git
2001-09-18 Vikram S. AdveAdded debugging support.
2001-09-18 Chris LattnerFix testcases to handle new syntax for construction...
2001-09-18 Chris LattnerRemove the unsized array constraint
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-15 Ruchira Sasankaadded a method to get reg num after register allocation
2001-09-15 Ruchira Sasankamodified machine code printing
2001-09-15 Ruchira Sasanka-modified machine operand class - took regNum out of...
2001-09-15 Ruchira Sasankamodified printing of debug messages
2001-09-15 Ruchira Sasanka--added methods for printing
2001-09-15 Ruchira Sasankaadded setRegForValue to MachineOperand class
2001-09-15 Ruchira Sasankafixed printing messages
2001-09-15 Ruchira Sasanka-- debug messages dissabled
2001-09-15 Ruchira Sasankaadded reg alloc support
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-15 Ruchira Sasanka-reg alloc code
2001-09-15 Ruchira Sasankaadded register allocation code
2001-09-15 Ruchira SasankaAdded regalloc
2001-09-14 Chris LattnerOops, accidentally checked my debugging makefile
2001-09-14 Chris LattnerFix a bug with not removing method level types after...
2001-09-14 Ruchira Sasankaadded RegAlloc Directory to DIRS
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Chris LattnerRemove invalid testcase
2001-09-14 Chris LattnerRemove invalid testcase. Unneccesary anyways
2001-09-14 Chris LattnerAdd new test cases
2001-09-14 Chris LattnerAdd support for loading and storing pointers...
2001-09-14 Chris LattnerFix a bug that caused a crash if a setcc had zero uses.
2001-09-14 Chris LattnerAdd a forward decl, oops.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerAdd a comment
2001-09-14 Chris LattnerMinor reformatting, & protection fixes
2001-09-14 Chris LattnerBreak scheduling infrastructure out of TargetMachine...
2001-09-14 Chris LattnerSplit Register specific stuff out from TargetMachine...
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-14 Chris LattnerCheckin changes to:
2001-09-14 Chris LattnerCheckin changes to:
2001-09-14 Chris LattnerMove files to new sparc directory
2001-09-14 Chris LattnerMove the sparc target to a new lib/Target directory
2001-09-14 Chris LattnerMove files.
2001-09-14 Chris LattnerMove the contents of the CodeGen/TargetMachine/Sparc...
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-14 Chris LattnerUpdates to use local header files.
2001-09-14 Chris LattnerExport the instruction forest support from the analysis...
2001-09-14 Chris LattnerInitial instruction tree support for the analysis library
2001-09-14 Chris LattnerGeneric k-way tree support
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-11 Chris LattnerEliminate MainTreeNode function
2001-09-11 Chris LattnerRemove irrelevant gross K&R Cisms
2001-09-11 Chris LattnerHandle subtract in expression classifier
2001-09-11 Chris LattnerDisable destructors on constants
2001-09-10 Chris LattnerUse the correct style casts
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerUse type checking predicates
2001-09-10 Chris LattnerUse correct casts
2001-09-10 Chris LattnerUse predicate for Value type test
2001-09-10 Chris LattnerUse predicate for Value type test
2001-09-10 Chris LattnerModuleTyID doesn't exist anyymore
2001-09-10 Chris LattnergetMethodType is now just getType
2001-09-10 Chris LattnerAdd support for printing globals
2001-09-10 Chris LattnerUpdate to use correct type cast
2001-09-10 Chris LattnerAdd support for global variables
2001-09-10 Chris Lattner* Add capability of printing out a global variable
2001-09-10 Chris Lattner* Method::getType should return type cast as MethodType...
2001-09-10 Chris LattnerUpdate assertion to allow extra case
2001-09-10 Chris LattnerFix a bug I introduced (assertion failed: Unknown opera...
2001-09-10 Chris LattnerImplement global variable support
2001-09-10 Chris LattnerAdd support for external methods
2001-09-10 Chris LattnerGenericize support for calling functions a bit
2001-09-10 Chris LattnerAdd support for tool specified linker options
2001-09-09 Chris LattnerRemove the definitions of 3 global functions that don...
2001-09-09 Chris LattnerImplement the subset of the GetConstantValueAsSignedInt...
2001-09-09 Chris LattnerImplement the subset of the GetConstantValueAsSignedInt...
2001-09-09 Chris LattnerRemove 3 gross global functions that don't belong here
2001-09-09 Chris LattnerRename contype to subtype
2001-09-09 Chris LattnerMake ADCE more robust, it still has problems, but it...
2001-09-09 Chris LattnerFix problems with freeing memory twice
2001-09-09 Chris LattnerRename file to be consistent with header name
2001-09-09 Chris LattnerRerun backend tests if as or llc is changed
2001-09-09 Chris LattneriFix dependence order
2001-09-09 Chris LattnerClean up Type class by removing mutable ConstRules...
2001-09-09 Chris LattnerClean up ConstRules stuff to use annotations instead...
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-09 Chris LattnerFix automatic dependence on static libs
2001-09-09 Vikram S. AdveHandle cast float-to-float or cast double-to-double.
2001-09-09 Chris LattnerFix build breakage. :(
2001-09-09 Chris LattnerI really don't like it when people break the build.
2001-09-09 Chris LattnerRemove extraneous space
2001-09-09 Chris LattnerRemove extra #include
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira SasankaCommitted for compliation. Not yet final.
2001-09-08 Ruchira Sasanka--Ruchira
2001-09-07 Chris LattnerNew testcase to deal with lists
2001-09-07 Chris LattnerNew file for supporting abstract types
next