summaryrefslogtreecommitdiff
path: root/tools/llvm2cpp
Commit message (Expand)AuthorAge
* 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
* For PR950:Reid Spencer2006-11-08
* Make llvm2cpp -pedantic clean.Reid Spencer2006-11-03
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26
* For PR950:Reid Spencer2006-10-20
* simplify codeChris Lattner2006-09-28
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Provide indentation of the generated program.Reid Spencer2006-08-14
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07