Make this test actually test what its supposed to test.
[oota-llvm.git] / tools / llvm2cpp /
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-12 Chris Lattnerunbreak i1 constants with the cpp writer, eliminate...
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-06 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-18 Reid SpencerRemove a call to Type::isSigned().
2006-12-12 Reid SpencerGenerate the correct cast opcode for constant expressions.
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-11-03 Reid SpencerMake llvm2cpp -pedantic clean.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-09-28 Chris Lattnersimplify code
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-14 Reid SpencerProvide indentation of the generated program.
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-07-06 Chris LattnerFix PR819, llvm2cpp should read .bc files, not .ll...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-15 Reid SpencerActually add instructions to the list of defined values...
2006-06-02 Reid SpencerSuppress -pedantic warnings about print("%a")
2006-06-01 Reid SpencerTeach CppWriter how to emit an inline (partial) function.
2006-06-01 Reid SpencerRestore default arguments for llvm2cpp back to health...
2006-06-01 Reid SpencerFix a bug where incorrect C++ was being emitted.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-31 Andrew Lenharthfix utostr
2006-05-31 Reid SpencerMajor reorganization and extension of the code. The...
2006-05-31 Reid SpencerDon't generate module definitions when the -fragment...
2006-05-30 Reid SpencerFix more bugs. This version now passes all of the Featu...
2006-05-30 Reid SpencerFix many small bugs in llvm2cpp. This patch gets llvm2c...
2006-05-30 Reid SpencerFirst complete version of llvm2cpp that doesn't crash...
2006-05-29 Reid SpencerNext batch of implementation:
2006-05-29 Reid SpencerFix file header comment.
2006-05-29 Reid SpencerRemove temporary testing rules.
2006-05-29 Reid SpencerFix two bugs in the CppWriter.cpp:
2006-05-29 Reid SpencerFix the file's comment block.
2006-05-29 Reid SpencerInitial Commit of llvm2cpp