oota-llvm.git
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
2001-09-07 Chris LattnerMoved functionality into the other constant pool stuff
2001-09-07 Chris LattnerFollow the golden rule of the coding standards guide...
2001-09-07 Chris LattnerThe header file for a translation unit should always...
2001-09-07 Chris LattnerA file should always include it's private header file...
2001-09-07 Chris LattnerConstant pool is eliminated
2001-09-07 Chris LattnerAdd support for iteration through type graphs
2001-09-07 Chris LattnerRemove support for const pool merging, which is obsolet...
2001-09-07 Chris LattnerAnnotations are now const
2001-09-07 Chris LattnerBuild lli first
2001-09-07 Chris LattnerSymboltables are sorted in the bytecode, so no problems...
2001-09-07 Chris LattnerCleanup
2001-09-07 Chris LattnerSupport abstract types
2001-09-07 Chris LattnerSupport a abstract, opaque, and recursive types
2001-09-07 Chris LattnerTypes and constnats are wierd objects in the symtabs
2001-09-07 Chris LattnerModules must have a valid, nonnull type. Make them...
2001-09-07 Chris LattnerSupport new setName interface
2001-09-07 Chris Lattner* Support new setname interface
2001-09-07 Chris Lattner* Cnstants are now global objects
2001-09-07 Chris LattnerSupport new setName itf
2001-09-07 Chris LattnerAnnotations are const objects now
2001-09-07 Chris LattnerTypes and constants are wierd things in symbol tables now
2001-09-07 Chris Lattner* Eliminate reference to ConstantPool class
2001-09-07 Chris LattnerConstant pool is dead
2001-09-07 Chris LattnerConstants are now global unique objects
2001-09-07 Chris Lattner* Eliminate constant pool dependancies:
2001-09-07 Chris Lattner* Supoprt global constants
2001-09-07 Chris Lattner* Support global constants
next