File tree
4 files changed
+6
-6
lines changed- deps
- maint
- src
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
- .github/workflows/actions.yml+131-259
- API_CHANGES+12
- GNUmakefile+2-2
- README-68
- README.md+74
- doc/overview.txt-226
- doc/tutorial/README-3
- doc/tutorial/first_program.c-53
- doc/tutorial/sljit_tutorial.html-584
- docs/README.md+3
- docs/general/architecture.md+123
- docs/general/contributing.md+9
- docs/general/getting-started/configuration.md+9
- docs/general/getting-started/setup.md+91
- docs/general/introduction.md+52
- docs/general/use-cases/bytecode-interpreters.md+11
- docs/general/use-cases/overview.md+21
- docs/general/use-cases/pattern-matching/figure1.svg+313
- docs/general/use-cases/pattern-matching/performance-comparison.md+107
- docs/general/use-cases/pattern-matching/regular-expression-engine-types.md+72
- docs/general/use-cases/pattern-matching/speeding-up-pcre2-with-sljit.md+146
- docs/tutorial/01-overview.md+12
- docs/tutorial/02-your-first-program.md+108
- docs/tutorial/03-branching.md+203
- docs/tutorial/04-calling-external-functions.md+18
- docs/tutorial/05-accessing-structures.md+22
- docs/tutorial/06-accessing-arrays.md+41
- docs/tutorial/07-local-variables.md+14
- docs/tutorial/08-where-to-go-from-here.md+23
- docs/tutorial/sources/99bottles.bf
- docs/tutorial/sources/array_access.c
- docs/tutorial/sources/brainfuck.c
- docs/tutorial/sources/branch.c
- docs/tutorial/sources/first_program.c+59
- docs/tutorial/sources/func_call.c
- docs/tutorial/sources/hello.bf
- docs/tutorial/sources/loop.c
- docs/tutorial/sources/struct_access.c
- docs/tutorial/sources/temp_var.c
- sljit_src/sljitConfigInternal.h+1
- sljit_src/sljitLir.c+278-79
- sljit_src/sljitLir.h+154-27
- sljit_src/sljitNativeARM_32.c+151-28
- sljit_src/sljitNativeARM_64.c+166-14
- sljit_src/sljitNativeARM_T2_32.c+138-16
- sljit_src/sljitNativeLOONGARCH_64.c+166-17
- sljit_src/sljitNativeMIPS_32.c+2-7
- sljit_src/sljitNativeMIPS_64.c+4-9
- sljit_src/sljitNativeMIPS_common.c+170-13
- sljit_src/sljitNativePPC_32.c+2-2
- sljit_src/sljitNativePPC_64.c+4-4
- sljit_src/sljitNativePPC_common.c+160-12
- sljit_src/sljitNativeRISCV_32.c+23-11
- sljit_src/sljitNativeRISCV_64.c+118-49
- sljit_src/sljitNativeRISCV_common.c+1.1k-361
- sljit_src/sljitNativeS390X.c+300-131
- sljit_src/sljitNativeX86_32.c+5-5
- sljit_src/sljitNativeX86_64.c+6-6
- sljit_src/sljitNativeX86_common.c+205-27
- sljit_src/sljitSerialize.c+79-10
- test_src/sljitTest.c+577-78
- test_src/sljitTestBuffers.h+511
- test_src/sljitTestCall.h+2-1
- test_src/sljitTestFloat.h+2
- test_src/sljitTestSerialize.h+149-13
- test_src/sljitTestSimd.h+52-49
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10158 | 10158 | | |
10159 | 10159 | | |
10160 | 10160 | | |
10161 | | - | |
| 10161 | + | |
10162 | 10162 | | |
10163 | 10163 | | |
10164 | 10164 | | |
| |||
12605 | 12605 | | |
12606 | 12606 | | |
12607 | 12607 | | |
12608 | | - | |
| 12608 | + | |
12609 | 12609 | | |
12610 | 12610 | | |
12611 | 12611 | | |
| |||
13275 | 13275 | | |
13276 | 13276 | | |
13277 | 13277 | | |
13278 | | - | |
| 13278 | + | |
13279 | 13279 | | |
13280 | 13280 | | |
13281 | 13281 | | |
| |||
0 commit comments