Added LLVM copyright header.
[oota-llvm.git] / lib / AsmParser / Lexer.l
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-10-10 Brian GaekeInclude <cctype> and <cstdlib> instead of <ctype.h...
2003-10-10 Chris LattnerAccept 'weak' as a linkage type. For now, just turn...
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-08 Chris LattnerParse volatile loads/stores
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-28 Chris LattnerAdd support for a new zeroinitializer token which can...
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-04-22 Chris LattnerUse a union to cast int to fp
2003-04-22 Chris LattnerAllow information about the target to be specified...
2003-04-17 Chris LattnerAllow hexadecimal integer constants to be used
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-10-06 Chris LattnerThe parser now accepts "external" global variables...
2002-08-16 Chris Lattner - Remove unused STRING token from lexer & parser
2002-08-14 Chris LattnerAsmParser turns 'not' instructions into 'xor' instructi...
2002-07-25 Chris LattnerGCC 3.1 changes
2002-05-03 Chris LattnerAllow open/closing curly braces instead of begin/end...
2002-04-07 Chris LattnerAdd a better comment to explain what is going on.
2002-04-07 Chris LattnerRemove debugging code accidentally checked in!
2002-04-07 Chris LattnerAdd support for hexadecimal FP constants!
2002-04-04 Chris LattnerLexer doesn't create typehandle gross stuff now, parser...
2001-12-04 Chris LattnerAllow hyphens in identifier names
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-01 Chris LattnerSupport floating point numbers in expodential form...
2001-10-23 Chris LattnerNegative FP constants... whodathunkit.
2001-10-20 Chris LattnerAdd support for And, XOR, and Or
2001-10-13 Chris LattnerSupport the new Invoke instruction
2001-10-03 Chris Lattner* Add support for null as a constant
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerAdd support for an opaque type
2001-07-28 Chris Lattner* Enable the use of escaped literal strings
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
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-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-06-06 Chris LattnerInitial revision