summaryrefslogtreecommitdiff
path: root/lib/asan/asan_fake_stack.h
AgeCommit message (Expand)Author
2016-08-05fix random typos [NFC]Etienne Bergeron
2016-06-21[asan] Fix shifting compiler warnings when compiler in 64-bitsEtienne Bergeron
2015-10-30Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov
2015-10-20Apply modernize-use-default to compiler-rt.Angel Garcia Gomez
2014-02-06[asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany
2013-12-11[asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...Kostya Serebryany
2013-10-14[lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev
2013-09-27[asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany
2013-09-20[asan] nuke yet another async-signal-safety bug in UAR (oh, my)Kostya Serebryany
2013-09-17[asan] further speedup use-after-return: simplify deallocation of fake frames...Kostya Serebryany
2013-09-13[asan] don't record the class_id in FakeFrame (scratching the last bits of pe...Kostya Serebryany
2013-09-13[asan] more performance to FakeStack: a) don't used atomic exchange, instead ...Kostya Serebryany
2013-09-13[asan] second attempt to use TLS with fake stack. This time it looks (more) a...Kostya Serebryany
2013-09-12[asan] a bit of performance improvement in fake stack, generalized one test, ...Kostya Serebryany
2013-09-12[asan] add a test for use-after-return and exceptions and fix it. Not 100% su...Kostya Serebryany
2013-09-12[asan] limit the size of the fake stack with a reasonable constant. This fixe...Kostya Serebryany
2013-09-12[asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany
2013-09-12[asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany
2013-09-10[asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany
2013-09-04[asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany
2013-06-26[asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-04-11[asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass thi...Kostya Serebryany
2013-04-11[asan] fix use-after-return functionality (PR15672) and enable the correspond...Kostya Serebryany
2013-04-11[asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany