summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/Andersens.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-201-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-2/+3
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-4/+1
* Fix PR 2160 by making sure arguments to external functions get marked as poin...Daniel Berlin2008-03-181-18/+36
* Dial down gcc's warnings: don't use 0UL when 0U suffices (and when theScott Michel2008-03-181-4/+4
* Identify Analysis pass.Devang Patel2008-03-181-0/+3
* Add Hybrid Cycle Detection to Andersen's analysis.Daniel Berlin2008-03-051-32/+272
* De-tabify.Bill Wendling2008-02-261-8/+8
* Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.Dan Gohman2008-02-211-1/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-141-1/+1
* Changes from Curtis Dunham implementing lazy cycle detection algorithm.Daniel Berlin2007-12-121-125/+287
* Create nodes for inline asm so that we don't crash looking for the node later.Nick Lewycky2007-11-221-0/+8
* Silenced a VC++ warning.Hartmut Kaiser2007-10-251-1/+1
* Add a new DenseSet abstraction.Chris Lattner2007-09-301-4/+4
* Switch to densemap rather than std::setDaniel Berlin2007-09-291-3/+26
* Ignore redundant constraintsDaniel Berlin2007-09-271-2/+20
* Don't execute dump unless NDEBUG isn't defined.Bill Wendling2007-09-241-0/+2
* Comment fixupsDaniel Berlin2007-09-241-12/+11
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-241-91/+926
* Fix bug in andersen's related to test_and_set.Daniel Berlin2007-09-161-4/+3
* Rewrite of andersen's to be about 100x faster, cleaner, and begin to support ...Daniel Berlin2007-09-161-324/+687
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+6
* Unbreak VC++ build.Jeff Cohen2007-03-051-0/+1
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-051-2/+3
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-3/+0
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-4/+4
* For PR950:Reid Spencer2006-12-231-1/+4
* eliminate static ctors from StatisticsChris Lattner2006-12-191-11/+6
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-24/+24
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-5/+5
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-25/+24
* For PR950:Reid Spencer2006-11-271-10/+8
* Replaced DEBUG(std::cerr with DOUT.Bill Wendling2006-11-171-6/+5
* For PR950:Reid Spencer2006-11-081-1/+2
* For PR786:Reid Spencer2006-11-021-1/+0
* For PR387:Reid Spencer2006-08-281-1/+7
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-281-1/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+2
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-111-1/+3
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-111-3/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* updates for recent changesChris Lattner2006-03-031-2/+4
* Add explicit iostream #includesChris Lattner2006-01-221-0/+1
* core changes for varargsAndrew Lenharth2005-06-181-5/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-16/+16
OpenPOWER on IntegriCloud