oota-llvm.git
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
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-09-07 Chris LattnerExecutables all live in a nice centralized location now
2001-09-07 Chris LattnerExecutables have moved into centralized location
2001-09-07 Chris LattnerSupport TOOLNAME and USEDLIBS options for easier tool...
2001-09-07 Chris LattnerRemove old old file
2001-09-07 Chris LattnerConvert llc driver to standard tool format
2001-09-07 Chris LattnerProvide a way to change the incoming value for a phi...
2001-09-07 Chris LattnerAdd llc path to setup
2001-09-07 Chris LattnerUhm... that was really bad
2001-09-07 Chris LattnerClean up driver
2001-09-07 Chris LattnerMake makefile not depend on where stuff is installed!!!!
2001-09-07 Chris LattnerUpdates to work with new lack of constant pool
2001-09-07 Chris LattnerRemove unneeded #includes
2001-09-07 Chris LattnerRemove unnecesary #include add dump calls pulled out...
2001-09-07 Chris Lattner* Remove lots of #includes
2001-09-07 Chris Lattner* Remove lots of unnecesary #includes
2001-09-07 Chris Lattner* Remove lots of annoying extra #includes
2001-09-07 Chris Lattner* Add tag so emacs knows it's a c++ file
2001-09-07 Chris LattnerAdd tags so emacs knows these are C++ files
2001-09-07 Chris LattnerRemove extra space
2001-09-07 Chris LattnerRemove ReversePostOrderTraversal declaration
2001-09-07 Chris Lattner* Don't predefine ReversePostOrderTraversal because...
2001-09-07 Chris LattnerCheck opaque, abstract, and recursive type handling
2001-09-07 Chris LattnerNEw file
next