Fix a bug John tracked down in libstdc++ where we were incorrectly deleting
[oota-llvm.git] / lib / Transforms / IPO / LowerSetJmp.cpp
2004-10-07 Chris LattnerComment cleanups
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-08 Chris LattnersplitBasicBlock "does the right thing" now, no reason...
2004-02-04 Chris LattnerRemove unneeded code now that splitBasicBlock does...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-06 Chris LattnerFix bug: PR93
2003-10-28 Chris LattnerCheck in statistifying patch for Bill
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerWhoops, we inserted into the wrong set. What's up...
2003-10-13 Chris LattnerUse external df iterators to avoid revisiting blocks...
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerCheckin an improvement contributed by Bill:
2003-09-22 Misha BrukmanCredits are now in top-level CREDITS.TXT
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-15 Chris LattnerMinor cleanups, give credit, remove code that should...
2003-09-15 Chris LattnerInitial checkin of the Setjmp/Longjmp lowering/transfor...