aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* Fix some constructs that gcc-4.4 warns about.Duncan Sands2008-05-271-1/+2
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-221-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-134-25/+28
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Add assert.Devang Patel2008-05-021-0/+1
* add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.Chris Lattner2008-04-131-0/+14
* Fix PR 2169.Daniel Berlin2008-04-071-0/+3
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-0/+1
* enable -analyze for andersensAndrew Lenharth2008-03-201-19/+39
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-203-3/+3
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-194-6/+8
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-192-8/+2
* 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-182-0/+6
* 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-202-3/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-295-10/+10
* remove attribution from lib Makefiles.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
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-011-1/+1
* chain update requests properly.Chris Lattner2007-11-301-0/+3
* 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
* Do not overuse std::string. Pass around char * directly.Devang Patel2007-08-101-1/+1
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* Verify loop info.Devang Patel2007-07-191-1/+2
* Replace mysterious code causing a g++-4.2 warningDuncan Sands2007-07-191-6/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-186-0/+2351