aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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