Convert tabs to spaces
[oota-llvm.git] / lib / Bytecode / Reader / ConstantReader.cpp
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