Now that the JIT memory manager allocates as many bytes as necessary rather than
[oota-llvm.git] / lib / AsmParser /
2001-10-13 Chris LattnerAdd operator< to ValID's so that they can be put in...
2001-10-13 Chris LattnerRemove exception specification
2001-10-13 Chris LattnerSupport the new Invoke instruction
2001-10-03 Chris LattnerAdd comment
2001-10-03 Chris LattnerSupport multiple global's definitions
2001-10-03 Chris LattnerAllow duplicate constant values as long as they are...
2001-10-03 Chris LattnerAdd check to make sure that we dont reference MEthodTyp...
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-03 Chris LattnerClean up parser, fix a bug that prevented this from...
2001-10-03 Chris Lattner* Add support for null as a constant
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-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 LattnerRemove the unsized array constraint
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerUpdate to use correct type cast
2001-09-10 Chris LattnerImplement global variable support
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-07-28 Chris Lattner* Enable the use of escaped literal strings
2001-07-26 Chris LattnerRefactor some of the constant stuff so that we can...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-22 Chris LattnerRemove dependence on command line library. Silly anyway.
2001-07-20 Chris LattnerAdd a comment.
2001-07-15 Chris LattnerImplement forward/external declarations for methods...
2001-07-15 Chris LattnerAdd support to the parser to recognize floating point...
2001-07-14 Chris LattnerAdded some comments, preparing to add global variables...
2001-07-09 Chris LattnerMake sure that types go in the constant pool if they...
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 LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged memory reference instructions to store the...
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