aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-address.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-06re PR middle-end/45534 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1031)Richard Biener1-12/+16
2010-09-04re PR bootstrap/45519 (Failed to bootstrap)Richard Guenther1-8/+8
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-35/+68
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-8/+8
2010-08-24re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther1-2/+1
2010-08-20tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.Jakub Jelinek1-0/+1
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-28/+19
2010-07-28Fix to expose more LIM when creating mem_refXinliang David Li1-8/+45
2010-07-09re PR middle-end/44890 (Hitting gcc_assert in build2_stat with pr30388.c test...Richard Guenther1-1/+2
2010-07-05tree.c (reference_alias_ptr_type): New function.Richard Guenther1-9/+27
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+4
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-4/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-04-01re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....Richard Guenther1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-11-17re PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)Ulrich Weigand1-1/+7
2009-11-02re PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)Ulrich Weigand1-14/+45
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-45/+61
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-4/+6
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-5/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-16re PR tree-optimization/38835 (field-insensitive PTA causes libstdc++ miscomp...Richard Guenther1-3/+3
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-6/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-16/+16
2008-05-27re PR tree-optimization/36245 (internal compiler error: in build2_stat, at tr...Richard Guenther1-3/+7
2008-04-08re PR tree-optimization/35834 (building libiberty fails in build2_stat for -m...Richard Guenther1-2/+2
2008-04-06re PR target/35842 (ICE in legitimize_pic_address, at config/i386/i386.c:7666)Richard Guenther1-1/+2
2007-08-03re PR middle-end/32399 (ICE in build2_stat, at tree.c:3074)Andrew Pinski1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-23PR middle-end/PR28690Peter Bergner1-1/+1
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-6/+8
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-1/+1
2007-06-15[multiple changes]Andrew Pinski1-6/+7
2007-03-08re PR tree-optimization/31085 (internal compiler error: in create_mem_ref, at...Zdenek Dvorak1-1/+2
2007-03-04tree-ssa-address.c (create_mem_ref): Do not put an expression containing a ca...Zdenek Dvorak1-6/+11
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-4/+9
2007-01-26tree-ssa-address.c (create_mem_ref): Remove ", bsi" from a parts.base assignm...Zdenek Dvorak1-1/+1
2007-01-12re PR tree-optimization/29516 (gfortran miscompiled)Zdenek Dvorak1-91/+152
2006-12-22tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.Zdenek Dvorak1-2/+2
2006-12-14tree-ssa-loop-ivopts.c: Include tree-affine.h.Zdenek Dvorak1-38/+56
2006-11-15tree-flow.h (multiplier_allowed_in_address_p): Adjust prototype.Bernd Schmidt1-1/+2
2006-10-09Revert emutls patch.Richard Henderson1-9/+4
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-4/+9
2005-09-20tree-ssa-address.c (create_mem_ref): Put the symbol reference into the base r...Andreas Krebbel1-4/+12
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-08tree-ssa-address.c (addr_for_mem_ref): Use LAST_VIRTUAL_REGISTER instead of F...Zdenek Dvorak1-2/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-0/+707