aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Lexer.l
Commit message (Expand)AuthorAgeFilesLines
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-0/+3
* Don't include newlines in the whitespace before newline (WSNL) rule.Reid Spencer2007-07-311-2/+2
* For PR1553:Reid Spencer2007-07-311-0/+6
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+1
* For PR1553:Reid Spencer2007-07-191-0/+2
* Add the byval attributeRafael Espindola2007-07-061-0/+1
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-0/+1
* Don't allow the UnEscape code to read or write beyond the end of yytext.Reid Spencer2007-05-221-11/+20
* Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer2007-05-221-44/+33
* update commentChris Lattner2007-05-221-1/+1
* simplify codeChris Lattner2007-05-221-11/+2
* Make the %"..." syntax legal for local name. This just makes it symmetricReid Spencer2007-05-191-0/+6
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-0/+1
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+1
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-0/+1
* Drop the implementation keyword.Reid Spencer2007-04-091-1/+0
* Give users a grace period on the implementation keyword. This *will* getReid Spencer2007-03-291-1/+1
* Replace the "implementation" keyword with "checkpoint". This more accuratelyReid Spencer2007-03-281-1/+1
* Add support for the noreturn and nounwind function attributes.Reid Spencer2007-03-221-0/+2
* For PR1245:Reid Spencer2007-03-091-1/+1
* Implement arbitrary integer constants through the use of APInt values.Reid Spencer2007-02-281-13/+45
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-5/+7
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-1/+2
* For PR645:Reid Spencer2007-01-261-26/+33
* Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn'tReid Spencer2007-01-131-1/+0
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-0/+1
* Integer type names need 1 or more digits, not zero or more.Reid Spencer2007-01-121-1/+1
* For PR1064:Reid Spencer2007-01-121-4/+9
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-8/+4
* For PR950:Reid Spencer2006-12-291-0/+1
* For PR950:Reid Spencer2006-12-231-6/+0
* Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parserReid Spencer2006-12-031-28/+20
* Remove backwards compatibility goop. Now implemented in llvm-upgrade.Reid Spencer2006-12-031-31/+44
* Implement signedness caching for values, value lists, constants andReid Spencer2006-11-281-23/+17
* For PR950:Reid Spencer2006-11-271-1/+13
* For PR950:Reid Spencer2006-11-191-13/+24
* For PR950:Reid Spencer2006-11-081-1/+3
* For PR950:Reid Spencer2006-11-021-1/+4
* For PR950:Reid Spencer2006-10-261-2/+15
* change keyword to datalayoutChris Lattner2006-10-221-1/+1
* Add support for the new "target data" information in .ll files. This providesOwen Anderson2006-10-181-0/+1
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-0/+2
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+3
* For PR797:Reid Spencer2006-08-181-7/+6
* Add support for parsing csretChris Lattner2006-05-191-0/+1
* Parse shufflevectorChris Lattner2006-04-081-0/+1
* random lexer change to test the makefile updating stuffChris Lattner2006-02-151-0/+1
* Parse inline asm objectsChris Lattner2006-01-251-0/+1
* syntax changeChris Lattner2006-01-241-0/+1