aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)Author
2015-12-04Merge from trunk @231250.scalar-storage-orderEric Botcazou
2015-12-02Merge from trunk @231104.Eric Botcazou
2015-11-17 * constexpr.c (cxx_eval_builtin_function_call): Use cp_fully_foldJason Merrill
2015-11-14 Merge C++ delayed folding branch.Jason Merrill
2015-11-11adaAndrew Macleod
2015-10-29adaAndrew Macleod
2015-10-13gcc/Jakub Jelinek
2015-10-07 * cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-02Fix spawned function with lambda functionBalaji V. Iyer
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-30 PR debug/66653Jason Merrill
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-03 PR sanitizer/66190Marek Polacek
2015-05-09gcc/c-family/Jason Merrill
2015-05-06gcc/c-family/Jason Merrill
2015-03-11 * cp-gimplify.c (simple_empty_class_p): New.Aldy Hernandez
2015-01-15 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,Jakub Jelinek
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-08gcc/Jason Merrill
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-29 * gimple-expr.h (create_tmp_var_raw, create_tmp_var,Jakub Jelinek
2014-11-17 Handle C++14 constexpr flow control.Jason Merrill
2014-11-17 * cp-gimplify.c (genericize_cp_loop): Use LOOP_EXPR.Jason Merrill
2014-10-27 Implement N3653 (Member initializers and aggregates) and fixJason Merrill
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-12move many gc hashtab to hash_tableTrevor Saunders
2014-08-07remove pointer-set.[ch]Trevor Saunders
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-08-01 * opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek
2014-06-30 * convert.c (convert_to_integer): Don't instrument conversions if theMarek Polacek
2014-06-18 * gimplify.c (omp_notice_variable): If n is non-NULLJakub Jelinek
2014-06-05/cpRichard Biener
2014-06-04 PR c++/51253Jason Merrill
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer
2013-11-22 * ubsan.c (ubsan_source_location): Don't crash onJakub Jelinek
2013-11-22 * gimple.h: Remove all includes.Andrew Macleod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14 * gimplify-be.h: New file. Add prototypes.Andrew Macleod
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2013-10-11libgomp/Jakub Jelinek
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer
2013-03-29 * tree.h (VAR_P): New.Gabriel Dos Reis
2013-03-26 * cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo