aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm2cpp/CppWriter.cpp
AgeCommit message (Expand)Author
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