aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm2cpp/CppWriter.cpp
AgeCommit message (Expand)Author
2007-04-11Make the generated code for ConstantInt nicer.Reid Spencer
2007-04-11Teach llvm2cpp about packed structure types.Reid Spencer
2007-04-11Fix several bugs relating to changes in the LLVM IR API or just outrightReid Spencer
2007-04-11Fix some issues with param attrs.Reid Spencer
2007-04-11Add support for parameter attributes.Reid Spencer
2007-03-01Make output for ConstantInt construction correct for any bitwidth.Reid Spencer
2007-02-16Add missing break statements!Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-28Drop CSRET from here too.Nick Lewycky
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner
2007-01-12unbreak i1 constants with the cpp writer, eliminate special case.Chris Lattner
2007-01-12For PR1064:Reid Spencer
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2007-01-06For PR411:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-18Remove a call to Type::isSigned().Reid Spencer
2006-12-12Generate the correct cast opcode for constant expressions.Reid Spencer
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-08For PR950:Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-11-02For PR950:Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-09-28simplify codeChris Lattner
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-08-14Provide indentation of the generated program.Reid Spencer
2006-06-15Actually add instructions to the list of defined values so it getsReid Spencer
2006-06-01Teach CppWriter how to emit an inline (partial) function.Reid Spencer
2006-06-01Restore default arguments for llvm2cpp back to health by declaring anReid Spencer
2006-06-01Fix a bug where incorrect C++ was being emitted.Reid Spencer
2006-05-31fix utostrAndrew Lenharth
2006-05-31Major reorganization and extension of the code. The diff on this will be aReid Spencer
2006-05-31Don't generate module definitions when the -fragment option is given.Reid Spencer
2006-05-30Fix more bugs. This version now passes all of the Feature test except forReid Spencer
2006-05-30Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working withReid Spencer
2006-05-30First complete version of llvm2cpp that doesn't crash on any of the FeatureReid Spencer
2006-05-29Next batch of implementation:Reid Spencer
2006-05-29Fix two bugs in the CppWriter.cpp:Reid Spencer
2006-05-29Initial Commit of llvm2cppReid Spencer