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/existing-fp8
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
/
config
/
alpha
/
alpha.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-16
alpha.c (alpha_use_linkage): Follow transparent alias.
Tristan Gingold
1
-3
/
+15
2011-11-16
Copy ALIAS_SET_MEMORY_BARRIER when creating a new MEM for atomic ops.
Richard Henderson
1
-0
/
+4
2011-11-15
alpha: Convert to atomic optabs.
Richard Henderson
1
-61
/
+213
2011-11-07
alpha-common.c (alpha_option_init_struct): New function.
Tristan Gingold
1
-0
/
+8
2011-11-04
alpha.c (alpha_write_linkage): Remove fundecl argument.
Tristan Gingold
1
-189
/
+49
2011-08-18
tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
Richard Sandiford
1
-3
/
+3
2011-08-06
re PR rtl-optimization/50001 ([alpha]: ICE in reload_combine_note_use, at pos...
Uros Bizjak
1
-0
/
+10
2011-07-28
rtlanal.c (tablejump_p): False for returns.
Bernd Schmidt
1
-53
/
+0
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-6
/
+3
2011-06-27
Fix alpha and ia64 non-vms build.
Richard Henderson
1
-0
/
+2
2011-06-27
re PR target/44241 (vms-crtl.h, vms-crtl-64.h need many more symbols)
Tristan Gingold
1
-15
/
+2
2011-06-27
alpha.c (alpha_end_function): Always generate .end directive on VMS.
Tristan Gingold
1
-1
/
+2
2011-06-16
re PR middle-end/46500 (target.h includes tm.h)
Joern Rennecke
1
-7
/
+11
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
1
-49
/
+1
2011-06-09
netbsd.h (ENABLE_EXECUTE_STACK): Remove.
Rainer Orth
1
-1
/
+1
2011-05-25
common.opt (flag_stack_usage_info): New variable.
Eric Botcazou
1
-1
/
+1
2011-05-03
alpha.c (alpha_init_builtins): Call build_function_type_list instead of build...
Nathan Froyd
1
-2
/
+2
2011-04-21
alpha.c (struct machine_function): Use rtx, not struct rtx_def *.
Joseph Myers
1
-1
/
+1
2011-04-21
target.def (legitimate_constant_p): New hook.
Richard Sandiford
1
-4
/
+5
2011-04-21
target.def (cannot_force_const_mem): Add a mode argument.
Richard Sandiford
1
-1
/
+1
2011-04-08
alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
Nathan Froyd
1
-1
/
+1
2011-03-30
reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...
Jeff Law
1
-1
/
+1
2011-03-29
alpha.c (alpha_sr_alias_set): Don't define.
Uros Bizjak
1
-18
/
+6
2011-03-24
alpha: Use byte-manipulation helper expanders more often.
Richard Henderson
1
-22
/
+26
2011-03-24
alpha: Remove all big-endian code.
Richard Henderson
1
-255
/
+92
2011-03-22
Avoid !TARGET_ABI_OPEN_VMS in favor of a positive test for TARGET_ABI_OSF.
Richard Henderson
1
-9
/
+11
2011-03-22
Remove alpha-winnt code from the backend.
Richard Henderson
1
-14
/
+4
2011-03-22
alpha.c (alpha_handle_option): Access target_flags via opts pointer.
Joseph Myers
1
-8
/
+6
2011-03-22
Remove alpha-unicosmk code from the backend.
Richard Henderson
1
-1132
/
+75
2011-03-22
target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...
Joseph Myers
1
-1
/
+11
2011-03-21
alpha.c (alpha_pad_noreturn): Do not emit an unop between a call and its CALL...
Uros Bizjak
1
-3
/
+13
2011-03-21
ChangeLog gcc/
Kai Tietz
1
-3
/
+4
2010-12-01
common.opt (main_input_filename, [...]): New Variable entries.
Joseph Myers
1
-1
/
+0
2010-11-29
system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
Joseph Myers
1
-1
/
+1
2010-11-22
target.def (conditional_register_usage): Define.
Nathan Froyd
1
-0
/
+14
2010-10-22
target.h (enum opt_levels, [...]): New.
Joseph Myers
1
-0
/
+10
2010-10-22
alpha.c (alpha_build_builtin_va_list): Use TYPE_STUB_DECL instead of TREE_CHAIN.
Nathan Froyd
1
-1
/
+1
2010-10-21
vms-unwind.h (alpha_vms_fallback_frame_state): Set signal_frame.
Tristan Gingold
1
-1
/
+1
2010-10-10
alpha.c (alpha_setup_incoming_varargs): Pass pointer to cum struct in the cal...
Uros Bizjak
1
-2
/
+2
2010-10-09
alpha-protos.h (function_arg): Delete.
Nathan Froyd
1
-73
/
+32
2010-10-04
flags.h (g_switch_value, [...]): Remove.
Joseph Myers
1
-7
/
+2
2010-09-28
Implement TARGET_BUILTIN_DECL for alpha.
Richard Henderson
1
-24
/
+45
2010-09-22
alpha.c (alpha_use_linkage): Initialize target field.
Tristan Gingold
1
-0
/
+1
2010-09-16
tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
Joseph Myers
1
-2
/
+9
2010-09-15
alpha.c (alpha_expand_prologue): If stack checking is enabled, probe up to fr...
Eric Botcazou
1
-11
/
+24
2010-08-30
Stack usage support
Eric Botcazou
1
-51
/
+29
2010-08-02
alpha.c (alpha_build_builtin_va_list): Mark __offset as volatile.
Uros Bizjak
1
-0
/
+4
2010-07-30
common.opt (-G): Don't define option here.
Joseph Myers
1
-0
/
+5
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-4
/
+4
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
[next]