index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
/
LLParser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-23
1
-3
/
+3
*
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-22
1
-1
/
+2
*
Refactor metadata parsing routines into separate functions.
Devang Patel
2009-07-20
1
-0
/
+2
*
Support MDNode forward reference.
Devang Patel
2009-07-08
1
-0
/
+2
*
Use LLVMContext in the LLLexer.
Owen Anderson
2009-07-07
1
-1
/
+1
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
1
-2
/
+2
*
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
1
-1
/
+1
*
Use LLVMContext for generating UndefValue constants too!
Owen Anderson
2009-07-02
1
-0
/
+2
*
Try again at converting the LLParser to use LLVMContext, without massive brea...
Owen Anderson
2009-07-01
1
-2
/
+4
*
--- Reverse-merging (from foreign repository) r74648 into '.':
Bill Wendling
2009-07-01
1
-5
/
+2
*
Convert LLParser to use LLVMContext for creating constants.
Owen Anderson
2009-07-01
1
-2
/
+5
*
Support stand alone metadata syntax.
Devang Patel
2009-07-01
1
-1
/
+3
*
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-05-10
1
-1
/
+1
*
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-04-04
1
-0
/
+3
*
Fix two classes of bugs. First:
Chris Lattner
2009-03-09
1
-3
/
+3
*
Reject PR3281:accepted03.ll with:
Chris Lattner
2009-01-05
1
-1
/
+1
*
Fix PR3281:crash08.ll with this diagnostic:
Chris Lattner
2009-01-05
1
-1
/
+2
*
reject PR3281:crash07.ll with:
Chris Lattner
2009-01-05
1
-1
/
+1
*
Refactor some parser interfaces to fix PR3278 and a FIXME:
Chris Lattner
2009-01-04
1
-2
/
+2
*
Down with trailing whitespace!
Misha Brukman
2009-01-02
1
-30
/
+30
*
minor cleanups and comment improvements.
Chris Lattner
2009-01-02
1
-3
/
+9
*
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2009-01-02
1
-0
/
+266