summaryrefslogtreecommitdiff
path: root/lib/asan/asan_fake_stack.h
Commit message (Expand)AuthorAge
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-14
* [asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany2013-09-27
* [asan] nuke yet another async-signal-safety bug in UAR (oh, my)Kostya Serebryany2013-09-20
* [asan] further speedup use-after-return: simplify deallocation of fake frames...Kostya Serebryany2013-09-17
* [asan] don't record the class_id in FakeFrame (scratching the last bits of pe...Kostya Serebryany2013-09-13
* [asan] more performance to FakeStack: a) don't used atomic exchange, instead ...Kostya Serebryany2013-09-13
* [asan] second attempt to use TLS with fake stack. This time it looks (more) a...Kostya Serebryany2013-09-13
* [asan] a bit of performance improvement in fake stack, generalized one test, ...Kostya Serebryany2013-09-12
* [asan] add a test for use-after-return and exceptions and fix it. Not 100% su...Kostya Serebryany2013-09-12
* [asan] limit the size of the fake stack with a reasonable constant. This fixe...Kostya Serebryany2013-09-12
* [asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany2013-09-12
* [asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany2013-09-12
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany2013-09-04
* [asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany2013-06-26
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-29
* [asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass thi...Kostya Serebryany2013-04-11
* [asan] fix use-after-return functionality (PR15672) and enable the correspond...Kostya Serebryany2013-04-11
* [asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany2013-04-11