aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-12-07Removed more <iostream> includesBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-28Convert to using llvm streams instead of iostreams.Bill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-17Needed <iostream> for now.Bill Wendling
2006-11-17Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling
2006-11-07Optionally allow comparison operations from affect DSGraphsAndrew Lenharth
2006-11-07Allow loop detection during debug in forwarding nodes, and revert auxcall pat...Andrew Lenharth
2006-11-07debug type for DSA TDAndrew Lenharth
2006-11-03Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth
2006-11-02For PR786:Reid Spencer
2006-10-23Make these hack flags hidden, like other dsa hack flagsAndrew Lenharth
2006-10-23Revert the aggressive inlining for now, it doesn't handle external correctlyAndrew Lenharth
2006-10-23[SU]int update - inactive code may get activated somedayJim Laskey
2006-10-20For PR950:Reid Spencer
2006-10-13Move some warnings to debug mode.Andrew Lenharth
2006-10-02Add ability to annotate (color) nodes in a viewGraph.Jim Laskey
2006-08-28For PR387:Reid Spencer
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-08-27Fit to 80 colsChris Lattner
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
2006-06-28add some missing externalsAndrew Lenharth
2006-06-27For PR801:Reid Spencer
2006-06-19Do partial inlining in BU. This resolves more call sites. Also add options ...Andrew Lenharth
2006-06-19Fix a bug, don't drop indirect call sites, especially if there is nothing kno...Andrew Lenharth
2006-06-16Add a error message to cbu to match buAndrew Lenharth
2006-06-16move headerAndrew Lenharth
2006-06-05For PR798:Reid Spencer
2006-05-29move calltarget to dsaAndrew Lenharth
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-12Remove dead variableChris Lattner
2006-04-25slightly more useful error messageAndrew Lenharth
2006-04-25better c99 struct handlingAndrew Lenharth
2006-04-19Another simple case type merge case to tryAndrew Lenharth
2006-04-19deal with memchrAndrew Lenharth
2006-04-19friendlier error messageAndrew Lenharth
2006-04-19stupid stuffAndrew Lenharth
2006-04-18I understand now. Shoot.Andrew Lenharth
2006-04-18llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth
2006-04-18llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth
2006-04-13Handle some kernel code than ends in [0 x sbyte]. I think this is safeAndrew Lenharth
2006-04-05revert this, this is safe, if conservative. leave a note to that effectAndrew Lenharth
2006-03-27If adding a link to a collapsed, node, ignore offset.Andrew Lenharth
2006-03-15no heap is happening hereAndrew Lenharth
2006-03-15remove qsort for nowAndrew Lenharth