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
/
config
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
driver-arm.c (arm_cpu_table): Add Cortex-A7.
Kyrylo Tkachov
1
-0
/
+1
2012-12-17
arm.md (zero_extend<mode>di2): Add extra alternatives for NEON registers.
Andrew Stubbs
3
-9
/
+76
2012-12-17
arm.md (type): Add "simple_alu_shift" to attribute "type".
Greta Yorsh
17
-74
/
+33
2012-12-13
unspecs.md: Add copyright notice.
Kyrylo Tkachov
1
-0
/
+20
2012-12-11
re PR target/55642 (Invalid thumb code generated ("thumb conditional instruct...
Kyrylo Tkachov
1
-0
/
+2
2012-12-10
neon.ml (opcode): Add Vrintn, Vrinta, Vrintp, Vrintm, Vrintz to type.
Kyrylo Tkachov
5
-3
/
+121
2012-12-06
arm.c (neon_itype): Define NEON_RINT enum element.
Kyrylo Tkachov
6
-252
/
+294
2012-12-05
tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.
Steven Bosscher
1
-1
/
+2
2012-12-04
arm.opt (cirrus-fix-invalid-insns): Delete option.
Richard Earnshaw
1
-4
/
+0
2012-11-30
For attribute named "type", subdivide "alu" into "alu_reg" and "simple_alu_imm".
Ramana Radhakrishnan
19
-145
/
+277
2012-11-29
re PR target/55073 (Wrong Neon code generation at -O2 caused by -fschedule-in...
Richard Earnshaw
1
-15
/
+54
2012-11-29
re PR target/54974 ([ARM] [thumb] Incorrect placement of constant pools)
Matthew Gretton-Dann
4
-24
/
+36
2012-11-27
arm.c (thumb1_reorg): New function.
Bin Cheng
2
-38
/
+65
2012-11-26
arm.h (TARGET_FPU_ARMV8): New macro.
Kyrylo Tkachov
4
-6
/
+63
2012-11-26
arm.h (TARGET_LDRD): Reject Thumb1 targets.
Greta Yorsh
1
-1
/
+3
2012-11-22
arm.md (*arm_abssi2): Define predicable attribute.
Kyrylo Tkachov
2
-4
/
+4
2012-11-21
* config/arm/arm-cores.def (cortex-m1, cortex-m0)
Bin Cheng
4
-15
/
+51
2012-11-20
t-linux-eabi: Define MULTIARCH_DIRNAME for linux target.
Matthias Klose
1
-1
/
+4
2012-11-13
arm.c (arm_emit_coreregs_64bit_shift): Fix comment.
Andrew Stubbs
4
-8
/
+249
2012-10-23
arm.c (offset_ok_for_ldrd_strd): Return false for Thumb1.
Greta Yorsh
1
-1
/
+1
2012-10-23
dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.
Vladimir Makarov
1
-2
/
+2
2012-10-23
re PR target/55019 (Incorrectly use live argument register to save high regis...
Terry Guo
1
-1
/
+7
2012-10-22
arm.h (CANNOT_CHANGE_MODE_CLASS): Avoid subreg'ing VFP D registers in big-end...
Julian Brown
1
-2
/
+9
2012-10-22
arm.c (thumb2_emit_ldrd_pop): New function.
Sameera Deshpande
1
-1
/
+147
2012-10-22
arm.c (thumb2_emit_strd_push): New function.
Sameera Deshpande
1
-2
/
+139
2012-10-22
arm-protos.h (offset_ok_for_ldrd_strd): New declaration.
Sameera Deshpande
5
-1
/
+175
2012-10-19
re PR target/54892 (, ICE in extract_insn, at recog.c:2123)
Zhenqiang Chen
1
-2
/
+2
2012-10-18
A15 neon description.
Matthew Gretton-Dann
2
-16
/
+1233
2012-10-18
Add support for fma intrinsics for ARM.
Matthew Gretton-Dann
7
-5
/
+143
2012-10-18
Add basic armv8-a support
Matthew Gretton-Dann
6
-21
/
+56
2012-10-17
arm.md (UNSPEC_PROLOGUE_USE): Rename this...
Greta Yorsh
2
-11
/
+11
2012-10-16
loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.
Joern Rennecke
1
-1
/
+2
2012-10-12
arm.md (get_thread_pointersi): Moved to place with other TLS related patterns.
Chung-Lin Tang
1
-9
/
+10
2012-10-11
builtins.c (expand_builtin_thread_pointer): New.
Chung-Lin Tang
3
-22
/
+11
2012-10-11
arm.c (arm_arch6m): New variable to denote armv6-m architecture.
Terry Guo
2
-1
/
+8
2012-09-21
arm.c (arm_mangle_type): Don't warn anymore that 4.4 has changed the `va_list...
Matthias Klose
1
-10
/
+1
2012-09-20
s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.
Dehao Chen
1
-1
/
+1
2012-09-17
linux-elf.h (LINUX_TARGET_LINK_SPEC): Suppress the dynamic linker commands fo...
Ben Cheng
1
-2
/
+3
2012-09-17
arm.c (arm_rtx_costs_1): Handle vec_extract and vec_set patterns.
Ulrich Weigand
3
-44
/
+83
2012-09-17
arm.c (output_move_neon): Update comment.
Ramana Radhakrishnan
2
-23
/
+53
2012-09-17
vfp.md (*thumb2_movdf_vfp): Require one of the operands to be a register.
Ruben Buchatskiy
1
-1
/
+3
2012-09-13
arm.md (arm_rev): Factorize thumb1, thumb2 and arm variants for rev instructi...
Christophe Lyon
1
-14
/
+43
2012-09-11
Add support for vectorized fma.
Ramana Radhakrishnan
1
-0
/
+27
2012-09-06
arm.c: Use CONST_INT_P...
Kyrylo Tkachov
7
-382
/
+379
2012-09-05
hooks.c (hook_int_rtx_mode_as_bool_0): New function.
Oleg Endo
1
-2
/
+3
2012-09-04
re PR target/45070 (Miscompiled c++ class with packed attribute on ARM with -...
Bin Cheng
1
-4
/
+4
2012-09-04
arm.c (arm_expand_builtin): Replace gen_rtx_CONST_INT by GEN_INT.
Christophe Lyon
1
-9
/
+8
2012-09-04
arm.c (arm_evpc_neon_vext): New function.
Christophe Lyon
1
-0
/
+72
2012-08-31
arm.c (arm_expand_epilogue): Remove unused variable floats_from_frame.
Greta Yorsh
1
-13
/
+1
2012-08-30
re PR target/54252 (Bad alignment code generated for Neon loads)
Ramana Radhakrishnan
1
-30
/
+39
[next]