Anders Schack-Mulligen
|
ed40035b9c
|
C#/Ruby/Rust: Fix bug in adjacentReadPairSameVar.
|
2025-02-19 16:20:57 +01:00 |
|
Anders Schack-Mulligen
|
291ea6f6eb
|
Java: Move SSA data flow test and extend it to cover phi-read input edges.
|
2025-02-19 16:17:22 +01:00 |
|
Anders Schack-Mulligen
|
5379506464
|
Java: Use firstUse and adjacentUseUse predicates.
|
2025-02-19 16:17:22 +01:00 |
|
Anders Schack-Mulligen
|
cf2136fbc7
|
SSA: Export simple firstUse and adjacentUseUse predicates.
|
2025-02-19 16:17:22 +01:00 |
|
Anders Schack-Mulligen
|
194afbb7f8
|
Java: Simplify SSA for variable capture.
|
2025-02-18 14:01:20 +01:00 |
|
Anders Schack-Mulligen
|
35f50bac97
|
SSA: Reimplement use-use.
|
2025-02-18 14:01:20 +01:00 |
|
Anders Schack-Mulligen
|
d6dc91d191
|
SSA: Inline predicate to simplify negation.
|
2025-02-18 14:01:20 +01:00 |
|
Anders Schack-Mulligen
|
411aff6748
|
SSA: Refactor ranking into parameterised module.
|
2025-02-18 14:01:19 +01:00 |
|
Anders Schack-Mulligen
|
11166fc42d
|
SSA: Restrict phi-read creation to be based on reachable reads.
|
2025-02-18 14:01:19 +01:00 |
|
Anders Schack-Mulligen
|
d5ac5b4654
|
SSA: Replace uncertainWriteDefinitionInput implementation.
This yields a tiny bit of additional tuples consistent with the prior
Java implementation.
|
2025-02-18 14:01:18 +01:00 |
|
Anders Schack-Mulligen
|
a4fee2e299
|
SSA: Minor perf tweak to reduce tuple duplication.
|
2025-02-18 14:01:18 +01:00 |
|
Anders Schack-Mulligen
|
7e441d9eca
|
SSA: Fold getImmediateBasicBlockDominator into loop-invariant predicate.
|
2025-02-18 14:01:17 +01:00 |
|
Anders Schack-Mulligen
|
77ccff6be8
|
SSA: Replace exported def-reaches predicates (behaviour-preserving).
|
2025-02-18 14:01:17 +01:00 |
|
Anders Schack-Mulligen
|
6e272d07af
|
SSA: Ignore phi-reads in the new def-reaches module.
|
2025-02-18 14:01:16 +01:00 |
|
Anders Schack-Mulligen
|
ea08c60326
|
SSA: Copy 3 predicates from the outer scope verbatim into the new Reaches module.
|
2025-02-18 14:01:16 +01:00 |
|
Anders Schack-Mulligen
|
613323ee3a
|
SSA: Copy parts of SsaDefReaches verbatim to new module.
|
2025-02-18 14:01:15 +01:00 |
|
Anders Schack-Mulligen
|
81b3035160
|
SSA: Inline predicate
|
2025-02-18 14:01:15 +01:00 |
|
Anders Schack-Mulligen
|
f80cd97232
|
SSA: Factor out phi-read construction in its own predicate.
|
2025-02-18 14:01:14 +01:00 |
|
Anders Schack-Mulligen
|
5723d27428
|
SSA: Make inReadDominanceFrontier a bit smaller without affecting phi-read creation.
|
2025-02-18 14:01:14 +01:00 |
|
Anders Schack-Mulligen
|
c5e28842fb
|
SSA: Remove superfluous column from liveAtRank.
|
2025-02-18 14:01:13 +01:00 |
|
Anders Schack-Mulligen
|
b62432fc80
|
SSA: Remove superfluous boolean.
|
2025-02-18 14:01:13 +01:00 |
|
Anders Schack-Mulligen
|
36613e150b
|
SSA: Remove superfluous conjunct (implied by refRank).
|
2025-02-18 14:01:13 +01:00 |
|
Anders Schack-Mulligen
|
3822d149af
|
SSA: Elaborate qldoc.
|
2025-02-18 14:01:12 +01:00 |
|
Simon Friis Vindum
|
53557dbebd
|
Merge pull request #18800 from paldepind/generate-model-script
Sanitize path when generating MaD files
|
2025-02-18 12:22:42 +01:00 |
|
Ian Lynagh
|
02249af781
|
Merge pull request #18804 from github/post-release-prep/codeql-cli-2.20.5
Post-release preparation for codeql-cli-2.20.5
|
2025-02-17 21:40:36 +00:00 |
|
github-actions[bot]
|
ad24f94a77
|
Post-release preparation for codeql-cli-2.20.5
|
2025-02-17 17:58:24 +00:00 |
|
Ian Lynagh
|
975881c74a
|
Merge pull request #18803 from github/release-prep/2.20.5
Release preparation for version 2.20.5
codeql-cli/v2.20.5
|
2025-02-17 17:29:25 +00:00 |
|
github-actions[bot]
|
6f4562f3bd
|
Release preparation for version 2.20.5
|
2025-02-17 16:55:54 +00:00 |
|
Erik Krogh Kristensen
|
7fa41c438f
|
Merge pull request #18794 from erik-krogh/v-flag
JS: Add support for the regex V flag
|
2025-02-17 13:56:48 +01:00 |
|
Anders Schack-Mulligen
|
a90bd68796
|
Merge pull request #18786 from aschackmull/ssa/cleanup
Rust/Ruby: Minor SSA cleanup.
|
2025-02-17 13:51:17 +01:00 |
|
Simon Friis Vindum
|
12a5766f31
|
Sanitize path when generating MaD files
|
2025-02-17 13:45:33 +01:00 |
|
Simon Friis Vindum
|
b08f5356dd
|
Merge pull request #18772 from paldepind/rust-method-call
Rust: Adjust argument position when call expression is for method
|
2025-02-17 13:39:24 +01:00 |
|
yoff
|
4b53e1c034
|
Merge pull request #18304 from yoff/ruby/performance-queries
Ruby: Query for database calls in a loop
|
2025-02-17 13:16:07 +01:00 |
|
Owen Mansel-Chan
|
6045d9bb22
|
Merge pull request #18792 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2025-02-17 10:45:36 +00:00 |
|
Asger F
|
0ca9b2285b
|
Merge pull request #18740 from asgerf/js/more-precise-diff-informed
JS: Provide more precise related locations
|
2025-02-17 10:27:15 +01:00 |
|
Tom Hvitved
|
3644de007f
|
Merge pull request #18767 from hvitved/ql4ql/inline-expectations
QL4QL: Add query suggesting use of inline test expectations
|
2025-02-17 10:04:35 +01:00 |
|
Joe Farebrother
|
180e45d66a
|
Merge pull request #18599 from joefarebrother/python-qual-not-named-self-cls
Python: Modernize py/not-named-self and py/not-named-cls queries
|
2025-02-17 08:58:34 +00:00 |
|
Asger F
|
e02577d3e9
|
Merge pull request #18768 from asgerf/js/url-search-params
JS: Migrate model of URLSearchParams
|
2025-02-17 09:10:35 +01:00 |
|
github-actions[bot]
|
5af60bba80
|
Add changed framework coverage reports
|
2025-02-17 00:22:08 +00:00 |
|
erik-krogh
|
6ebffd59f6
|
add change-note
|
2025-02-16 19:23:44 +01:00 |
|
erik-krogh
|
55b8e8b748
|
fix the ECMAScript version to be ES2024
|
2025-02-16 19:06:14 +01:00 |
|
erik-krogh
|
01d70a6d73
|
add test of the new v flag
|
2025-02-16 19:01:02 +01:00 |
|
Napalys
|
3ec038e7b6
|
JS: Added predicate to check if v flag is used on regular expression
|
2025-02-16 18:31:08 +01:00 |
|
Napalys
|
4097aa9f78
|
JS: Added ecma2021, thus extractor now can deal with RegExp v flag
|
2025-02-16 18:31:06 +01:00 |
|
Aditya Sharad
|
5f4871d609
|
Merge pull request #18785 from martincostello/gh-18782
Fix docker SHA false positive
|
2025-02-15 01:33:39 +05:30 |
|
martincostello
|
31913c4a55
|
Fix test
Fix failing test.
|
2025-02-14 19:46:46 +00:00 |
|
martincostello
|
f1723321fa
|
Format Document
Fix lint warning.
|
2025-02-14 18:06:00 +00:00 |
|
Martin Costello
|
979d604bf6
|
Apply suggestions from code review
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
|
2025-02-14 17:21:24 +00:00 |
|
Paolo Tranquilli
|
ea0bd74728
|
Merge pull request #18567 from github/redsun82/env-dump-integration-test
Rust/Swift: add integration tests checking env dumping
|
2025-02-14 16:52:20 +01:00 |
|
Mathias Vorreiter Pedersen
|
89fd2876b6
|
Merge pull request #18773 from MathiasVP/cleanup-ssa-internals-2
C++: Clean up some stuff in `SsaInternals`
|
2025-02-14 13:38:43 +00:00 |
|