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
/
h8300
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-09
[committed] Improve single bit zero extraction on H8.
Jeff Law
1
-2
/
+68
2023-11-02
[committed] Improve H8 sequences for single bit sign extractions
Jeff Law
1
-0
/
+91
2023-08-09
targhooks: Extend legitimate_address_p with code_helper [PR110248]
Kewen Lin
1
-1
/
+2
2023-06-04
Convert H8 port to LRA
Jeff Law
3
-34
/
+1
2023-05-18
gcc/config/*: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-1
/
+1
2023-05-10
Fix a couple constraints on the H8 in preparation for LRA conversion
Jeff Law
1
-2
/
+2
2023-05-09
Eliminate more comparisons on the H8 port
Jeff Law
1
-1
/
+13
2023-04-20
arch: Use VIRTUAL_REGISTER_P predicate.
Uros Bizjak
1
-2
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
14
-15
/
+15
2022-10-28
Fix signed vs unsigned issue in H8 port
Jeff Law
2
-2
/
+2
2022-10-17
Fix bogus RTL on the H8.
Jeff Law
2
-41
/
+69
2022-10-17
More infrastructure to avoid bogus RTL on H8.
Jeff Law
3
-0
/
+35
2022-10-17
Add missing splitter for H8
Jeff Law
1
-0
/
+18
2022-10-16
Add new constraints for upcoming autoinc fixes
Jeff Law
2
-0
/
+37
2022-10-16
Rename "z" constraint to "Zz" on the H8/300
Jeff Law
2
-5
/
+5
2022-10-15
Fix bug in register move costing on H8/300
Jeff Law
1
-1
/
+1
2022-10-01
Improve Z flag handling on H8
Jeff Law
2
-0
/
+269
2022-01-17
Change references of .c files to .cc files
Martin Liska
3
-7
/
+7
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-0
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
14
-15
/
+15
2021-09-05
Improve handling of C bit for setcc insns
Jeff Law
2
-3
/
+120
2021-08-27
Support limited setcc for H8
Jeff Law
5
-35
/
+89
2021-08-23
Add tailcall/sibcall support to the H8
Jeff Law
4
-7
/
+108
2021-08-20
Further improvements to constant shifts for the H8
Jeff Law
1
-6
/
+32
2021-08-16
Improve SImode shifts for H8
Jeff Law
1
-16
/
+53
2021-08-15
Improve many SImode shifts on the H8/300H
Jeff Law
1
-11
/
+41
2021-07-29
Reinstate branch-on-bit insns for H8
Jeff Law
4
-74
/
+61
2021-07-08
Further improvements to H8 variable shift patterns
Jeff Law
1
-5
/
+9
2021-07-06
Use H8 nop moves as tst insns
Jeff Law
2
-4
/
+25
2021-07-05
Remove redundant compare in shift loop on H8
Jeff Law
1
-6
/
+16
2021-07-02
Use shift instructions to eliminate redundant compare/test instructions on th...
Jeff Law
3
-59
/
+116
2021-07-02
Preparing to use shifts to eliminate redundant test/compare insns on H8
Jeff Law
3
-95
/
+85
2021-06-25
Use right shifts to eliminate redundant test/compare insns on the H8
Jeff Law
1
-3
/
+4
2021-06-23
Use more logicals to eliminate useless test/compare instructions
Jeff Law
3
-95
/
+55
2021-06-18
[committed] More useless code elimination on the H8
Jeff Law
2
-2
/
+22
2021-06-13
[committed] More improvements to H8 logicals for test/compare elimination
Jeff Law
2
-29
/
+43
2021-06-10
Use memory loads and extensions to eliminate redundant test/compare insns
Jeff Law
2
-7
/
+9
2021-06-08
Further improve redundant test/compare removal on the H8
Jeff Law
1
-25
/
+16
2021-06-07
Use moves to eliminate redundant test/compare instructions
Jeff Law
1
-9
/
+44
2021-06-05
Fix split conditions in H8/300 port
Jeff Law
11
-91
/
+91
2021-06-02
Fix minor bugs in H8 port logical ops. Prepare for more compare/test removal
Jeff Law
5
-64
/
+55
2021-05-29
[committed][PR bootstrap/100730] Fix warnings in H8 target files
Jeff Law
1
-7
/
+22
2021-05-04
Remove CC0
Segher Boessenkool
3
-955
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
14
-15
/
+15
2020-12-01
Use add/sub/neg insns to eliminate compare/test insns on H8
Jeff Law
3
-20
/
+77
2020-11-30
Remove dead cc0 code from H8 port
Jeff Law
8
-607
/
+100
2020-11-23
Adjust rtx_costs for h8300
Jeff Law
1
-0
/
+10
2020-11-22
H8 cc0 conversion
Austin Law
23
-1172
/
+2834
2020-11-22
Partially revert recent H8 patch for conditional branches
Jeff Law
1
-25
/
+41
2020-11-18
Minor H8 shift code generation change in preparation for cc0 removal
Jeff Law
4
-18
/
+82
[next]