index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
tree-ssa-address.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-06
Merge in wide-int.
Kenneth Zadeck
1
-22
/
+21
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-1
/
+4
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+3
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-1
/
+3
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-10-23
tree-ssa-loop.h: Remove include files.
Andrew MacLeod
1
-1
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+4
2013-10-09
tree-flow.h: Remove all remaining prototypes...
Andrew MacLeod
1
-0
/
+19
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-9
/
+4
2012-10-01
tree.h (copy_mem_ref_info): Delete.
Eric Botcazou
1
-15
/
+6
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-14
/
+14
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-1
/
+2
2012-07-26
tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.
Bill Schmidt
1
-1
/
+2
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-3
/
+1
2012-06-22
double-int.c (double_int_multiple_of): New function.
Bill Schmidt
1
-1
/
+1
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-1
/
+1
2012-05-03
builtins.c (get_object_alignment_1): Return whether we can determine the alig...
Martin Jambor
1
-9
/
+9
2011-10-11
tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.
Bill Schmidt
1
-1
/
+0
2011-10-11
tree.h (copy_ref_info): Expose existing function.
Bill Schmidt
1
-0
/
+63
2011-08-17
tree.h (convert_to_ptrofftype_loc): New function.
Richard Guenther
1
-4
/
+6
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-17
/
+5
2011-07-06
Use pointer_mode for address computation.
H.J. Lu
1
-10
/
+13
2011-05-31
re PR rtl-optimization/49235 (ICE: in int_mode_for_mode, at stor-layout.c:424...
Jakub Jelinek
1
-3
/
+3
2011-05-26
re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...
Richard Guenther
1
-2
/
+5
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-1
/
+1
2010-09-06
re PR middle-end/45534 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:1031)
Richard Biener
1
-12
/
+16
2010-09-04
re PR bootstrap/45519 (Failed to bootstrap)
Richard Guenther
1
-8
/
+8
2010-09-03
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
Richard Guenther
1
-35
/
+68
2010-09-01
alias.c (ao_ref_from_mem): Adjust.
Richard Guenther
1
-8
/
+8
2010-08-24
re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)
Richard Guenther
1
-2
/
+1
2010-08-20
tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
Jakub Jelinek
1
-0
/
+1
2010-08-16
tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.
Richard Guenther
1
-28
/
+19
2010-07-28
Fix to expose more LIM when creating mem_ref
Xinliang David Li
1
-8
/
+45
2010-07-09
re PR middle-end/44890 (Hitting gcc_assert in build2_stat with pr30388.c test...
Richard Guenther
1
-1
/
+2
2010-07-05
tree.c (reference_alias_ptr_type): New function.
Richard Guenther
1
-9
/
+27
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
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
-3
/
+4
2010-04-20
double-int.h (double_int_setbit): Declare.
Anatoly Sokolov
1
-4
/
+2
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+2
2010-04-01
re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....
Richard Guenther
1
-0
/
+2
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-12
/
+12
2009-11-17
re PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)
Ulrich Weigand
1
-1
/
+7
2009-11-02
re PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)
Ulrich Weigand
1
-14
/
+45
2009-10-26
tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
Ben Elliston
1
-45
/
+61
[next]