Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Utils / LowerInvoke.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-18 Reid Spencerbug 122:
2004-05-28 Chris LattnerFix one of the major things that is causing the C Backe...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-31 Chris LattnerAdd warning
2004-03-01 Chris LattnerDisable tail duplication in a case that breaks on Olden/tsp
2004-02-15 Chris LattnerInstead of producing calls to setjmp/longjmp, produce...
2004-02-13 Chris LattnerExpose a pass ID that can be 'required'
2004-02-09 Chris LattnerOnly add the global variable with the abort message...
2004-02-08 Misha BrukmanFix grammar-o.
2004-02-08 Chris LattnerImprove compatibility with programs that already have...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-08 Chris LattnerImplement proper invoke/unwind lowering.
2004-02-08 Chris LattnerAdd a call to 'write' right before the call to abort...
2003-12-10 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-05 Chris LattnerInitial checkin of the LLVM->LLVM transform to support...