| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator | Nate Begeman | 2006-03-11 | 1 | -142/+191 |
* | Use autogenerated mod/ref info for intrinsics. | Chris Lattner | 2006-03-09 | 1 | -22/+26 |
* | Fix a crash compiling Obsequi | Chris Lattner | 2006-03-04 | 1 | -5/+12 |
* | Be more conservative with our symbolic alias analysis. In particular, | Chris Lattner | 2006-03-04 | 1 | -6/+35 |
* | updates for recent changes | Chris Lattner | 2006-03-03 | 1 | -2/+4 |
* | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-03 | 1 | -3/+6 |
* | add an assert | Chris Lattner | 2006-02-14 | 1 | -1/+2 |
* | Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments. | Chris Lattner | 2006-02-04 | 1 | -0/+51 |
* | Value# select instructions, allowing -gcse to remove duplicates | Chris Lattner | 2006-02-04 | 1 | -1/+36 |
* | Add explicit iostream #includes | Chris Lattner | 2006-01-22 | 9 | -1/+9 |
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 2 | -0/+2 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -7/+18 |
* | Change ET-Forest to automatically recalculate its DFSnum's if too many slow | Chris Lattner | 2006-01-14 | 1 | -2/+2 |
* | Add a new CallGraph::getOrInsertFunction for clients to use when updating | Chris Lattner | 2006-01-14 | 1 | -16/+19 |
* | add a dump method to CallGraph | Chris Lattner | 2006-01-14 | 1 | -0/+4 |
* | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 2 | -1/+17 |
* | Switch loopinfo to using ETForest instead of DominatorSet to compute itself. | Chris Lattner | 2006-01-11 | 1 | -9/+9 |
* | Remove unused inclusion of SymbolTable.h | Reid Spencer | 2006-01-10 | 1 | -1/+0 |
* | Fix a problem exposed by the et-forest work. Load-vn needs these passes live | Chris Lattner | 2006-01-08 | 1 | -3/+3 |
* | Initial implementation of the ET-Forest data structure for dominators and | Chris Lattner | 2006-01-08 | 1 | -0/+63 |
* | Make the -print-alias-sets pass work for printing out something other than | Chris Lattner | 2006-01-03 | 1 | -11/+3 |
* | Separate the call graph implementation from its interface. This implements | Chris Lattner | 2005-12-22 | 1 | -105/+178 |
* | 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 |
* | post-dom-frontiers requires proper post-dominance | Chris Lattner | 2005-11-18 | 1 | -1/+1 |
* | prevent cse of readcyclecounter | Andrew Lenharth | 2005-11-11 | 1 | -1/+0 |
* | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -0/+1 |
* | Fix a problem that Nate noticed with LSR: | Chris Lattner | 2005-10-30 | 1 | -1/+26 |
* | remove a dead file | Chris Lattner | 2005-10-29 | 1 | -355/+0 |
* | Move some constant folding functions into LLVMAnalysis since they are used | John Criswell | 2005-10-27 | 1 | -0/+172 |
* | Move some constant folding code shared by Analysis and Transform passes | John Criswell | 2005-10-27 | 1 | -1/+1 |
* | Remove this pass, it is not useful | Chris Lattner | 2005-10-24 | 1 | -106/+0 |
* | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner | 2005-10-24 | 2 | -3/+1 |
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 2 | -0/+2 |
* | don't bother building the archive version of this library | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | expose a ctor | Chris Lattner | 2005-10-24 | 1 | -0/+3 |
* | implement some prototypes | Chris Lattner | 2005-10-24 | 2 | -0/+10 |