aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/Parser.h
AgeCommit message (Expand)Author
2012-03-26Prune some includes and forward declarations.Craig Topper
2009-09-08Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman
2009-09-02Add a comment noting the memory ownership rules.Dan Gohman
2009-09-02Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-02switch the .ll parser into SMDiagnostic.Chris Lattner
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-01-16remove a dead method.Chris Lattner
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner
2008-12-31Fixed grammar and capitalization.Misha Brukman
2008-02-20Fix newly-introduced 4.3 warningsAnton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-08-18For PR797:Reid Spencer
2005-05-20Give the asmparser the ability to parse strings, patch contributed byChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-01Add llvm-as project to Visual StudioJeff Cohen
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-08-30Update commentsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-10-13Remove exception specification. Only slows code down.Chris Lattner
2001-07-23Large scale changes to implement new command line argument facilityChris Lattner
2001-06-06Initial revisionChris Lattner