summaryrefslogtreecommitdiff
path: root/lib/compiler/test/beam_ssa_check_SUITE_data
Commit message (Expand)AuthorAgeFilesLines
* compiler: Avoid invalid code for bs_create_bin with initial literalFrej Drejhammar2023-05-041-1/+26
* compiler: Fix bug in SSA-checkerFrej Drejhammar2023-05-041-1/+15
* compiler: Avoid crash during value tracking in private appendFrej Drejhammar2023-03-131-1/+19
* compiler: Be stricter when tracking values in private appendFrej Drejhammar2023-03-101-0/+13
* compiler: Avoid unsafe rewrite to bs_create_bin private_appendFrej Drejhammar2023-02-272-48/+72
* compiler: Traverse call graph breadth first during alias analysisFrej Drejhammar2023-02-231-0/+117
* Merge pull request #6908 from frej/frej/alias-analysis-coverBjörn Gustavsson2023-02-231-0/+40
|\
| * compiler: Improve code coverage in alias analysisFrej Drejhammar2023-02-201-0/+40
* | compiler: Fix mishandling of make_fun in alias analysisFrej Drejhammar2023-02-201-1/+16
|/
* Merge pull request #6862 from frej/frej/private-append-crash-gh6847Björn Gustavsson2023-02-171-0/+16
|\
| * compiler: Avoid crash in private-append optimizationFrej Drejhammar2023-02-151-0/+16
* | compiler: Don't generate unsafe code for binary appendFrej Drejhammar2023-02-141-29/+58
|/
* compiler: Implement private_append optimization for binariesFrej Drejhammar2023-02-101-0/+891
* compiler: alias 4/4: Implement full alias analysisFrej Drejhammar2023-02-101-0/+647
* compiler: Annotate ret-instructions with the type they returnFrej Drejhammar2023-02-101-0/+46
* compiler: Track bitstring append-ability in the type systemFrej Drejhammar2023-02-102-5/+180
* compiler: Less conservative implementation of bs_size_unit/2Björn Gustavsson2023-01-191-0/+229
* compiler: Add support for checking annotations in SSA codeFrej Drejhammar2023-01-191-0/+40
* compiler: Add sanity checks for the SSA checkerFrej Drejhammar2023-01-191-0/+327