summaryrefslogtreecommitdiff
path: root/tools/llvm2cpp
Commit message (Expand)AuthorAge
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.Chris Lattner2007-11-13
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Revise previous patch per review comments.Dale Johannesen2007-09-12
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-11
* Next round of APFloat changes.Dale Johannesen2007-09-06
* Revert this because the interface hasn't been updated yet.David Greene2007-09-04
* Fix typo.David Greene2007-09-04
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-04
* Update InvokeInst to work like CallInstDavid Greene2007-08-27
* Adjust for new CallInst constructor interface.Reid Spencer2007-08-02
* Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov2007-07-11
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Fix PR1525:Reid Spencer2007-06-25
* Fix PR1517:Reid Spencer2007-06-16
* Fix PR1516:Reid Spencer2007-06-16
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-16
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-05
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-06
* bitcodify, remove eh cruftChris Lattner2007-05-06
* For PR1146:Reid Spencer2007-04-22
* Make the generated code for ConstantInt nicer.Reid Spencer2007-04-11
* Teach llvm2cpp about packed structure types.Reid Spencer2007-04-11
* Fix several bugs relating to changes in the LLVM IR API or just outrightReid Spencer2007-04-11
* Fix some issues with param attrs.Reid Spencer2007-04-11
* Add support for parameter attributes.Reid Spencer2007-04-11
* Make output for ConstantInt construction correct for any bitwidth.Reid Spencer2007-03-01
* Add missing break statements!Reid Spencer2007-02-16
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Drop CSRET from here too.Nick Lewycky2007-01-28
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* unbreak i1 constants with the cpp writer, eliminate special case.Chris Lattner2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* For PR411:Reid Spencer2007-01-06
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Remove a call to Type::isSigned().Reid Spencer2006-12-18
* Generate the correct cast opcode for constant expressions.Reid Spencer2006-12-12
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* For PR950:Reid Spencer2006-11-27