summaryrefslogtreecommitdiff
path: root/lib/AsmParser/Parser.cpp
Commit message (Expand)AuthorAge
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-27
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-04
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-06
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-06
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* Make the parser include the lower level error message in its own errorDan Gohman2010-01-21
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-08
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-02
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-02
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Fix the path to llvm/Assembly/Parser.h in a comment.Dan Gohman2009-01-08
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-04
* Down with trailing whitespace!Misha Brukman2009-01-02
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Replace the original flex lexer with a hand writen one. This Chris Lattner2007-11-18
* For PR797:Reid Spencer2006-08-18
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-20
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Fine-grainify namespacification, prune #includeChris Lattner2004-07-13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* * Eliminate `using' directiveMisha Brukman2003-10-23
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Uppercase the acronym ASCII.Misha Brukman2003-09-22
* AsmParser now depends on clients to verify that input is well formedChris Lattner2002-08-30
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Close input file if exception is thrownChris Lattner2002-02-20
* Change to verifier interfaceChris Lattner2002-02-20
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Remove exception specificationChris Lattner2001-10-13
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-22