summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-2/+2
* Handle C++14 constexpr flow control.jason2014-11-171-0/+4
* * cp-gimplify.c (genericize_cp_loop): Use LOOP_EXPR.jason2014-11-171-51/+35
* Implement N3653 (Member initializers and aggregates) and fixjason2014-10-271-0/+4
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-1/+8
* move many gc hashtab to hash_tabletbsaunde2014-10-121-9/+5
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* add a hash_set based on hash_tabletbsaunde2014-08-021-6/+6
* * opts.c (common_handle_option): Handle -fsanitize=alignment.jakub2014-08-011-0/+21
* * convert.c (convert_to_integer): Don't instrument conversions if thempolacek2014-06-301-2/+5
* * gimplify.c (omp_notice_variable): If n is non-NULLjakub2014-06-181-1/+1
* /cppaolo2014-06-051-12/+5
* PR c++/51253jason2014-06-041-0/+21
* Replace flag_enable_cilkplus with flag_cilkplus.bviyer2014-01-241-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.bviyer2013-12-111-0/+25
* * ubsan.c (ubsan_source_location): Don't crash onjakub2013-11-221-0/+58
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+6
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* libgomp/jakub2013-10-111-4/+21
* Implemented Jason Merrill's suggestions on Array Notation C++.bviyer2013-06-281-0/+6
* * tree.h (VAR_P): New.gdr2013-03-291-3/+3
* * cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.gdr2013-03-261-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-9/+8
* gcc:dehao2012-10-101-5/+6
* cp/jakub2012-10-051-1/+18
* 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-131-2/+1
* /cppaolo2012-04-241-2/+3
* 2012-04-17 Tom de Vries <tom@codesourcery.com>vries2012-04-171-153/+179
* PR c++/51611jason2011-12-211-0/+2
* * gimple.h (gimplify_seq_add_stmt): Rename to...jakub2011-12-191-2/+2
* PR c++/51060jason2011-11-131-1/+2
* 2011-09-26 Paolo Carlini <paolo.carlini@oracle.com>paolo2011-09-261-10/+0
* Merge from gomp-3_1-branch branch:jakub2011-08-021-17/+27
* 2011-07-19 Richard Guenther <rguenther@suse.de>rguenth2011-07-191-5/+3
* PR c++/48869jakub2011-05-191-1/+189
* Revert:jason2011-05-021-4/+2
* PR c++/40975jason2011-04-281-2/+4
* PR debug/46815jakub2010-12-151-0/+17
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-2/+1
* * init.c (perform_member_init): Use build_vec_init_expr forjason2010-11-071-1/+1
* PR c++/46160jakub2010-11-051-0/+10
* * tree.c (build_vec_init_expr): Split out from...jason2010-10-261-4/+6
* PR c++/45307jason2010-08-191-6/+9
* gcc/froydnj2010-07-151-6/+6
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-011-1/+1
* * call.c (build_call_n): Call XALLOCAVEC instead of alloca.froydnj2010-06-091-1/+1