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
/
nds32
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-06
[NDS32] Add hard float support.
Monk Chiang
14
-312
/
+2755
2018-04-05
[NDS32] Fine-tune memory address type.
Shiva Chen
3
-6
/
+18
2018-04-05
[NDS32] Add constraint for lwi45.fe instruction.
Shiva Chen
5
-9
/
+33
2018-04-05
[NDS32] Generate alu-shift instructions only for -Os.
Chung-Ju Wu
1
-10
/
+10
2018-04-05
[NDS32] Add divsi4 and udivsi4 patterns.
Chung-Ju Wu
1
-0
/
+20
2018-04-05
[NDS32] Refine negsi2 pattern.
Chung-Ju Wu
1
-5
/
+5
2018-04-05
[NDS32] Refine bit-wise operation and shift patterns.
Kito Cheng
6
-111
/
+225
2018-04-05
[NDS32] The add and sub pattens should only accept si mode.
Chung-Ju Wu
1
-8
/
+8
2018-04-05
[NDS32] Fine-tune predicator for alu-shift patterns.
Chung-Ju Wu
1
-12
/
+12
2018-04-05
[NDS32] Adjust asm patterns indention.
Chung-Ju Wu
1
-19
/
+19
2018-04-05
[NDS32] Add new instruction attribute: feature.
Kito Cheng
1
-16
/
+53
2018-04-05
[NDS32] Add subtype attribute for instructions.
Chung-Ju Wu
1
-7
/
+15
2018-04-04
[NDS32] Restrict mov pattern that has at least one register operand.
Kito Cheng
2
-2
/
+4
2018-04-04
[NDS32] Implement movmisalignsi and movmisaligndi pattern.
Kito Cheng
1
-0
/
+21
2018-04-04
[NDS32] Merge movqi and movhi patterns.
Chung-Ju Wu
1
-13
/
+12
2018-04-04
[NDS32] Refine movcc, cmov, cstore and cbranch patterns.
Chung-Ju Wu
5
-918
/
+1228
2018-04-04
[NDS32] Refine instruction type attribute.
Kito Cheng
3
-42
/
+45
2018-04-04
[NDS32] Change enabled attribute to yes/no instead of 1/0.
Chung-Ju Wu
1
-11
/
+11
2018-04-04
[NDS32] Refine implementation of sibcall patterns.
Chung-Ju Wu
5
-57
/
+114
2018-04-02
[NDS32] Implement TARGET_CANONICALIZE_COMPARISON for specific cases.
Chung-Ju Wu
1
-0
/
+42
2018-04-01
[NDS32] Add relax optimization as new pass.
Chung-Ju Wu
8
-3
/
+426
2018-04-01
[NDS32] Correct the dependency in t-nds32.
Kito Cheng
1
-24
/
+93
2018-04-01
[NDS32] Implement PROFILE_HOOK.
Chung-Ju Wu
1
-1
/
+9
2018-04-01
[NDS32] Change wchar type to unsinged int.
Chung-Ju Wu
1
-2
/
+2
2018-03-28
[NDS32] Adjust BRANCH_COST to prevent too much jump when compile with -Os.
Chung-Ju Wu
1
-1
/
+1
2018-03-18
[NDS32] Fix wrong MAX_REGS_PER_ADDRESS value.
Chung-Ju Wu
1
-1
/
+1
2018-03-18
[NDS32] Define LOGICAL_OP_NON_SHORT_CIRCUIT.
Chung-Ju Wu
1
-0
/
+4
2018-03-18
[NDS32] Define CLZ_DEFINED_VALUE_AT_ZERO.
Chung-Ju Wu
1
-0
/
+5
2018-03-17
[NDS32] Implment ADJUST_REG_ALLOC_ORDER for performance requirement.
Chung-Ju Wu
3
-0
/
+40
2018-03-17
[NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.
Kito Cheng
1
-9
/
+13
2018-03-17
[NDS32] Optimize nds32_register_priority.
Chung-Ju Wu
1
-3
/
+18
2018-03-12
[NDS32] Implement TARGET_MD_ASM_ADJUST hook.
Chung-Ju Wu
1
-0
/
+14
2018-03-12
[NDS32] Refine prologue and epilogue code generation.
Monk Chiang
3
-309
/
+238
2018-03-11
[NDS32] Add new option -mvh.
Kito Cheng
2
-0
/
+6
2018-03-11
[NDS32] Add new function nds32_cpu_cpp_builtins and use it for TARGET_CPU_CPP...
Kito Cheng
3
-32
/
+53
2018-03-11
[NDS32] Implement strlensi pattern.
Kito Cheng
3
-0
/
+77
2018-03-11
[NDS32] Add intrinsic function for ffb, ffmism and flmism.
Monk Chiang
4
-0
/
+60
2018-03-05
[NDS32] Implment setmem pattern.
Kito Cheng
3
-0
/
+439
2018-03-04
[NDS32] Rename nds32_expand_movmemqi to nds32_expand_movmemsi and rewrite its...
Kito Cheng
3
-56
/
+399
2018-03-04
[NDS32] Refine load_multiple and store_multiple.
Kito Cheng
5
-23
/
+3464
2018-03-04
[NDS32] Add load_multiple,store_multiple and new attribute combo.
Kito Cheng
2
-31
/
+51
2018-03-03
[NDS32] Change to large model by default.
Chung-Ju Wu
1
-1
/
+1
2018-03-03
[NDS32] Add intrinsic functions for unalignment memory access.
Kito Cheng
8
-0
/
+503
2018-03-03
[NDS32] Rewrite infrastructure for intrinsic.
Monk Chiang
4
-139
/
+288
2018-02-26
[NDS32] Do not use multiple load/store instructions for volatile memory access.
Kito Cheng
1
-2
/
+6
2018-02-26
[NDS32] Basic support for -mcpu= and --with-cpu= options.
Kito Cheng
2
-0
/
+17
2018-01-03
Update copyright years.
Jakub Jelinek
27
-27
/
+27
2017-12-16
poly_int: IN_TARGET_CODE
Richard Sandiford
9
-0
/
+18
2017-12-15
tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...
Jakub Jelinek
1
-14
/
+14
2017-12-08
arc.c (arc_attribute_table): Add exclusions to the comment.
Jakub Jelinek
1
-1
/
+2
[prev]
[next]