aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-chkp.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-1/+0
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod1-0/+1
2015-06-18re PR middle-end/66567 ([CHKP] internal compiler error: in assign_parms)Ilya Enkovich1-19/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-03ipa-chkp.c (chkp_maybe_create_clone): Create alias reference when cloning ali...Ilya Enkovich1-7/+5
2015-05-21re PR middle-end/66221 (lto1: error: type variant has different TYPE_ARG_TYPES)Ilya Enkovich1-1/+1
2015-05-15ipa-chkp.h (chkp_wrap_function): New.Ilya Enkovich1-4/+48
2015-04-30dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka1-15/+1
2015-04-06ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor flags for instrumentation t...Ilya Enkovich1-0/+6
2015-03-31re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...Ilya Enkovich1-1/+2
2015-03-19ipa-chkp.c (chkp_maybe_create_clone): Don't try to clone instrumented thunks.Ilya Enkovich1-1/+2
2015-03-10c.opt (fchkp-use-wrappers): New.Ilya Enkovich1-5/+52
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-8/+7
2015-01-19ipa-chkp.c (chkp_produce_thunks): Add early param to split thunks production ...Ilya Enkovich1-8/+57
2015-01-16re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich1-9/+30
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-2/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-3/+1
2014-11-17tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich1-2/+97
2014-11-11re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14)Francois-Xavier Coudert1-1/+0
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+647