Fix PR575, patch provided by John Mellor-Crummey. Thanks!
[oota-llvm.git] / lib / Transforms / IPO / LowerSetJmp.cpp
2005-06-15 Chris LattnerFix PR575, patch provided by John Mellor-Crummey. ...
2005-06-09 Chris LattnerFix a problem on 64-bit targets where we passed (int...
2005-05-05 Chris LattnerFix a bug compimling Ruby, fixing this testcase:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerFix a bug where we would not promote calls to invokes...
2005-01-29 Chris LattnerSwitchinst takes a hint for the number of cases it...
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...