• Home
  • History
  • Annotate
  • only in /external/compiler-rt/lib/sanitizer_common/scripts/
History log of /external/compiler-rt/lib/sanitizer_common/scripts/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d71de26cedae3dafc17449fe0182045c0bd20e8 21-Jul-2014 Stephen Hines <srhines@google.com> Update compiler-rt for rebase to r212749.

Includes a cherry-pick of:
r213309 - fixes umodsi3

Change-Id: Ic7367e3586b6af7ef74bee6a8cf437d5f28d975a
heck_lint.sh
ancov.py
2d1fdb26e458c4ddc04155c1d421bced3ba90cd0 29-May-2014 Stephen Hines <srhines@google.com> Update compiler-rt aosp/master for 3.5 (r209699) rebase.

Change-Id: I158a30186f0faea2e2400e9dfdd878db2eb40e90
heck_lint.sh
pplint.py
en_dynamic_list.py
itlint.py
itlint_test.py
ancov.py
106cb08a2457444e2d66404917ed3bd31b3c0726 15-Nov-2013 Kostya Serebryany <kcc@google.com> [asan] helper script to dump/merge coverage data

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194809 91177308-0d34-0410-b5e6-96231b3b80d8
ancov.py
42078706b87f5dc3f470bdd23853e48c50aaa017 26-Oct-2013 Alexey Samsonov <samsonov@google.com> [Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functions

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193470 91177308-0d34-0410-b5e6-96231b3b80d8
en_dynamic_list.py
166d6aac8aeafe0d915b7233ba9e6714fcfa2aae 16-Oct-2013 Alexey Samsonov <samsonov@google.com> [Sanitizer] Fix lint checker script on Mac

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@192791 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
fba64b41107e141c9ac7c9d406eddcc820f8cf60 15-Oct-2013 Dmitry Vyukov <dvyukov@google.com> tsan: do not leave trash source files in source dir



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@192700 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
e8eeda0775683afc4e0dbd4c3be19fce5b3d0d4a 20-Sep-2013 Alexander Potapenko <glider@google.com> [libsanitizer] Pass an explicit template to mktemp. Running mktemp without a template doesn't work on Darwin.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@191084 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
8e05fda2a6b24a0aa293239ebc1c121d18b5a07f 20-Sep-2013 Alexey Samsonov <samsonov@google.com> [Sanitizer] Add pthread_cond_init to the list of versioned functions

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@191078 91177308-0d34-0410-b5e6-96231b3b80d8
en_dynamic_list.py
fb23e2f83e2450e54196fe8c85eda17475089b41 29-Aug-2013 Alexey Samsonov <samsonov@google.com> Minor updates to gen_dynamic_list script suggested by glider

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189588 91177308-0d34-0410-b5e6-96231b3b80d8
en_dynamic_list.py
225c4cc03b77be2e1766289a84f563a0017b4e67 29-Aug-2013 Alexey Samsonov <samsonov@google.com> [sanitizer] Parallelize lint checker script

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189578 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
1de40607ba0671e82e49be696dbd8a001b41f6f4 28-Aug-2013 Will Dietz <wdietz2@illinois.edu> sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.

Fixes build on systems where 'python' is not python2.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189486 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
81b8120b555eedd578e0737d081d1f6d76cfc3b9 28-Aug-2013 Alexey Samsonov <samsonov@google.com> Make lint checker script more robust

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189479 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
fafab2f5e27eecbfaaee727f66ecd068dafa41fe 28-Aug-2013 Alexey Samsonov <samsonov@google.com> Check code style in check-sanitizer command

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189475 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
pplint.py
e5fa243b20bf5e6a097bc58cbedfe6bed8a9b7d1 27-Aug-2013 Alexey Samsonov <samsonov@google.com> Properly generate lists of exported symbols for sanitizer runtimes

This change adds a Python script that is invoked for
the just-built sanitizer runtime to generate the list of exported symbols
passed to the linker. By default, it contains interceptors and sanitizer
interface functions, but can be extended with tool-specific lists.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189356 91177308-0d34-0410-b5e6-96231b3b80d8
en_dynamic_list.py
5bd2174c1385ec10b172cc9a32bc33b1967d60b5 23-Aug-2013 Alexey Samsonov <samsonov@google.com> Slightly improve lint checker script and fix a few style issues

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189092 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
9edab4feb0dc70b002cdcd7c1af7b2ae1f76f6c9 13-Aug-2013 Timur Iskhodzhanov <timurrrr@google.com> Add a FIXME to check_lint

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188266 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
53fbbf419e1db6c03132650f189d725d23f51a42 05-Aug-2013 Alexey Samsonov <samsonov@google.com> Lint fixes

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@187726 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
d64bcf43935c9ceeb7376ca4185662811ae907ea 11-Jun-2013 Alexey Samsonov <samsonov@google.com> [Sanitizer] support running external llvm-symbolizer on Mac

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@183730 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
c91a93897a14fcd68bdd835ad6c6a4d12d2f78e6 29-May-2013 Sergey Matveev <earthdok@google.com> [lsan] Convert the remaining LSan tests to output tests.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182839 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
ebe3a3608be122e799e264931f9cecf4cbc84edd 27-May-2013 Sergey Matveev <earthdok@google.com> [lsan] Begin converting LSan tests to output tests.

In this CL all old tests are removed and one LIT test is added.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182730 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
fc98a1acf56088cfb2226718f8d1d8f0034457d4 20-May-2013 Sergey Matveev <earthdok@google.com> [lsan] Tests for LeakSanitizer.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182250 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
1d8bc4b25635462c58a81b7db32da289e1ea44bf 22-Apr-2013 Evgeniy Stepanov <eugeni.stepanov@gmail.com> [sanitizer] Fix lint.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@180012 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
a27bdf70ca24202dce21cf7c1a387aeaa400d889 05-Apr-2013 Kostya Serebryany <kcc@google.com> [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b). Was puzzled why lint did not catch it. Turns out this check was disabled for asan source. fix all cases and enable the check

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@178872 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
f155fccd1f26f771c9f7f265a4c30faebdfb214f 26-Feb-2013 Kostya Serebryany <kcc@google.com> [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help debugging!)

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@176085 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
69b109a665247d424874253b412fe9b5253d1702 20-Feb-2013 Evgeniy Stepanov <eugeni.stepanov@gmail.com> [sanitizer] Fix lint.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@175615 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
4ae1adb49f34cf9a9ef854cf04348531608f0ead 12-Feb-2013 Evgeniy Stepanov <eugeni.stepanov@gmail.com> [sanitizer] Intercept __isoc99_*scanf.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@174960 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
be59019d9069bdfe3621d80235776d55ed2af178 08-Feb-2013 Evgeniy Stepanov <eugeni.stepanov@gmail.com> [sanitizer] Fix lint.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@174708 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
ba5e99668e3030cc5bab357a04271a1bdbac209c 30-Jan-2013 Alexey Samsonov <samsonov@google.com> [Sanitizer] update style checker script and fix namespace style warnings

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@173910 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
cfa8132a50b375811dc03518aebf9e0b0bb6ae07 18-Jan-2013 Evgeniy Stepanov <eugeni.stepanov@gmail.com> [sanitizer] Workaround broken mktemp on certain platforms.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@172827 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
d6bc93e1f1f9eb1d3cd1ce88891dc5fe28d051f9 18-Jan-2013 Evgeniy Stepanov <eugeni.stepanov@gmail.com> [sanitizer] Enable cpplint for .inc files.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@172825 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
89efdc5f601988a96413585da55dfd9ffc396509 28-Dec-2012 Alexey Samsonov <samsonov@google.com> [TSan] Blacklist test: Rename blacklisted function. Make this test work for custom TSan testing script.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@171186 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
1586b079fe167a4ac5bd0365d97f707bfaa8221e 14-Dec-2012 Evgeniy Stepanov <eugeni.stepanov@gmail.com> Add MemorySanitizer.cpp to the lint script.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@170204 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
75f7503ad2b3c145711ae13a0990f1ecfb2ed411 13-Dec-2012 Alexey Samsonov <samsonov@google.com> [Sanitizer] disable lint check for line length in ASan output tests

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@170123 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
1ff4b7bc50732994e0f5481db90ae0278ceb7d86 11-Dec-2012 Evgeniy Stepanov <eugeni.stepanov@gmail.com> Add MemorySanitizer runtime to check_lint.sh.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@169861 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
81ac0e21c56eb92ad5503a693c0e07b0d7f7d304 07-Dec-2012 Evgeniy Stepanov <eugeni.stepanov@gmail.com> Switch to r83 of cpplint.

Ubuntu Precise compatibility.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@169597 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
c64b9994e45d04162a47f30343e4283c93464ab1 18-Sep-2012 Alexey Samsonov <samsonov@google.com> [Sanitizer] update lint checker script

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@164111 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
d7ed1f09f316628b2d981a1d8c2cf0f5af30e90e 11-Sep-2012 Alexey Samsonov <samsonov@google.com> [Sanitizer] fix warnings reported by gcc. Update the list of targets to check lint for

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@163608 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
5f799c78e5b1bd8105bab77a0935f27ee808dc97 05-Sep-2012 Kostya Serebryany <kcc@google.com> [asan] added tests for asan-initialization-order, patch by Reid Watson

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@163207 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh
02aa242ba4452b2a45d7d099ac4700378be6c9c5 31-Aug-2012 Alexey Samsonov <samsonov@google.com> [Sanitizer] Make lint checking a standalone script in sanitizer_common

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@162982 91177308-0d34-0410-b5e6-96231b3b80d8
heck_lint.sh