| Commit message (Expand) | Author | Age | Files | Lines |
* | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 2 | -2/+2 |
* | Fix PR885 | Chris Lattner | 2006-08-21 | 1 | -3/+2 |
* | Make Loop::getExitBlocks significantly faster for large loops. Instead of | Chris Lattner | 2006-08-12 | 1 | -3/+9 |
* | Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. | Chris Lattner | 2006-08-02 | 1 | -6/+14 |
* | Change the callgraph representation to store the callsite along with the | Chris Lattner | 2006-07-12 | 2 | -18/+20 |
* | It was pointed out that DEBUG() is only available with -debug. | Jim Laskey | 2006-07-11 | 1 | -1/+3 |
* | Ensure that dump calls that are associated with asserts are removed from | Jim Laskey | 2006-07-11 | 1 | -3/+2 |
* | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 2 | -5/+7 |
* | add some missing externals | Andrew Lenharth | 2006-06-28 | 1 | -3/+18 |
* | Handle alias sets that have been unified, and thus can have other references | Chris Lattner | 2006-06-27 | 1 | -3/+3 |
* | Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue | Chris Lattner | 2006-06-27 | 1 | -10/+22 |
* | For PR801: | Reid Spencer | 2006-06-27 | 2 | -181/+2 |
* | Fix a stale pointer issue that caused 300.twolf to fail to build on zion | Chris Lattner | 2006-06-26 | 1 | -0/+11 |
* | Do partial inlining in BU. This resolves more call sites. Also add options ... | Andrew Lenharth | 2006-06-19 | 1 | -61/+171 |
* | Fix a bug, don't drop indirect call sites, especially if there is nothing kno... | Andrew Lenharth | 2006-06-19 | 1 | -1/+27 |
* | Constant fold sqrtf | Chris Lattner | 2006-06-17 | 1 | -1/+4 |
* | Add a error message to cbu to match bu | Andrew Lenharth | 2006-06-16 | 1 | -1/+7 |
* | move header | Andrew Lenharth | 2006-06-16 | 1 | -1/+1 |
* | Update isLCSSAForm to handle PHI nodes specially for live-out detection. This | Owen Anderson | 2006-06-13 | 1 | -1/+6 |
* | Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe... | Owen Anderson | 2006-06-11 | 1 | -0/+16 |
* | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng | 2006-06-11 | 1 | -16/+0 |
* | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson | 2006-06-09 | 1 | -0/+16 |
* | For PR780: | Reid Spencer | 2006-06-07 | 7 | -23/+17 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | For PR798: | Reid Spencer | 2006-06-05 | 2 | -20/+148 |
* | Fix -pedantic warning | Chris Lattner | 2006-06-01 | 1 | -1/+1 |
* | Change from using a stub function to a stub variable for passing to the | Reid Spencer | 2006-06-01 | 7 | -8/+7 |
* | move calltarget to dsa | Andrew Lenharth | 2006-05-29 | 1 | -0/+0 |
* | Since there was interest on the mailing list, this is a utility pass that | Andrew Lenharth | 2006-05-29 | 1 | -0/+125 |
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 2 | -2/+2 |
* | Remove dead variable | Chris Lattner | 2006-05-12 | 1 | -2/+0 |
* | Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't | Chris Lattner | 2006-04-26 | 1 | -0/+25 |
* | slightly more useful error message | Andrew Lenharth | 2006-04-25 | 1 | -2/+3 |
* | better c99 struct handling | Andrew Lenharth | 2006-04-25 | 1 | -2/+1 |
* | Another simple case type merge case to try | Andrew Lenharth | 2006-04-19 | 1 | -0/+24 |
* | deal with memchr | Andrew Lenharth | 2006-04-19 | 1 | -0/+7 |
* | friendlier error message | Andrew Lenharth | 2006-04-19 | 1 | -1/+1 |
* | stupid stuff | Andrew Lenharth | 2006-04-19 | 1 | -3/+7 |
* | I understand now. Shoot. | Andrew Lenharth | 2006-04-18 | 1 | -21/+3 |
* | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth | 2006-04-18 | 1 | -2/+7 |
* | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth | 2006-04-18 | 1 | -4/+11 |
* | Implement value #'ing for vector operations, implementing | Chris Lattner | 2006-04-14 | 1 | -32/+38 |
* | Handle some kernel code than ends in [0 x sbyte]. I think this is safe | Andrew Lenharth | 2006-04-13 | 1 | -2/+11 |
* | revert this, this is safe, if conservative. leave a note to that effect | Andrew Lenharth | 2006-04-05 | 1 | -9/+7 |
* | Signed shr by a constant is not the same as sdiv by 2^k | Chris Lattner | 2006-04-04 | 1 | -9/+0 |
* | Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and | Chris Lattner | 2006-04-01 | 1 | -27/+27 |
* | If adding a link to a collapsed, node, ignore offset. | Andrew Lenharth | 2006-03-27 | 1 | -0/+3 |
* | no heap is happening here | Andrew Lenharth | 2006-03-15 | 1 | -1/+1 |
* | remove qsort for now | Andrew Lenharth | 2006-03-15 | 1 | -9/+0 |
* | allow field sensitivity to be a tunable parameter | Andrew Lenharth | 2006-03-15 | 1 | -2/+6 |