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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-07
aarch-cost-tables.h (cortexa53_extra_cost): Increase idiv cost.
Tamar Christina
1
-1
/
+1
2017-06-06
Remove aarch32 support for falkor/qdf24xx, not in released hardware.
Jim Wilson
11
-194
/
+3
2017-06-06
[ARM] Rename *_compute_save_reg_mask ()
Thomas Preud'homme
1
-9
/
+9
2017-06-05
[ARM] Complete legend for ARM register allocation in arm.h
Thomas Preud'homme
1
-1
/
+1
2017-05-30
Fix ARM bootstrap failure due to an odd warning:
Wilco Dijkstra
1
-3
/
+3
2017-05-24
[ARM] Fix typo in comment in arm_expand_prologue
Thomas Preud'homme
1
-1
/
+1
2017-05-17
Fix comment for cmse_nonsecure_call_clear_caller_saved
Thomas Preud'homme
1
-3
/
+4
2017-05-16
Committed on behalf of Matthew Wahab
Matthew Wahab
2
-2
/
+74
2017-05-12
[ARM] Add missing TARGET_32BIT conditional to movsi
Prakhar Bahuguna
1
-2
/
+2
2017-05-08
target.def (compute_frame_layout): New optional target hook.
Bernd Edlinger
1
-9
/
+25
2017-05-05
[ARM] Allow combination of aprofile and rmprofile multilibs
Thomas Preud'homme
3
-46
/
+83
2017-05-05
[ARM] PR71607: Fix ICE when loading constant
Andre Vieira
3
-11
/
+56
2017-05-05
Code scheduling for Cortex-A53 isn't as good as it could be.
Wilco Dijkstra
3
-0
/
+48
2017-05-04
[ARM] Enable Purecode for ARMv8-M Baseline
Prakhar Bahuguna
2
-31
/
+53
2017-05-04
[ARM] Rename FPSCR builtins to correct names
Prakhar Bahuguna
1
-2
/
+2
2017-05-03
[ARM] Set mode for success result of atomic compare and swap
Thomas Preud'homme
3
-14
/
+36
2017-04-25
re PR target/77728 (Miscompilation multiple vector iteration on ARM)
Ramana Radhakrishnan
1
-17
/
+61
2017-04-20
[ARM] Fix type for .init_array.* and .fini_array.* sections
Thomas Preud'homme
1
-1
/
+1
2017-04-11
[arm] PR 80389 - if architecture and cpu mismatch, don't print an architectur...
Richard Earnshaw
1
-2
/
+2
2017-04-10
[ARM] Add source mode to coprocessor pattern SETs
Kyrylo Tkachov
1
-2
/
+2
2017-04-07
ARM: Introduce ARM_DEFAULT_SHORT_ENUMS
Sebastian Huber
3
-2
/
+9
2017-04-04
[ARM] Fix small multiply feature
Thomas Preud'homme
1
-0
/
+3
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
1
-1
/
+1
2017-03-23
[ARM] PR target/71436: Restrict *load_multiple pattern till after LRA
Kyrylo Tkachov
1
-1
/
+4
2017-03-22
Fix PR80082: LDRD erronously used for 64bit load on ARMv7-R
Thomas Preud'homme
4
-8
/
+8
2017-03-13
[ARM] PR target/79911: Invalid vec_select arguments
Kyrylo Tkachov
1
-24
/
+26
2017-03-11
Remove trailing period from various diagnostic messages (PR translation/79923)
David Malcolm
1
-1
/
+1
2017-02-28
[ARM] Fix PR79742 incorrect scheduler choice.
Richard Earnshaw
3
-113
/
+232
2017-02-21
re PR ada/67205 (eliminate No_Implicit_Dynamic_Code restriction violations)
Eric Botcazou
1
-1
/
+31
2017-02-14
[ARM] PR rtl-optimization/68664 Implement TARGET_SCHED_CAN_SPECULATE_INSN hook
Kyrylo Tkachov
1
-0
/
+33
2017-02-13
[ARM] Fix assembly comment syntax in -mprint-tune-info
Kyrylo Tkachov
1
-24
/
+33
2017-02-10
[ARM,AArch64] more poly64 intrinsics and tests
Christophe Lyon
1
-0
/
+27
2017-01-30
re PR target/79260 (missing header files for plugins: arm-isa.h, arm-flags.h)
Richard Earnshaw
1
-2
/
+0
2017-01-27
[ARM] Fix PR target/79239 - unrecognized insn after pragma gcc pop_options
Richard Earnshaw
1
-19
/
+12
2017-01-26
update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...
Jakub Jelinek
1
-1
/
+1
2017-01-25
[ARM] PR target/79145 Fix xordi3 expander for immediate operands in iWMMXt
Kyrylo Tkachov
1
-1
/
+8
2017-01-24
re PR target/77439 (wrong code for sibcall with longcall, APCS frame and VFP)
Eric Botcazou
1
-0
/
+8
2017-01-20
[ARM] PR target/71270 fix neon_valid_immediate for big-endian
Kyrylo Tkachov
1
-0
/
+6
2017-01-11
My previous change to the Cortex-A53 scheduler resulted in a 13% regression o...
Wilco Dijkstra
1
-11
/
+26
2017-01-11
arm_neon.h: Add __artificial__ and gnu_inline to all inlined functions, chang...
Tamar Christina
1
-2254
/
+4508
2017-01-11
[ARM] PR target/78253 Call weak function instead of strong when called throug...
Christophe Lyon
1
-3
/
+13
2017-01-11
[arm] Replace command-line option .def files with single definition file
Richard Earnshaw
15
-549
/
+4645
2017-01-10
fuchsia-elf.h: New file.
Joshua Conner
1
-0
/
+31
2017-01-06
[ARM] Implement support for ACLE Coprocessor MCRR and MRRC intrinsics
Andre Vieira
7
-0
/
+120
2017-01-06
[ARM] Implement support for ACLE Coprocessor MCR and MRC intrinsics
Andre Vieira
7
-0
/
+115
2017-01-06
[ARM] Implement support for ACLE Coprocessor LDC and STC intrinsics
Andre Vieira
9
-0
/
+210
2017-01-06
[ARM] Implement support for ACLE Coprocessor CDP intrinsics
Andre Vieira
11
-24
/
+131
2017-01-06
[ARM] Move CRC builtins to refactored framework
Andre Vieira
2
-69
/
+110
2017-01-06
[ARM] Refactor NEON builtin framework to work for other builtins
Andre Vieira
1
-57
/
+72
2017-01-01
Update copyright years.
Jakub Jelinek
105
-107
/
+107
[next]