Fixing several transforms which would drop the collector attribute
[oota-llvm.git] / tools / llvm2cpp / CppWriter.cpp
2007-12-25 Gordon HenriksenFixing several transforms which would drop the collecto...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-13 Chris LattnerMake llvm2cpp better, patch for PR1794, contributed...
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-04 David GreeneRevert this because the interface hasn't been updated...
2007-09-04 David GreeneFix typo.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-02 Reid SpencerAdjust for new CallInst constructor interface.
2007-07-11 Anton KorobeynikovEmit correct linkage. Patch by Roman Samoilov.
2007-06-25 Reid SpencerFix PR1525:
2007-06-16 Reid SpencerFix PR1517:
2007-06-16 Reid SpencerFix PR1516:
2007-06-16 Nick LewyckyCall the correct function name. Patch from Stephane...
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-04-22 Reid SpencerFor PR1146:
2007-04-11 Reid SpencerMake the generated code for ConstantInt nicer.
2007-04-11 Reid SpencerTeach llvm2cpp about packed structure types.
2007-04-11 Reid SpencerFix several bugs relating to changes in the LLVM IR...
2007-04-11 Reid SpencerFix some issues with param attrs.
2007-04-11 Reid SpencerAdd support for parameter attributes.
2007-03-01 Reid SpencerMake output for ConstantInt construction correct for...
2007-02-16 Reid SpencerAdd missing break statements!
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Nick LewyckyDrop CSRET from here too.
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-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-08-14 Reid SpencerProvide indentation of the generated program.
2006-06-15 Reid SpencerActually add instructions to the list of defined values...
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-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 two bugs in the CppWriter.cpp:
2006-05-29 Reid SpencerInitial Commit of llvm2cpp