Fix filename in comment
[oota-llvm.git] / lib /
2001-09-14 Ruchira Sasanka*** empty log message ***
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 LattnerBreak scheduling infrastructure out of 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 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-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-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 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-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 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 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 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-08 Ruchira SasankaCommitted for compliation. Not yet final.
2001-09-08 Ruchira Sasanka--Ruchira
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
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 LattnerAdd tags so emacs knows these are C++ files
2001-09-07 Chris LattnerMoved functionality into the other constant pool stuff
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 LattnerAnnotations are now const
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 LattnerYou no longer have to delete constants! They are locat...
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-08-31 Ruchira Sasanka*** empty log message ***
2001-08-28 Vikram S. AdveAdded directory LiveVar/
2001-08-28 Vikram S. AdveAdded nonterminals for arithmetic operations where...
2001-08-28 Vikram S. AdveMakefile for InstrSched/
2001-08-28 Vikram S. AdveRemove source list.
2001-08-28 Vikram S. AdveAdded directory InstrSched.
next