Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
1232859
jit: instrument add-on load to diagnose the Windows COFF exit-127
jcelerier Jun 24, 2026
25bebb6
jit: [experiment] emulated TLS on COFF + skip llvm.* in eager loop
jcelerier Jun 25, 2026
c5d2965
jit: [diag] revert emutls, add SCORE_JIT_SKIP_INIT toggle; lean CI
jcelerier Jun 25, 2026
c5502ae
tests: minimal LLVM-only JIT harness sharing MinGWCOFFPlatform
jcelerier Jun 25, 2026
6bb66ef
tests: jitmin SKIP_INIT + run all cases; log rt_pushInitializers
jcelerier Jun 25, 2026
076809f
tests: [diag] granular logging across init dispatch (rt_pushInitializ…
jcelerier Jun 25, 2026
08a1715
jit: run add-on initializers directly (bypass orc_rt's MSVC-coupled C…
jcelerier Jun 25, 2026
345b5ec
tests: [diag] log add-on sections + collect/run .ctors/.init_array (w…
jcelerier Jun 25, 2026
727e5c1
jit: run scraped IR init symbol ($.<module>.__inits.0) for COFF add-ons
jcelerier Jun 25, 2026
080e701
jit: grab scraped init-fn address from link graph (side-effects-only …
jcelerier Jun 25, 2026
981eee4
tests: [diag] dump defined symbols in init-extract pass
jcelerier Jun 25, 2026
38819fb
jit: run clang's __cxx_global_var_init/_GLOBAL__sub_I_; inject __emut…
jcelerier Jun 25, 2026
2d215d2
jit: trim crash-hunt diagnostics from MinGWCOFFPlatform init path
jcelerier Jun 25, 2026
df5d36d
jit: use a bounded slab allocator on Windows so SEH .pdata RVAs fit
jcelerier Jun 25, 2026
458947d
jit: don't double-run ctors -- prefer .ctors/.CRT$XC* edges, name-ext…
jcelerier Jun 25, 2026
e6401b0
jit: use the large code model on COFF so vtable/type_info pointers ar…
jcelerier Jun 25, 2026
da8cd7d
tests: add c06 (self-contained dynamic_cast) + c07 (typeid) to reprod…
jcelerier Jun 25, 2026
1b04e53
tests: add c08 multiple-inheritance cross-cast (vmi_class_type_info)
jcelerier Jun 25, 2026
f661299
tests: [diag] dump libc++/libc++abi cxxabi type_info vtable exports
jcelerier Jun 25, 2026
3877678
tests: [diag] compile jitmin cases with -mcmodel=large (bake module f…
jcelerier Jun 25, 2026
46884e7
tests: isolate MI crash -- c09 vcall, c10 cast-only, c11 new/delete
jcelerier Jun 25, 2026
b9ea833
tests: [diag] print cxxabi type_info vtable resolution (si vs vmi)
jcelerier Jun 25, 2026
dbac92a
tests: [diag] pin cxxabi RTTI vtables + __dynamic_cast to host libc++…
jcelerier Jun 25, 2026
16ef00e
tests: [diag] resolve add-on against host only (drop orc_rt PlatformJ…
jcelerier Jun 25, 2026
a048335
tests: revert host-only link-order experiment (host libc++.dll export…
jcelerier Jun 25, 2026
d6213bc
tests: [diag] inspect libc++.dll exports vs orc_rt.a RTTI defs
jcelerier Jun 25, 2026
82777b9
tests: [diag] check llvm-mingw orc_rt + orc_rt.a vmi __do_dyncast + v…
jcelerier Jun 25, 2026
b353e34
tests: use llvm-mingw's own orc_rt (ABI-matched) instead of the llvm-…
jcelerier Jun 25, 2026
986991c
tests: resolve add-on RTTI from complete static libc++.a (vs orc_rt's…
jcelerier Jun 25, 2026
cfec0b5
tests: [diag] who defines cxxabi RTTI -- orc_rt vs static libc++.a
jcelerier Jun 25, 2026
3b1c135
tests: [diag] control -- run MI dynamic_cast as a normal (non-JIT) exe
jcelerier Jun 25, 2026
3c66ec9
tests: [diag] fix control step (set +e) to capture normal-exe MI cast…
jcelerier Jun 25, 2026
50f2874
tests: combine static libc++.a + drop orc_rt from add-on link order (…
jcelerier Jun 25, 2026
7f23d45
tests: revert breaking link-order experiment; document the selective-…
jcelerier Jun 25, 2026
75c1da5
tests: [diag] fix-A premise check -- who defines cxxabi RTTI (reliabl…
jcelerier Jun 25, 2026
e797b47
tests: [diag] raw orc_rt cxxabi dump + where add-on resolves cxxabi (…
jcelerier Jun 25, 2026
2a4c559
tests: [diag] drop -mcmodel=large -- does it cause the cxxabi GOT-ind…
jcelerier Jun 25, 2026
68b3bb2
tests: [diag] dump JIT'd vmi type_info (_ZTI1D) bytes to pin the corr…
jcelerier Jun 25, 2026
7c1ecd9
tests: pin cxxabi vtables (only) to host complete copies -- fix null …
jcelerier Jun 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions .github/workflows/appimage.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/bsd.yml

This file was deleted.

139 changes: 0 additions & 139 deletions .github/workflows/builds.yaml

This file was deleted.

Loading
Loading