Age | Commit message (Expand) | Author |
2006-12-13 | Remove DSA. | John Criswell |
2006-12-07 | Removed more <iostream> includes | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-12-06 | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
2006-11-28 | Convert to using llvm streams instead of iostreams. | Bill Wendling |
2006-11-27 | For PR950: | Reid Spencer |
2006-11-17 | Needed <iostream> for now. | Bill Wendling |
2006-11-17 | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling |
2006-11-07 | Optionally allow comparison operations from affect DSGraphs | Andrew Lenharth |
2006-11-07 | Allow loop detection during debug in forwarding nodes, and revert auxcall pat... | Andrew Lenharth |
2006-11-07 | debug type for DSA TD | Andrew Lenharth |
2006-11-03 | Split the External and Intrinsic handling into seperate functions. This | Andrew Lenharth |
2006-11-02 | For PR786: | Reid Spencer |
2006-10-23 | Make these hack flags hidden, like other dsa hack flags | Andrew Lenharth |
2006-10-23 | Revert the aggressive inlining for now, it doesn't handle external correctly | Andrew Lenharth |
2006-10-23 | [SU]int update - inactive code may get activated someday | Jim Laskey |
2006-10-20 | For PR950: | Reid Spencer |
2006-10-13 | Move some warnings to debug mode. | Andrew Lenharth |
2006-10-02 | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey |
2006-08-28 | For PR387: | Reid Spencer |
2006-08-28 | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
2006-08-27 | Fit to 80 cols | Chris Lattner |
2006-08-27 | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner |
2006-06-28 | add some missing externals | Andrew Lenharth |
2006-06-27 | For PR801: | Reid Spencer |
2006-06-19 | Do partial inlining in BU. This resolves more call sites. Also add options ... | Andrew Lenharth |
2006-06-19 | Fix a bug, don't drop indirect call sites, especially if there is nothing kno... | Andrew Lenharth |
2006-06-16 | Add a error message to cbu to match bu | Andrew Lenharth |
2006-06-16 | move header | Andrew Lenharth |
2006-06-05 | For PR798: | Reid Spencer |
2006-05-29 | move calltarget to dsa | 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-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-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-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 |