summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Make more compatible with GCC 2.96Chris Lattner2003-02-13
* Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner2003-02-13
* Fixed alloca declaration problem on sun.Joel Stanley2003-02-12
* Don't output times in "scientific" notationChris Lattner2003-02-12
* Rename optionsChris Lattner2003-02-11
* Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner2003-02-11
* Minor tweaks to printing. Close the file before viewing it in viewGraphChris Lattner2003-02-11
* Modest speedup which seems to help steens quite a bit on large graphsChris Lattner2003-02-10
* Fix problem breaking GAP, use hasNoReferrers moreChris Lattner2003-02-10
* Implement a new "viewGraph" method which can be used to instantly view a grap...Chris Lattner2003-02-10
* Rearrange codeChris Lattner2003-02-10
* Fix problem breaking FhourstonesChris Lattner2003-02-10
* Revert Anand's patch which broke the buildChris Lattner2003-02-10
* Make steensgaards performance not shamefulChris Lattner2003-02-10
* Don't insert null entries into the scalar map for constexpr (cast null to Ty)Chris Lattner2003-02-09
* *** empty log message ***Anand Shukla2003-02-09
* Remove the -debug option from release executablesChris Lattner2003-02-09
* Allow printing of various types of alias analysis resultsChris Lattner2003-02-09
* Implement knowledge in BasicAA that &A->field != &A and (P+1) != PChris Lattner2003-02-09
* - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2]Chris Lattner2003-02-09
* Switch to using the right call vectorChris Lattner2003-02-09
* Fix major bugs in incompleteness marking that were pessimizing resultsChris Lattner2003-02-09
* Print out the steens graph if -debug is specifiedChris Lattner2003-02-09
* * Fix a bug where global incompleteness marking would not mark the globalChris Lattner2003-02-09
* Add a special case for main because we know it's incoming arguments don't aliasChris Lattner2003-02-08
* Fix a bug where we would mark the callees arguments incomplete if the caller ...Chris Lattner2003-02-08
* Fix division by zero problemChris Lattner2003-02-08
* Remove explicit result countersChris Lattner2003-02-08
* Add a flag which effectively disables field sensitivityChris Lattner2003-02-08
* Don't bother counting alias results, allow the AliasAnalysisCounter to do that.Chris Lattner2003-02-07
* Allow counting multiple passes, and print the pass name countedChris Lattner2003-02-07
* New general purpose alias analysis result auditorChris Lattner2003-02-07
* Add a summaryChris Lattner2003-02-06
* Fix a problem Sumant was running intoChris Lattner2003-02-06
* Simple N^2 alias anlysis accuracy checkerChris Lattner2003-02-06
* Fix an assertion failureChris Lattner2003-02-06
* Implement optimization for direct function call case. This dramaticallyChris Lattner2003-02-05
* Squelch warningChris Lattner2003-02-05
* Remove bogus assertionChris Lattner2003-02-04
* Fix a huge bug with handling non-pointer instructionsChris Lattner2003-02-04
* Make the TD pass not include all of the call nodes from the local pass,Chris Lattner2003-02-04
* Add sanity checkChris Lattner2003-02-04
* Fix steensgaard to work on a lot more cases...Chris Lattner2003-02-04
* Fix printing of nonfunction graphsChris Lattner2003-02-04
* Rename variableChris Lattner2003-02-03
* Hack to work around deficiency in pass infrastructureChris Lattner2003-02-03
* Initial implementation of ds-aaChris Lattner2003-02-03
* Add statistics to basicAA passChris Lattner2003-02-03
* * Fix a bug introduced in the last checkin wrt Stack markersChris Lattner2003-02-03
* Implement the globals graph!Chris Lattner2003-02-03