make this more efficient. Scan up to 16 nodes, not the whole list.
[oota-llvm.git] / lib / Analysis / DataStructure /
2005-02-15 Chris LattnerAdd a sanity check.
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-09 Chris LattnerUse new edge iterators to simplify some code.
2005-02-07 Chris LattnerIndCallGraphMap is now a pointer to a new'd map.
2005-02-04 Chris LattnerIf we have an indirect call site that calls N functions...
2005-02-04 Chris LattnerSplit mergeInGraph into two methods.
2005-02-04 Chris LattnerFix the Regression/Transforms/DSAnalysis/recursion...
2005-02-03 Chris LattnerRefactor getFunctionArgumentsForCall out of mergeInGraph.
2005-02-01 Chris LattnerEliminate some duplicated debug code
2005-02-01 Chris LattnerEliminate self-recursion as a special case.
2005-02-01 Chris LattnerEliminate use of DSCallSiteIterator in key loop. This...
2005-02-01 Chris LattnerSignficantly speed up printing by not emitting the...
2005-02-01 Chris LattnerDo not revisit nodes in the SCC traversal. This speeds...
2005-01-31 Chris LattnerRename variables to work with VC++'s hokey scoping...
2005-01-31 Chris LattnerFix some scary bugs that VC++ detected.
2005-01-30 Chris LattnerMake things more const-correct, adjust to changes in...
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-28 Chris LattnerRemove this code as it is currently completely broken...
2005-01-24 Chris LattnerMake -ds-aa more useful, allowing it to be updated...
2005-01-12 Chris LattnerSilence VC++ warnings.
2005-01-09 Jeff CohenAdd last four createXxxPass functions
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2004-12-08 Chris LattnerMove method out of line for better ICC support
2004-12-08 Chris LattnerWork correctly with ICC, Patch contributed by Bjørn...
2004-12-07 Reid SpencerFor PR387:\
2004-12-07 Reid SpencerFor PR387:\
2004-11-11 Chris LattnerMake this build in release mode
2004-11-08 Chris LattnerFix a bug that was preventing povray and namd from...
2004-11-08 Chris LattnerHandle assert_fail special
2004-11-03 Chris LattnerDon't call Constant::getNullValue when the argument...
2004-11-02 Chris LattnerGraphs that are part of equivalence sets can be multi...
2004-11-02 Chris LattnerCorrectly handle new SCC's found as a result of merging...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerMinor cleanups
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-31 Chris LattnerFix comment
2004-10-31 Chris LattnerImprove comment
2004-10-31 Chris LattnerFix another bug in Prolangs-C++/objects
2004-10-31 Chris LattnerOnly call getNodeForValue on pointer arguments! this...
2004-10-31 Chris LattnerAdd more paranoid assertions :)
2004-10-30 Chris LattnerFix some more problems where we called getOffset before...
2004-10-30 Chris LattnerFix three bugs:
2004-10-30 Chris LattnerFix more undefined behavior
2004-10-30 Chris Lattner* Add a method
2004-10-28 Alkis EvlogimenosFix library name.
2004-10-26 Chris Lattneradd support for UndefValue
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for undef
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Chris LattnerMinor cleanups:
2004-10-11 Chris LattnerMake this build
2004-10-10 Reid SpencerBuild both archive and relinked objects
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-07 Chris LattnerFix a nasty dangling pointer problem, due to a free...
2004-10-06 Chris LattnerDont' let null nodes sneak past cast instructions
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-02 Chris LattnerHide this option
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-18 Reid Spencerbug 122:
2004-07-16 Chris LattnerBe compatible with IA64
2004-07-15 Chris LattnerFix for PR341
2004-07-08 Chris LattnerDisable some code that isn't helping matters
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerMoving headers
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-28 Chris LattnerMoved IPModRef out of the public include dir
2004-06-28 Chris LattnerMove DependenceGraph.* to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove MemoryDepAnalysis.h into lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove PgmDependenceGraph.h out of the public include...
2004-06-23 Chris LattnerFix merging of nodes whose incoming offset is not zero...
2004-06-22 Chris LattnerIf an edge points to a field of another memory object...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-05-25 Vikram S. AdveRecognize memalign and friends, and handle them specially.
2004-05-23 Chris LattnerUpdates to work with the new auto-forwarding AA interfa...
2004-05-23 Chris LattnerFix a really nasty bug with the -disable-ds-field-sensi...
2004-05-23 Chris LattnerUpdate to match the autochaining interface that the...
2004-05-23 Vikram S. AdveInline both direct and indirect callees in the CBU...
2004-05-23 Vikram S. AdveComplete rewrite of the code that merges DS graphs...
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-04-29 Misha BrukmanWrapped code and comments at 80 cols; doxygenified...
2004-04-26 Chris LattnerIf an object is not in the scalar map then it must...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-03-13 Chris LattnerFix a tiny bug that caused an incorrect assertion failu...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-12 Misha BrukmanImplement getModRefInfo() for DSA to calculate whether...
2004-03-12 Misha BrukmanMake code more readable.
2004-03-09 Chris Lattnerimplement new method
next