| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | For PR798: | Reid Spencer | 2006-06-05 | 1 | -6/+82 |
| * | move calltarget to dsa | Andrew Lenharth | 2006-05-29 | 1 | -0/+125 |
| * | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
| * | Remove dead variable | Chris Lattner | 2006-05-12 | 1 | -2/+0 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Handle one offset with growth case seen in povray. Namely, if we have an off... | Andrew Lenharth | 2006-03-15 | 1 | -10/+39 |
| * | improve mem intrinsics and add a few things povray uses | Andrew Lenharth | 2006-03-15 | 1 | -3/+30 |
| * | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-03 | 1 | -3/+6 |
| * | Add explicit iostream #includes | Chris Lattner | 2006-01-22 | 6 | -1/+6 |
| * | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 2 | -0/+2 |
| * | Prefix DSA specific options with dsa. | John Criswell | 2005-12-19 | 1 | -4/+4 |
| * | Added an option to specify the names of heap freeing functions. | John Criswell | 2005-12-19 | 1 | -0/+20 |
| * | Added a command line option that allows the user to specify a list of | John Criswell | 2005-12-19 | 1 | -0/+19 |
| * | Collapsing node if variable length struct with final field of length zero | Sumant Kowshik | 2005-12-06 | 1 | -1/+18 |
| * | don't bother building the archive version of this library | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
| * | implement some prototypes | Chris Lattner | 2005-10-24 | 2 | -0/+10 |
| * | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -5/+1 |
| * | Correctly handle global-argument aliases induced in main | Chris Lattner | 2005-04-25 | 1 | -2/+30 |
| * | Don't mess up SCC traversal when a node has null edges out of it. | Chris Lattner | 2005-04-25 | 1 | -5/+6 |
| * | Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing | Chris Lattner | 2005-04-23 | 1 | -0/+1 |
| * | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -6/+6 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 12 | -183/+183 |
| * | add support for taking and resolving the address of free. | Chris Lattner | 2005-04-21 | 1 | -2/+31 |
| * | Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs | Chris Lattner | 2005-04-12 | 1 | -2/+1 |
| * | fix some VC compilation problems, thanks to Jeff C for pointing this out! | Chris Lattner | 2005-04-02 | 1 | -4/+3 |
| * | EquivClassGraphs is now in DataStructure.h | Chris Lattner | 2005-04-02 | 2 | -3/+1 |
| * | use a callee_iterator typedef. | Chris Lattner | 2005-04-02 | 3 | -9/+7 |
| * | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner | 2005-04-02 | 5 | -78/+40 |
| * | Fix a problem where we not marking incoming arguments to functions with | Chris Lattner | 2005-03-29 | 2 | -5/+14 |
| * | remove ... | Chris Lattner | 2005-03-27 | 1 | -2/+2 |
| * | speed up steens by using spliceFrom, improve its precision by realizing that | Chris Lattner | 2005-03-27 | 1 | -5/+10 |
| * | Don't give up completely, maybe other AA can say something about this. | Chris Lattner | 2005-03-27 | 1 | -1/+2 |
| * | Cache mapping information for a call site after computing it for a mod/ref | Chris Lattner | 2005-03-26 | 1 | -27/+81 |