This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-20 10:42:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Analysis
/
BasicAA
History
Chris Lattner
d86a693b70
teach GetLinearExpression to be a bit more aggressive.
...
llvm-svn: 89955
2009-11-26 17:00:01 +00:00
..
2003-02-26-AccessSizeTest.ll
…
2003-03-04-GEPCrash.ll
…
2003-04-22-GEPProblem.ll
…
2003-04-25-GEPCrash.ll
…
2003-05-21-GEP-Problem.ll
…
2003-06-01-AliasCrash.ll
…
2003-07-03-BasicAACrash.ll
…
2003-09-19-LocalArgument.ll
…
2003-11-04-SimpleCases.ll
…
2003-12-11-ConstExprGEP.ll
…
2004-07-28-MustAliasbug.ll
…
2004-12-08-BasicAACrash2.ll
…
2004-12-08-BasicAACrash.ll
…
2005-03-09-BrokenBasicAA.ll
…
2006-03-03-BadArraySubscript.ll
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
2009-11-03 15:29:06 +00:00
2006-11-03-BasicAAVectorCrash.ll
…
2007-01-13-BasePointerBadNoAlias.ll
…
2007-08-01-NoAliasAndCalls.ll
…
2007-08-01-NoAliasAndGEP.ll
…
2007-08-05-GetOverloadedModRef.ll
…
2007-10-24-ArgumentsGlobals.ll
…
2007-11-05-SizeCrash.ll
…
2007-12-08-OutOfBoundsCrash.ll
…
2008-04-15-Byval.ll
…
2008-06-02-GEPTailCrash.ll
…
2008-11-23-NoaliasRet.ll
…
2009-03-04-GEPNoalias.ll
…
2009-10-13-AtomicModRef.ll
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
2009-11-03 15:29:06 +00:00
2009-10-13-GEP-BaseNoAlias.ll
Another BasicAA fix. If a value does not alias a GEP's base pointer, then it
2009-10-14 06:41:49 +00:00
byval.ll
…
cas.ll
…
constant-over-index.ll
…
dg.exp
…
featuretest.ll
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
2009-11-03 15:29:06 +00:00
gcsetest.ll
…
gep-alias.ll
teach GetLinearExpression to be a bit more aggressive.
2009-11-26 17:00:01 +00:00
global-size.ll
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
2009-11-03 15:29:06 +00:00
modref.ll
add a new random feature test
2009-11-26 02:16:28 +00:00
no-escape-call.ll
…
nocapture.ll
…
phi-aa.ll
Replace test with a simpler hand crafted one.
2009-10-14 01:45:10 +00:00
phi-and-select.ll
Teach BasicAA how to analyze Select instructions, and make it more
2009-10-26 21:55:43 +00:00
pure-const-dce.ll
…
store-promote.ll
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test
2009-11-03 15:29:06 +00:00
tailcall-modref.ll
…