summaryrefslogtreecommitdiff
path: root/lib/asan/asan_fake_stack.h
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* fix random typos [NFC]Etienne Bergeron2016-08-051-3/+3
* [asan] Fix shifting compiler warnings when compiler in 64-bitsEtienne Bergeron2016-06-211-7/+8
* Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov2015-10-301-1/+1
* Apply modernize-use-default to compiler-rt.Angel Garcia Gomez2015-10-201-1/+1
* [asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany2014-02-061-1/+5
* [asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...Kostya Serebryany2013-12-111-1/+1
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-141-0/+2
* [asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany2013-09-271-16/+2
* [asan] nuke yet another async-signal-safety bug in UAR (oh, my)Kostya Serebryany2013-09-201-0/+1
* [asan] further speedup use-after-return: simplify deallocation of fake frames...Kostya Serebryany2013-09-171-3/+11
* [asan] don't record the class_id in FakeFrame (scratching the last bits of pe...Kostya Serebryany2013-09-131-2/+1
* [asan] more performance to FakeStack: a) don't used atomic exchange, instead ...Kostya Serebryany2013-09-131-1/+0
* [asan] second attempt to use TLS with fake stack. This time it looks (more) a...Kostya Serebryany2013-09-131-0/+3
* [asan] a bit of performance improvement in fake stack, generalized one test, ...Kostya Serebryany2013-09-121-2/+0
* [asan] add a test for use-after-return and exceptions and fix it. Not 100% su...Kostya Serebryany2013-09-121-1/+7
* [asan] limit the size of the fake stack with a reasonable constant. This fixe...Kostya Serebryany2013-09-121-2/+6
* [asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany2013-09-121-2/+0
* [asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany2013-09-121-72/+119
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-13/+16
* [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany2013-09-041-3/+3
* [asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany2013-06-261-3/+3
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-291-1/+1
* [asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass thi...Kostya Serebryany2013-04-111-1/+1
* [asan] fix use-after-return functionality (PR15672) and enable the correspond...Kostya Serebryany2013-04-111-10/+21
* [asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany2013-04-111-0/+106