Commit 151b72e
File tree
8 files changed
+47
-15
lines changed- external
- include
- src
8 files changed
+47
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
34 | 46 | | |
35 | 47 | | |
36 | 48 | | |
| |||
93 | 105 | | |
94 | 106 | | |
95 | 107 | | |
96 | | - | |
| 108 | + | |
| 109 | + | |
97 | 110 | | |
98 | 111 | | |
99 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
| |||
Submodule asmjit-utilities added at 6a26750
- .gitmodules+5-2
- CMakeLists.txt+25-4
- buildDependencies.sh+8-1
- calculator.cpp+52-27
- external/asmjit+1-1
- external/asmjit-utilities+1
- fibonacci.cpp+2
- include/coat/Label.h+20
- include/coat/asmjit/Condition.h+16-2
- include/coat/asmjit/ControlFlow.h+27-5
- include/coat/asmjit/DebugOperand.h+33
- include/coat/asmjit/Function.h+35-19
- include/coat/asmjit/Label.h+31
- include/coat/asmjit/Ptr.h+19-5
- include/coat/asmjit/Ref.h+8-6
- include/coat/asmjit/Struct.h+29-2
- include/coat/asmjit/Value.h+149-50
- include/coat/asmjit/ValueBase.h+20-6
- include/coat/asmjit/operator_helper.h+37
- include/coat/datastructs/pod_vector.h+60-2
- include/coat/llvmjit/ControlFlow.h+13-3
- include/coat/llvmjit/Function.h+6-3
- include/coat/llvmjit/Label.h+34
- include/coat/llvmjit/Ref.h+3-1
- include/coat/llvmjit/Struct.h+3-1
- include/coat/llvmjit/Value.h+64-2
- include/coat/llvmjit/operator_helper.h+20
- include/coat/operator_helper.h-18
- include/coat/runtimeasmjit.h+5-2
- sum.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | 64 | | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
283 | 288 | | |
| 289 | + | |
284 | 290 | | |
285 | 291 | | |
286 | 292 | | |
287 | 293 | | |
288 | 294 | | |
289 | 295 | | |
290 | 296 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | 297 | | |
297 | | - | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments