speed up steens by using spliceFrom, improve its precision by realizing that
[oota-llvm.git] / lib / Analysis /
2005-03-27 Chris Lattnerspeed up steens by using spliceFrom, improve its precis...
2005-03-27 Chris Lattnerteach andersens about undef
2005-03-27 Chris LattnerDon't give up completely, maybe other AA can say someth...
2005-03-26 Chris LattnerFactor out percentage printing into its own function...
2005-03-26 Chris LattnerCache mapping information for a call site after computi...
2005-03-26 Chris LattnerRemove more long dead code: dsa doesn't provide must...
2005-03-26 Chris Lattnerremove some unsafe code that has long been dead
2005-03-26 Chris Lattnerslightly improve mod/ref for DSAA by checking the globa...
2005-03-26 Chris LattnerTeach steens-aa two things about mod/ref information:
2005-03-26 Chris LattnerInterchange this loop so that we test all pointers...
2005-03-25 Chris Lattnerno really, don't double count these nodes either!
2005-03-25 Chris LattnerDon't count all of the nodes in the SCC once for each...
2005-03-25 Chris LattnerGrow the EQ classes for globals at the end of the BU...
2005-03-25 Chris LattnerTreat free operations as volatile, since they cannot...
2005-03-25 Chris Lattnerremove a debugging timer.
2005-03-25 Chris LattnerTwo changes here:
2005-03-25 Chris LattnerMake the spliceFrom case where one graph is completely...
2005-03-24 Chris Lattneradd a new DSGraph::spliceFrom method, which violently...
2005-03-24 Chris LattnerThis replaces the correct but slow code with a more...
2005-03-24 Chris Lattneronly look at successors of globals. This gets us down...
2005-03-24 Chris LattnerUnfortunately, a previous patch was not safe. Revert...
2005-03-24 Chris Lattnerdon't bother |'ing in 0's
2005-03-24 Chris Lattnerbe more aggressive about incompleteness marking
2005-03-24 Chris LattnerFix a crash while promoting a value out of a loop from...
2005-03-24 Chris Lattnerteach ds-aa about mod/ref for external function calls.
2005-03-24 Chris LattnerSimplify dead code into a fixme :)
2005-03-24 Chris Lattnerfix a compiler crash in runtime/libprofile
2005-03-23 Chris Lattnerwrap a long line
2005-03-23 Chris LattnerIf we are calling an external function, chain to anothe...
2005-03-23 Chris LattnerMake this more efficient by only making one virtual...
2005-03-23 Chris LattnerMake this a bit more aggressive
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-23 Chris LattnerAdd two options to allow -count-aa to print queries...
2005-03-23 Chris Lattnerturn a dead conditional into an assert.
2005-03-23 Chris LattnerTotally gut mergeInGraph. There is absolutely no reaso...
2005-03-23 Chris Lattnerwrap a long line
2005-03-23 Chris LattnerMake -steens-aa more conservative (aka correct) by...
2005-03-23 Chris Lattnerimplement Analysis/DSGraph/field-sensitive.ll
2005-03-22 Chris LattnerSeveral changes here:
2005-03-22 Chris LattnerMark external globals incomplete in the BU Globals...
2005-03-22 Chris LattnerDirectly count the number of memory instructions.
2005-03-22 Chris LattnerRemove an iteration pass over the entire scalarmap...
2005-03-22 Chris LattnerWhen making a clone of a DSGraph from the BU pass,...
2005-03-22 Chris LattnerDon't use operator[], use the new method instead, which...
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnerremove a dead ctor
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerinstead of using a local RetValMap, just use the graph...
2005-03-22 Chris Lattnernow that the valuemapping is always the local scalar...
2005-03-22 Chris Lattnerremove the second argument to cloneInto
2005-03-22 Chris Lattneradd some timers, don't clone aux nodes
2005-03-22 Chris Lattnermove this out of line
2005-03-22 Chris Lattnerdon't generate temporary scalarmaps.
2005-03-21 Chris Lattnerallow passing clone flags down to cloneInto
2005-03-21 Chris LattnerEnhance the TD pass to build composite graphs when...
2005-03-21 Chris Lattnermake this const correct
2005-03-21 Chris LattnerFix a major problem where we didn't add call graph...
2005-03-21 Chris LattnerUgh, for some reason, I can't call this unless the...
2005-03-21 Chris LattnerThe reachability cloner should add arguments to merged...
2005-03-21 Chris Lattner'note to self'
2005-03-21 Chris LattnerChange the way that the TD pass inlines graphs. Instea...
2005-03-20 Chris LattnerDon't strip modref bits when inlining down the call...
2005-03-20 Chris LattnerRemove the ability to keep track of inlined globals...
2005-03-20 Chris LattnerThis call is always a noop, remove it.
2005-03-20 Chris Lattnerremove some pointless asserts
2005-03-20 Chris Lattner-steens doesn't use the inlined globals facility.
2005-03-20 Chris LattnerBuild EC's for globals twice. The first is after const...
2005-03-20 Chris LattnerAdd a new DSNode::removeGlobal method.
2005-03-20 Chris LattnerTransform BU pass to not use the horrible DSCallSiteIte...
2005-03-20 Chris LattnerImplement new methods for dealing with DSNode global...
2005-03-20 Chris Lattneruse simpler methods.
2005-03-20 Chris Lattnermethod was renamed.
2005-03-20 Chris Lattnerprint out equiv class info.
2005-03-20 Chris Lattnersome methods got renamed
2005-03-20 Chris LattnerMake use of simpler DSNode methods.
2005-03-20 Chris Lattner#ifdef out a function only used by #ifdef'd code.
2005-03-20 Chris Lattnercomment cleanup
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-19 Chris LattnerSwitch to use the new interface for the EquivalenceClas...
2005-03-18 Chris Lattnerdo not bother inlining nullary functions without return...
2005-03-18 Chris Lattnerfix a bogus assertion
2005-03-18 Chris Lattneranother fastpath
2005-03-18 Chris Lattnerexpose this pass to both opt and analyze
2005-03-18 Chris Lattnerremove a bogus optimization. This only works if there...
2005-03-18 Chris LattnerRewrite DSAA::getModRefInfo to compute the mapping...
2005-03-17 Chris Lattnerimplement a new method.
2005-03-17 Chris Lattneradd some possibly bogus assertions.
2005-03-17 Chris LattnerDo not include the Function* for direct call/invoke...
2005-03-17 Chris Lattnersimplify this function a bit, allow DS-AA to build...
2005-03-17 Chris LattnerClean up some code, handle null pointer specially to...
2005-03-17 Chris LattnerTwo changes:
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-17 Chris LattnerDo not create ridiculously huge DSNodes, as described...
2005-03-16 Chris Lattnerremove use of compat_iterator.
2005-03-15 Chris Lattnermake sure to mark nodes in the globals graph incomplete...
2005-03-15 Chris Lattnerfix crashes when we only have a prototype for main.
2005-03-15 Chris LattnerFix a crash that happens when mapping something like...
2005-03-15 Chris LattnerMake computeGGToGMapping compute an invnodemap
2005-03-15 Chris LattnerFinally fix (the right way) the problem where functions...
2005-03-15 Chris LattnerStart using retnodes_* for iteration.
next