aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-061-2/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-293-7/+10
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-286-35/+35
* For PR950:Reid Spencer2006-11-272-17/+24
* Needed <iostream> for now.Bill Wendling2006-11-171-0/+1
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-176-106/+95
* Optionally allow comparison operations from affect DSGraphsAndrew Lenharth2006-11-071-1/+6
* Allow loop detection during debug in forwarding nodes, and revert auxcall pat...Andrew Lenharth2006-11-071-8/+20
* debug type for DSA TDAndrew Lenharth2006-11-071-1/+1
* Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth2006-11-031-497/+505
* For PR786:Reid Spencer2006-11-023-8/+5
* Make these hack flags hidden, like other dsa hack flagsAndrew Lenharth2006-10-231-2/+2
* Revert the aggressive inlining for now, it doesn't handle external correctlyAndrew Lenharth2006-10-231-112/+78
* [SU]int update - inactive code may get activated somedayJim Laskey2006-10-231-1/+1
* For PR950:Reid Spencer2006-10-201-1/+1
* Move some warnings to debug mode.Andrew Lenharth2006-10-134-21/+23
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-021-1/+1
* For PR387:Reid Spencer2006-08-281-1/+8
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-282-2/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-273-4/+4
* Fit to 80 colsChris Lattner2006-08-271-3/+6
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-278-8/+8
* add some missing externalsAndrew Lenharth2006-06-281-3/+18
* For PR801:Reid Spencer2006-06-271-86/+1
* Do partial inlining in BU. This resolves more call sites. Also add options ...Andrew Lenharth2006-06-191-61/+171
* Fix a bug, don't drop indirect call sites, especially if there is nothing kno...Andrew Lenharth2006-06-191-1/+27
* Add a error message to cbu to match buAndrew Lenharth2006-06-161-1/+7
* move headerAndrew Lenharth2006-06-161-1/+1
* For PR798:Reid Spencer2006-06-051-6/+82
* move calltarget to dsaAndrew Lenharth2006-05-291-0/+125
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Remove dead variableChris Lattner2006-05-121-2/+0
* slightly more useful error messageAndrew Lenharth2006-04-251-2/+3
* better c99 struct handlingAndrew Lenharth2006-04-251-2/+1
* Another simple case type merge case to tryAndrew Lenharth2006-04-191-0/+24
* deal with memchrAndrew Lenharth2006-04-191-0/+7
* friendlier error messageAndrew Lenharth2006-04-191-1/+1
* stupid stuffAndrew Lenharth2006-04-191-3/+7
* I understand now. Shoot.Andrew Lenharth2006-04-181-21/+3
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-181-2/+7
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-181-4/+11
* Handle some kernel code than ends in [0 x sbyte]. I think this is safeAndrew Lenharth2006-04-131-2/+11
* revert this, this is safe, if conservative. leave a note to that effectAndrew Lenharth2006-04-051-9/+7
* If adding a link to a collapsed, node, ignore offset.Andrew Lenharth2006-03-271-0/+3
* no heap is happening hereAndrew Lenharth2006-03-151-1/+1
* remove qsort for nowAndrew Lenharth2006-03-151-9/+0
* allow field sensitivity to be a tunable parameterAndrew Lenharth2006-03-151-2/+6
* Handle one offset with growth case seen in povray. Namely, if we have an off...Andrew Lenharth2006-03-151-10/+39
* improve mem intrinsics and add a few things povray usesAndrew Lenharth2006-03-151-3/+30
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-031-3/+6