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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+92