aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12re PR objc++/68511 (FAIL: obj-c++.dg/property/dotsyntax-11.mm -fgnu-runtime ...Jakub Jelinek1-6/+9
2016-01-11re PR c++/69211 (g++ ICE on x86_64-linux-gnu (verify_gimple failed))Jakub Jelinek1-1/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07re PR c++/68464 (ICE in valid constexpr function: ../../src/gcc/tree.c:11497)Jason Merrill1-6/+11
2015-12-02Introduce cp_fold_rvalue.Jason Merrill1-9/+36
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill1-0/+11
2015-12-02* cp-gimplify.c (cp_fold): Use fold_build*.Jason Merrill1-9/+9
2015-12-02[PR68603] Associate conditional C++ loop's back-jump with start, not bodyAndreas Arnez1-1/+3
2015-11-26cp-gimplify.c (genericize_cp_loop): Change LOOP_EXPR's location to start of l...Andreas Arnez1-1/+6
2015-11-23re PR c++/68001 ([cilkplus] ICE in cp_gimplify_expr, at cp/cp-gimplify.c:760)Igor Zamyatin1-6/+8
2015-11-18cp-gimplify.c (cp_fold_r): Add support for OACC_LOOP.Cesar Philippidis1-1/+2
2015-11-16constexpr.c (cxx_eval_builtin_function_call): Use cp_fully_fold to fold argum...Jason Merrill1-13/+7
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-17/+471
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-8/+3
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-11/+20
2015-10-07cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek1-4/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-09-02Fix spawned function with lambda functionBalaji V. Iyer1-7/+35
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+7
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-1/+7
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-03re PR sanitizer/66190 (ICE: tree code ‘call_expr’ is not supported in LTO...Marek Polacek1-3/+21
2015-05-09c.opt (Wc++11-compat): Make primary.Jason Merrill1-2/+2
2015-05-05c.opt (Wterminate): New.Jason Merrill1-0/+50
2015-03-11cp-gimplify.c (simple_empty_class_p): New.Aldy Hernandez1-24/+54
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-3/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-3/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+2
2014-11-17Handle C++14 constexpr flow control.Jason Merrill1-0/+4
2014-11-17cp-gimplify.c (genericize_cp_loop): Use LOOP_EXPR.Jason Merrill1-51/+35
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+8
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-9/+5
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-6/+6
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek1-0/+21
2014-06-30convert.c (convert_to_integer): Don't instrument conversions if the function ...Marek Polacek1-2/+5
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+1
2014-06-05re PR c++/56961 (stack overflow in gimplifier with volatile field)Richard Biener1-12/+5
2014-06-04re PR c++/51253 ([C++11][DR 1030] Evaluation order (sequenced-before relation...Jason Merrill1-0/+21
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-1/+1
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-0/+25
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek1-0/+58
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6