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
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-1
/
+1
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-4
/
+3
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-3
/
+4
*
Don't print the filename twice in file-not-found errors.
Dan Gohman
2010-08-04
1
-2
/
+1
*
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
*
For PR797:
Reid Spencer
2006-08-18
1
-22
/
+26
*
Give the asmparser the ability to parse strings. Patch contributed by
Chris Lattner
2005-05-20
1
-0
/
+4
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
Fine-grainify namespacification, prune #include
Chris Lattner
2004-07-13
1
-6
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
* Eliminate `using' directive
Misha Brukman
2003-10-23
1
-9
/
+10
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Uppercase the acronym ASCII.
Misha Brukman
2003-09-22
1
-1
/
+1
*
AsmParser now depends on clients to verify that input is well formed
Chris Lattner
2002-08-30
1
-6
/
+0
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Close input file if exception is thrown
Chris Lattner
2002-02-20
1
-6
/
+10
*
Change to verifier interface
Chris Lattner
2002-02-20
1
-9
/
+3
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-1
/
+2
*
Remove exception specification
Chris Lattner
2001-10-13
1
-1
/
+1
*
Remove dependence on command line library. Silly anyway.
Chris Lattner
2001-07-22
1
-13
/
+13
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+84