For PR411:
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.cpp
2006-01-16 Reid SpencerFor PR411:
2006-01-11 Chris LattnerRegenerate these files. FreeBSD apparently has issues...
2006-01-10 Robert BocchinoAdded lexer and parser support for the extractelement...
2005-12-21 Chris LattnerRegenerate
2005-12-21 Chris Lattnerregenerate
2005-11-12 Chris Lattnerregenerate
2005-11-12 Chris Lattnerregenerate
2005-11-10 Chris LattnerForce vectors to be a power of two in size
2005-11-06 Chris Lattnerregenerate
2005-11-06 Chris Lattnerregenerate
2005-11-05 Chris Lattnerregenerate
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-08-27 Reid SpencerImplement PR614:
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 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