summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts
AgeCommit message (Expand)Author
2017-11-08[sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky
2017-06-02[asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-02-12sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead.NAKAMURA Takumi
2017-02-11sancov.py: [Py3] Use sys.stdout.buffer for bytes.NAKAMURA Takumi
2017-02-07sancov.py: [Py3] Use bytes.decode() explicitly.NAKAMURA Takumi
2017-02-07sancov.py: [Py3] Use '//' instead of '/' as division operator.NAKAMURA Takumi
2016-09-20[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin
2016-09-08[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-08-10[compiler-rt] Allow nm program to be over-ridden for global symbol detectionFrancis Ricci
2016-04-22[ASAN] Use struct instead of array in sancov.pySagar Thakur
2015-10-01[asan] Tweak gen_dynamic_list.py to work with both Py2 and Py3.Evgeniy Stepanov
2015-05-28[asan] Add new(unsigned int) to ASan interface list.Evgeniy Stepanov
2015-05-28Use /usr/bin/env to find pythonEd Maste
2015-05-12[sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().Sergey Matveev
2015-05-06[sanitizer] Extend sancov.py to show which PCs are missing from coverage.Sergey Matveev
2015-05-06[asan] Fix dynamic-runtime tests.Evgeniy Stepanov
2015-05-05[asan] Use a version script to limit the symbols exported by the ASan shared ...Evgeniy Stepanov
2015-04-01[Sanitizers Coverage] Make sancov.py work with wildcards from Windows CMD shellTimur Iskhodzhanov
2015-03-25[PowerPC]Fix sancov.py to once again support big endianBill Seurer
2015-03-19[sanitizer] fix 'sancov.py merge' and add a test for itKostya Serebryany
2015-03-19[sanitizer] trying to fix sancov.py with 32-bit pythonKostya Serebryany
2015-03-18[sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany
2015-03-18[sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany
2015-03-17[sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany
2015-03-04Exclude LLVM sources from lint check.Alexey Samsonov
2015-01-16[sanitizer] Fix bashism in check_lint.sh.Evgeniy Stepanov
2015-01-16[sanitizer] Cleanup linter temporary files.Evgeniy Stepanov
2014-12-25[sanitizer] Tweak sancov.py output.Evgeniy Stepanov
2014-12-25[sanitizer] sancov.py: print status to stderrEvgeniy Stepanov
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni
2014-10-07Avoid bashisms and switch to /bin/shEd Maste
2014-07-21Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov
2014-07-09Don't check lint for SpecialCaseList.cppAlexey Samsonov
2014-06-03[sancov] Handle spaces in module name.Evgeniy Stepanov
2014-06-02[sancov] Remove debug leftovers and update usage text.Evgeniy Stepanov
2014-05-27[asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2014-05-15cleanup and test litlintGreg Fitzgerald
2014-05-15Fix typosAlp Toker
2014-05-14migrate litlint from argparse to optparse. reenabledGreg Fitzgerald
2014-05-14Disabled litlint. It requires Python 2.7 or laterGreg Fitzgerald
2014-05-14add script to ensure lit test contains %runGreg Fitzgerald
2014-03-21fixed check_lint.sh in standalone buildGreg Fitzgerald
2014-02-25Update sanitizers' bash scripts.Alexey Samsonov
2014-01-31[sanitizer] Support most ioctls from /usr/include/sound/.Sergey Matveev
2013-12-17Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg.Alexey Samsonov
2013-11-26Implement a bunch of custom glibc wrappers & corresponding testsLorenzo Martignoni
2013-11-21Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne