summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther2008-11-051-1/+1
* gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs.Jakub Jelinek2008-10-211-0/+10
* + * gimplify.c (gimplify_arg): Add location argument.Aldy Hernandez2008-10-061-6/+12
* gimplify.c (gimplify_function_tree): For -finstrument-functions use gimple_bi...Jakub Jelinek2008-10-031-2/+2
* re PR debug/37726 (Even at -O0 -g debuginfo for vars mentioned in nested fns ...Jakub Jelinek2008-10-031-1/+1
* re PR debug/34037 (Bounds for VLAs not emitted into debuginfo)Jakub Jelinek2008-09-181-0/+12
* re PR c/37529 (ICE with invalid goto)Jakub Jelinek2008-09-171-2/+6
* re PR c++/37530 (ICE with invalid catch)Jakub Jelinek2008-09-171-0/+7
* * gimplify.c (pop_gimplify_context): Free bind_expr_stack.Jan Hubicka2008-09-111-0/+1
* re PR middle-end/37338 (gcc.dg/array-init-1.c)Jakub Jelinek2008-09-101-0/+4
* re PR tree-optimization/37354 (ICE: in find_func_aliases, at tree-ssa-structa...Richard Guenther2008-09-091-11/+28
* tree.c (protected_set_expr_location): New.Aldy Hernandez2008-09-011-0/+2
* expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka2008-09-011-1/+2
* re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou2008-08-161-1/+5
* tree.h (maybe_fold_offset_to_address): Declare.Richard Guenther2008-08-131-23/+13
* re PR c++/36688 (Incorrect struct assignments with nested const initializers)Jakub Jelinek2008-08-121-1/+1
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-20/+20
* re PR middle-end/35432 (ICE with zero-sized array)Aldy Hernandez2008-08-061-1/+1
* re PR middle-end/36997 (ICE with incompatible arg to '__builtin_ia32_paddq)Richard Guenther2008-08-011-1/+1
* gimplify.c (gimplify_expr): Clear TREE_SIDE_EFFECTS for OBJ_TYPE_REF.Richard Guenther2008-07-291-0/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-941/+1709
* gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek2008-07-091-36/+18
* gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek2008-06-271-3/+4
* gimplify.c (gimplify_modify_expr_to_memset): Assert our documented assumptions.Olivier Hainque2008-06-271-1/+12
* re PR middle-end/34906 (valgrind error indication from testsuite gimplify.c: ...Laurynas Biveinis2008-06-221-2/+8
* re PR target/36362 (ICE in simplify_subreg)Jakub Jelinek2008-06-061-2/+8
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-101/+249
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-9/+5
* [multiple changes]Kenneth Zadeck2008-05-071-4/+8
* re PR middle-end/36013 (Wrong code involving restricted pointers to non-restr...Ian Lance Taylor2008-05-071-3/+12
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+0
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-9/+9
* gimplify.c (gimplify_modify_expr_rhs): Gimplify the LHS using the is_gimple_l...Eric Botcazou2008-04-181-1/+1
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-1/+1
* re PR c/22371 (C front-end produces mis-match types in MODIFY_EXPR)Richard Guenther2008-03-241-1/+13
* tree-pretty-print.c: Include predict.h.Jan Hubicka2008-03-181-0/+4
* re PR middle-end/35611 (FAIL: libgomp.c/omp-nested-1.c execution test)Jakub Jelinek2008-03-181-3/+9
* Formatting nit.Jakub Jelinek2008-03-061-1/+2
* gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes for the same VAR...Jakub Jelinek2008-03-061-1/+4
* re PR middle-end/35136 (ICE caused by address calculation with loop variable ...Eric Botcazou2008-02-141-8/+8
* re PR middle-end/35136 (ICE caused by address calculation with loop variable ...Eric Botcazou2008-02-121-8/+8
* re PR middle-end/35043 (ICE in tree-data-ref because signed_type_for_types re...Richard Guenther2008-02-041-0/+4
* re PR middle-end/33333 (ICE with #pragma omp parallel for in try/catch statem...Jakub Jelinek2008-01-251-0/+4
* re PR middle-end/34668 (ICE in find_compatible_field with -combine)Jakub Jelinek2008-01-161-11/+24
* re PR tree-optimization/30132 (ICE in find_lattice_value, at tree-complex.c:133)Richard Guenther2008-01-091-1/+5
* re PR tree-optimization/34448 (ICE in declare_inline_vars, at tree-inline.c:3...Aldy Hernandez2008-01-041-11/+59
* re PR middle-end/33088 (spurious exceptions with -ffloat-store)Eric Botcazou2007-12-131-2/+10
* gimplify.c (gimplify_modify_expr_rhs): Handle the case when we are assigning ...Aldy Hernandez2007-12-121-2/+15
* [multiple changes]Jakub Jelinek2007-12-061-1/+67