aegilops
c003f265b0
Fixed missing li closing tag
2024-07-08 10:58:06 +01:00
Paolo Tranquilli
002e1eb730
Kotlin: make wrapper cache downloaded zips
...
Also removed the version check step, as a version not existing will give
a 404 any way later on, and that was adding a delay.
The cache is stored in a `.kotlinc_zips` and will be cleaned up by
`--clear`.
2024-07-08 11:57:07 +02:00
aegilops
1fe14e26b1
Split out "compromised" functionality
2024-07-08 10:56:12 +01:00
Chris Smowton
c4f32ec080
Trivial change to trigger CI
2024-07-08 10:51:24 +01:00
github-actions[bot]
b0d6778652
Release preparation for version 2.18.0
2024-07-08 09:10:51 +00:00
Owen Mansel-Chan
e2a6358048
Update tests so they still work
2024-07-07 00:24:28 +01:00
Owen Mansel-Chan
de5fc4e609
Add change notes
2024-07-07 00:24:27 +01:00
Owen Mansel-Chan
5347770608
Update Android app detection
2024-07-07 00:24:25 +01:00
Alvaro Muñoz
bc483fc380
Add poisonable step test
2024-07-06 22:44:57 +02:00
Mathias Vorreiter Pedersen
0e6b2f0f53
C++: Accept query test changes.
2024-07-06 12:27:42 +01:00
Mathias Vorreiter Pedersen
8ccdc2518f
C++: Accept test changes.
2024-07-06 12:27:41 +01:00
Mathias Vorreiter Pedersen
a747ffca07
C++: Address definitions should also handle ssa variables that are calls.
2024-07-06 12:27:35 +01:00
Owen Mansel-Chan
9c82966022
Move detection of Android app to one place
2024-07-05 23:47:56 +01:00
Mathias Vorreiter Pedersen
79919d3c58
C++: Add FP dataflow test.
2024-07-05 17:36:47 +01:00
Alvaro Muñoz
56b70981ae
Bump qlpack versions
2024-07-05 18:18:04 +02:00
Alvaro Muñoz
e5064f8090
Improve poisonable steps
2024-07-05 18:16:50 +02:00
Mathias Vorreiter Pedersen
31a5a7aebc
Merge pull request #16913 from MathiasVP/add-iterator-to-expired-container-fp-3
...
C++: Add `cpp/iterator-to-expired-container` FP test
2024-07-05 16:26:08 +01:00
Mathias Vorreiter Pedersen
aad233b776
C++: Add FP test.
2024-07-05 15:52:10 +01:00
Koen Vlaswinkel
b7a67b1e51
Merge pull request #16910 from github/koesie10/python-exclude-test-files
...
Python: Exclude probable test files in model editor
2024-07-05 15:49:07 +02:00
Koen Vlaswinkel
779795b421
Python: Exclude probable test files in model editor
2024-07-05 11:06:22 +02:00
Geoffrey White
5d898727c0
C++: Add the examples to the test.
2024-07-04 17:11:11 +01:00
Geoffrey White
1343e4c9aa
C++: Add another 'good' example for cpp/unsigned-difference-expression-compared-zero.
2024-07-04 17:11:10 +01:00
Geoffrey White
7abece46c7
C++: Add a 'good' example for cpp/unsigned-difference-expression-compared-zero.
2024-07-04 17:11:09 +01:00
Geoffrey White
4de43e1bfa
C++: Add the examples to the test.
2024-07-04 17:11:08 +01:00
Geoffrey White
f64743e91d
C++: Fix mistake in example for cpp/incorrect-allocation-error-handling.
2024-07-04 16:19:32 +01:00
Mathias Vorreiter Pedersen
4893785c68
C++: Accept test changes to GVN.
2024-07-04 15:15:46 +01:00
Mathias Vorreiter Pedersen
5d58cf6208
C++: Accept query test changes.
2024-07-04 15:15:38 +01:00
am0o0
fe1103d997
add stubs, upgrade test to inline test, update test files
2024-07-04 15:25:36 +02:00
Mathias Vorreiter Pedersen
b954845318
C++: Ignore the new 'InitializeGroup' instruction in dataflow.
2024-07-04 14:22:06 +01:00
Mathias Vorreiter Pedersen
6ef9dba2fb
C++: Accept test changes.
2024-07-04 14:22:04 +01:00
Mathias Vorreiter Pedersen
89f0705585
C++: Sync identical files.
2024-07-04 14:22:03 +01:00
Mathias Vorreiter Pedersen
72b52cc814
C++: Insert Chi instructions after InitializeGroup instructions whose variable group's virtual variable is all aliased memory.
2024-07-04 14:22:02 +01:00
Mathias Vorreiter Pedersen
d1e1037586
C++: Accept test changes.
2024-07-04 14:22:00 +01:00
Mathias Vorreiter Pedersen
92e814b75e
C++: Stub 'VariableGroup' and 'GroupedMemoryLocation' in unaliased SSA so that the pyrameterized files compile.
2024-07-04 14:21:59 +01:00
Mathias Vorreiter Pedersen
db525f5cee
C++: Sync identical files.
2024-07-04 14:21:58 +01:00
Mathias Vorreiter Pedersen
03ec184ee0
C++: Add 'InitializeGroup' instructions to the successor relation.
2024-07-04 14:21:56 +01:00
Mathias Vorreiter Pedersen
c4d72e5b4f
C++: No need to check if the offset is non-negative. It always is because of 'defBlock.getInstruction(oldOffset)' has a result.
2024-07-04 14:21:55 +01:00
Mathias Vorreiter Pedersen
cf8b2d55c5
C++: Hide away the 'multiply by two' hack in a predicate.
2024-07-04 14:21:53 +01:00
Mathias Vorreiter Pedersen
8db7ece8d4
C++: Fill in trivial parts of SSA.
2024-07-04 14:21:51 +01:00
Mathias Vorreiter Pedersen
2c4bf13d05
C++: Sync identical files.
2024-07-04 14:21:50 +01:00
Mathias Vorreiter Pedersen
c54dc49891
C++: Improve 'toString' on the 'InitializeGroup' instruction.
2024-07-04 14:21:49 +01:00
Mathias Vorreiter Pedersen
b185c67d4f
C++: Handle overlap with grouped memory locations.
2024-07-04 14:21:47 +01:00
Mathias Vorreiter Pedersen
e7c43b3fcc
C++: Return grouped memory locations from 'getOperandMemoryLocation' and 'getResultMemoryLocation'.
2024-07-04 14:21:46 +01:00
Mathias Vorreiter Pedersen
09c03d9a5f
C++: The virtual variable of a variable that is contained in a grouped memory location is that grouped memory location (or all aliased memory if it escapes).
2024-07-04 14:21:45 +01:00
Mathias Vorreiter Pedersen
399d47d2cb
C++: Cleanup
2024-07-04 14:21:43 +01:00
Mathias Vorreiter Pedersen
5e1c67f5f1
C++: Add a new 'MemoryLocation' that represents a set of allocations.
2024-07-04 14:21:42 +01:00
Paolo Tranquilli
3ae4cb2f9d
Merge pull request #16906 from github/redsun82/swift-codespace
...
Swift: add `git lfs` installation to codespace configuration
2024-07-04 14:55:31 +02:00
Paolo Tranquilli
5c7bbc0287
Swift: add git lfs installation to codespace configuration
2024-07-04 14:28:22 +02:00
Rasmus Wriedt Larsen
0a32f9fed6
Python: Update query metadata
2024-07-04 14:09:37 +02:00
Rasmus Wriedt Larsen
8d1113cdaf
Python: Fixup qhelp
2024-07-04 14:01:30 +02:00