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
/
arm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-02
arm.c (arm_legitimize_reload_address): Explain why plus_constant is not used.
Kyrylo Tkachov
1
-1
/
+5
2013-09-23
rtl.texi (REG_NOTES): Say that int_list can also be used.
Richard Sandiford
1
-3
/
+4
2013-09-18
arm.c (arm_get_frame_offsets): Validate architecture supports LDRD/STRD befor...
Richard Earnshaw
1
-3
/
+6
2013-09-18
arm.c (thumb1_reorg): Search for flag setting insn before branch in same basi...
Bin Cheng
1
-12
/
+26
2013-09-06
[AArch64, ARM] Rename the FCPYS type to FMOV
James Greenhalgh
1
-1
/
+1
2013-09-05
[AARCH64][Insn classification unification 3/N] ALU/shift types
James Greenhalgh
1
-5
/
+22
2013-09-05
arm.c (thumb2_emit_strd_push): Rewrite to use pre-decrement on initial store.
Richard Earnshaw
1
-95
/
+137
2013-09-05
[AArch64, AArch32][Insn classification refactoring 6/N] Remove "neon_type" at...
James Greenhalgh
1
-1
/
+2
2013-08-08
re PR target/56979 (ICE in output_operand: invalid operand for code 'P')
Richard Earnshaw
1
-1
/
+3
2013-08-01
arm.md (peepholes for eq (reg1) (reg2/imm)): Generate canonical plus rtx with...
Kyrylo Tkachov
1
-0
/
+10
2013-07-31
config.gcc (arm*-*-*): Add aarch-common.o to extra_objs.
Sofiane Naci
1
-246
/
+0
2013-07-25
arm.c (thumb1_size_rtx_costs): Assign proper cost for shift_add/shift_sub0/sh...
Terry Guo
1
-0
/
+9
2013-07-22
arm.md (attribute "insn"): Delete.
Sofiane Naci
1
-7
/
+12
2013-07-21
Fix typos.
Mike Stump
1
-1
/
+1
2013-07-18
arm.md (attribute "type"): Rename "simple_alu_imm" to "arlo_imm".
Sofiane Naci
1
-4
/
+6
2013-07-17
re PR target/57909 ([ARM] ICE with internal memcpy and -mno-unaligned-access)
Yvan Roux
1
-2
/
+10
2013-06-26
arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.
Greta Yorsh
1
-3
/
+16
2013-06-18
arm.c (neon_vector_mem_operand): Add strict argument.
Julian Brown
1
-5
/
+5
2013-06-07
re PR target/56315 (ARM: Improve use of 64-bit constants in logical operations)
Kyrylo Tkachov
1
-0
/
+1
2013-06-06
arm.c (arm_r3_live_at_start_p): New predicate.
Eric Botcazou
1
-18
/
+26
2013-06-05
arm.c (MAX_INSN_PER_IT_BLOCK): New macro.
Kyrylo Tkachov
1
-1
/
+10
2013-05-31
re PR target/56315 (ARM: Improve use of 64-bit constants in logical operations)
Kyrylo Tkachov
1
-0
/
+1
2013-05-30
arm-protos.h: Add and update function protos.
Xuepeng Guo
1
-2
/
+22
2013-05-30
arm.c (arm_add_cfa_adjust_cfa_note): New added.
Zhenqiang Chen
1
-18
/
+98
2013-05-30
This patch is a consolodation of the hash_table patches to the
Lawrence Crowl
1
-12
/
+25
2013-05-23
re PR debug/57351 (ICE: internal compiler error: in dbx_reg_number, at dwarf2...
Christian Bruel
1
-2
/
+1
2013-05-22
Fix PR target/57340 and additionally for PR target/19599.
Ramana Radhakrishnan
1
-3
/
+20
2013-05-16
Fix breakage with missing decl check for arm-none-eabi builds.
Ramana Radhakrishnan
1
-0
/
+1
2013-05-16
Internal memcpy using LDRD/STRD
Greta Yorsh
1
-0
/
+128
2013-05-15
Fix PR target/19599 - tailcall function pointers.
Ramana Radhakrishnan
1
-5
/
+5
2013-05-07
arm.c (arm_asan_shadow_offset): New function.
Christophe Lyon
1
-0
/
+12
2013-05-02
re PR rtl-optimization/56732 (ICE in advance_target_bb)
Greta Yorsh
1
-1
/
+2
2013-04-25
arm.c (neon_builtin_type_mode): Add T_V4HF.
Kyrylo Tkachov
1
-6
/
+54
2013-04-19
arm.c (load_multiple_sequence, [...]): Fix spelling in two comments.
Greta Yorsh
1
-2
/
+2
2013-04-19
re PR target/56797 (internal compiler error: in extract_insn, at recog.c:2150)
Greta Yorsh
1
-0
/
+7
2013-04-17
2013-04-17 Greta Yorsh <Greta.Yorsh at arm.com>
Greta Yorsh
1
-0
/
+4
2013-04-16
Prologue/epilogue using STRD/LDRD in ARM mode
Greta Yorsh
1
-2
/
+288
2013-04-15
arm.c (const_ok_for_dimode_op): Handle AND case.
Kyrylo Tkachov
1
-0
/
+3
2013-04-15
* config/arm/arm.c (thumb_far_jump_used_p): Fix typo in comments.
Joey Ye
1
-2
/
+2
2013-04-15
arm.c (thumb1_final_prescan_insn): Assert lr save for real far jump.
Joey Ye
1
-0
/
+27
2013-04-12
arm.c (gen_operands_ldrd_strd): Initialize "base".
Greta Yorsh
1
-1
/
+1
2013-04-05
peep-ldrd-1.c: New test.
Greta Yorsh
1
-1
/
+273
2013-04-05
arm.c (arm_expand_builtin): Change fcode type to unsigned int.
Kyrylo Tkachov
1
-1
/
+1
2013-04-04
arm-protos.h (arm_builtin_vectorized_function): New function prototype.
Kyrylo Tkachov
1
-0
/
+61
2013-04-04
arm_neon_builtins.def: New file.
Kyrylo Tkachov
1
-196
/
+49
2013-04-03
re PR target/56809 (Revision 197266 causes trunk ICE for arm-none-eabi targets)
Kyrylo Tkachov
1
-4
/
+4
2013-04-02
Add support for Cortex-A53.
Ian Caulfield
1
-0
/
+1
2013-03-30
cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.
Steven Bosscher
1
-5
/
+1
2013-03-29
cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...
Steven Bosscher
1
-5
/
+2
2013-03-27
re PR target/56102 (Wrong rtx cost calculated for Thumb1)
Bin Cheng
1
-3
/
+14
[next]