[all-commits] [llvm/llvm-project] eff04f: [NFC][StackSafety] Add index test
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Aug 9 15:10:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eff04f95951749665e541908e60216ecee926fb3
https://github.com/llvm/llvm-project/commit/eff04f95951749665e541908e60216ecee926fb3
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M llvm/test/Analysis/StackSafetyAnalysis/ipa.ll
Log Message:
-----------
[NFC][StackSafety] Add index test
This directly covers generateParamAccessSummary
Commit: 654266bea9ba1fdd0a8e13029b48ac7043bd7cb4
https://github.com/llvm/llvm-project/commit/654266bea9ba1fdd0a8e13029b48ac7043bd7cb4
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M llvm/lib/IR/AsmWriter.cpp
M llvm/test/Analysis/StackSafetyAnalysis/ipa.ll
Log Message:
-----------
[StackSafety] Use getSignedMin() to serialize ranges
Almost NFC as it's important only for full sets which should not
be serialized at all.
Commit: 3a34228bff6fdf45b50cb57cf5fb85d659eeb672
https://github.com/llvm/llvm-project/commit/3a34228bff6fdf45b50cb57cf5fb85d659eeb672
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M llvm/lib/Analysis/StackSafetyAnalysis.cpp
M llvm/test/Analysis/StackSafetyAnalysis/ipa.ll
Log Message:
-----------
[StackSafety] Don't keep FullSet in index
Optimization. Missing record is enterpreted as FullSet anyway.
Compare: https://github.com/llvm/llvm-project/compare/2fa401fe53db...3a34228bff6f
More information about the All-commits
mailing list