aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm2cpp
Commit message (Expand)AuthorAgeFilesLines
* Honour another bunch of parameter attributes in llvm2cppAnton Korobeynikov2008-03-291-0/+8
* Honour ByVal parameter attribute in llvm2cppAnton Korobeynikov2008-03-291-0/+2
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-11/+9
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-2/+2
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+1
* 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
* Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov2007-07-111-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* Fix PR1525:Reid Spencer2007-06-251-4/+10
* Fix PR1517:Reid Spencer2007-06-161-9/+10
* Fix PR1516:Reid Spencer2007-06-161-2/+7
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-161-1/+1
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-0/+2
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-3/+1
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-062-16/+7
* bitcodify, remove eh cruftChris Lattner2007-05-062-6/+19
* For PR1146:Reid Spencer2007-04-221-5/+12
* Make the generated code for ConstantInt nicer.Reid Spencer2007-04-111-2/+2
* Teach llvm2cpp about packed structure types.Reid Spencer2007-04-111-1/+2
* Fix several bugs relating to changes in the LLVM IR API or just outrightReid Spencer2007-04-111-32/+27
* Fix some issues with param attrs.Reid Spencer2007-04-111-1/+4
* Add support for parameter attributes.Reid Spencer2007-04-111-1/+26
* Make output for ConstantInt construction correct for any bitwidth.Reid Spencer2007-03-011-1/+2
* Add missing break statements!Reid Spencer2007-02-161-12/+12
* For PR1195:Reid Spencer2007-02-151-1/+1
* For PR1195:Reid Spencer2007-02-151-8/+8
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* For PR411:Reid Spencer2007-02-051-2/+2
* For PR411:Reid Spencer2007-02-051-1/+0
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-4/+4
* Drop CSRET from here too.Nick Lewycky2007-01-281-1/+0
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-3/+3
* unbreak i1 constants with the cpp writer, eliminate special case.Chris Lattner2007-01-121-6/+2
* For PR1064:Reid Spencer2007-01-121-27/+24
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-3/+3