Next PPC long double bits. First cut at constants.
[oota-llvm.git] / lib / AsmParser / Lexer.l
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-07-31 Reid SpencerDon't include newlines in the whitespace before newline...
2007-07-31 Reid SpencerFor PR1553:
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-19 Reid SpencerFor PR1553:
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-05-22 Reid SpencerDon't allow the UnEscape code to read or write beyond...
2007-05-22 Reid SpencerImplement full unescaping of escaped hex characters...
2007-05-22 Chris Lattnerupdate comment
2007-05-22 Chris Lattnersimplify code
2007-05-19 Reid SpencerMake the %"..." syntax legal for local name. This just...
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
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.
next