oota-llvm.git
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
2002-11-07 Chris LattnerImplement freopen for burg
2002-11-07 Chris LattnerMake command line arguments setup be endian correct!!
2002-11-07 Brian Gaekecomment out the 64-bit cases for now.
2002-11-07 Brian GaekeAdd instruction selection code and tests for setcc...
2002-11-07 Chris LattnerImplement ResolveCallSiteModRefInfo for IPModRef. ...
2002-11-07 Chris LattnerAdd interfaces for ResolveCallSiteModRefInfo
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerImplement a new mergeInGraph method, which basically...
2002-11-07 Chris LattnerAdd new method
2002-11-07 Chris LattnerExpose isPointerType to clients of dsanalysis
2002-11-07 Chris LattnerRename DataStructureAnalysis namespace to DS
2002-11-07 Chris LattnerFix problem with dangling referrers
2002-11-07 Chris LattnerMinor bugfix to enable generation of methcall.llvm...
2002-11-07 Chris LattnerUpdate info now that bugfixes have been applied
2002-11-07 Chris LattnerCompute total number of nodes and # call nodes
2002-11-07 Chris LattnerAdd new NumNodes column
2002-11-07 Chris LattnerAdd note
2002-11-07 Chris LattnerNew web page to track the progress of the DSGraph imple...
2002-11-07 Chris LattnerMove printouts to be wrapped in DEBUG() macros
2002-11-07 Chris LattnerWhen the -only-print-main-ds option is specified, still...
2002-11-06 Chris LattnerAdd a comment
2002-11-06 Chris LattnerImplement fprintf
2002-11-06 Chris LattnerImplement fputc and ungetc to allow burg to run in lli
2002-11-06 Nick HildenbrandtFixes escapeing bug in strings. Fixes test case test...
2002-11-06 Nick HildenbrandtCertain characters not getting escaped properly
2002-11-06 Chris LattnerAdd note about what this is
2002-11-06 Chris Lattnerlibraries is used for internal stuff, not as a real...
2002-11-06 Nick HildenbrandtLoads and stores can't be inlined. This fixes test...
2002-11-06 Chris LattnerAllow the ResolveCallSiteModRefInfo method to return...
next