summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Defer -fplugin-arg options processing till the plugin initializationsandbox/dkson95/annobinMikhail Kashkarov18-64/+353
2019-05-29Enable annobin-plugin build.Mikhail Kashkarov4-0/+76
2019-05-29Regenerate annobin-plugin files for in-tree gcc buildMikhail Kashkarov49-67701/+16405
2019-05-29Import annobin sourcesMikhail Kashkarov108-0/+135047
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
2018-10-18Fix PR sanitizer/78270 (part 2)marxin3-6/+25
2018-10-18Create live_switch_vars conditionally (PR sanitizer/78270)marxin2-5/+28
2018-10-18use-after-scope falloutmarxin7-21/+48
2018-10-18Introduce tests for -fsanitize-address-use-after-scopemarxin25-1/+559
2018-10-18Introduce -fsanitize-address-use-after-scopemarxin15-90/+596
2018-10-18Implement -Wimplicit-fallthrough.mpolacek74-45/+3832
2018-10-18 PR c/7652mpolacek79-85/+196
2018-10-18 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz42-173/+194
2018-10-18C/C++: Simplify handling of location information for OpenACC routine directivestschwinge3-112/+103
2018-10-18 PR middle-end/71476mpolacek4-35/+108
2018-10-18 * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.mpolacek3-3/+73