wrap long lines
[oota-llvm.git] / lib / AsmParser / Lexer.l
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-09 Reid SpencerDrop the implementation keyword.
2007-03-29 Reid SpencerGive users a grace period on the implementation keyword...
2007-03-28 Reid SpencerReplace the "implementation" keyword with "checkpoint...
2007-03-22 Reid SpencerAdd support for the noreturn and nounwind function...
2007-03-09 Reid SpencerFor PR1245:
2007-02-28 Reid SpencerImplement arbitrary integer constants through the use...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Reid SpencerFor PR645:
2007-01-13 Reid SpencerBye bye bool. AsmWriter doesn't generate it any more...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerInteger type names need 1 or more digits, not zero...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-03 Reid SpencerShorten the FCmp and ICmp mnemonics to 3 letters. Make...
2006-12-03 Reid SpencerRemove backwards compatibility goop. Now implemented...
2006-11-28 Reid SpencerImplement signedness caching for values, value lists...
2006-11-27 Reid SpencerFor PR950:
2006-11-19 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-22 Chris Lattnerchange keyword to datalayout
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
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...
next