summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR middle-end/34154 (gcc 4.1.1 bug / case ranges / unsigned long long)Richard Guenther2007-11-201-1/+1
* re PR fortran/34020 (Bogus codegen for openmp atomics w/ indirects operands o...Jakub Jelinek2007-11-101-2/+16
* re PR tree-optimization/33614 (ICE on semi-constant vector CONSTRUCTORs)Richard Sandiford2007-10-291-4/+9
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-235/+21
* re PR middle-end/33692 (Type checking error with address-of and volatile)Richard Guenther2007-10-091-4/+18
* re PR c/33238 (ICE on statement expression using variable-sized structure in ...Jakub Jelinek2007-09-201-34/+45
* cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak2007-09-071-10/+46
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-1/+1
* builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek2007-09-051-2/+44
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-4/+5
* re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther2007-09-041-20/+16
* re PR c++/31337 (ICE with statement expression)Jason Merrill2007-08-271-8/+10
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-4/+4
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-1/+1
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+3
* common.opt (finstrument-functions-exclude-function-list): New option.Ian Lance Taylor2007-08-071-1/+2
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-2/+2
* configure.ac: Add types checking to stage1 checking flags.Richard Guenther2007-07-261-96/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* gimplify.c (gimplify_conversion): Make sure that the result from maybe_fold_o...Richard Guenther2007-07-121-4/+11
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-3/+20
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-1/+1
* gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over TYPE_ARG_TYPES fo...Richard Guenther2007-07-061-14/+21
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-12/+13
* re PR middle-end/32493 (Fails to inline varargs function with unused arguments)Richard Guenther2007-06-291-7/+14
* re PR middle-end/32492 (attribute always_inline -> sorry, unimplemented: re...Richard Guenther2007-06-271-4/+2
* re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther2007-06-231-1/+43
* re PR middle-end/31541 (cannot take address of bit field)Jan Hubicka2007-06-231-8/+20
* re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek2007-06-211-1/+14
* re PR inline-asm/32109 (ICE with inline-asm and class with destructor)Jakub Jelinek2007-06-201-0/+13
* [multiple changes]Andrew Pinski2007-06-151-5/+13
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-0/+5
* re PR middle-end/32152 (omp lowering creates mismatched types)Richard Guenther2007-05-301-1/+2
* gimplify.c (gimplify_expr): Do not crash when folding (void *)(int)&a + 4.Jan Hubicka2007-05-071-0/+2
* fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y)...Jan Hubicka2007-05-041-1/+16
* tree.h (maybe_fold_offset_to_component_ref): Remove.Jan Hubicka2007-05-011-0/+27
* re PR tree-optimization/24689 (operand_equal_p does not return true for some ...Richard Guenther2007-04-121-3/+1
* omp-low.c (splay-tree.h): Include.Richard Guenther2007-03-311-0/+1
* gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap due to ca...Eric Botcazou2007-02-191-0/+15
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-40/+31
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-71/+46
* gimplify.c (gimplify_modify_expr): During gimplification...Eric Botcazou2007-02-151-0/+13