For PR950:
[oota-llvm.git] / lib / Transforms / Utils / LowerInvoke.cpp
2006-10-20 Reid SpencerFor PR950:
2006-09-05 Chris LattnerFix Duraid's changes to work when TLI is null. This...
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerShrink libllvmgcc.dylib by another 23K
2006-05-17 Chris LattnerDeclare that lowerinvoke doesn't interact with other...
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-01 Jeff CohenFix VC++ warnings.
2005-09-29 Chris LattnerInsert stores after phi nodes in the normal dest. ...
2005-09-27 Chris Lattneradd a note about a way to improve this code further...
2005-09-27 Chris LattnerAvoid spilling stack slots... to stack slots.
2005-09-27 Chris LattnerCompletely rewrite 'correct' eh support. This changes...
2005-08-03 Chris LattnerThe correct fix for PR612, which also fixes
2005-08-03 Chris LattnerWhen inserting code, make sure not to insert it before...
2005-06-09 Chris LattnerFix a 64-bit problem, passing (int)0 through ... instea...
2005-05-13 Chris LattnerWhen lowering invokes to calls, amke sure to preserve...
2005-05-13 Chris LattnerPrefer int 0 instead of long 0 for GEP arguments.
2005-05-06 Chris LattnerPreserve tail marker
2005-05-02 John CriswellFixed a comment.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-13 Chris LattnerLazily create the abort message, so only translation...
2004-11-12 Chris LattnerSimplify handling of constant initializers
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...