Use the actual uid/gid for defaulting the fields in the archive.
[oota-llvm.git] / lib / Analysis /
2005-04-21 Chris Lattneradd support for taking and resolving the address of...
2005-04-12 Chris LattnerFix a crash analyzing MultiSource/Benchmarks/MallocBench/gs
2005-04-06 Chris LattnerDon't make this require loopsimplify. It works BETTER...
2005-04-05 Chris Lattnerdo not crash when using -debug
2005-04-04 Chris Lattnerdo not dereference an extra layer of pointers to determ...
2005-04-02 Chris Lattnerfix some VC compilation problems, thanks to Jeff C...
2005-04-02 Chris LattnerEquivClassGraphs is now in DataStructure.h
2005-04-02 Chris Lattneruse a callee_iterator typedef.
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-03-29 Chris Lattnerimport all of the rest of the stubs that dsa uses for...
2005-03-29 Chris Lattnerlearn about some more functions.
2005-03-29 Chris LattnerFix a problem where we not marking incoming arguments...
2005-03-29 Chris Lattnerthere is no point comparing against null pointer.
2005-03-29 Chris LattnerFix a major problem with global variable initializers...
2005-03-29 Chris Lattneradd some more functions, ignore setcc for constraints!
2005-03-29 Chris LattnerHandle "known" external calls context sensitively,...
2005-03-28 Chris LattnerTeach andersens that non-escaping memory cannot be...
2005-03-28 Misha BrukmanFix grammar
2005-03-28 Chris LattnerMake anders-aa much more precise by not being completel...
2005-03-27 Chris Lattnerwrap some long lines
2005-03-27 Chris Lattnerremove ...
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...
next