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.h
Age
Commit message (
Expand
)
Author
2009-07-08
Support MDNode forward reference.
Devang Patel
2009-07-07
Use LLVMContext in the LLLexer.
Owen Anderson
2009-07-02
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
Use LLVMContext for generating UndefValue constants too!
Owen Anderson
2009-07-01
Try again at converting the LLParser to use LLVMContext, without massive brea...
Owen Anderson
2009-07-01
--- Reverse-merging (from foreign repository) r74648 into '.':
Bill Wendling
2009-07-01
Convert LLParser to use LLVMContext for creating constants.
Owen Anderson
2009-07-01
Support stand alone metadata syntax.
Devang Patel
2009-05-10
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-04-04
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-03-09
Fix two classes of bugs. First:
Chris Lattner
2009-01-05
Reject PR3281:accepted03.ll with:
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-04
Refactor some parser interfaces to fix PR3278 and a FIXME:
Chris Lattner
2009-01-02
Down with trailing whitespace!
Misha Brukman
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