aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-041-11/+20
* Down with trailing whitespace!Misha Brukman2009-01-021-9/+8
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-46/+35
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+92