aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+2
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-8/+5
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-301-1/+1
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-5/+5
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* Doxygenize comments.David Greene2007-08-211-22/+22
* Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene2007-08-201-2/+40
* Make it clear that getSTDIN returns null when stdin is empty.Reid Spencer2007-08-081-1/+1
* remove #if 0 code.Chris Lattner2007-08-061-16/+2
* @verbatim needs to be on a line by itself.Reid Spencer2007-08-061-1/+3
* Fix minor doxygen nits.Reid Spencer2007-08-054-5/+5
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-7/+16
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1838-0/+7092