Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / AsmParser / Lexer.l
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-08-18 Reid SpencerFor PR797:
2006-05-19 Chris LattnerAdd support for parsing csret
2006-04-08 Chris LattnerParse shufflevector
2006-02-15 Chris Lattnerrandom lexer change to test the makefile updating stuff
2006-01-25 Chris LattnerParse inline asm objects
2006-01-24 Chris Lattnersyntax change
2006-01-23 Chris LattnerAdd support for parsing global asm blocks
2006-01-17 Robert BocchinoLexer and parser support for the insertelement operation.
2006-01-10 Robert BocchinoAdded lexer and parser support for the extractelement...
2005-11-12 Chris Lattneradd a token
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings. Patch...
2005-05-10 Misha Brukman* Convert tabs to spaces, fix code alignment
2005-05-06 Chris Lattnerparse new calling conv specifiers
2005-05-06 Chris Lattnerlex tail
2005-05-02 Andrew LenharthRemove support for 1.0 style varargs
2005-01-08 Chris LattnerSilence VS warnings.
2004-12-10 Alkis EvlogimenosDo not allow empty label names.
2004-12-10 Chris LattnerImplement test/Feature/escaped_label.ll
2004-10-16 Chris LattnerParse undef and unreachable
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-07-25 Reid Spencerbug 263:
2004-07-14 Chris LattnerRemove a gross and crufty "feature" that was never...
2004-07-04 Reid SpencerRemove use of Type::TypeTy which is no longer defined...
2004-05-27 Chris LattnerAdd support for dos-style files
2004-03-31 Chris LattnerAvoid TRUE and FALSE which apparently conflict with...
2004-03-19 Chris LattnerHrm, we were leaking ~1M of garbage that valgrind never...
2004-03-12 Chris LattnerAllow parsing select instruction and constant expr
2004-02-08 Chris LattnerChange the 'exception' destination to the 'unwind'...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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