Rename some GC classes so that their roll will hopefully be clearer.
[oota-llvm.git] / lib / Target / CppBackend / CPPBackend.cpp
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-07-27 Bill WendlingRemove <iostream> include.
2008-06-09 Dan GohmanCPPBackend support for extractvalue and insertvalue.
2008-06-09 Dan GohmanAbort on an unrecognized opcode.
2008-06-09 Dan GohmanUpdate the CPP backend for the ConstantFP::get API...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Nicolas GeoffrayFix typo in ParameterAttribute fields usage. Add an...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-29 Anton KorobeynikovDon't do stupid things: doInitialization(Module&) is...
2008-04-23 Anton KorobeynikovDrop dead includes
2008-04-23 Anton KorobeynikovAdjust option names for C++ backend
2008-04-23 Anton KorobeynikovFirst step of implementing PR1538: move llvm2cpp logic...