summaryrefslogtreecommitdiff
path: root/tools/llvm2cpp
Commit message (Expand)AuthorAge
* 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
* Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2006-07-06
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-06
* Actually add instructions to the list of defined values so it getsReid Spencer2006-06-15
* Suppress -pedantic warnings about print("%a")Reid Spencer2006-06-02
* Teach CppWriter how to emit an inline (partial) function.Reid Spencer2006-06-01
* Restore default arguments for llvm2cpp back to health by declaring anReid Spencer2006-06-01
* Fix a bug where incorrect C++ was being emitted.Reid Spencer2006-06-01
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* fix utostrAndrew Lenharth2006-05-31