index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
asan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-05
Remove semicolon after do {} while (0) in DEF_SANITIZER_BUILTIN
Tom de Vries
1
-6
/
+10
2017-11-03
asan.c (create_cond_insert_point): Maintain profile.
Jan Hubicka
1
-0
/
+1
2017-10-30
asan.c (asan_finish_file): Align asan globals array by shadow granularity.
Maxim Ostapenko
1
-0
/
+3
2017-10-19
asan.c (create_cond_insert_point): Do not update edge count.
Jan Hubicka
1
-1
/
+0
2017-10-19
asan.c (handle_builtin_alloca): Deal with all alloca variants.
Eric Botcazou
1
-5
/
+3
2017-10-18
Do not put gimple stmt on an abnormal edge (PR sanitizer/82545).
Martin Liska
1
-0
/
+4
2017-09-06
asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...
Wish Wu
1
-0
/
+23
2017-09-04
PR82045: Avoid passing machine modes through "..."
Richard Sandiford
1
-4
/
+4
2017-09-01
re PR sanitizer/81923 ([ASAN] gcc emites wrong odr asan instrumentation for g...
Jakub Jelinek
1
-2
/
+5
2017-08-11
Introduce TARGET_SUPPORTS_ALIASES
Martin Liska
1
-3
/
+1
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-07-16
asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE fixpoint ari...
Jan Hubicka
1
-7
/
+5
2017-07-16
profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...
Jan Hubicka
1
-1
/
+3
2017-07-13
ASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 -mabi=ilp32
Maxim Ostapenko
1
-2
/
+3
2017-07-06
asan.h (asan_sanitize_allocas_p): Declare.
Maxim Ostapenko
1
-2
/
+8
2017-07-06
ASAN: Implement dynamic allocas/VLAs sanitization.
Maxim Ostapenko
1
-3
/
+212
2017-07-03
Make stack epilogue more efficient
Martin Liska
1
-39
/
+40
2017-06-29
asan.c (asan_emit_stack_protection): Update.
Jan Hubicka
1
-8
/
+10
2017-06-28
Bail out HARD_REGISTER vars in asan (PR sanitizer/81224).
Martin Liska
1
-0
/
+3
2017-06-13
Implement no_sanitize function attribute
Martin Liska
1
-6
/
+2
2017-04-05
re PR sanitizer/80308 (asan crash on big-endian powerpc-linux target)
Jakub Jelinek
1
-1
/
+4
2017-03-27
re PR sanitizer/80168 (ICE in make_decl_rtl, at varasm.c:1311 w/ VLA and -fsa...
Jakub Jelinek
1
-1
/
+2
2017-03-20
re PR sanitizer/80063 (gcc/asan.c: PVS-Studio: Incorrect Block Delimitation (...
Marek Polacek
1
-4
/
+6
2017-03-09
re PR sanitizer/79944 (asan: incorrect instrumentation of atomic operations)
Jakub Jelinek
1
-164
/
+154
2017-03-06
Fix ICE in use-after-scope w/ -fno-tree-dce (PR sanitize/79783).
Martin Liska
1
-1
/
+5
2017-01-30
re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...
Maxim Ostapenko
1
-25
/
+6
2017-01-25
re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...
Maxim Ostapenko
1
-1
/
+24
2017-01-23
use-after-scope: handle writes to a poisoned variable
Martin Liska
1
-7
/
+12
2017-01-23
Speed up use-after-scope (v2): rewrite into SSA
Martin Liska
1
-1
/
+108
2017-01-23
re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...
Maxim Ostapenko
1
-24
/
+1
2017-01-18
re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...
Maxim Ostapenko
1
-1
/
+24
2017-01-13
re PR sanitizer/78887 (Failure to build aarch64 allmodconfig Linux kernel 4.9)
Maxim Ostapenko
1
-1
/
+10
2017-01-09
PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0
Martin Sebor
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-13
Rename BUILT_IN_ASAN_CLOBBER_N to
Martin Liska
1
-2
/
+3
2016-12-13
Add pretty printer for ASAN_MARK and add a helper fn
Martin Liska
1
-15
/
+13
2016-12-02
Add support for ASan odr_indicator.
Maxim Ostapenko
1
-8
/
+79
2016-11-30
Support nested functions (PR sanitizer/78541).
Martin Liska
1
-0
/
+6
2016-11-09
asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
Maxim Ostapenko
1
-5
/
+8
2016-11-07
Introduce -fsanitize-address-use-after-scope
Martin Liska
1
-54
/
+248
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-2
/
+2
2016-08-20
Makefile.in: Add tree-vrp.h to GTFILES.
Kugan Vivekanandarajah
1
-0
/
+1
2016-07-21
re PR sanitizer/71953 (ICE using address sanitizers with PCH)
Jakub Jelinek
1
-2
/
+3
2016-07-11
Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
Bernd Edlinger
1
-1
/
+1
2016-04-08
re PR sanitizer/70541 (unnoticed invalid dereference when using address sanit...
Maxim Ostapenko
1
-3
/
+25
2016-02-04
re PR sanitizer/69276 (Address sanitizer does not handle heap overflow)
Martin Liska
1
-0
/
+22
2016-01-27
re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift...
Jakub Jelinek
1
-0
/
+3
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-23
libsanitizer merge from upstream r253555, compiler part.
Max Ostapenko
1
-3
/
+5
[next]