Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Bytecode / Reader / ConstantReader.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-13 Chris LattnerAvoid calling getTypeSlot more
2003-10-09 Chris LattnerChange getConstantValue to throw an exception on error...
2003-10-09 Chris LattnerMajor refactoring of the bytecode reader. This include...
2003-10-04 Chris LattnerTransform two methods to return pointers directly inste...
2003-10-02 Chris LattnerThere is no need for BytecodeParser to be an AbstractTy...
2003-09-22 Misha Brukman* Cleaned up code:
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-03 Chris LattnerAvoid printing meaningless numbers
2003-09-03 Chris LattnerFollow the pattern of all other atu's
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-05-22 Chris LattnerEliminate the uchar typedef, use unsigned char explicitly
2003-05-12 Chris LattnerFix Bug: Assembler/2003-05-12-MinIntProblem.llx
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-03-19 Chris Lattner* Bug fixes:
2003-03-06 Chris Lattners/Method/Function in variable and method names
2003-03-06 Chris LattnerUse the std namespace explicitly
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-08-19 Chris LattnerFix bug: test/Regression/Assembler/2002-08-19-BytecodeR...
2002-08-17 Chris LattnerFix stupid oversight of missing #include.
2002-08-17 Chris Lattner - Finally nailed: test/Regression/Assembler/2002...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-25 Chris LattnerBreak line to fit 80 columns
2002-07-18 Chris LattnerConstExpr::getelementptr now takes a vector of Constant...
2002-07-16 Anand Shuklaadded std:: to vector
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-06-30 Chris LattnerConvert tabs to spaces
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-05 Chris LattnerFix constness problems now that the cast operators...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-07 Chris LattnerEnable better debug output. When debugging the type...
2002-03-29 Chris Lattners/Method/Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-26 Chris LattnerImplement internal method support
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-10-24 Chris LattnerFrivolous cleanups
2001-10-23 Chris LattnerFix another annoying bug that took forever to track...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Add real support for global variable addresses initia...
2001-10-03 Chris LattnerRename getNullPointer to getNull
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
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-09-30 Chris LattnerImplement constant pointers, and null specifically...
2001-09-07 Chris Lattner* Remove support for internal constant pool
2001-07-28 Chris Lattner* Add calls to failure template so that it is actually...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-15 Chris LattnerAdd support to the bytecode reader to recognize floatin...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision