aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm2cpp
AgeCommit message (Expand)Author
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-03Make llvm2cpp -pedantic clean.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-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-14Provide indentation of the generated program.Reid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-07-06Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner
2006-07-06Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner
2006-06-15Actually add instructions to the list of defined values so it getsReid Spencer
2006-06-02Suppress -pedantic warnings about print("%a")Reid 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-06-01Use archive libraries instead of object files for VMCore, BCReader,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 file header comment.Reid Spencer
2006-05-29Remove temporary testing rules.Reid Spencer
2006-05-29Fix two bugs in the CppWriter.cpp:Reid Spencer
2006-05-29Fix the file's comment block.Reid Spencer
2006-05-29Initial Commit of llvm2cppReid Spencer