aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-061-2/+2
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-061-1/+1
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-1/+1
* Make the parser include the lower level error message in its own errorDan Gohman2010-01-211-1/+2
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-081-4/+3
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-021-19/+21
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-8/+13
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-38/+6
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-4/+5
* Fix the path to llvm/Assembly/Parser.h in a comment.Dan Gohman2009-01-081-1/+1
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-041-11/+20
* Down with trailing whitespace!Misha Brukman2009-01-021-9/+8
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-46/+35
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-2/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Replace the original flex lexer with a hand writen one. This Chris Lattner2007-11-181-23/+21
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+92