aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+23
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+6
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-1/+1
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-4/+3
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-3/+4
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-041-2/+1
* 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
* For PR797:Reid Spencer2006-08-181-22/+26
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-201-0/+4
* * Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* Fine-grainify namespacification, prune #includeChris Lattner2004-07-131-6/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* * Eliminate `using' directiveMisha Brukman2003-10-231-9/+10
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Uppercase the acronym ASCII.Misha Brukman2003-09-221-1/+1
* AsmParser now depends on clients to verify that input is well formedChris Lattner2002-08-301-6/+0
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Close input file if exception is thrownChris Lattner2002-02-201-6/+10
* Change to verifier interfaceChris Lattner2002-02-201-9/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+2
* Remove exception specificationChris Lattner2001-10-131-1/+1
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-221-13/+13
* Initial revisionChris Lattner2001-06-061-0/+84