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
/
LLParser.cpp
Age
Commit message (
Expand
)
Author
2009-02-02
Fix PR3372
Chris Lattner
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-08
one more crash from PR3281, we now diagnose:
Chris Lattner
2009-01-05
fix wordo
Chris Lattner
2009-01-05
Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).
Steve Naroff
2009-01-05
Reject PR3281:accepted03.ll with:
Chris Lattner
2009-01-05
reject PR3281:crash11.ll with:
Chris Lattner
2009-01-05
reject PR3281:crash10.ll with:
Chris Lattner
2009-01-05
reject PR3281:crash09.ll with this diagnostic:
Chris Lattner
2009-01-05
allow opaque undefs. This resolves PR3282 and fixes
Chris Lattner
2009-01-05
produce the same diagnostics for vicmp constant exprs as vicmp instructions.
Chris Lattner
2009-01-05
Fix PR3281:crash08.ll with this diagnostic:
Chris Lattner
2009-01-05
reject PR3281:crash07.ll with:
Chris Lattner
2009-01-05
reject undef/zero labels. This fixes PR3281:crash0[56].ll with these
Chris Lattner
2009-01-05
add checking intentionally elided for vfcmp/vicmp since they should really
Chris Lattner
2009-01-05
diagnose PR3281:crash02.ll with:
Chris Lattner
2009-01-05
reject PR3281:crash01.ll with:
Chris Lattner
2009-01-05
fix PR3281:accepted0[02].ll: represent empty arrays distinctly, and
Chris Lattner
2009-01-05
PR3281:crash00.ll: produce this diagnostic instead of crashing:
Chris Lattner
2009-01-04
Refactor some parser interfaces to fix PR3278 and a FIXME:
Chris Lattner
2009-01-02
Fix a really horrible typo, which caused undefined behavior.
Chris Lattner
2009-01-02
minor cleanups and comment improvements.
Chris Lattner
2009-01-02
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner