oota-llvm.git
2002-11-15 Nick HildenbrandtUpdates
2002-11-15 Chris LattnerFix warning
2002-11-14 Brian Gaekeinclude/llvm/CodeGen/MachineInstrBuilder.h: Add addClob...
2002-11-13 Dinakar DhurjatiGives the count for various instructions.
2002-11-13 Vikram S. AdvePass to compute various statisics related to DSGraphs.
2002-11-13 Chris LattnerFix bug: 2002-11-13-PointerFunction.ll
2002-11-13 Chris LattnerNew testcase
2002-11-12 Chris LattnerAdd new numbers
2002-11-12 Chris LattnerInline graphs from outside the SCC into the SCC before...
2002-11-12 Chris LattnerRemove dead method, add new method
2002-11-12 Chris LattnerFix two bugs:
2002-11-12 Chris LattnerAdd new numbers
2002-11-11 Chris LattnerFix bug
2002-11-11 Chris LattnerHandle a mismatch between # function args and call...
2002-11-11 Chris LattnerElimiante calls to a node with nothing in it.
2002-11-11 Chris LattnerComplete rewrite of BU code to use Tarjan's SCC finding...
2002-11-11 Chris LattnerAlmost complete rewrite of BU closure code
2002-11-11 Chris LattnerMore numbers
2002-11-11 Brian GaekeInstSelectSimple.cpp: (visitReturnInst) Add return...
2002-11-11 Chris LattnerMark stuff reachable by _AUX_ calls as incomplete in...
2002-11-11 Chris LattnerFix infinite loop in the BU algorithm. Unfortunately...
2002-11-11 Chris LattnerPrint the right call set size
2002-11-11 Chris LattnerUse call site mergeWith method to simplify code
2002-11-10 Chris Lattneradd method
2002-11-10 Chris LattnerAdd code to be able to merge two call sites
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-10 Chris LattnerFix a bug that could trigger when varargs call sites...
2002-11-10 Chris LattnerAdd more info
2002-11-10 Chris Lattner* Dramatically rework liveness evaluation.
2002-11-10 Chris LattnerAdd more numbers
2002-11-10 Chris LattnerAdd a timer to evaluate bytecode load time and space...
2002-11-10 Chris LattnerHonor the shouldPrintAuxCalls flag
2002-11-10 Chris LattnerInitialize PrintAuxCalls member
2002-11-10 Chris LattnerAdd hasGraph() methods to all of the passes for the...
2002-11-10 Chris Lattner* Bottom-Up graphs print the Aux call vector
2002-11-10 Chris LattnerImplement swapping
2002-11-10 Chris LattnerImplement support for swapping. Callsites now sort...
2002-11-10 Chris LattnerAdd capability to set a preference of what call vector...
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-11-10 Chris LattnerRun local, bu, & td analyses
2002-11-10 Chris LattnerAdd new test that causes infinite recursion in bu pass
2002-11-10 Chris LattnerFix testcase: FunctionResolve/2002-11-09-ExternFn.ll
2002-11-10 Chris LattnerNew testcase
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerRemove obsolete code
2002-11-09 Chris LattnerFix logic
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-09 Chris LattnerMove maskNodeTypes from cpp file
2002-11-09 Chris LattnerMove maskNodeTypes to header file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface of...
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface
2002-11-09 Chris LattnerDon't put constants into the scalar map!
2002-11-09 Chris LattnerAdd initial support for a globals graph
2002-11-09 Chris LattnerTighten up array handling
2002-11-09 Chris Lattner#include Datastructure.h first
2002-11-09 Chris LattnerRemove unneccesary #include
2002-11-09 Chris LattnerRemove GlobalDSGraph delcaration
2002-11-09 Chris LattnerAdd highlighting of changes fields
2002-11-09 Chris LattnerAllow tests to be run with release tools when ENABLE_OP...
2002-11-09 Chris LattnerFix warning
2002-11-09 Chris LattnerFix warning & release build
2002-11-09 Chris LattnerFix release build
2002-11-08 Chris LattnerAdd new methods
2002-11-08 Chris LattnerFix spelling error
2002-11-08 Chris LattnerAdd numbers for array folding
2002-11-08 Chris LattnerFold arrays down to a single element. This causes...
2002-11-08 Chris LattnerAdd a bunch more numbers
2002-11-08 Chris LattnerAdd another option to cloneGraph
2002-11-08 Chris LattnerONLY merge in the aux call sites, this causes a HUGE...
2002-11-08 Chris LattnerAllow specification of whether the call sites should...
2002-11-08 Chris LattnerReenable 'quick exit' case
2002-11-08 Chris LattnerReduce amount of work needed to compute ip/modref
2002-11-08 Chris Lattnerfix path
2002-11-08 Chris LattnerReimplement TD pass completely it now works
2002-11-08 Chris LattnerCannot modify original call sites vector
2002-11-08 Chris Lattner- Add a bunch of checking to make sure that dead nodes...
2002-11-08 Chris LattnerRemove gunk used by broken TD pass
2002-11-08 Chris Lattner- Add support for an "auxillary" call site list
2002-11-08 Chris LattnerUse the new getMainFunction() method to efficiently...
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-11-08 Chris LattnerFix IPModRef to use new DS interface
2002-11-08 Chris LattnerImplement feof
2002-11-08 Vikram S. AdveInclude HashExtras.h since it is almost always needed...
2002-11-08 Chris LattnerAdd some numbers
2002-11-08 Chris LattnerAdd some notes about DEBUG flag
2002-11-08 Chris LattnerUse DSNodeHandle for persistent maps
2002-11-08 Chris LattnerUse DSNodeHandleMap instead to be safe
2002-11-08 Chris Lattner* actually handle constants (especially constantexprs...
2002-11-08 Chris LattnerAdd flag that may be used to determine if dead nodes...
2002-11-08 Chris LattnerAdd flush
2002-11-08 Chris LattnerFix bug: FunctionResolve/2002-11-07-RetMismatch.ll
2002-11-08 Chris LattnerFix predicate
2002-11-08 Vikram S. AdveRestore a #include because this header file needs the...
2002-11-08 Chris LattnerAdd testcase that is fscking twolf
2002-11-07 Nick HildenbrandtUpdateCVS: ---------------------------------------...
2002-11-07 Nick HildenbrandtMore updates, more test work
2002-11-07 Chris Lattner_REALLY_ fix the float constant problem
2002-11-07 Nick HildenbrandtUpdated test results.
2002-11-07 Chris LattnerPrint out 'float' constants correctly
next