index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
IPA
/
Andersens.cpp
Age
Commit message (
Expand
)
Author
2009-08-19
Use hasDefinitiveInitializer() instead of testing the same thing
Dan Gohman
2009-08-11
Use isa instead of dyn_cast when the result is only converted to bool.
Dan Gohman
2009-08-07
Remove unused function.
Daniel Dunbar
2009-08-07
Fix a bunch of namespace pollution.
Dan Gohman
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-24
Move to raw_ostream.
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-06-30
Fix the build on Cygwin. Patch by Aaron Gray.
Owen Anderson
2009-06-25
Use a more correct atomic increment style. This isn't really necessary in
Owen Anderson
2009-06-24
Make this thread-safe.
Owen Anderson
2009-03-13
Revert r66920. It was causing failures in the self-hosting buildbot (in release
Bill Wendling
2009-03-13
Second installment of "BasicBlock operands to the back"
Gabor Greif
2009-01-15
Add the private linkage.
Rafael Espindola
2008-12-27
Check that the function prototypes are correct before assuming that the
Nick Lewycky
2008-11-21
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-05-27
Fix some constructs that gcc-4.4 warns about.
Duncan Sands
2008-05-22
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-07
Fix PR 2169.
Daniel Berlin
2008-03-21
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-20
enable -analyze for andersens
Andrew Lenharth
2008-03-20
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-18
Fix PR 2160 by making sure arguments to external functions get marked as poin...
Daniel Berlin
2008-03-18
Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the
Scott Michel
2008-03-18
Identify Analysis pass.
Devang Patel
2008-03-05
Add Hybrid Cycle Detection to Andersen's analysis.
Daniel Berlin
2008-02-26
De-tabify.
Bill Wendling
2008-02-21
Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.
Dan Gohman
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-14
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-12-12
Changes from Curtis Dunham implementing lazy cycle detection algorithm.
Daniel Berlin
2007-11-22
Create nodes for inline asm so that we don't crash looking for the node later.
Nick Lewycky
2007-10-25
Silenced a VC++ warning.
Hartmut Kaiser
2007-09-30
Add a new DenseSet abstraction.
Chris Lattner
2007-09-29
Switch to densemap rather than std::set
Daniel Berlin
2007-09-27
Ignore redundant constraints
Daniel Berlin
2007-09-24
Don't execute dump unless NDEBUG isn't defined.
Bill Wendling
2007-09-24
Comment fixups
Daniel Berlin
2007-09-24
Implement offline variable substitution in order to reduce memory
Daniel Berlin
2007-09-16
Fix bug in andersen's related to test_and_set.
Daniel Berlin
[next]