oota-llvm.git
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
2001-09-07 Chris Lattnerannotations are now const
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-09-07 Chris Lattner* Remove support for internal constant pool
2001-09-07 Chris Lattner* Assembly writer is not a module analyzer anymore
2001-09-07 Chris Lattner* Add support for forward referencing types
2001-09-07 Chris LattnerAdd support for forward referencing types
2001-09-07 Chris LattnerAdd support for an opaque type
2001-09-07 Chris LattnerRemove #include of nonexistant header file
2001-09-07 Chris Lattner* Slot calc is now simpler and not based on module...
2001-09-07 Chris LattnerModule analyzer no longer has to iterate over constant...
2001-09-07 Chris LattnerSimplify code by eliminating need to hang onto constant...
2001-09-07 Chris Lattner* Fixed mapped_iterator to actually work with functors
2001-09-07 Chris LattnerConstant pools no longer exist
2001-09-07 Chris LattnerEliminate DoConstantPoolMerging. ConstantPools no...
2001-09-07 Chris LattnerYou no longer have to delete constants! They are locat...
2001-09-07 Chris LattnerAnnotations are now passed around as const objects
2001-09-07 Chris LattnerUse a deque instead of a vector for greater efficiency...
2001-09-07 Chris LattnerClean stuff up.
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-09-07 Chris LattnerSimplify analyzer
2001-09-07 Chris Lattner* Fix long standing problems that would affect inlining...
2001-09-07 Chris LattnerAdd assertion to check for
2001-09-07 Chris Lattner* Values are AbstactTypeUsers to support abstract types
2001-09-07 Chris LattnerRemove extra whitespace at EOL
2001-09-07 Chris Lattner* Add support for Opaque & Abstract types.
2001-09-07 Chris LattnerSupport abstract types by keeping on the use list of...
2001-09-07 Chris LattnerSymTabValues no longer hold constant pools
2001-09-07 Chris LattnerSymTabValue no longer includes ValueHolder for Module...
2001-09-07 Chris Lattner* Support new setName interface
2001-09-07 Chris LattnerSupport new setName interface
2001-09-07 Chris Lattner* Add new DerivedType base class that goes between...
2001-09-07 Chris LattnerImplement support for globally unique constants. Const...
2001-09-07 Chris LattnerAdd support for walking type graphs
2001-09-07 Chris LattnerChanging setName semantics
2001-09-07 Chris LattnerMake annotations operations const with a mutable annota...
2001-09-07 Chris LattnerFixed the "output constant pool even if he have no...
2001-09-07 Chris Lattnerwhoo hoo I did something! :)
2001-09-01 Chris LattnerMake fib be more real
next