summaryrefslogtreecommitdiff
path: root/gcc/ipa-chkp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR middle-end/71529 ([CHKP] ICE in expand_expr_real_1)Ilya Enkovich2016-06-151-1/+7
* re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson2016-03-161-10/+10
* system.h (string, algorithm): Include only conditionally.Michael Matz2016-01-221-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-3/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-6/+5
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-1/+0
* function.h (struct incoming_args): Move struct.Andrew MacLeod2015-06-251-0/+1
* re PR middle-end/66567 ([CHKP] internal compiler error: in assign_parms)Ilya Enkovich2015-06-181-19/+4
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* ipa-chkp.c (chkp_maybe_create_clone): Create alias reference when cloning ali...Ilya Enkovich2015-06-031-7/+5
* re PR middle-end/66221 (lto1: error: type variant has different TYPE_ARG_TYPES)Ilya Enkovich2015-05-211-1/+1
* ipa-chkp.h (chkp_wrap_function): New.Ilya Enkovich2015-05-151-4/+48
* dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka2015-04-301-15/+1
* ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor flags for instrumentation t...Ilya Enkovich2015-04-061-0/+6
* re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...Ilya Enkovich2015-03-311-1/+2
* ipa-chkp.c (chkp_maybe_create_clone): Don't try to clone instrumented thunks.Ilya Enkovich2015-03-191-1/+2
* c.opt (fchkp-use-wrappers): New.Ilya Enkovich2015-03-101-5/+52
* ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka2015-02-141-8/+7
* ipa-chkp.c (chkp_produce_thunks): Add early param to split thunks production ...Ilya Enkovich2015-01-191-8/+57
* re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich2015-01-161-9/+30
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-2/+12
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka2014-12-111-3/+1
* tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich2014-11-171-2/+97
* re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14)Francois-Xavier Coudert2014-11-111-1/+0
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+647