oota-llvm.git
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
2003-08-27 Chris LattnerNew testcase
2003-08-26 Chris LattnerAdd new __llvm_cxxeh_begin_catch_if_isa function, chang...
2003-08-25 Tanya LattnerSchedGraphCommon header file. Contains class definition...
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-25 Chris LattnerRemove copy-and-paste gunk
2003-08-25 Chris LattnerInitial checking of C++ exception handling library
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-25 Chris LattnerRemove special casing
2003-08-25 Brian GaekeFix spelling error in comment.
2003-08-25 John CriswellAdded autoconf code that verifies that the C compiler...
2003-08-25 John CriswellAdded code to check for python and qmtest.
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerAdd output
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerRemove some long-dead code
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerTargets now configure themselves with the module, not...
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-24 Chris LattnerTargets should configure themselves based on the module...
2003-08-24 Chris LattnerFix bug: Linker/2003-08-23-GlobalVarLinking.ll
2003-08-24 Chris LattnerImplement: Linker/2003-08-24-InheritPtrSize.ll
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
next