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
2003-06-30
(BIGGEST_FIELD_ALIGNMENT): Make defintion constant.
Nick Clifton
1
-1
/
+1
2003-06-30
arm.c (arm_rtx_costs): Remove #if 0 block.
Ben Elliston
1
-30
/
+0
2003-06-28
builtins.c: Follow spelling conventions.
Kazu Hirata
2
-2
/
+2
2003-06-25
arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead of ADJUST_FIELD_ALIGN if IN_T...
Nick Clifton
1
-2
/
+11
2003-06-22
arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting 64-bit alig...
Richard Earnshaw
1
-1
/
+1
2003-06-22
arm.md (all call_value patterns): Remove register constraints on value operand.
Richard Earnshaw
1
-10
/
+10
2003-06-19
target.h (asm_out.file_start, [...]): New hooks.
Zack Weinberg
10
-113
/
+39
2003-06-18
config.gcc: Add an extra_header for ARM targets.
Nick Clifton
10
-181
/
+4583
2003-06-17
dbxout.c (dbxout_source_line_counter): New global variable.
Eric Botcazou
1
-3
/
+0
2003-06-15
alpha.md: Follow spelling conventions.
Kazu Hirata
4
-5
/
+5
2003-06-15
install.texi: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2003-06-14
rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
Roger Sayle
1
-2
/
+0
2003-06-14
re PR target/3724 ([ARM]Illegal instruction when profiling optimized code on ...
Richard Earnshaw
1
-0
/
+5
2003-06-14
re PR target/11183 ([arm] ICE in change_address_1 (3.3) / subreg_hard_regno (...
Richard Earnshaw
1
-0
/
+6
2003-06-14
re PR target/11183 ([arm] ICE in change_address_1 (3.3) / subreg_hard_regno (...
Richard Earnshaw
1
-2
/
+2
2003-06-13
arm.c (output_call_mem): If the address references the link-register use an i...
Richard Earnshaw
1
-39
/
+9
2003-06-11
Kaos support from Uwe Stieber
Uwe Stieber
2
-0
/
+48
2003-06-10
arm-proto.h: Convert to ISO C90 prototypes.
Richard Earnshaw
2
-938
/
+462
2003-06-10
Improve support for arm-wince-pe target:
Nick Clifton
4
-3
/
+78
2003-06-09
arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove cast to int.
Richard Earnshaw
1
-2
/
+2
2003-06-07
config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.
Zack Weinberg
3
-12
/
+15
2003-06-04
aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
Kaveh R. Ghazi
3
-5
/
+5
2003-06-04
config.gcc: Reorganize --with-cpu logic.
Daniel Jacobowitz
1
-0
/
+14
2003-06-04
alpha.c (print_operand_address): Fix format specifier warnings.
Kaveh R. Ghazi
2
-3
/
+3
2003-06-04
uwin.h: Remove SUBTARGET_PROLOGUE.
Andreas Jaeger
1
-1
/
+0
2003-06-03
configure.in (HAVE_LD_PIE): Check for ld -pie.
Jakub Jelinek
3
-3
/
+3
2003-06-02
arm.c (arm_use_dfa_pipeline_interface): Declare.
Ben Elliston
3
-116
/
+160
2003-05-18
c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.
Neil Booth
3
-3
/
+1
2003-05-16
alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...
Kaveh R. Ghazi
1
-4
/
+1
2003-05-16
Fix typo: LSM instead of LSYM.
Nick Clifton
1
-1
/
+1
2003-05-15
config.gcc: Purge all targets obsoleted in GCC 3.3.
Zack Weinberg
4
-138
/
+0
2003-05-15
arm.c (arm_is_xscale): Rename to arm_arch_xscale.
Philip Blundell
3
-14
/
+21
2003-05-15
re PR target/10730 ([arm] -O2 generates invalid asm)
Philip Blundell
1
-0
/
+6
2003-05-14
target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
Richard Sandiford
3
-16
/
+16
2003-05-13
arm.md (compare_scc): Use shorter sequence for EQ case.
Richard Earnshaw
1
-7
/
+109
2003-05-12
lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with '.'.
Richard Earnshaw
1
-81
/
+83
2003-05-12
Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
Jan Hubicka
3
-8
/
+8
2003-05-10
arm.md (DOM_CC_X_AND_Y, [...]): New constants.
Richard Earnshaw
3
-20
/
+84
2003-05-10
revert: vxxscale.h, [...]: New files.
Richard Kenner
4
-196
/
+0
2003-05-09
vxxscale.h, [...]: New files.
Olivier Hainque
4
-0
/
+196
2003-05-09
* arm.md (clzsi2): The CLZ instruction is predicable.
Richard Earnshaw
1
-1
/
+2
2003-04-28
* config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
Nick Clifton
1
-9
/
+0
2003-04-26
arm.c (arm_adjust_cost): Correct logic that tests the return values from reco...
Ben Elliston
1
-2
/
+2
2003-04-23
* arm.h (TARGET_OPTIONS): Add value field.
Richard Earnshaw
1
-7
/
+7
2003-04-20
target.h (encode_section_info): Add new argument carrying the RTL to be modif...
Zack Weinberg
3
-14
/
+8
2003-04-09
install.texi: Note that ARM toolchains need binutils 2.13 or newer.
Nick Clifton
3
-3
/
+26
2003-03-28
elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary globalize_label.
Alan Modra
1
-3
/
+2
2003-03-20
re PR target/10066 ([arm-linux] libjava build error on arm-linux)
Richard Earnshaw
1
-3
/
+11
2003-03-13
output_return_instruction: Simplyify test for avoiding type 2 LDMs.
Nick Clifton
1
-5
/
+1
2003-03-13
Remove redundant writeback test in previous delta.
Nick Clifton
1
-4
/
+7
[next]