summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA
AgeCommit message (Expand)AuthorFilesLines
2016-05-11[BasicAA] Compare GEP indices based on value (Fix PR27418)Vedant Kumar1-0/+9
2016-05-10[BasicAA] Guard intrinsics don't write to memorySanjoy Das1-0/+30
2016-02-20[PM/AA] Port alias analysis evaluator to the new pass manager, and useChandler Carruth1-0/+1
2016-01-30[BasicAA] Fix for missing must alias (D16343)Gerolf Hoflehner1-0/+24
2016-01-06[BasicAA] Remove special casing of memset_pattern16 in favor of generic attri...Philip Reames1-1/+1
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper4-117/+117
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper4-117/+117
2015-11-11Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka1-2/+2
2015-10-28[AliasAnalysis] Take into account readnone attribute for the function argumentsIgor Laevsky1-0/+11
2015-10-28[AliasAnalysis] Take into account readonly attribute for the function argumentsIgor Laevsky1-0/+26
2015-10-23[BasicAA] Bugfix for r251016James Molloy1-0/+11
2015-10-22[BasicAA] Non-equal indices in a GEP of a SequentialType don't overlapJames Molloy1-0/+43
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema2-29/+29
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2-2/+2
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-2/+2
2015-08-31[BasicAA] Fix the handling of sext and zext in the analysis of GEPs.Quentin Colombet5-0/+460
2015-08-19[BasicAA] Add a test for PR24468 to be sure we won't regressQuentin Colombet1-0/+48
2015-08-19[BasicAA] Revert r221876 because it can produce incorrect aliasingQuentin Colombet2-210/+0
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky2-13/+16
2015-08-10Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCIJonathan Roelofs1-1/+1
2015-07-23NFC. Explicitly specify attributes in BasicAA/cs-cs.ll test.Igor Laevsky1-1/+4
2015-07-15Analyze recursive PHI nodes in BasicAATobias Edler von Koch1-0/+75
2015-07-13Revert r241981 "Revert "Revert r236894 "[BasicAA] Fix zext & sext handling"""Manuel Klimek2-197/+0
2015-07-11Revert "Revert r236894 "[BasicAA] Fix zext & sext handling""Hal Finkel2-0/+197
2015-07-11Add argmemonly attribute.Igor Laevsky1-0/+45
2015-05-22Revert r236894 "[BasicAA] Fix zext & sext handling"Hans Wennborg1-180/+0
2015-05-08[BasicAA] Fix zext & sext handlingSanjoy Das1-0/+180
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie3-3/+3
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie6-11/+11
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie44-152/+152
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie45-224/+224
2015-02-07[BasicAA] Try to disambiguate GEPs through arrays of structs intoAhmed Bougacha1-0/+164
2015-02-05[BasicAA] Add datalayouts to make some tests more useful. NFC.Ahmed Bougacha4-6/+15
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2-7/+7
2014-11-13Revert r219432 - "Revert "[BasicAA] Revert "Revert r218714 - Make better use ...Hal Finkel2-0/+210
2014-10-16Delete -std-compile-opts.Rafael Espindola1-1/+1
2014-10-09Revert "[BasicAA] Revert "Revert r218714 - Make better use of zext and sign i...Hal Finkel2-88/+0
2014-10-06[BasicAA] Revert "Revert r218714 - Make better use of zext and sign informati...Hal Finkel2-0/+88
2014-10-03[BasicAA] Revert r218714 - Make better use of zext and sign information.Lang Hames2-66/+0
2014-09-30[BasicAA] Make better use of zext and sign informationHal Finkel2-0/+66
2014-09-15CHECK-LABELize testMatt Arsenault2-19/+19
2014-07-25Add @llvm.assume, lowering, and some basic propertiesHal Finkel1-0/+23
2014-07-17Improve BasicAA CS-CS queries (redux)Hal Finkel1-0/+236
2014-07-15Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.Nick Lewycky1-221/+0
2014-07-08Improve BasicAA CS-CS queriesHal Finkel1-0/+221
2014-03-26PR15967 Fix in basicaa for faulty returning no alias.Arnold Schwaighofer1-0/+36
2014-03-12Reject alias to undefined symbols in the verifier.Rafael Espindola2-2/+2
2014-02-12Test case I forgot to 'add' for r201126.Craig Topper1-0/+53
2014-01-16BasicAA: We need to check both access sizes when comparing a gep and anArnold Schwaighofer1-0/+33
2014-01-03BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer3-9/+2