index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
/
Lexer.l
Age
Commit message (
Expand
)
Author
2007-11-18
Replace the original flex lexer with a hand writen one. This
Chris Lattner
2007-11-14
Add pure/const attributes. Documentation will follow.
Anton Korobeynikov
2007-10-11
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-09-12
Revise previous patch per review comments.
Dale Johannesen
2007-09-11
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-08-03
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-07-31
Don't include newlines in the whitespace before newline (WSNL) rule.
Reid Spencer
2007-07-31
For PR1553:
Reid Spencer
2007-07-27
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-19
For PR1553:
Reid Spencer
2007-07-06
Add the byval attribute
Rafael Espindola
2007-06-05
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-05-22
Don't allow the UnEscape code to read or write beyond the end of yytext.
Reid Spencer
2007-05-22
Implement full unescaping of escaped hex characters in all quoted identifiers
Reid Spencer
2007-05-22
update comment
Chris Lattner
2007-05-22
simplify code
Chris Lattner
2007-05-19
Make the %"..." syntax legal for local name. This just makes it symmetric
Reid Spencer
2007-04-29
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-09
Drop the implementation keyword.
Reid Spencer
2007-03-29
Give users a grace period on the implementation keyword. This *will* get
Reid Spencer
2007-03-28
Replace the "implementation" keyword with "checkpoint". This more accurately
Reid Spencer
2007-03-22
Add support for the noreturn and nounwind function attributes.
Reid Spencer
2007-03-09
For PR1245:
Reid Spencer
2007-02-28
Implement arbitrary integer constants through the use of APInt values.
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
For PR645:
Reid Spencer
2007-01-13
Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn't
Reid Spencer
2007-01-12
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
Integer type names need 1 or more digits, not zero or more.
Reid Spencer
2007-01-12
For PR1064:
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-29
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-03
Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parser
Reid Spencer
2006-12-03
Remove backwards compatibility goop. Now implemented in llvm-upgrade.
Reid Spencer
2006-11-28
Implement signedness caching for values, value lists, constants and
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-19
For PR950:
Reid Spencer
2006-11-08
For PR950:
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-22
change keyword to datalayout
Chris Lattner
2006-10-18
Add support for the new "target data" information in .ll files. This provides
Owen Anderson
2006-09-17
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
[next]