Age | Commit message (Expand) | Author | Files | Lines |
2014-08-01 | opts.c (common_handle_option): Handle -fsanitize=alignment. | Jakub Jelinek | 1 | -0/+21 |
2014-06-30 | convert.c (convert_to_integer): Don't instrument conversions if the function ... | Marek Polacek | 1 | -2/+5 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -1/+1 |
2014-06-05 | re PR c++/56961 (stack overflow in gimplifier with volatile field) | Richard Biener | 1 | -12/+5 |
2014-06-04 | re PR c++/51253 ([C++11][DR 1030] Evaluation order (sequenced-before relation... | Jason Merrill | 1 | -0/+21 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-11 | Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++. | Balaji V. Iyer | 1 | -0/+25 |
2013-11-22 | ubsan.c (ubsan_source_location): Don't crash on unknown locations. | Jakub Jelinek | 1 | -0/+58 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+6 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 1 | -4/+21 |
2013-06-28 | Implemented Jason Merrill's suggestions on Array Notation C++. | Balaji V. Iyer | 1 | -0/+6 |
2013-03-29 | tree.h (VAR_P): New. | Gabriel Dos Reis | 1 | -3/+3 |
2013-03-26 | cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P. | Gabriel Dos Reis | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -9/+8 |
2012-10-10 | tree-eh.c (lower_try_finally_onedest): Set correct location for deallocator. | Dehao Chen | 1 | -5/+6 |
2012-10-05 | cp-tree.h (SIZEOF_EXPR_TYPE_P): Define. | Jakub Jelinek | 1 | -1/+18 |
2012-09-13 | typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ... | Paolo Carlini | 1 | -2/+1 |
2012-04-24 | re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b... | Paolo Carlini | 1 | -2/+3 |
2012-04-17 | cp-gimplify.c (begin_bc_block): Add location parameter and use as location ar... | Tom de Vries | 1 | -153/+179 |
2011-12-21 | re PR c++/51611 ([c++0x] ICE with non-static data member initializer and virt... | Jason Merrill | 1 | -0/+2 |
2011-12-19 | gimple.h (gimplify_seq_add_stmt): Rename to... | Jakub Jelinek | 1 | -2/+2 |
2011-11-12 | re PR c++/51060 (Temporary object stack space is not re-used) | Jason Merrill | 1 | -1/+2 |
2011-09-26 | re PR c++/26747 (bad break/continue is not detected until the gimplifier) | Paolo Carlini | 1 | -10/+0 |
2011-08-02 | backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable... | Jakub Jelinek | 1 | -17/+27 |
2011-07-19 | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 1 | -5/+3 |
2011-05-19 | re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(... | Jakub Jelinek | 1 | -1/+189 |
2011-05-02 | revert: re PR c++/40975 (ICE in copy_tree_r on array new) | Jason Merrill | 1 | -4/+2 |
2011-04-27 | re PR c++/40975 (ICE in copy_tree_r on array new) | Jason Merrill | 1 | -2/+4 |
2010-12-15 | re PR debug/46815 (Invalid DW_AT_location for a retval instance of a class th... | Jakub Jelinek | 1 | -0/+17 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -2/+1 |
2010-11-06 | init.c (perform_member_init): Use build_vec_init_expr for value-init of array... | Jason Merrill | 1 | -1/+1 |
2010-11-05 | re PR c++/46160 (ICE with volatile structure and enum) | Jakub Jelinek | 1 | -0/+10 |
2010-10-26 | tree.c (build_vec_init_expr): Split out from... | Jason Merrill | 1 | -4/+6 |
2010-08-19 | re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi... | Jason Merrill | 1 | -6/+9 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -6/+6 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -1/+1 |
2010-06-09 | call.c (build_call_n): Call XALLOCAVEC instead of alloca. | Nathan Froyd | 1 | -1/+1 |
2010-06-05 | c-common.c: Move to c-family/. | Steven Bosscher | 1 | -1/+1 |
2010-05-14 | re PR c++/44127 (G++ emits unnecessary EH code) | Jason Merrill | 1 | -3/+8 |
2010-05-05 | re PR c++/43787 (memory copy of empty class (sizeof is one)) | Jason Merrill | 1 | -0/+20 |
2010-02-17 | re PR c++/43075 (20_util/bind/ref2.cc FAILs) | Jason Merrill | 1 | -9/+0 |
2010-02-17 | re PR c++/43093 (internal compiler error: Segmentation fault when compiling F... | Jason Merrill | 1 | -1/+3 |
2010-02-16 | * cp-gimplify.c (cp_gimplify_expr): Fix error recovery. | Jason Merrill | 1 | -2/+4 |
2010-02-16 | re PR c++/43031 (internal compiler error: verify_gimple failed after non-triv... | Jason Merrill | 1 | -0/+14 |
2009-12-02 | g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable. | Jakub Jelinek | 1 | -5/+1 |