Fix stupid oversight of missing #include.
[oota-llvm.git] / lib / Bytecode / Reader /
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-23 Chris Lattner*** empty log message ***
2002-07-18 Chris LattnerConstExpr::getelementptr now takes a vector of Constant...
2002-07-16 Anand Shuklaadded std:: to pair
2002-07-16 Anand Shuklaadded std:: to vector
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
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-25 Chris LattnerMEGAPATCH checkin.
2002-06-05 Chris LattnerFix constness problems now that the cast operators...
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
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-28 Chris LattnerRemove unneccesary #include
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris Lattnerllvm/Assembly/Writer.h is unneccesary except for extrem...
2002-04-07 Chris LattnerEnable better debug output. When debugging the type...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerAdd debug support
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris LattnerAdd pointer indexing 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-26 Chris LattnerImplement array indexing
2001-11-12 Chris LattnerRemove debug info :(
2001-11-12 Chris LattnerFix bug in new assertion
2001-11-12 Chris LattnerAdd an assertion check
2001-11-12 Chris LattnerI don't know what I was thinking
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-10-24 Chris LattnerFrivolous cleanups
2001-10-24 Chris LattnerDang it, do NOT check in code that enables debugging...
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Chris LattnerOops, didn't mean to check in enabled debugging support. :(
2001-10-23 Chris LattnerFixed a LONG standing, SCARY problem with bytecode...
2001-10-23 Chris LattnerFix another annoying bug that took forever to track...
2001-10-21 Chris LattnerFix problem with a cast instruction that must be expand...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-14 Chris LattnerExternal methods shouldn't have argument lists
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-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-14 Chris LattnerFix a bug with not removing method level types after...
2001-09-10 Chris LattnergetMethodType is now just getType
2001-09-10 Chris LattnerImplement global variable support
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-23 Chris LattnerDoh! Wrong accessor. Caused 'can not read bytecode...
2001-07-15 Chris LattnerAdd support to the bytecode reader to recognize floatin...
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerRenamed get.*Operator to create seeing that it would...
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision