aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm2cpp
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from tools.Chris Lattner2007-12-293-6/+6
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-251-0/+5
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-1/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-37/+79
* Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.Chris Lattner2007-11-131-8/+30
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Revise previous patch per review comments.Dale Johannesen2007-09-121-2/+2
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-2/+2
* Next round of APFloat changes.Dale Johannesen2007-09-061-9/+18
* Revert this because the interface hasn't been updated yet.David Greene2007-09-041-2/+2
* Fix typo.David Greene2007-09-041-1/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-3/+4
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-2/+1
* Adjust for new CallInst constructor interface.Reid Spencer2007-08-021-6/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-184-0/+2039