文件最后提交记录最后更新时间
[CFI] Allow LoongArch (#67314)2 年前
[CFI] Allow LoongArch (#67314)2 年前
Revert "Revert "[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks"" (#98395)1 年前
Add tests for non-virtual call checking.10 年前
Use %run for running CFI tests8 年前
Use %run for running CFI tests8 年前
[compiler-rt/cfi] Convert tests to check 'target=...'3 年前
Use %run for running CFI tests8 年前
[test] Change -lowertypetests tests to use -passes=3 年前
[compiler-rt/cfi] Convert tests to check 'target=...'3 年前
[NFC][Py Reformat] Reformat python files in the rest of the dirs2 年前
[test] Remove references to -fexperimental-new-pass-manager in tests4 年前
[compiler-rt/cfi] Convert tests to check 'target=...'3 年前
Use %run for running CFI tests8 年前
CFI: wrong type passed to llvm.type.test with multiple inheritance devirtualization.6 年前
Use %run for running CFI tests8 年前
Use %run for running CFI tests8 年前
Use %run for running CFI tests8 年前
Use %run for running CFI tests8 年前
cfi: Disable simple-pass.cpp on Darwin.8 年前
Enable PDB generation with lld in asan and cfi tests on Windows.8 年前
[compiler-rt/cfi] Convert tests to check 'target=...'3 年前
[compiler-rt/cfi] Convert tests to check 'target=...'3 年前
CFI: Update tests for various bit vector sizes following lowerbitsets optzns.10 年前
Use %run for running CFI tests8 年前
LowerTypeTests: Give imported symbols a type with size 0 so that they are not assumed not to alias.8 年前
README.txt

The tests in this directory use a common convention for exercising the functionality associated with bit sets of different sizes. When certain macros are defined the tests instantiate classes that force the bit sets to be of certain sizes.

  • B32 forces 32-bit bit sets.
  • B64 forces 64-bit bit sets.
  • BM forces memory bit sets.