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/existing-fp8
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
/
tree-chkp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-02
tree-chkp.c (chkp_compute_bounds_for_assignment): Handle POINTER_DIFF_EXPR.
Jakub Jelinek
1
-0
/
+1
2017-11-10
auto-profile.c (afdo_indirect_call): Drop frequency.
Jan Hubicka
1
-7
/
+1
2017-10-19
asan.c (handle_builtin_alloca): Deal with all alloca variants.
Eric Botcazou
1
-2
/
+1
2017-08-11
Do not instrument void variables with MPX (PR tree-opt/79987).
Martin Liska
1
-0
/
+3
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-06-20
tree-chkp.c (chkp_get_hard_register_var_fake_base_address): Rewritten to avoi...
Jakub Jelinek
1
-3
/
+2
2017-06-11
tree.h (id_equal): New.
Jason Merrill
1
-2
/
+1
2017-06-08
re PR middle-end/79988 ([CHKP] ICE in tree check: accessed operand 5 of call_...
Alexander Ivchenko
1
-1
/
+5
2017-06-08
tree-chkp.c (chkp_get_hard_register_var_fake_base_address): New function.
Alexander Ivchenko
1
-0
/
+68
2017-05-16
Add default value for last argument of dump functions.
Martin Liska
1
-25
/
+25
2017-05-04
tree.c (array_at_struct_end_p): Handle arrays at struct end with flexarrays m...
Richard Biener
1
-1
/
+1
2017-03-20
MPX: fix PR middle-end/79753
Martin Liska
1
-5
/
+6
2017-03-20
Fix *_CST ICEs connected to MPX.
Martin Liska
1
-0
/
+2
2017-03-10
MPX: Fix option handling.
Martin Liska
1
-1
/
+1
2017-03-09
Support BIT_FIELD_REF in MPX (PR ipa/79764).
Martin Liska
1
-16
/
+72
2017-03-09
Get bounds for a PARM_DECL (PR ipa/79761).
Martin Liska
1
-2
/
+2
2017-03-07
Use array_at_struct_end_p in tree-chkp.c (PR middle-end/68270).
Martin Liska
1
-9
/
+11
2017-03-06
lto-streamer.c (lto_check_version): Use %qs in diagnostics.
Richard Biener
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-27
c.opt (flag_chkp_flexible_struct_trailing_arrays): Add new option.
Alexander Ivchenko
1
-0
/
+3
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-10
/
+10
2016-07-28
re PR middle-end/72657 ([CHKP] internal compiler error: in ix86_expand_builtin)
Ilya Enkovich
1
-5
/
+4
2016-07-25
cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...
Richard Biener
1
-2
/
+3
2016-05-10
re PR middle-end/70877 ([MPX] ICE in in convert_move)
Ilya Enkovich
1
-2
/
+13
2016-05-10
re PR tree-optimization/70876 (ICE in chkp_find_bounds: Unexpected tree code ...
Ilya Enkovich
1
-0
/
+1
2016-02-21
Properly initialize variable in tree-chkp.c (chkp_mark_invalid_bounds_walker)
Markus Trippelsdorf
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-15
struct-layout-1_generate.c: Avoid generating further fields after the first f...
Martin Sebor
1
-1
/
+3
2015-12-10
tree-chkp.c (chkp_call_returns_bounds_p): Return true for VA_ARG call.
Ilya Enkovich
1
-1
/
+68
2015-11-27
Fix memory leak in tree-chkp.c
Martin Liska
1
-0
/
+2
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-11
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-11
/
+10
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-44
/
+44
2015-09-01
re PR target/67405 (ICE on invalid use of struct on x86_64-linux-gnu)
Ilya Enkovich
1
-2
/
+3
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-09
lto-streamer.h: Don't include target.h and alloc-pool.h.
Andrew MacLeod
1
-1
/
+0
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-20
/
+5
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-1
/
+0
2015-06-19
tree-chkp.c (chkp_compute_bounds_for_assignment): Don't reuse bounds created ...
Ilya Enkovich
1
-0
/
+17
2015-06-18
re PR middle-end/66568 ([CHKP] internal compiler error: in expand_expr_addr_e...
Ilya Enkovich
1
-0
/
+15
2015-06-18
re PR middle-end/66567 ([CHKP] internal compiler error: in assign_parms)
Ilya Enkovich
1
-1
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-06-01
re PR target/65527 (ICE: in expand_builtin_with_bounds, at builtins.c:7120 wi...
Ilya Enkovich
1
-0
/
+65
2015-05-20
tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless gimple_buil...
Ilya Enkovich
1
-9
/
+9
2015-05-15
re PR middle-end/66134 ([CHKP] ICE: Unable to coalesce ssa_names 18 and 17 wh...
Ilya Enkovich
1
-5
/
+15
2015-04-21
cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.
Richard Biener
1
-1
/
+2
2015-04-15
Fix fdump-passes
Tom de Vries
1
-2
/
+4
[next]