summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Fix PR885Chris Lattner2006-08-21
* Make Loop::getExitBlocks significantly faster for large loops. Instead ofChris Lattner2006-08-12
* Speed up Loop::isLCSSAForm by using a binary search and single-entry cache.Chris Lattner2006-08-02
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-12
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-11
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-11
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* add some missing externalsAndrew Lenharth2006-06-28
* Handle alias sets that have been unified, and thus can have other referencesChris Lattner2006-06-27
* Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValueChris Lattner2006-06-27
* For PR801:Reid Spencer2006-06-27
* Fix a stale pointer issue that caused 300.twolf to fail to build on zionChris Lattner2006-06-26
* Do partial inlining in BU. This resolves more call sites. Also add options ...Andrew Lenharth2006-06-19
* Fix a bug, don't drop indirect call sites, especially if there is nothing kno...Andrew Lenharth2006-06-19
* Constant fold sqrtfChris Lattner2006-06-17
* Add a error message to cbu to match buAndrew Lenharth2006-06-16
* move headerAndrew Lenharth2006-06-16
* Update isLCSSAForm to handle PHI nodes specially for live-out detection. ThisOwen Anderson2006-06-13
* Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...Owen Anderson2006-06-11
* Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...Evan Cheng2006-06-11
* Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...Owen Anderson2006-06-09
* For PR780:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* For PR798:Reid Spencer2006-06-05
* Fix -pedantic warningChris Lattner2006-06-01
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-01
* move calltarget to dsaAndrew Lenharth2006-05-29
* Since there was interest on the mailing list, this is a utility pass thatAndrew Lenharth2006-05-29
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Remove dead variableChris Lattner2006-05-12
* Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn'tChris Lattner2006-04-26
* slightly more useful error messageAndrew Lenharth2006-04-25
* better c99 struct handlingAndrew Lenharth2006-04-25
* Another simple case type merge case to tryAndrew Lenharth2006-04-19
* deal with memchrAndrew Lenharth2006-04-19
* friendlier error messageAndrew Lenharth2006-04-19
* stupid stuffAndrew Lenharth2006-04-19
* I understand now. Shoot.Andrew Lenharth2006-04-18
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-18
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-18
* Implement value #'ing for vector operations, implementingChris Lattner2006-04-14
* Handle some kernel code than ends in [0 x sbyte]. I think this is safeAndrew Lenharth2006-04-13
* revert this, this is safe, if conservative. leave a note to that effectAndrew Lenharth2006-04-05
* Signed shr by a constant is not the same as sdiv by 2^kChris Lattner2006-04-04
* Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll andChris Lattner2006-04-01
* If adding a link to a collapsed, node, ignore offset.Andrew Lenharth2006-03-27
* no heap is happening hereAndrew Lenharth2006-03-15
* remove qsort for nowAndrew Lenharth2006-03-15
* allow field sensitivity to be a tunable parameterAndrew Lenharth2006-03-15