summaryrefslogtreecommitdiff
path: root/test/dfsan
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in test/dfsan to cppNico Weber2019-08-052-1/+1
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-273-3/+3
* [dfsan] Introduce dfsan_flush().Kostya Serebryany2019-06-131-0/+28
* Experimantal dfsan mode "fast16labels=1"Kostya Serebryany2019-06-081-0/+25
* Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany2018-06-011-0/+50
* [compiler-rt][dfsan][mips] UnXPASS a consistently passing testSimon Dardis2018-04-061-2/+0
* [mips] XFAIL dfsan's custom.cc test on mips64.Simon Dardis2017-05-091-1/+1
* [DFSAN] Another unstable test in AArch64 breaking bots unnecessarilyRenato Golin2016-12-091-0/+1
* [sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek2016-11-291-10/+1
* [mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.Daniel Sanders2016-08-121-0/+2
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-1/+1
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-161-2/+1
* [DFSan] Fix test_inet_pton for big endian archsMohit K. Bhakkad2016-03-091-1/+1
* [tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov2016-02-232-3/+5
* [dfsan] Run the tests for each supported arch and suffix each one to distingu...Daniel Sanders2016-02-093-6/+37
* [AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686Renato Golin2015-07-311-3/+0
* [dfsan] Enable dfsan for aarch64Adhemerval Zanella2015-07-301-0/+3
* Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni2015-04-101-0/+5
* Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne2015-04-091-5/+0
* Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni2015-04-091-0/+5
* [DFSan] Remove explicit -m64 from RUN lines.Alexey Samsonov2015-03-0210-25/+25
* [DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni2014-11-201-0/+69
* [dfsan] Add runtime function for aborting on indirect calls toPeter Collingbourne2014-11-051-0/+24
* Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne2014-10-301-0/+5
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-081-9/+129
* [dfsan] Fix the declaration of dfsan_add_label.Peter Collingbourne2014-06-041-0/+7
* Add %run to all lit testsGreg Fitzgerald2014-04-307-17/+17
* Add user-defined callback on write() calls.Peter Collingbourne2014-04-242-0/+185
* Add function to get the number of DFSan labels allocated.Peter Collingbourne2014-03-261-0/+75
* [CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov2014-02-201-3/+5
* Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov2014-02-191-1/+1
* Simplify defining Clang compile flags in lit configsAlexey Samsonov2014-02-171-7/+7
* Move DFSan test suite under test/Alexey Samsonov2014-02-149-0/+930