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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-18
Refactored sym-exec: Added comments, changed members' names ...
devel/jlaw/crc
Mariam Arutunian
6
-125
/
+265
2023-03-21
Many more comments. Use a vec<bool> when we only care about 0/1.
Jeff Law
2
-8
/
+79
2023-03-21
Use word mode.
Jeff Law
35
-53
/
+63
2023-03-21
NFC: Formatting fixes
Jeff Law
1
-31
/
+35
2023-03-21
Changes in CRC code generation v6:
Mariam Arutunian
4
-13
/
+102
2023-03-21
Changes in CRC code generation v5:
Mariam Arutunian
6
-79
/
+131
2023-03-21
Changes in CRC code generation v4:
Mariam Arutunian
7
-30
/
+124
2023-03-21
Changes in CRC code generation v3:
Mariam Arutunian
3
-18
/
+95
2023-03-21
CRC code generation v2:
Mariam Arutunian
4
-172
/
+81
2023-03-21
CRC code generation v1: - Added CRC_IFN, with not complete function body. - R...
Mariam Arutunian
4
-0
/
+265
2023-03-21
Addition in testsuit: - Added gcc/testsuite/gcc.dg/crc-misc.c test - In crc-2...
Mariam Arutunian
2
-1
/
+25
2023-03-21
Changes in LFSR matching v6:
Mariam Arutunian
2
-31
/
+59
2023-03-21
sym-exec v14 - Added utilities for complementing bits of value which has spec...
matevos
2
-0
/
+135
2023-03-21
Changes in CRC detection v6:
Mariam Arutunian
7
-46
/
+242
2023-03-21
sym-exec v13 - Some code refactored - Fixed memory leaks - Added checks for r...
matevos
20
-213
/
+211
2023-03-21
Changes in CRC detection v5:
Mariam Arutunian
8
-1600
/
+133
2023-03-21
sym-exec v12: - Made expression to work with various argument sizes - Fixed b...
matevos
6
-91
/
+136
2023-03-21
Refactored all files. Renamed gcc/symb-execute-all-paths.cc/h files to gcc/gc...
Mariam Arutunian
30
-105
/
+1805
2023-03-21
sym-exec v11 - Fixed assignment expression - Removed condition_type enum: use...
matevos
8
-409
/
+365
2023-03-21
Changes in LFSR matching v3:
Mariam Arutunian
4
-170
/
+453
2023-03-21
sym-exec v10 - Added sign number support - Done a fix in XOR optimization - D...
matevos
18
-810
/
+863
2023-03-21
Chnages in testsuit: - Added -fdisable-tree-phiopt2 -fdisable-tree-phiopt3 fl...
Mariam Arutunian
5
-103
/
+385
2023-03-21
sym-exec v9 - Added conditions printing support - Optimized conditions adding...
matevos
16
-92
/
+377
2023-03-21
Added LFSR matching v1:
Mariam Arutunian
5
-3
/
+186
2023-03-21
sym-exec v7 - Fixed constant value to bit conversion - Fixed shift left and x...
matevos
2
-76
/
+95
2023-03-21
Added LFSR creation v1:
Mariam Arutunian
5
-98
/
+225
2023-03-21
Added Extract polynomial v1: - Execute crc loop with concete numbers to calcu...
Mariam Arutunian
3
-6
/
+203
2023-03-21
Changes in Traverse and execute CRC function v6: - Changed symbolic execution...
Mariam Arutunian
5
-132
/
+352
2023-03-21
sym-exec v5: - Added last added condition status saving support - Save only c...
matevos
6
-151
/
+427
2023-03-21
Changes in CRC detection v3: - Changed get_dep and other functions called in ...
Mariam Arutunian
2
-97
/
+222
2023-03-21
Changes in Traverse and execute CRC function v5: - Determine phi's value depe...
Mariam Arutunian
2
-63
/
+55
2023-03-21
sym-exec v4: - Fixed condition adding - Returning expression doing and condit...
matevos
3
-214
/
+763
2023-03-21
Changes in Traverse and execute CRC function v4: - Don't add values for virtu...
Mariam Arutunian
2
-13
/
+137
2023-03-21
Changes in Traverse and execute CRC function v3: - Assign value to phi's resu...
Mariam Arutunian
2
-55
/
+116
2023-03-21
sym-exec v3: - Refactored code and fixed style - Added util functions - Fixed...
matevos
6
-415
/
+713
2023-03-21
Changes in Traverse and execute CRC function v2: - Added support of traversin...
Mariam Arutunian
4
-66
/
+304
2023-03-21
sym-exec v2: - Done refactoring in expression.* and state.* - Added is-a-help...
Mariam Arutunian
9
-236
/
+802
2023-03-21
Traverse and execute CRC function v1: - Added get_function_local_ssa_vars and...
Mariam Arutunian
3
-0
/
+135
2023-03-21
symb_exec v1: - Added gcc/sym-exec/expression.h/.cc and gcc/sym-exec/state.h/...
Mariam Arutunian
6
-1
/
+1178
2023-03-21
CRC detection v1: - Added pass_crc_optimization. Detects CRC-like functions. ...
Mariam Arutunian
29
-0
/
+1454
2023-03-05
Fortran: fix CLASS attribute handling [PR106856]
Harald Anlauf
7
-36
/
+229
2023-03-05
testsuite: Fix up syntax error in scan-tree-dump-times target selector
Jakub Jelinek
1
-2
/
+2
2023-03-06
RISC-V: Fix ICE for avl_single-86/avl_single-88/avl_single-90
Ju-Zhe Zhong
1
-1
/
+7
2023-03-06
RISC-V: Implement ZKSH and ZKSED extensions
Liao Shihua
7
-0
/
+140
2023-03-06
RISC-V: Implement ZKNH extension
Liao Shihua
6
-0
/
+263
2023-03-06
RISC-V: Implement ZKND and ZKNE extensions
Liao Shihua
8
-0
/
+251
2023-03-06
RISC-V: Implement ZBKB, ZBKC and ZBKX extensions
Liao Shihua
11
-11
/
+327
2023-03-06
RISC-V: Add prototypes for RISC-V Crypto built-in functions
Liao Shihua
2
-0
/
+18
2023-03-05
RISC-V: costs: miscomputed shiftadd_cost triggering synth_mult [PR/108987]
Vineet Gupta
3
-4
/
+14
2023-03-05
RISC-V: Add RVV misc intrinsic support
Ju-Zhe Zhong
17
-386
/
+3610
[next]