Pass a MemoryBufferRef when we can avoid taking ownership.
[oota-llvm.git] / lib / AsmParser / Parser.cpp
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-19 Rafael EspindolaSplit parseAssembly into parseAssembly and parseAssembl...
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-17 Rafael EspindolaPass a std::uinque_ptr to ParseAssembly to make the...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-27 Alp TokerParseIR: don't take ownership of the MemoryBuffer
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-01-21 Dan GohmanMake the parser include the lower level error message...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-02 Dan GohmanRefactor common code from ParseAssemblyString and Parse...
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-01-08 Dan GohmanFix the path to llvm/Assembly/Parser.h in a comment.
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-18 Chris LattnerReplace the original flex lexer with a hand writen...
2006-08-18 Reid SpencerFor PR797:
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings. Patch...
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-07-13 Chris LattnerFine-grainify namespacification, prune #include
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-22 Misha BrukmanUppercase the acronym ASCII.
2002-08-30 Chris LattnerAsmParser now depends on clients to verify that input...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-02-20 Chris LattnerClose input file if exception is thrown
2002-02-20 Chris LattnerChange to verifier interface
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-13 Chris LattnerRemove exception specification
2001-07-22 Chris LattnerRemove dependence on command line library. Silly anyway.
2001-06-06 Chris LattnerInitial revision