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
/
test
/
Analysis
/
BasicAA
/
modref.ll
Age
Commit message (
Expand
)
Author
2011-09-28
PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...
Eli Friedman
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-17
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-05-22
I missed a checking with my GVN change.
Chris Lattner
2010-12-15
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-11-30
remove fixme comment too.
Chris Lattner
2010-11-30
check in *all* files. This is now handled by my previous DSE commit.
Chris Lattner
2010-08-06
Implement a proper getModRefInfo for va_arg.
Dan Gohman
2010-04-04
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-03-30
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2009-12-06
gvn is optimizing this better now.
Chris Lattner
2009-11-26
add a new random feature test
Chris Lattner
2009-11-22
remove a silly condition that doesn't make a lot of sense anymore.
Chris Lattner
2009-11-03
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-10-18
fix test
Chris Lattner
2009-10-18
tighten up test3, add test3a for the converse
Chris Lattner
2009-10-18
tighten test2, add a test that it doesn't get transformed in the invalid edge...
Chris Lattner
2009-10-18
Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!
Nick Lewycky
2009-10-17
replace a useless test with a useful one
Chris Lattner
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2008-02-14
Remove llvm-upgrade.
Tanya Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-18
Fix bugs in this. What was I thinking??? :)
Reid Spencer
2006-11-18
Fail even if opt doesn't print anything.
Reid Spencer
2006-11-18
Add a simple test to make sure getModRefInfo is 1/2 way sane.
Reid Spencer