summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Apply feed back from Chris:Jeff Cohen2005-01-10
* Add last four createXxxPass functionsJeff Cohen2005-01-09
* Get lib/Analysis/DataStructure to compile with VC++Jeff Cohen2005-01-09
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-08
* Wrap at 80 colsMisha Brukman2004-12-23
* Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by makingReid Spencer2004-12-23
* Actually overload the virtual method. This fixesChris Lattner2004-12-17
* Eliminate a virtual method callChris Lattner2004-12-15
* Fix a bug in -no-aa that caused two DSGraph tests to XPASS.Chris Lattner2004-12-15
* Adjust to new alias analysis interfacesChris Lattner2004-12-15
* Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos2004-12-08
* Add testcase and fix for another case where we query the size anAlkis Evlogimenos2004-12-08
* Move method out of line for better ICC supportChris Lattner2004-12-08
* Properly extern this.Chris Lattner2004-12-08
* Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner2004-12-08
* For PR387:\Reid Spencer2004-12-07
* For PR387:\Reid Spencer2004-12-07
* This patch prevents an infinite recursion while compiling 103.su2cor.Chris Lattner2004-12-04
* Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.llChris Lattner2004-11-28
* When merging to alias sets, if they are both must alias, the result is notChris Lattner2004-11-27
* Add a new interfaceChris Lattner2004-11-26
* When evaluating an AA, pass in size infoChris Lattner2004-11-26
* The trick with globals actually works with allocas and malloc tooChris Lattner2004-11-26
* A store or load cannot alias a global if the accessed amount is larger thenChris Lattner2004-11-26
* Mission accomplished!Chris Lattner2004-11-19
* Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.llChris Lattner2004-11-17
* Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer2004-11-16
* Make this build in release modeChris Lattner2004-11-11
* Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner2004-11-08
* Handle assert_fail specialChris Lattner2004-11-08
* Remove dead varChris Lattner2004-11-05
* Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner2004-11-03
* Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner2004-11-02
* Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner2004-11-02
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-02
* Minor cleanupsChris Lattner2004-11-02
* Remove more dead methodsChris Lattner2004-11-01
* Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner2004-11-01
* Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner2004-11-01
* Eliminate the cloneGraph methodChris Lattner2004-11-01
* * Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner2004-10-31
* Simplify graph traversal, improve grammarChris Lattner2004-10-31
* Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner2004-10-31
* Fix commentChris Lattner2004-10-31
* Improve commentChris Lattner2004-10-31
* Fix another bug in Prolangs-C++/objectsChris Lattner2004-10-31
* Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner2004-10-31
* Add more paranoid assertions :)Chris Lattner2004-10-31
* Fix some more problems where we called getOffset before getNode()Chris Lattner2004-10-30
* Fix three bugs:Chris Lattner2004-10-30