aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/AsmParser/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-05-20Give the asmparser the ability to parse strings. Patch contributed byChris Lattner1-0/+4
2005-04-21* Remove trailing whitespaceMisha Brukman1-8/+8
2004-07-13Fine-grainify namespacification, prune #includeChris Lattner1-6/+2
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-23* Eliminate `using' directiveMisha Brukman1-9/+10
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-09-22Uppercase the acronym ASCII.Misha Brukman1-1/+1
2002-08-30AsmParser now depends on clients to verify that input is well formedChris Lattner1-6/+0
2002-06-25MEGAPATCH checkin.Chris Lattner1-1/+1
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner1-1/+0
2002-02-20Close input file if exception is thrownChris Lattner1-6/+10
2002-02-20Change to verifier interfaceChris Lattner1-9/+3
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-1/+2
2001-10-13Remove exception specificationChris Lattner1-1/+1
2001-07-22Remove dependence on command line library. Silly anyway.Chris Lattner1-13/+13
2001-06-06Initial revisionChris Lattner1-0/+84