summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/dfsan/scripts
AgeCommit message (Expand)Author
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta
2023-02-10[dfsan] Fix some build-libc-list.py lint issuesFangrui Song
2023-02-10[dfsan] Fix build-libc-list.py for Python 3 after D143701Fangrui Song
2023-02-10[NFC] convert compiler-rt/lib/dfsan/scripts/build-libc-list.py to python3 syntaxTobias Hieta
2022-06-01[DFSan] Remove deprecated flag from build-libc-list.pyAndrew Browne
2022-05-31[DFSan] build-libc-list.py no longer provides a list of default files.Andrew Browne
2022-05-24[DFSan] Add option to specify individual library files, and an option to exit...Andrew Browne
2021-03-15[dfsan] Updated check_custom_wrappers.sh to dedup function namesJianzhou Zhao
2021-03-15[dfsan] Do not check dfsan_get_origin by check_custom_wrappers.shJianzhou Zhao
2019-08-05compiler-rt: Rename .cc file in test/dfsan to cppNico Weber
2019-08-01Try to heal bots more after r367551Nico Weber
2019-08-01compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cppNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-01Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany
2015-05-06Add api_list entries for the dfsan-based fuzzerKostya Serebryany
2015-04-12Make check_custom_wrappers.sh work on FreeBSDDimitry Andric
2014-11-05[dfsan] Modify build-libc-list.py to filter out local functions in generatedPeter Collingbourne
2014-10-08Remove bashisms and switch to /bin/shEd Maste
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni
2014-02-25Update sanitizers' bash scripts.Alexey Samsonov
2014-02-14Move DFSan test suite under test/Alexey Samsonov
2013-11-27Added missing lib/dfsan/scripts/check_custom_wrappers.shLorenzo Martignoni
2013-11-25build-libc-list.py: Replace --{,usr,gcc}lib with flags for specific libraries.Peter Collingbourne
2013-11-21Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding t...Peter Collingbourne
2013-11-21Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne
2013-08-15[dfsan] Initial set of custom functions and interceptors for libc.Peter Collingbourne