Age | Commit message (Expand) | Author | Files | Lines |
2012-02-06 | re PR tree-optimization/52115 (ICE: verify_ssa failed (missing definition for... | Richard Guenther | 1 | -3/+16 |
2012-01-31 | re PR tree-optimization/51528 (SRA should not create BOOLEAN_TYPE replacements) | Richard Guenther | 1 | -2/+7 |
2012-01-30 | re PR tree-optimization/51528 (SRA should not create BOOLEAN_TYPE replacements) | Richard Guenther | 1 | -45/+42 |
2012-01-27 | re PR regression/52020 (ICE in immed_double_const, at emit-rtl.c:544) | Richard Guenther | 1 | -0/+14 |
2012-01-27 | re PR tree-optimization/50444 (-ftree-sra ignores alignment) | Richard Guenther | 1 | -0/+19 |
2012-01-23 | re PR middle-end/51895 (ICE in simplify_subreg) | Richard Guenther | 1 | -0/+7 |
2012-01-11 | tree.h (build_function_decl_skip_args): Add boolean parameter. | Eric Botcazou | 1 | -1/+1 |
2012-01-05 | re PR tree-optimization/51315 (unaligned memory accesses generated with -ftre... | Eric Botcazou | 1 | -4/+21 |
2012-01-04 | re PR tree-optimization/51624 (Assert_Failure atree.adb:808 during stage 3) | Eric Botcazou | 1 | -3/+8 |
2011-12-19 | re PR tree-optimization/51583 (One more missing force_gimple_operand in SRA) | Martin Jambor | 1 | -0/+3 |
2011-12-13 | re PR middle-end/50628 (gfortran.fortran-torture/execute/entry_4.f90 fails) | Martin Jambor | 1 | -13/+15 |
2011-12-12 | re PR tree-optimization/50569 (unaligned memory accesses generated for memcpy) | Eric Botcazou | 1 | -17/+49 |
2011-12-08 | re PR tree-optimization/51315 (unaligned memory accesses generated with -ftre... | Eric Botcazou | 1 | -14/+22 |
2011-12-02 | re PR tree-optimization/50622 (ICE: verify_gimple failed for std::complex<dou... | Martin Jambor | 1 | -0/+4 |
2011-11-08 | gengtype.c (write_field_root): Avoid out-of-scope access of newv. | Michael Matz | 1 | -1/+3 |
2011-10-02 | cgraphunit.c (ipa_passes): Remove unrechable nodes. | Jan Hubicka | 1 | -0/+1 |
2011-09-27 | re PR libgomp/50386 (libgomp.h:87:5: error: unnamed struct/union that defines... | Richard Sandiford | 1 | -1/+1 |
2011-09-07 | re PR tree-optimization/49911 (SRA + DOM + VRP + -fstrict-enums incorrectly r... | Martin Jambor | 1 | -2/+14 |
2011-09-02 | re PR middle-end/50260 (internal compiler error: Segmentation fault at ../..... | Michael Matz | 1 | -2/+0 |
2011-08-10 | tree.h (get_pointer_alignment): Remove max-align argument. | Richard Guenther | 1 | -1/+1 |
2011-08-08 | re PR middle-end/49923 (__attribute__((packed)) on ARM is sometimes dropped) | Martin Jambor | 1 | -0/+3 |
2011-07-26 | tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and return false ... | Martin Jambor | 1 | -0/+4 |
2011-07-25 | re PR middle-end/49671 (volatile goes missing after inlining) | Andrew Pinski | 1 | -3/+6 |
2011-07-08 | tree-sra.c (analyze_all_variable_accesses): Dump that a struture is too big f... | Martin Jambor | 1 | -6/+14 |
2011-07-01 | tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs. | Martin Jambor | 1 | -0/+1 |
2011-06-30 | tree-sra.c (struct access): Rename total_scalarization to grp_total_scalariza... | Martin Jambor | 1 | -25/+51 |
2011-06-30 | re PR tree-optimization/49094 (ARM aligned(1) attribute is sometimes dropped) | Martin Jambor | 1 | -1/+25 |
2011-06-24 | re PR tree-optimization/49516 (SRA generates memory references into its repla... | Martin Jambor | 1 | -1/+2 |
2011-06-24 | Improve dump files for SRA early candidate check v2 | Andi Kleen | 1 | -22/+95 |
2011-06-22 | re PR debug/47858 (IPA-SRA decreases quality of debug info) | Jakub Jelinek | 1 | -11/+70 |
2011-06-18 | tree-sra.c (type_internals_preclude_sra_p): Return true if the element type i... | Eric Botcazou | 1 | -6/+8 |
2011-06-16 | re PR tree-optimization/49343 (ICE on field with variable offset) | Martin Jambor | 1 | -4/+8 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -7/+3 |
2011-06-10 | tree-sra.c (all_callers_have_enough_arguments_p): Rename to ... | Jan Hubicka | 1 | -23/+29 |
2011-06-08 | tree-sra.c (mark_rw_status): Removed. | Martin Jambor | 1 | -31/+14 |
2011-05-04 | tree.h (int_const_binop): Remove notrunc argument. | Richard Guenther | 1 | -2/+2 |
2011-04-22 | gengtype.c (open_base_files): Add ipa-inline.h include. | Jan Hubicka | 1 | -1/+1 |
2011-04-16 | cgraphbuild.c: Include ipa-inline.h. | Jan Hubicka | 1 | -1/+2 |
2011-04-11 | except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph... | Martin Jambor | 1 | -1/+1 |
2011-03-24 | tree-sra.c (build_ref_for_offset): Strip useless type conversions from the ad... | Eric Botcazou | 1 | -0/+1 |
2011-02-17 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -1/+2 |
2011-02-15 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -1/+1 |
2011-02-09 | re PR middle-end/45505 (gfortran.dg/pr25923.f90) | Martin Jambor | 1 | -21/+43 |
2011-01-27 | re PR tree-optimization/47228 (wrong code with loop) | Martin Jambor | 1 | -4/+2 |
2011-01-26 | re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.) | Jan Hubicka | 1 | -0/+7 |
2011-01-05 | re PR tree-optimization/47005 (ACATS c62002a is miscompiled at -O2) | Eric Botcazou | 1 | -1/+13 |
2011-01-03 | re PR tree-optimization/46801 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt... | Martin Jambor | 1 | -1/+2 |
2010-12-09 | ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type. | Martin Jambor | 1 | -1/+5 |
2010-12-09 | re PR middle-end/46734 (ICE in create_tmp_var, at gimplify.c:505) | Martin Jambor | 1 | -1/+4 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |