aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
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-11target.c: New file.Jakub Jelinek1-4/+21
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer1-0/+6
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-3/+3
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+8
2012-10-10tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator.Dehao Chen1-5/+6
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-1/+18
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-2/+1
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini1-2/+3
2012-04-17cp-gimplify.c (begin_bc_block): Add location parameter and use as location ar...Tom de Vries1-153/+179
2011-12-21re PR c++/51611 ([c++0x] ICE with non-static data member initializer and virt...Jason Merrill1-0/+2
2011-12-19gimple.h (gimplify_seq_add_stmt): Rename to...Jakub Jelinek1-2/+2
2011-11-12re PR c++/51060 (Temporary object stack space is not re-used)Jason Merrill1-1/+2
2011-09-26re PR c++/26747 (bad break/continue is not detected until the gimplifier)Paolo Carlini1-10/+0
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-17/+27
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-5/+3
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek1-1/+189
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-4/+2
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-2/+4
2010-12-15re PR debug/46815 (Invalid DW_AT_location for a retval instance of a class th...Jakub Jelinek1-0/+17
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-11-06init.c (perform_member_init): Use build_vec_init_expr for value-init of array...Jason Merrill1-1/+1
2010-11-05re PR c++/46160 (ICE with volatile structure and enum)Jakub Jelinek1-0/+10
2010-10-26tree.c (build_vec_init_expr): Split out from...Jason Merrill1-4/+6
2010-08-19re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jason Merrill1-6/+9
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-6/+6
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+1
2010-06-09call.c (build_call_n): Call XALLOCAVEC instead of alloca.Nathan Froyd1-1/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-3/+8
2010-05-05re PR c++/43787 (memory copy of empty class (sizeof is one))Jason Merrill1-0/+20
2010-02-17re PR c++/43075 (20_util/bind/ref2.cc FAILs)Jason Merrill1-9/+0
2010-02-17re PR c++/43093 (internal compiler error: Segmentation fault when compiling F...Jason Merrill1-1/+3
2010-02-16* cp-gimplify.c (cp_gimplify_expr): Fix error recovery.Jason Merrill1-2/+4
2010-02-16re PR c++/43031 (internal compiler error: verify_gimple failed after non-triv...Jason Merrill1-0/+14
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-5/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-2/+19
2009-08-28re PR lto/41058 (FAIL: ext/pb_ds/regression/hash_data_map_rand.cc)Richard Guenther1-0/+9
2009-07-29re PR c++/40834 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-1/+0
2009-07-22re PR c++/40799 (Revision 149750 failed 483.xalancbmk in SPEC CPU 2006)Richard Guenther1-39/+66
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-4/+4
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+2