Age | Commit message (Expand) | Author | Files | Lines |
2011-04-21 | tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_... | Richard Guenther | 1 | -84/+64 |
2011-04-21 | tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle return statements. | Richard Guenther | 1 | -0/+20 |
2011-04-20 | re PR rtl-optimization/48695 (Runtime with an array of std::vectors) | Richard Guenther | 1 | -7/+22 |
2011-04-14 | tree-ssa-dse.c (struct dse_global_data, [...]): Remove. | Richard Guenther | 1 | -4/+47 |
2011-04-14 | re PR middle-end/48590 (Alias analysis confused by builtin-stack-save/restore) | Richard Guenther | 1 | -0/+6 |
2011-04-11 | cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha... | Martin Jambor | 1 | -6/+11 |
2011-03-23 | Makefile.in (IPA_TYPE_ESCAPE_H): Remove. | Richard Guenther | 1 | -1/+0 |
2011-03-03 | re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c) | Richard Guenther | 1 | -1/+6 |
2011-02-15 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -1/+1 |
2011-01-25 | re PR rtl-optimization/47414 (wrong code with -O -freorder-blocks -fschedule-... | Richard Guenther | 1 | -1/+2 |
2011-01-14 | re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call) | Richard Guenther | 1 | -17/+4 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-11-23 | tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work twice. | Richard Guenther | 1 | -9/+11 |
2010-11-17 | re PR middle-end/45838 (FAIL: libgomp.c/pr34513.c execution test) | Jakub Jelinek | 1 | -0/+44 |
2010-10-14 | re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c... | Richard Guenther | 1 | -26/+66 |
2010-10-13 | re PR tree-optimization/45970 (tree DSE misses many obvious dead stores) | Richard Guenther | 1 | -0/+39 |
2010-09-05 | re PR tree-optimization/45535 (ICE during tree_ssa_dse) | Richard Guenther | 1 | -5/+14 |
2010-09-03 | tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE. | Richard Guenther | 1 | -46/+3 |
2010-09-01 | alias.c (ao_ref_from_mem): Adjust. | Richard Guenther | 1 | -9/+9 |
2010-08-24 | re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278) | Richard Guenther | 1 | -9/+27 |
2010-08-16 | tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit. | Richard Guenther | 1 | -21/+75 |
2010-08-12 | tree-flow.h (struct ptr_info_def): Add align and misalign fields. | Richard Guenther | 1 | -21/+0 |
2010-07-15 | tree.h (enum tree_index): Add TI_INTEGER_THREE. | Anatoly Sokolov | 1 | -1/+1 |
2010-07-09 | re PR middle-end/44852 (miscompilation (of e.g. newlib dtoa.c) after mem-ref2... | Richard Guenther | 1 | -5/+40 |
2010-07-08 | re PR rtl-optimization/44838 (RTL loop unrolling causes FAIL: gcc.dg/pr39794.c) | Richard Guenther | 1 | -1/+2 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -102/+136 |
2010-06-27 | re PR middle-end/44684 (FAIL: g++.dg/opt/pmf1.C) | Richard Guenther | 1 | -4/+10 |
2010-06-26 | re PR tree-optimization/44674 (ICE: in refs_may_alias_p_1, at tree-ssa-alias.... | Richard Biener | 1 | -15/+16 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -1/+1 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -2/+0 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -2/+2 |
2010-05-26 | re PR rtl-optimization/44164 (Aliasing bug triggered by Boost.Bind/Boost.Func... | Richard Guenther | 1 | -9/+41 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2010-05-15 | ipa-reference.c: Include toplev.h | Jan Hubicka | 1 | -4/+2 |
2010-05-10 | c-common.c (struct c_common_attributes): Add fnspec attribute. | Richard Guenther | 1 | -0/+4 |
2010-04-16 | re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo... | Richard Guenther | 1 | -1/+4 |
2010-04-15 | tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag. | Richard Guenther | 1 | -1/+6 |
2010-04-12 | gsstruct.def (GSS_CALL): New. | Richard Guenther | 1 | -43/+14 |
2010-04-07 | ipa-reference.c (mark_load): Use get_base_address. | Richard Guenther | 1 | -2/+2 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+1 |
2010-02-26 | re PR ada/43096 (miscompilation of ACATS c37105a at -O2) | Eric Botcazou | 1 | -7/+9 |
2010-02-19 | re PR tree-optimization/42944 (errno misoptimization around malloc call) | Richard Guenther | 1 | -8/+11 |
2010-02-11 | re PR lto/41664 (FAIL: gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr4072... | Richard Guenther | 1 | -7/+71 |
2010-02-03 | re PR tree-optimization/42944 (errno misoptimization around malloc call) | Richard Guenther | 1 | -0/+16 |
2010-01-29 | tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have the same a... | Eric Botcazou | 1 | -14/+13 |
2009-12-04 | tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle BUILT_IN_MALLOC. | Richard Guenther | 1 | -0/+5 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -3/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -2/+2 |
2009-10-28 | re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855) | Richard Guenther | 1 | -4/+24 |