aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm2cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* For PR1043:Zhou Sheng2007-01-111-6/+7
* For PR411:Reid Spencer2007-01-061-8/+9
* For PR950:Reid Spencer2006-12-311-22/+14
* For PR950:Reid Spencer2006-12-231-40/+97
* Remove a call to Type::isSigned().Reid Spencer2006-12-181-3/+1
* Generate the correct cast opcode for constant expressions.Reid Spencer2006-12-121-2/+17
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-062-2/+5
* For PR950:Reid Spencer2006-11-271-4/+30
* For PR950:Reid Spencer2006-11-081-3/+6
* Make llvm2cpp -pedantic clean.Reid Spencer2006-11-031-1/+1
* For PR786:Reid Spencer2006-11-021-2/+1