index
:
rocket-tools/riscv-gnu-toolchain/spike.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
rvv: index register doesn't care about NF
sifive/rvv0.9-phase2
Chih-Min Chao
1
-3
/
+1
2020-05-27
rvv: fix ext alignment checking for src and dst
Chih-Min Chao
1
-0
/
+2
2020-05-27
rvv: v[z|s]ext: remove redundant requires
Dave.Wen
1
-2
/
+0
2020-05-25
sf: fix f16_to_ui8
Chih-Min Chao
1
-1
/
+1
2020-05-25
rvv: add e8 type for scale
Chih-Min Chao
2
-3
/
+18
2020-05-25
softfloat: FIXME quick work around to pass the compilation. Not guarantee the...
Dave.Wen
1
-1
/
+1
2020-05-25
softfloat: add f16_to_[u]i8 into targets
Dave.Wen
1
-0
/
+2
2020-05-25
rvv: fix wrong vill checking
Chih-Min Chao
7
-6
/
+9
2020-05-24
rvv: support [u]i8 type
Chih-Min Chao
16
-3
/
+59
2020-05-24
sf: add f16_to_[u]i8 interface
Chih-Min Chao
4
-0
/
+116
2020-05-24
rvv: add missing lmul/vsew/elen checking
Chih-Min Chao
1
-1
/
+6
2020-05-22
rvv: disasm: fix vsetvli
Chih-Min Chao
1
-1
/
+1
2020-05-22
rvv: totally remove vlmul field
Chih-Min Chao
2
-26
/
+6
2020-05-22
rvv: remove remove vlmul
Chih-Min Chao
10
-31
/
+29
2020-05-21
rvv: dont't handle slen != vlen
Chih-Min Chao
1
-8
/
+1
2020-05-21
rvv: remove duplicated CI_BI macro
Chih-Min Chao
1
-10
/
+2
2020-05-21
rvv: refine comparision checking
Chih-Min Chao
1
-8
/
+6
2020-05-21
rvv: remove vmlen
Chih-Min Chao
18
-49
/
+40
2020-05-21
rvv: refine vl length and elemnet size checking
Chih-Min Chao
5
-9
/
+8
2020-05-21
rvv: update the exception rules for v[m]adc/v[m]sbc
Dave.Wen
1
-4
/
+12
2020-05-21
rvv: fix index load/store emul/nf checking
Chih-Min Chao
1
-0
/
+1
2020-05-21
rvv: fix vms[bio]f.m checking rule
Chih-Min Chao
3
-9
/
+12
2020-05-21
rvv: src can't overlap dst for ext
Chih-Min Chao
1
-0
/
+1
2020-05-21
rvv: fix index checking
Chih-Min Chao
1
-1
/
+5
2020-05-21
rvv: v[z|s]ext
Dave.Wen
1
-40
/
+6
2020-05-21
rvv: index should align vemul
Chih-Min Chao
1
-1
/
+1
2020-05-21
rvv: fix atomic
Chih-Min Chao
1
-3
/
+9
2020-05-20
wip: v[z|s]ext
Dave.Wen
1
-6
/
+47
2020-05-20
rvv: fix index load/store
Chih-Min Chao
1
-26
/
+24
2020-05-20
rvv: refine st_index
Chih-Min Chao
9
-192
/
+18
2020-05-20
rvv: refine ld_index
Chih-Min Chao
5
-98
/
+14
2020-05-20
add configurable LR/SC reservation set
Dave.Wen
7
-11
/
+96
2020-05-20
rvv: make overlap handling zero size
Chih-Min Chao
1
-4
/
+5
2020-05-20
rvv: remove debug
Chih-Min Chao
1
-1
/
+0
2020-05-20
rvv: fix out of range checking unit/strided
Chih-Min Chao
1
-3
/
+3
2020-05-20
rvv: wrap vm checking
Chih-Min Chao
1
-14
/
+8
2020-05-20
rvv: refine overlapd and align checking
Chih-Min Chao
1
-38
/
+43
2020-05-19
fix clang compile error wthin FDT parsing
Scott Beamer
2
-7
/
+7
2020-05-19
Hardwire mstatus.[sie,spie] to zero if 'S' mode absent
Udit Khanna
1
-3
/
+2
2020-05-19
Implement coarse-grain PMP matching logic
Andrew Waterman
1
-6
/
+6
2020-05-19
Implement CSR read/write behavior for coarse-grain PMP
Andrew Waterman
2
-2
/
+11
2020-05-19
Implement configurable PMP count
Andrew Waterman
1
-6
/
+16
2020-05-19
Disable PMP checks when configuration includes zero PMP registers
Andrew Waterman
1
-1
/
+1
2020-05-19
Support consuming PMP number and granularity from DTB
Andrew Waterman
3
-0
/
+37
2020-05-19
Rename n_pmp constant to max_pmp
Andrew Waterman
3
-12
/
+12
2020-05-19
fdt: add pmp granularity function
Chih-Min Chao
2
-3
/
+25
2020-05-19
fdt: add pmp parsing helper
Chih-Min Chao
2
-1
/
+17
2020-05-19
fdt: restructure dtb create and config flow
Chih-Min Chao
3
-20
/
+51
2020-05-19
fdt: option: add --dtb option to specify dtb binary file
Chih-Min Chao
3
-2
/
+25
2020-05-19
fdt: add clint base address parsing helper
Chih-Min Chao
2
-0
/
+65
[next]