summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Fix annobin merge unresolved conflictssandbox/mkashkarov/test-fixMikhail Kashkarov3-53/+35
2019-07-22Add support for compiler instrumentation with non-default ASan scalesubmit/tizen_base/20190724.060247accepted/tizen/base/20190730.013334Mikhail Kashkarov3-12/+26
2019-07-22Enable build-tunable asan shadow scale sizeMikhail Kashkarov13-9/+48
2019-07-22 * asan.c (asan_emit_stack_protection): Use full-sized mask to alignebotcazou2-5/+12
2019-07-22 * asan.c (asan_expand_mark_ifn): Take into account the alignment ofebotcazou2-3/+17
2019-07-22 PR sanitizer/88333jakub4-0/+28
2019-07-22 PR sanitizer/88291jakub4-7/+49
2019-07-22 PR sanitizer/88289jakub2-1/+6
2019-07-22Make red zone size more flexible for stack variables (PR sanitizer/81715).marxin6-50/+243
2019-07-22ASAN: emit line information of stack variables.marxin15-16/+34
2019-07-22Add gcc_assert about stack alignment (PR sanitizer/82517).marxin2-0/+10
2019-07-22Make stack epilogue more efficientmarxin2-39/+47
2019-07-20Add binary annotations support (based on annobin plugin)Mikhail Kashkarov20-16/+2461
2019-06-05* gcc.dg/pr83623.c: Add additional options on hppa*-&-hpux* and arm*-*-*.submit/tizen_base/20190605.111927accepted/tizen/base/20190613.220236Dongkyun Son1-0/+2
2019-06-05PR middle-end/83623jakub4-3/+26
2019-05-08packaging: add release information to pkgversion string.submit/tizen_base/20190530.232927submit/tizen_base/20190508.064126accepted/tizen/base/20190604.220502Dongkyun Son4-4/+4
2019-03-28Cherry pick libsanitizer patch (https://reviews.llvm.org/D54856).submit/tizen_base/20190329.012305accepted/tizen/base/20190402.084601marxin3-4/+11
2019-02-21[asan] Add __libc_siglongjmp/__libc_longjmp interceptorssubmit/tizen_base/20190225.004849accepted/tizen/base/20190308.035726Mikhail Kashkarov2-0/+24
2019-02-21libsanitizer: fix SVACE warnings.submit/tizen_base/20190221.133303Andrey Drobyshev5-27/+36
2019-02-11libsanitizer: add filtering of sleep intervals for BackgroundThread.Andrey Drobyshev4-1/+147
2019-02-11libsanitizer: re-implement heap profiler.Dmitriy Evgenevich Gonzha9-22/+436
2019-02-07aarch64 - Set the mode for the unspec in speculation_tracker insn.submit/tizen_base/20190206.160957accepted/tizen/base/20190208.061719rearnsha2-1/+6
2019-02-07Although there's no fundamental reason why shrink wrapping andrearnsha2-0/+11
2019-02-06PR target/86951 arm - Handle speculation barriers on pre-armv7 CPUsrearnsha7-6/+93
2019-02-06x86 - add speculation_barrier patternrearnsha2-0/+15
2019-02-06 * targhooks.c (default_have_speculation_safe_value): Addian2-1/+6
2019-02-06targhooks - provide an alternative hook for targets that never execute specul...rearnsha5-1/+26
2019-02-06AArch64 - use CSDB based sequences if speculation tracking is enabledrearnsha4-0/+162
2019-02-06AArch64 - new pass to add conditional-branch speculation trackingrearnsha9-5/+579
2019-02-06AArch64 - disable CB[N]Z TB[N]Z when tracking speculationrearnsha3-6/+43
2019-02-06AArch64 - Add new option -mtrack-speculationrearnsha2-0/+8
2019-02-06AArch64 - add speculation barrierrearnsha2-0/+15
2019-02-06Arm - add speculation_barrier patternrearnsha3-0/+28
2019-02-06Add __builtin_speculation_safe_valuerearnsha20-1/+587
2019-02-07[AArch64] Emit tighter strong atomic compare-exchange loop when comparing aga...ktkachov4-6/+57
2019-02-07[ARM] PR rtl-optimization/68664 Implement TARGET_SCHED_CAN_SPECULATE_INSN hookktkachov2-0/+40
2019-01-24[AArch64] Use new target pass registration framework for FMA steering passktkachov6-24/+24
2019-01-22[ESan] Fix typo for the testsuite.submit/tizen_base/20190122.032226accepted/tizen/base/20190201.061404Denis Khalikov1-0/+0
2019-01-11[LSan] Export a LSan API for use it third partyVyacheslav Cherkashin5-4/+63
2019-01-11[LSan] Add dynamic loading support for LSan libraryVyacheslav Cherkashin1-2/+10
2019-01-11[LSan] Factor lsan allocator cache accesses into a functionFrancis Ricci1-8/+9
2019-01-11[LSan] Report the missing linker only when the linker is actually missing.Alex Shlyapnikov1-2/+4
2018-10-26Move asan/pr80659.c to gcc/testsuite foldersubmit/tizen_base/20181105.081624accepted/tizen/base/20181109.114837Mikhail Kashkarov1-0/+0
2018-10-26packaging: set %arm(armv7l and armv7hl) to esan_archDongkyun Son4-4/+4
2018-10-26packaging: Enable gcc build with mthumb-fpDenis Khalikov4-4/+4
2018-10-22Switch off -Wswitch-unreachable by default (move to Wextra)Slava Barinov1-1/+1
2018-10-18[Sanitizers] Disable use-after-scope by default.Denis Khalikov1-6/+0
2018-10-18Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST (PR sanitizer/8...marxin2-1/+37
2018-10-18Add pretty printer for ASAN_MARK and add a helper fnmarxin10-44/+80
2018-10-18PR sanitizer/80659mpolacek4-2/+27