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
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
1
-2
/
+2
*
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-04-06
1
-1
/
+1
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-1
/
+1
*
Make the parser include the lower level error message in its own error
Dan Gohman
2010-01-21
1
-1
/
+2
*
Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead
Dan Gohman
2009-09-08
1
-4
/
+3
*
Refactor common code from ParseAssemblyString and ParseAssemblyFile,
Dan Gohman
2009-09-02
1
-19
/
+21
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
1
-8
/
+13
*
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
1
-38
/
+6
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-4
/
+5
*
Fix the path to llvm/Assembly/Parser.h in a comment.
Dan Gohman
2009-01-08
1
-1
/
+1
*
Refactor some parser interfaces to fix PR3278 and a FIXME:
Chris Lattner
2009-01-04
1
-11
/
+20
*
Down with trailing whitespace!
Misha Brukman
2009-01-02
1
-9
/
+8
*
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2009-01-02
1
-46
/
+35
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-2
/
+1
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Replace the original flex lexer with a hand writen one. This
Chris Lattner
2007-11-18
1
-23
/
+21
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+92