aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/Lexer.l
AgeCommit message (Expand)Author
2007-11-18Replace the original flex lexer with a hand writen one. This Chris Lattner
2007-11-14Add pure/const attributes. Documentation will follow.Anton Korobeynikov
2007-10-11Next PPC long double bits. First cut at constants.Dale Johannesen
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen
2007-07-31Don't include newlines in the whitespace before newline (WSNL) rule.Reid Spencer
2007-07-31For PR1553:Reid Spencer
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-19For PR1553:Reid Spencer
2007-07-06Add the byval attributeRafael Espindola
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng
2007-05-22Don't allow the UnEscape code to read or write beyond the end of yytext.Reid Spencer
2007-05-22Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer
2007-05-22update commentChris Lattner
2007-05-22simplify codeChris Lattner
2007-05-19Make the %"..." syntax legal for local name. This just makes it symmetricReid Spencer
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-04-09Drop the implementation keyword.Reid Spencer
2007-03-29Give users a grace period on the implementation keyword. This *will* getReid Spencer
2007-03-28Replace the "implementation" keyword with "checkpoint". This more accuratelyReid Spencer
2007-03-22Add support for the noreturn and nounwind function attributes.Reid Spencer
2007-03-09For PR1245:Reid Spencer
2007-02-28Implement arbitrary integer constants through the use of APInt values.Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-28Propagate changes from my local tree. This patch includes:Anton Korobeynikov
2007-01-26For PR645:Reid Spencer
2007-01-13Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn'tReid Spencer
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2007-01-12Integer type names need 1 or more digits, not zero or more.Reid Spencer
2007-01-12For PR1064:Reid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-29For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-03Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parserReid Spencer
2006-12-03Remove backwards compatibility goop. Now implemented in llvm-upgrade.Reid Spencer
2006-11-28Implement signedness caching for values, value lists, constants andReid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-19For PR950:Reid Spencer
2006-11-08For PR950:Reid Spencer
2006-11-02For PR950:Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-10-22change keyword to datalayoutChris Lattner
2006-10-18Add support for the new "target data" information in .ll files. This providesOwen Anderson
2006-09-17Added some eye-candy for Subtarget type checkingAnton Korobeynikov
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov