https://github.com/JuliaLang/julia
Revision 27408bcf6c8fe9f8156885f8a39088acb65f1620 authored by Yichao Yu on 24 July 2020, 19:50:36 UTC, committed by KristofferC on 19 August 2020, 12:00:53 UTC
This allows LLVM codegen passes to insert `inttoptr` and `ptrtoint` as it wish,
and avoids hitting any illegal ones in those passes.

Fix #36062

(cherry picked from commit 235784a49b6ed8ab5677f42887e08c84fdc12c5c)
1 parent 495caa2
History
Tip revision: 27408bcf6c8fe9f8156885f8a39088acb65f1620 authored by Yichao Yu on 24 July 2020, 19:50:36 UTC
Remove non-integral pointer from data layout before codegen (#36705)
Tip revision: 27408bc
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.1 KB
Makefile -rw-r--r-- 26.9 KB
NEWS.md -rw-r--r-- 16.7 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top