| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner | 2006-12-06 | 1 | -2/+2 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 3 | -7/+10 |
* | Convert to using llvm streams instead of iostreams. | Bill Wendling | 2006-11-28 | 6 | -35/+35 |
* | For PR950: | Reid Spencer | 2006-11-27 | 2 | -17/+24 |
* | Needed <iostream> for now. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling | 2006-11-17 | 6 | -106/+95 |
* | Optionally allow comparison operations from affect DSGraphs | Andrew Lenharth | 2006-11-07 | 1 | -1/+6 |
* | Allow loop detection during debug in forwarding nodes, and revert auxcall pat... | Andrew Lenharth | 2006-11-07 | 1 | -8/+20 |
* | debug type for DSA TD | Andrew Lenharth | 2006-11-07 | 1 | -1/+1 |
* | Split the External and Intrinsic handling into seperate functions. This | Andrew Lenharth | 2006-11-03 | 1 | -497/+505 |
* | For PR786: | Reid Spencer | 2006-11-02 | 3 | -8/+5 |
* | Make these hack flags hidden, like other dsa hack flags | Andrew Lenharth | 2006-10-23 | 1 | -2/+2 |
* | Revert the aggressive inlining for now, it doesn't handle external correctly | Andrew Lenharth | 2006-10-23 | 1 | -112/+78 |
* | [SU]int update - inactive code may get activated someday | Jim Laskey | 2006-10-23 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -1/+1 |
* | Move some warnings to debug mode. | Andrew Lenharth | 2006-10-13 | 4 | -21/+23 |
* | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey | 2006-10-02 | 1 | -1/+1 |
* | For PR387: | Reid Spencer | 2006-08-28 | 1 | -1/+8 |
* | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner | 2006-08-28 | 2 | -2/+2 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 3 | -4/+4 |
* | Fit to 80 cols | Chris Lattner | 2006-08-27 | 1 | -3/+6 |
* | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner | 2006-08-27 | 8 | -8/+8 |
* | add some missing externals | Andrew Lenharth | 2006-06-28 | 1 | -3/+18 |
* | For PR801: | Reid Spencer | 2006-06-27 | 1 | -86/+1 |
* | 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 |
* | 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 |