Age | Commit message (Expand) | Author |
2006-05-29 | move calltarget to dsa | Andrew Lenharth |
2006-05-29 | Since there was interest on the mailing list, this is a utility pass that | Andrew Lenharth |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
2006-05-12 | Remove dead variable | Chris Lattner |
2006-04-26 | Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't | Chris Lattner |
2006-04-25 | slightly more useful error message | Andrew Lenharth |
2006-04-25 | better c99 struct handling | Andrew Lenharth |
2006-04-19 | Another simple case type merge case to try | Andrew Lenharth |
2006-04-19 | deal with memchr | Andrew Lenharth |
2006-04-19 | friendlier error message | Andrew Lenharth |
2006-04-19 | stupid stuff | Andrew Lenharth |
2006-04-18 | I understand now. Shoot. | Andrew Lenharth |
2006-04-18 | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth |
2006-04-18 | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth |
2006-04-14 | Implement value #'ing for vector operations, implementing | Chris Lattner |
2006-04-13 | Handle some kernel code than ends in [0 x sbyte]. I think this is safe | Andrew Lenharth |
2006-04-05 | revert this, this is safe, if conservative. leave a note to that effect | Andrew Lenharth |
2006-04-04 | Signed shr by a constant is not the same as sdiv by 2^k | Chris Lattner |
2006-04-01 | Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and | Chris Lattner |
2006-03-27 | If adding a link to a collapsed, node, ignore offset. | Andrew Lenharth |
2006-03-15 | no heap is happening here | Andrew Lenharth |
2006-03-15 | remove qsort for now | Andrew Lenharth |
2006-03-15 | allow field sensitivity to be a tunable parameter | Andrew Lenharth |
2006-03-15 | Handle one offset with growth case seen in povray. Namely, if we have an off... | Andrew Lenharth |
2006-03-15 | improve mem intrinsics and add a few things povray uses | Andrew Lenharth |
2006-03-11 | Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator | Nate Begeman |
2006-03-09 | Use autogenerated mod/ref info for intrinsics. | Chris Lattner |
2006-03-04 | Fix a crash compiling Obsequi | Chris Lattner |
2006-03-04 | Be more conservative with our symbolic alias analysis. In particular, | Chris Lattner |
2006-03-03 | updates for recent changes | Chris Lattner |
2006-03-03 | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner |
2006-02-14 | add an assert | Chris Lattner |
2006-02-04 | Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments. | Chris Lattner |
2006-02-04 | Value# select instructions, allowing -gcse to remove duplicates | Chris Lattner |
2006-01-22 | Add explicit iostream #includes | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-16 | For PR411: | Reid Spencer |
2006-01-14 | Change ET-Forest to automatically recalculate its DFSnum's if too many slow | Chris Lattner |
2006-01-14 | Add a new CallGraph::getOrInsertFunction for clients to use when updating | Chris Lattner |
2006-01-14 | add a dump method to CallGraph | Chris Lattner |
2006-01-14 | Add bswap intrinsics as documented in the Language Reference | Nate Begeman |
2006-01-11 | Switch loopinfo to using ETForest instead of DominatorSet to compute itself. | Chris Lattner |
2006-01-10 | Remove unused inclusion of SymbolTable.h | Reid Spencer |
2006-01-08 | Fix a problem exposed by the et-forest work. Load-vn needs these passes live | Chris Lattner |
2006-01-08 | Initial implementation of the ET-Forest data structure for dominators and | Chris Lattner |
2006-01-03 | Make the -print-alias-sets pass work for printing out something other than | Chris Lattner |
2005-12-22 | Separate the call graph implementation from its interface. This implements | Chris Lattner |
2005-12-19 | Prefix DSA specific options with dsa. | John Criswell |
2005-12-19 | Added an option to specify the names of heap freeing functions. | John Criswell |
2005-12-19 | Added a command line option that allows the user to specify a list of | John Criswell |