oota-llvm.git
2003-09-02 Chris Lattnerhyphenation police visited here
2003-09-02 Chris LattnerAnother small speedup, this one to: 2.42s
2003-09-02 Chris LattnerDon't return bogus references, and don't add an entry...
2003-09-02 Chris LattnerAnother optimization, speed up the testcase to 2.7s
2003-09-02 Chris LattnerRemoval of explicit stack, which requires the method...
2003-09-02 Chris LattnerNew method
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
2003-09-02 John CriswellAdded code that makes the bytecode file readable (neede...
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellModified the code so that it uses the MakeFileExecutabl...
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-09-02 Chris LattnerDon't bother doing an exhaustive recursive walk if...
2003-09-02 Chris LattnerUgh, fix bugs. Ok, so the last fix wasn't as great...
2003-09-02 Chris LattnerFurther simplifications
2003-09-02 Chris LattnerChange the code to no longer compute the "type descript...
2003-09-02 Chris LattnerThe description is no longer stored directly in the...
2003-09-02 Brian GaekeRemove assertion which is never reached.
2003-09-01 Chris LattnerDead header file
2003-09-01 Chris Lattner#include is unnecessary
2003-09-01 Chris LattnerPrototype for creator function got moved
2003-09-01 Chris LattnerAdd RPR prototype here
2003-09-01 Chris LattnerRemove dead file
2003-09-01 Chris LattnerOptInfo is no longer required
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerNo longer require an OptInfo
2003-09-01 Chris LattnerInline simple comparison which is sparc specific anyway
2003-09-01 Chris LattnerDon't build dead directories
2003-09-01 Chris LattnerRemove header files that were privatized
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerRemove dead library makefile
2003-09-01 Chris LattnerRemove makefile for dead library
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-09-01 Chris LattnerSimplify code a bit
2003-09-01 Chris LattnerThis file is never #included
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file is hopelessly out of date
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-09-01 Chris LattnerIGNode got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file just needs LiveRange.h not IGNode.h
2003-09-01 Chris LattnerNo longer include IGNode.h in the Sparc global header
2003-09-01 Chris LattnerFinal cleanup: remove dead code
2003-09-01 Chris LattnerNot only is this a lot smaller, it actually works if...
2003-09-01 Chris LattnerDead files
2003-09-01 Chris LattnerIf "These should be used only by the auto-parallelizati...
2003-09-01 Chris LattnerMoved all of the cilkifier stuff into lib/Transforms...
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
next