Age | Commit message (Expand) | Author | Files | Lines |
2006-12-13 | Remove DSA. | John Criswell | 14 | -7235/+0 |
2006-12-07 | Removed more <iostream> includes | Bill Wendling | 1 | -5/+4 |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 9 | -48/+47 |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 9 | -26/+26 |
2006-12-06 | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner | 1 | -2/+2 |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 3 | -7/+10 |
2006-11-28 | Convert to using llvm streams instead of iostreams. | Bill Wendling | 6 | -35/+35 |
2006-11-27 | For PR950: | Reid Spencer | 2 | -17/+24 |
2006-11-17 | Needed <iostream> for now. | Bill Wendling | 1 | -0/+1 |
2006-11-17 | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling | 6 | -106/+95 |
2006-11-07 | Optionally allow comparison operations from affect DSGraphs | Andrew Lenharth | 1 | -1/+6 |
2006-11-07 | Allow loop detection during debug in forwarding nodes, and revert auxcall pat... | Andrew Lenharth | 1 | -8/+20 |
2006-11-07 | debug type for DSA TD | Andrew Lenharth | 1 | -1/+1 |
2006-11-03 | Split the External and Intrinsic handling into seperate functions. This | Andrew Lenharth | 1 | -497/+505 |
2006-11-02 | For PR786: | Reid Spencer | 3 | -8/+5 |
2006-10-23 | Make these hack flags hidden, like other dsa hack flags | Andrew Lenharth | 1 | -2/+2 |
2006-10-23 | Revert the aggressive inlining for now, it doesn't handle external correctly | Andrew Lenharth | 1 | -112/+78 |
2006-10-23 | [SU]int update - inactive code may get activated someday | Jim Laskey | 1 | -1/+1 |
2006-10-20 | For PR950: | Reid Spencer | 1 | -1/+1 |
2006-10-13 | Move some warnings to debug mode. | Andrew Lenharth | 4 | -21/+23 |
2006-10-02 | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey | 1 | -1/+1 |
2006-08-28 | For PR387: | Reid Spencer | 1 | -1/+8 |
2006-08-28 | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner | 2 | -2/+2 |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 3 | -4/+4 |
2006-08-27 | Fit to 80 cols | Chris Lattner | 1 | -3/+6 |
2006-08-27 | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner | 8 | -8/+8 |
2006-06-28 | add some missing externals | Andrew Lenharth | 1 | -3/+18 |
2006-06-27 | For PR801: | Reid Spencer | 1 | -86/+1 |
2006-06-19 | Do partial inlining in BU. This resolves more call sites. Also add options ... | Andrew Lenharth | 1 | -61/+171 |
2006-06-19 | Fix a bug, don't drop indirect call sites, especially if there is nothing kno... | Andrew Lenharth | 1 | -1/+27 |
2006-06-16 | Add a error message to cbu to match bu | Andrew Lenharth | 1 | -1/+7 |
2006-06-16 | move header | Andrew Lenharth | 1 | -1/+1 |
2006-06-05 | For PR798: | Reid Spencer | 1 | -6/+82 |
2006-05-29 | move calltarget to dsa | Andrew Lenharth | 1 | -0/+125 |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 1 | -1/+1 |
2006-05-12 | Remove dead variable | Chris Lattner | 1 | -2/+0 |
2006-04-25 | slightly more useful error message | Andrew Lenharth | 1 | -2/+3 |
2006-04-25 | better c99 struct handling | Andrew Lenharth | 1 | -2/+1 |
2006-04-19 | Another simple case type merge case to try | Andrew Lenharth | 1 | -0/+24 |
2006-04-19 | deal with memchr | Andrew Lenharth | 1 | -0/+7 |
2006-04-19 | friendlier error message | Andrew Lenharth | 1 | -1/+1 |
2006-04-19 | stupid stuff | Andrew Lenharth | 1 | -3/+7 |
2006-04-18 | I understand now. Shoot. | Andrew Lenharth | 1 | -21/+3 |
2006-04-18 | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth | 1 | -2/+7 |
2006-04-18 | llvm.memc* improvements. helps PA a lot in some specmarks | Andrew Lenharth | 1 | -4/+11 |
2006-04-13 | Handle some kernel code than ends in [0 x sbyte]. I think this is safe | Andrew Lenharth | 1 | -2/+11 |
2006-04-05 | revert this, this is safe, if conservative. leave a note to that effect | Andrew Lenharth | 1 | -9/+7 |
2006-03-27 | If adding a link to a collapsed, node, ignore offset. | Andrew Lenharth | 1 | -0/+3 |
2006-03-15 | no heap is happening here | Andrew Lenharth | 1 | -1/+1 |
2006-03-15 | remove qsort for now | Andrew Lenharth | 1 | -9/+0 |