oota-llvm.git
2003-08-31 Chris LattnerAdd accessor function for the PruneEH pass
2003-08-31 Chris LattnerAdd accessor function
2003-08-31 Chris LattnerNew testcase for annoying structure layout stuff!
2003-08-31 Chris LattnerMinor simplification
2003-08-31 Chris LattnerInitial checkin of the -prune-eh pass, a very simple...
2003-08-31 Chris Lattnernew tests
2003-08-31 Chris LattnerAdd tests for the pruneeh pass
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-31 Chris Lattners/Meth/F
2003-08-31 Chris LattnerScalarRepl does not modify the CFG. Say so!
2003-08-31 Chris LattnerUse new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerImplement new method
2003-08-31 Chris LattnerAdd new helper function which makes it even easier...
2003-08-30 Chris LattnerUrg, forgot to add a file header somehow.
2003-08-30 Chris Lattnerinitial checkin of SJLJ exception handling runtime
2003-08-30 Chris LattnerRename LongJmpException -> SJLJException
2003-08-30 Chris Lattnerwe don't need this here
2003-08-30 Chris LattnerMove language independent exception handling routines...
2003-08-30 Chris LattnerFile was renamed
2003-08-30 Chris LattnerRename files to be capitalized now that they are C++
2003-08-30 Chris LattnerInitial checkin of the SJLJ EH interface
2003-08-30 Chris LattnerNew testcase *sigh*
2003-08-30 Chris LattnerNew, HARD, bitfield testcase
2003-08-29 Chris LattnerYet another bit-field bug
2003-08-29 Chris Lattnerminor simplification
2003-08-29 Misha BrukmanTest case distilled from sed.
2003-08-29 Misha BrukmanTestcase distilled from xemacs.
2003-08-29 Misha BrukmanAdded a dummy version of libcurses.
2003-08-29 Misha BrukmanAdded dummy termcap library.
2003-08-29 Chris LattnerNew testcase
2003-08-29 Misha BrukmanUse `llvm-dis' instead of simply `dis'.
2003-08-29 Chris LattnerRemove automagic support for Modules. Noone uses it...
2003-08-29 John Criswell"Help keep our secrets secret."
2003-08-29 Chris LattnerThere is no reason for this to be a pass!
2003-08-29 Chris LattnerMove getAnalysisToUpdate to after the definition of...
2003-08-29 Chris LattnerFix compilation problems with G++ 3.4
2003-08-29 Chris LattnerSlightly simplify make logic
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll
2003-08-29 Chris LattnerImplement "unsafe" replaceAllUsesWWith stuff for use...
2003-08-29 Chris LattnerAllow for "unsafe" replaceAllUsesWith operatations...
2003-08-29 Chris LattnerYet ANOTHER complication that the libstdc++ library...
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll
2003-08-29 Chris LattnerRefactor code to make it useful outside of Constants.cpp
2003-08-29 Chris LattnerAdd new method
2003-08-29 Chris LattnerOk, the last bug fix was not good enough to fix libstdc...
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal.ll
2003-08-29 Chris LattnerNew testcase which is preventing the linking of libstdc++
2003-08-29 Misha Brukman* Use alloca() to force GCC not to eliminate frame...
2003-08-29 Chris LattnerNEw testcase
2003-08-29 Chris LattnerNew testcase, not only possible of causing compilation...
2003-08-28 Misha BrukmanRenaming `dis' -> `llvm-dis'.
2003-08-28 Chris LattnerDocument the llvm.unwind intrinsic.
2003-08-28 Misha BrukmanRenaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.
2003-08-28 Misha BrukmanNear-term fix for renaming `as' -> `llvm-as' and `dis...
2003-08-28 Misha BrukmanStart using `llvm-as' instead of `as'.
2003-08-28 Misha BrukmanBuild llvm-as and llvm-dis as the upgrade path to renam...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 John CriswellAdded code to avoid checking for .bc when the filename...
2003-08-28 Misha BrukmanRenaming LLVM `dis' to `llvm-dis'.
2003-08-28 Misha BrukmanRenaming LLVM `as' to `llvm-as'.
2003-08-28 Chris LattnerAdd support for the llvm.unwind intrinsic, which we...
2003-08-28 Chris LattnerAdd another testcase I found lying around.
2003-08-28 Chris LattnerAdd test for the last chapter of our C++ exception...
2003-08-28 Chris Lattner* Add proper support for rethrown exceptions.
2003-08-28 Chris LattnerNew testcases, all of which work with llvmg++!
2003-08-28 Chris LattnerLink to the C++ libraries. This is temporary
2003-08-28 Chris LattnerFix really nasty bugs in the CWriter, handling invoke...
2003-08-28 Tanya LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-28 Chris LattnerFix bug where we considered function types equivalent...
2003-08-28 Chris LattnerReorder #includes
2003-08-28 Tanya LattnerMoved index in BB to common graph class.
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-28 Tanya LattnerFirst version of llvm-ar added to cvs repository.
2003-08-28 Chris LattnerConvert C comments to C++
2003-08-28 Chris LattnerNew wrapper around the terminate call.
2003-08-28 Chris LattnerSquelch warning
2003-08-27 Chris LattnerBe more typesafe
2003-08-27 Chris LattnerBe more type-safe, add throw specs to all functions
2003-08-27 Chris LattnerAdd throw specs to the functions, remove (void) from...
2003-08-27 Chris LattnerHack out libexception temporarily until the Sparc...
2003-08-27 Chris LattnerMove the testcase elsewhere
2003-08-27 Chris LattnerRefactor code slightly. Make code compiled with llvmgc...
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-08-27 Chris LattnerNew testcase. Unfortunately, native GCC gets this...
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 John CriswellAdded an option to TableGen that allows users to specif...
2003-08-27 Chris LattnerNew testcases, which WORK with LLVMG++ and the CBE.
2003-08-27 Chris LattnerFix several _killer_ bugs. This now actually WORKS...
2003-08-27 Chris LattnerC++ify, add new get_cxx_exception function to convert...
2003-08-27 Chris LattnerRemove Cisms. We love C++
2003-08-27 Tanya LattnerCleaned up the code (spacing, not needed headers) and...
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Chris LattnerFix bug: SCCP/2003-08-26-InvokeHandling.ll
next