aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-03-16re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener1-9/+3
2018-03-15re PR c/84873 (ICE: verify_ssa failed (error: definition in block 3 does not ...Richard Biener1-1/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-20/+0
2017-10-13c-gimplify.c (c_gimplify_expr): Handle [LR]ROTATE_EXPR like [LR]SHIFT_EXPR.Jakub Jelinek1-0/+2
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-8/+2
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek1-0/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-06-13re PR sanitizer/71498 (ubsan bounds checking influenced by surrounding code)Jakub Jelinek1-6/+6
2016-01-27re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...Ryan Burn1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-23re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)Igor Zamyatin1-4/+4
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-9/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+5
2015-09-02Fix spawned function with lambda functionBalaji V. Iyer1-3/+8
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+6
2015-06-26c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P or VECTOR_INTEGER_...Marek Polacek1-1/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-06re PR tree-optimization/64183 (Complete unroll doesn't happen for a while-loop)Marek Polacek1-1/+4
2014-11-28re PR c/63862 (C frontend converts shift-count to int while standard wants in...Marek Polacek1-0/+18
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-09-10ubsan.h (struct ubsan_mismatch_data): Removed.Jakub Jelinek1-1/+14
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+4
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-07-09re PR c/61741 (wrong code with -fno-strict-overflow)Richard Biener1-3/+1
2014-06-26c-common.h (get_dump_info): Declare.Teresa Johnson1-3/+1
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-5/+48
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-1/+21
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-1/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-28re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener1-10/+31
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1