oota-llvm.git
2003-09-01 Chris LattnerThis file is just a subset of Cilkifier.h
2003-09-01 Chris LattnerMinor cleanups
2003-09-01 Chris LattnerOther minor cleanups while I'm in the area
2003-09-01 Chris LattnerFix spell-o
2003-09-01 Chris LattnerRemove gross old hacky code that was in there for backw...
2003-09-01 Chris LattnerChange the RaiseAllocations pass to be a Pass instead...
2003-09-01 Chris LattnerChange the RaiseAllocations pass from being a BasicBloc...
2003-08-31 Chris LattnerRemove the -stopAfterNPasses option, which has been...
2003-08-31 Chris Lattner* move the dead-type-eliminate passes to the end, where...
2003-08-31 Chris LattnerFix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll
2003-08-31 Chris LattnerNew testcase
2003-08-31 Chris LattnerReplace M with F when refering to functions
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerRemove dead var
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerThis should use Support/iterator, not <iterator>
2003-08-31 Chris LattnerCleanups, move the getAnalysisUsage method to the ...
2003-08-31 Chris LattnerMove the getAnalysisUsage method from the header file
2003-08-31 Chris LattnerFix an FLAT OUT WRONG comment
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerMinor cleanups
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerHeavily refactor code:
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
next