Fix bugs
[oota-llvm.git] / lib / VMCore /
2001-11-06 Chris LattnerGive me PHI's space back
2001-11-06 Chris LattnerPrint PHI nodes with zero operands even if they are...
2001-11-03 Chris LattnerDon't forget to link type names together too. Fix...
2001-11-03 Chris LattnerRemove debugging info
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-11-03 Chris LattnerAdd extra code for debugging linker problems
2001-11-02 Chris LattnerDramatically simplify recursive type processing. Fixed...
2001-11-01 Chris LattnerImplement new simpler constructors for if you don't...
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-30 Chris LattnerInitialize isRecursive. Found by Purify
2001-10-29 Chris LattnerPull method symbols over when linking. Otherwise the...
2001-10-29 Chris LattnerFix blatent bugs in checkin
2001-10-29 Chris LattnerExpose the WriteTypeSymbolic function from the library...
2001-10-29 Chris LattnerBe careful to output symbolic type name if possible...
2001-10-29 Chris LattnerRemove C string capability from VMCore library. Move...
2001-10-28 Chris LattnerRemove non linking related stuff
2001-10-28 Vikram S. AdveSupport printing control characters in standard C/assem...
2001-10-28 Vikram S. AdveAdded name-mangling routines for future use.
2001-10-24 Chris LattnerTwo things:
2001-10-23 Chris LattnerFix problem linking in a method prototype when a method...
2001-10-23 Chris LattnerRemove unnamed prototypes that are created.
2001-10-23 Chris LattnerMore symbol table bugfixes that are impossible to track...
2001-10-23 Chris LattnerAllow unresolved/opaque types to be read and written...
2001-10-22 Vikram S. AdveDelete MachineCodeInfoForMethod object.
2001-10-22 Chris LattnerFix a problem occuring with type unification of symbol...
2001-10-22 Vikram S. AdveAdded MachineCodeForMethod object in class Method.
2001-10-22 Chris LattnerFix bug exposed by this testcase:
2001-10-21 Chris LattnerFix erroneous assertion failure on the following code:
2001-10-20 Chris LattnerFix shift printing when using a ubyte LHS
2001-10-20 Chris LattnerIt is valid to have unsigned arrays as constants.....
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris LattnerImplement linking of global variable constant references
2001-10-15 Chris LattnerOops, didn't handle hex values correctly. :(
2001-10-14 Chris Lattner* Fix the constpoolarray -> c"" printing routines to...
2001-10-14 Chris LattnerImplement linker. It's 95% working now.
2001-10-14 Vikram S. AdveAdded routine to create a char array for a string.
2001-10-13 Chris LattnerStart of a linker
2001-10-13 Chris LattnerImplement the invoke instruction
2001-10-13 Chris Lattner* Fix a nefarious bugs: TypesEqual was wrong for vararg...
2001-10-13 Chris LattnerConvert a runtime check into an assertion
2001-10-13 Chris Lattner* Add support for Module specific constants
2001-10-13 Chris LattnerAdd new TerminatorInst ctor for invoke
2001-10-13 Chris Lattner* Fix TODO
2001-10-13 Chris Lattnernot is a keyword in ansi C++, avoid it
2001-10-13 Chris Lattner* Support writing GlobalVariables with info comments...
2001-10-13 Chris LattnerSupport pointers to globals happily
2001-10-13 Chris Lattnernot is a keyword in Ansi C++. Avoid it
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-03 Chris LattnerFirst try at a horrible global value reference wrapper
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-30 Chris LattnerImplement a constant pointer value
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-28 Chris LattnerMake error report a little more useful
2001-09-19 Chris LattnerOkay, make the member function work.
2001-09-19 Chris LattnerRemove global debug output fns that have been supercede...
2001-09-18 Chris LattnerFix up code a bit, remove operator<< to Assembly/Writer.h
2001-09-18 Vikram S. AdveMoved DebugValue to Value.cpp.
2001-09-18 Vikram S. AdveAdded debugging support.
2001-09-18 Chris LattnerRemove the unsized array constraint
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerAdd support for printing globals
2001-09-10 Chris LattnerImplement global variable support
2001-09-09 Chris LattnerRemove the definitions of 3 global functions that don...
2001-09-09 Chris LattnerRename contype to subtype
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-07 Chris LattnerMoved functionality into the other constant pool stuff
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 Lattner* Support global constants
2001-09-07 Chris Lattner* Assembly writer is not a module analyzer anymore
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 LattnerYou no longer have to delete constants! They are locat...
2001-08-28 Vikram S. Adve*** empty log message ***
2001-08-27 Chris LattnerRemove target specific stuff from Type classes
2001-08-27 Chris LattnerRemove target specific method from MemAccessInst class
2001-08-24 Chris LattnerMake sure noone branches to the entry node of the method
2001-08-23 Chris LattnerHandle case where there is no exit node from a flowgraph
2001-08-23 Chris LattnerChanged an assertion message
next