aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis
AgeCommit message (Expand)Author
2004-12-15Eliminate a virtual method callChris Lattner
2004-12-15Fix a bug in -no-aa that caused two DSGraph tests to XPASS.Chris Lattner
2004-12-15Adjust to new alias analysis interfacesChris Lattner
2004-12-08Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos
2004-12-08Add testcase and fix for another case where we query the size anAlkis Evlogimenos
2004-12-08Move method out of line for better ICC supportChris Lattner
2004-12-08Properly extern this.Chris Lattner
2004-12-08Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner
2004-12-07For PR387:\Reid Spencer
2004-12-07For PR387:\Reid Spencer
2004-12-04This patch prevents an infinite recursion while compiling 103.su2cor.Chris Lattner
2004-11-28Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.llChris Lattner
2004-11-27When merging to alias sets, if they are both must alias, the result is notChris Lattner
2004-11-26Add a new interfaceChris Lattner
2004-11-26When evaluating an AA, pass in size infoChris Lattner
2004-11-26The trick with globals actually works with allocas and malloc tooChris Lattner
2004-11-26A store or load cannot alias a global if the accessed amount is larger thenChris Lattner
2004-11-19Mission accomplished!Chris Lattner
2004-11-17Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.llChris Lattner
2004-11-16Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer
2004-11-11Make this build in release modeChris Lattner
2004-11-08Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner
2004-11-08Handle assert_fail specialChris Lattner
2004-11-05Remove dead varChris Lattner
2004-11-03Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner
2004-11-02Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner
2004-11-02Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner
2004-11-02Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner
2004-11-02Minor cleanupsChris Lattner
2004-11-01Remove more dead methodsChris Lattner
2004-11-01Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner
2004-11-01Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner
2004-11-01Eliminate the cloneGraph methodChris Lattner
2004-10-31* Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner
2004-10-31Simplify graph traversal, improve grammarChris Lattner
2004-10-31Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner
2004-10-31Fix commentChris Lattner
2004-10-31Improve commentChris Lattner
2004-10-31Fix another bug in Prolangs-C++/objectsChris Lattner
2004-10-31Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner
2004-10-31Add more paranoid assertions :)Chris Lattner
2004-10-30Fix some more problems where we called getOffset before getNode()Chris Lattner
2004-10-30Fix three bugs:Chris Lattner
2004-10-30Fix more undefined behaviorChris Lattner
2004-10-30* Add a methodChris Lattner
2004-10-28Fix library name.Alkis Evlogimenos
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-10-26add support for UndefValueChris Lattner
2004-10-25Patch to support MSVC, contributed by Morten OfstadChris Lattner