summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm2cpp/CppWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-061-2/+3
* For PR950:Reid Spencer2006-11-271-4/+30
* For PR950:Reid Spencer2006-11-081-3/+6
* For PR786:Reid Spencer2006-11-021-2/+1
* For PR950:Reid Spencer2006-11-021-3/+9
* For PR950:Reid Spencer2006-10-261-3/+9
* For PR950:Reid Spencer2006-10-201-6/+5
* simplify codeChris Lattner2006-09-281-2/+1
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+6
* Provide indentation of the generated program.Reid Spencer2006-08-141-181/+267
* Actually add instructions to the list of defined values so it getsReid Spencer2006-06-151-0/+1
* Teach CppWriter how to emit an inline (partial) function.Reid Spencer2006-06-011-50/+132
* Restore default arguments for llvm2cpp back to health by declaring anReid Spencer2006-06-011-1/+1
* Fix a bug where incorrect C++ was being emitted.Reid Spencer2006-06-011-1/+0
* fix utostrAndrew Lenharth2006-05-311-1/+1
* Major reorganization and extension of the code. The diff on this will be aReid Spencer2006-05-311-487/+698
* Don't generate module definitions when the -fragment option is given.Reid Spencer2006-05-311-51/+59
* Fix more bugs. This version now passes all of the Feature test except forReid Spencer2006-05-301-135/+244
* Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer2006-05-301-73/+161
* First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer2006-05-301-274/+308
* Next batch of implementation:Reid Spencer2006-05-291-1148/+265
* Fix two bugs in the CppWriter.cpp:Reid Spencer2006-05-291-0/+8
* Initial Commit of llvm2cppReid Spencer2006-05-291-0/+1995
OpenPOWER on IntegriCloud