index
:
riscv-tools/riscv-opcodes.git
confprec
debug
incoresemi-migration-to-new-format
llvm-encodings
master
mvp
riscv-bitmanip
rnmi
rvv
v
vadc
wfmi
zfh
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
/
parse.py
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Enable Pylint in CI and fix its errors (#311)
Tim Hutt
1
-1
/
+1
13 days
Add static type hints
Tim Hutt
1
-9
/
+14
13 days
Generate JSON instead of YAML
Tim Hutt
1
-4
/
+3
2024-10-27
Minor simplification of Python boolean
Tim Hutt
1
-3
/
+1
2024-10-27
optimized the for loop for extensions and targets usage
IIITM-Jay
1
-4
/
+5
2024-10-27
added pseudo flag
IIITM-Jay
1
-2
/
+11
2024-10-25
clean up codes for refactoring parsing logic
IIITM-Jay
1
-107
/
+54
2024-10-20
Pre commit Fixes
IIITM-Jay
1
-1
/
+1
2024-10-20
Merge branch 'master' into latex-based-output-refactor
Jay Dev Jha
1
-1
/
+1
2024-10-11
rectified issues for parsing correctly
Jay Dev Jha
1
-1
/
+1
2024-10-09
removed walrus operator
IIITM-Jay
1
-42
/
+57
2024-10-09
Split hinval.vvma and hinval.gvma from rv_svinval to rv_svinval_h
Xuan Hu
1
-1
/
+1
2024-10-05
Apply pre-commit fixes
Tim Hutt
1
-336
/
+486
2024-10-01
Avoid use of walrus operator for python 3.6 compatibility
Andrew Waterman
1
-1
/
+2
2024-09-30
Move INSN_FIELD sanitation to appropriate place
Andrew Waterman
1
-4
/
+2
2024-09-30
Rename _EQU_ to _EQ_ in INSN_FIELD_RS2_EQU_RS1
Andrew Waterman
1
-1
/
+1
2024-09-30
Solve issue #284
Afonso Oliveira
1
-4
/
+11
2024-09-17
Refactored and Optimized Logic:: Parser Logic, Latex Based Output & Shared Mo...
IIITM-Jay
1
-1081
/
+101
2024-08-31
Added Distinction between Instructions and Pseudo-instructions with the same ...
Afonso Oliveira
1
-4
/
+7
2024-08-28
Added Pseudo-instructions from F and D. Allow for instructions to have a spec...
Afonso Oliveira
1
-9
/
+20
2024-07-31
Expand nf fields in instr_dict.yaml
Milosz Moscicki
1
-1
/
+34
2024-07-17
[Fix] Fix Missing Extensions in Pseudo Instructions
Nyembezi Nyirongo
1
-0
/
+7
2024-07-15
Merge pull request #258 from moscickimilosz/parse_windows_fix
Andrew Waterman
1
-3
/
+3
2024-07-14
Eliminate SyntaxWarning: invalid escape sequence '\s'
xyyy1420
1
-2
/
+2
2024-07-09
Fix python script on windows
Milosz Moscicki
1
-3
/
+3
2024-06-27
Include rs1 values in Go instruction opcodes. (#254)
Joel Sing
1
-1
/
+3
2024-05-15
Fix typos in parse.py (#247)
Patrick Yingxi Pan
1
-3
/
+3
2024-05-01
Correctly detect overlapping encodings
Andrew Waterman
1
-11
/
+34
2024-05-01
Remove RV128 for now
Andrew Waterman
1
-3
/
+1
2023-05-02
Merge pull request #167 from Lucas-Wye/master
Neel Gala
1
-2
/
+28
2023-05-01
Support for Zvk, Vector Cryptography Extensions
Eric Gouriou
1
-4
/
+1
2023-04-07
Fix merging of instructions with the same name
dramforever
1
-6
/
+8
2023-03-17
use val instead of def
Lucas-Wye
1
-5
/
+1
2023-03-10
change the generation part of chisel
Lucas-Wye
1
-2
/
+32
2023-01-26
Update encoding.h.out's copyright year.
Aaron Durbin
1
-1
/
+1
2023-01-14
indenting logs for better readability
Neel Gala
1
-2
/
+2
2023-01-14
fix regex fpr pseudo op lookup to ensure that we don't hit on substrings
Neel Gala
1
-1
/
+1
2023-01-12
Emit SLLI_RV128 etc. (and SLLI_RV32 etc. while we're at it)
Andrew Waterman
1
-1
/
+4
2023-01-04
Update README
Babu P S
1
-2
/
+2
2022-10-05
support import parse.py from other python script.
Jiuyang Liu
1
-14
/
+16
2022-08-28
Make path to encoding.h relative to script (#141)
Florian Zaruba
1
-1
/
+1
2022-08-23
Add copyright holder to the generated file (#140)
Antonio Borneo
1
-0
/
+2
2022-08-18
Change to BSD-3-Clause license, and copyright holder. (#139)
Tim Newsome
1
-1
/
+1
2022-08-04
fix extension merge and add name and encoding conflict checking (#116)
Lehua Ding
1
-5
/
+33
2022-07-22
Move the SPDX tag to the first line (#137)
Antonio Borneo
1
-4
/
+6
2022-06-10
Fix incorrect encoding output in instr_dict.yaml. (#127)
Kieran Siek
1
-1
/
+1
2022-06-09
provide a list of pseudo ops that need to be included in the instruction dict
Neel Gala
1
-4
/
+10
2022-06-09
improve logging statements
Neel Gala
1
-3
/
+3
2022-06-09
sort the filenames in reverse-alphabetical order
Neel Gala
1
-1
/
+1
2022-06-09
Check for overlaps between different fields (#122)
Pavel I. Kryukov
1
-5
/
+10
[next]