/
githubmirror
/
julia
ОбзорДокументацияВойти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
julia/
src/
..
clangsa

also drop JL_ROOTED_VALUE_COLLECTION

4 года назад
flisp

Fix warning about comparison of integer expressions of different signedness (#53658)

2 года назад
jsvm-emscripten

Tasking for Emscripten/Wasm target (#32532)

7 лет назад
support

Fix warning about comparison of integer expressions of different signedness (#53658)

2 года назад
.gitignore

add a .gitignore to prevent double results when searching with editors (#45931)

4 года назад
APInt-C.cpp

Prefix Float16 intrinsics

4 года назад
APInt-C.h

drop support for LLVM <6.0.0 throughout Julia

8 лет назад
Makefile

make: use `readelf` for LLVM symbol version detection (#54713)

2 года назад
abi_aarch64.cpp

ccall: handle Union appearing as a field-type without crashing (#46787)

4 года назад
abi_arm.cpp

ccall: handle Union appearing as a field-type without crashing (#46787)

4 года назад
abi_llvm.cpp

Add Type to ByVal attribute

5 лет назад
abi_ppc64le.cpp

ccall: handle Union appearing as a field-type without crashing (#46787)

4 года назад
abi_win32.cpp

[LLVM] Drop support for LLVM 11 (#43371)

5 лет назад
abi_win64.cpp

[LLVM] Drop support for LLVM 11 (#43371)

5 лет назад
abi_x86.cpp

Remove global basic integer types (#43752)

5 лет назад
abi_x86_64.cpp

ccall: handle Union appearing as a field-type without crashing (#46787)

4 года назад
aotcompile.cpp

Set storage class of julia globals to dllimport on windows to avoid auto-import weirdness (#54572)

2 года назад
array.c

[release-1.10] dont reset maxsize in jl_array_to_string (#55689)

2 года назад
ast.c

Pass Int rather than UInt as lengths to core parser hook

3 года назад
ast.scm

lowering: preserve line numbers over julia-expand-macroscope pass (#44995)

3 года назад
bin2hex.scm

convert scm code leading tabs to spaces

12 лет назад
builtin_proto.h

remove kwfuncs from Julia (#47157)

4 года назад
builtins.c

handle unbound vars in NTuple fields

год назад
ccall.cpp

Fix fast getptls ccall lowering. (#55507)

2 года назад
ccalltest.c

Make ASAN actually do something and fix all the things (#46336)

4 года назад
cgmemmgr.cpp

Add JIT memory counters

3 года назад
cgutils.cpp

codegen: ensure i1 bool is widened to i8 before storing (#52189)

3 года назад
codegen-stubs.c

Remove some duplicates from emitted compilation traces for Julia 1.10 (#53776)

2 года назад
codegen.cpp

Revert "Make sure we don't promise alignments that are larger than the heap alignment to LLVM (#56938)"

год назад
common_symbols1.inc

Make jl_binding_t into a first-class object (#47592)

4 года назад
common_symbols2.inc

Make jl_binding_t into a first-class object (#47592)

4 года назад
coverage.cpp

Make `jl_write_coverage_data` dllexported again (#52456)

3 года назад
crc32c-tables.c

Clean up CPU dispatch in crc32c.c

9 лет назад
crc32c.c

[src] Fix compilation of `crc32.c` on aarch64 with Clang (#44915)

4 года назад
datatype.c

Revert "Make sure we don't promise alignments that are larger than the heap alignment to LLVM (#56938)"

год назад
debug-registry.h

threads: during abrupt thread-exit, cleanup anyways (#48223)

4 года назад
debuginfo.cpp

make better use of visibility attributes (#49600)

3 года назад
debuginfo.h

Implement support for object caching through pkgimages (#47184)

4 года назад
disasm.cpp

Hide safepoint prologue and CFI instructions from reflection. (#49948)

3 года назад
dlload.c

build: ASAN fixes for glibc (#51755)

2 года назад
features_aarch32.h

Update ARM feature and CPU detection

6 лет назад
features_aarch64.h

[AARCH64][LLVM] Rename fmi/pa to flagm/pauth

5 лет назад
features_x86.h

Add Float16 to supported x86 processors (#46499)

4 года назад
file_constants.h

Add more file `open` flag constants (#45283)

4 года назад
gc-alloc-profiler.cpp

threading: support more than nthreads at runtime

4 года назад
gc-alloc-profiler.h

Fix typos (#46630)

4 года назад
gc-debug.c

Test for reverting back to 1.8 GC heuristics (#51661)

3 года назад
gc-heap-snapshot.cpp

heap snapshot: add gc roots and gc finalist roots to fix unrooted nodes (#52618)

3 года назад
gc-heap-snapshot.h

heap snapshot: add gc roots and gc finalist roots to fix unrooted nodes (#52618)

3 года назад
gc-pages.c

Test for reverting back to 1.8 GC heuristics (#51661)

3 года назад
gc-stacks.c

add support for async backtraces of Tasks on any thread (#51430)

3 года назад
gc.c

[release-1.10] dont reset maxsize in jl_array_to_string (#55689)

2 года назад
gc.h

correctly track freed bytes in array_to_string (#54309)

2 года назад
gen_sysimg_symtab.jl

update common_symbols (#41490)

5 лет назад
gf.c

ml-matches: ensure all methods are included (#55365)

2 года назад
iddict.c

Fix GC rooting during rehashing of iddict (#52569)

3 года назад
init.c

Initialize threadpools correctly during sysimg build (#55567)

2 года назад
interpreter.c

Fix an off-by-one error in interpreter's `do_invoke` (#54443)

2 года назад
intrinsics.cpp

codegen: ensure i1 bool is widened to i8 before storing (#52189)

3 года назад
intrinsics.h

Remove the rem_float intrinsics (#48685)

3 года назад
ircode.c

introduce `@nospecializeinfer` macro to tell the compiler to avoid excess inference

3 года назад
jitlayers.cpp

Don't report only-inferred methods as recompiles (#56914)

2 года назад
jitlayers.h

jitlayers: reduce excess alignment of #52182 (#52210)

3 года назад
jl_exported_data.inc

Turn Method Overwritten Error into a PrecompileError -- turning off caching (#52214)

3 года назад
jl_exported_funcs.inc

Make have_fma consistent between interpreter and compiled (#52206)

3 года назад
jl_uv.c

fixup some casts in uv code, extraced from commit e5496e0

2 года назад
jlapi.c

move `jl_timing_apply_env` to a later place where it uses initialized data

3 года назад
jlfrontend.scm

lowering: preserve line numbers over julia-expand-macroscope pass (#44995)

3 года назад
jloptions.c

fix typo in the --gcthreads argument description (#50461)

3 года назад
jloptions.h

implement concurrent sweeping (#48969)

3 года назад
jltypes.c

handle unbound vars in NTuple fields

год назад
julia-parser.scm

Add U+297A (`⥺`) and U+2977 (`⥷`) to binary operators (recreated) (#49623)

3 года назад
julia-syntax.scm

fix code coverage bug in tail position and `else` (#53354)

2 года назад
julia.expmap.in

Add `JL_DLLIMPORT` to `small_typeof` declaration (#50892)

3 года назад
julia.h

build: ASAN fixes for glibc (#51755)

2 года назад
julia_assert.h

Fix visibility of assert on GCC12/13

3 года назад
julia_atomics.h

use proper cache-line size variable in work-stealing queue (#53035)

3 года назад
julia_fasttls.h

Prevent registering static FASTTLS with multiple libjulias

3 года назад
julia_gcext.h

Allow re-initialization and caching of foreign types (#47407)

4 года назад
julia_internal.h

[release-1.10] dont reset maxsize in jl_array_to_string (#55689)

2 года назад
julia_locks.h

make better use of visibility attributes (#49600)

3 года назад
julia_threads.h

Fix fast getptls ccall lowering. (#55507)

2 года назад
llvm-alloc-helpers.cpp

AllocOpt: Fix stack lowering where alloca continas boxed and unboxed data (#55306) (#55397)

2 года назад
llvm-alloc-helpers.h

AllocOpt: Fix stack lowering where alloca continas boxed and unboxed data (#55306) (#55397)

2 года назад
llvm-alloc-opt.cpp

AllocOpt: Fix stack lowering where alloca continas boxed and unboxed data (#55306) (#55397)

2 года назад
llvm-codegen-shared.h

Excise support for LLVM 13 (#49722)

3 года назад
llvm-cpufeatures.cpp

Make have_fma consistent between interpreter and compiled (#52206)

3 года назад
llvm-demote-float16.cpp

Add escape hatch to avoid demoting float16 operations for unknown architectures (#50343)

3 года назад
llvm-final-gc-lowering.cpp

Do not add type tag size to the `alloc_typed` lowering for GC allocations (#54837)

2 года назад
llvm-gc-invariant-verifier.cpp

make better use of visibility attributes (#49600)

3 года назад
llvm-julia-licm.cpp

Fix small bug in memorydef for memset

3 года назад
llvm-julia-passes.inc

Backport "Fix Expr(:loopinfo) codegen" (#51883)

3 года назад
llvm-late-gc-lowering.cpp

Add alignment to constant globals (#50738)

3 года назад
llvm-lower-handlers.cpp

Rename LLVM passes to be suffixed with Pass (#50043)

3 года назад
llvm-muladd.cpp

Change SIMD Loop from Fast to only reassoc/contract (#49405)

3 года назад
llvm-multiversioning.cpp

Fix warning about comparison of integer expressions of different signedness (#53658)

2 года назад
llvm-pass-helpers.cpp

Derive T_size from DataLayout (#49188)

3 года назад
llvm-pass-helpers.h

Derive T_size from DataLayout (#49188)

3 года назад
llvm-propagate-addrspaces.cpp

Remove `new BitCastInst` unless it's in a typed pointer context (#50338)

3 года назад
llvm-ptls.cpp

Remove `new BitCastInst` unless it's in a typed pointer context (#50338)

3 года назад
llvm-remove-addrspaces.cpp

Fix remove-addrspaces pass in the presence of globals with addrspaces (#51782)

2 года назад
llvm-remove-ni.cpp

Rename LLVM passes to be suffixed with Pass (#50043)

3 года назад
llvm-simdloop.cpp

Backport "Fix Expr(:loopinfo) codegen" (#51883)

3 года назад
llvm-version.h

Excise support for LLVM 13 (#49722)

3 года назад
llvm_api.cpp

Add LLVMExtra stubs for newpm (#50042)

3 года назад
llvmcalltest.cpp

make better use of visibility attributes (#49600)

3 года назад
mach_excServer.c

mach: use 64-bit error handlers (#44837)

4 года назад
macroexpand.scm

macroexpand: handle const/atomic struct fields correctly (#51980)

3 года назад
match.scm

use `inert` in the front-end for non-interpolating quote

12 лет назад
method.c

fix method definition error for bad vararg (#51300)

3 года назад
mk_julia_flisp_boot.scm

Remove unnecessary reference of build directory from flisp sysimg. (#36536)

6 лет назад
module.c

Add boundscheck in bindingkey_eq to avoid OOB access due to data race (#54671)

2 года назад
mtarraylist.c

add support for async backtraces of Tasks on any thread (#51430)

3 года назад
opaque_closure.c

Specialized codegen for opaque closure calls (#49337)

3 года назад
options.h

Implement parallel marking (#48600)

3 года назад
partr.c

backport 1.10: create phantom task for GC threads (#53815) (#54632)

2 года назад
passes.h

Backport "Fix Expr(:loopinfo) codegen" (#51883)

3 года назад
pipeline.cpp

Remove the WarnMissedTransformations pass from the 1.10 pipeline (#55377)

2 года назад
precompile.c

Reduce memory usage during image build (#50237)

3 года назад
precompile_utils.c

change CodeInfo compression from Array to String

3 года назад
processor.cpp

Fix warning about comparison of integer expressions of different signedness (#53658)

2 года назад
processor.h

Make have_fma consistent between interpreter and compiled (#52206)

3 года назад
processor_arm.cpp

Fix warning about comparison of integer expressions of different signedness (#53658)

2 года назад
processor_fallback.cpp

Fix warning about comparison of integer expressions of different signedness (#53658)

2 года назад
processor_x86.cpp

Fix warning about comparison of integer expressions of different signedness (#53658)

2 года назад
rtutils.c

Optimize getfield lowering to avoid boxing in some cases (#50444)

3 года назад
runtime_ccall.cpp

Merge branch 'master' into dlvsym-ccall

3 года назад
runtime_intrinsics.c

Make have_fma consistent between interpreter and compiled (#52206)

3 года назад
safepoint.c

When adopting a thread, spin until GC isn't running. (#49934)

3 года назад
serialize.h

Make jl_binding_t into a first-class object (#47592)

4 года назад
signal-handling.c

threads: during abrupt thread-exit, cleanup anyways (#48223)

4 года назад
signals-mach.c

Profile: Fix stdlib paths (#55327)

2 года назад
signals-unix.c

Profile: Fix stdlib paths (#55327)

2 года назад
signals-win.c

Profile: Fix stdlib paths (#55327)

2 года назад
simplevector.c

convert some typeof tags to small integers

3 года назад
smallintset.c

store bindings now in an array for safe, fast iteration (#48212)

4 года назад
stackwalk.c

Fix compilation warning on aarch64-linux (#56480)

2 года назад
staticdata.c

Backport "serialization: fix relocatability bug" to 1.10 (#56973)

2 года назад
staticdata_utils.c

[release-1.10] Avoid dropping `call` edges in presence of identical `invoke` edges (#57079)

2 года назад
subtype.c

Subtype: some performance tuning. (#56007)

2 года назад
symbol.c

convert some typeof tags to small integers

3 года назад
sys.c

Remove `jl_getch()` to fix race condition in `getpass()` (#45954)

4 года назад
task.c

build: ASAN fixes for glibc (#51755)

2 года назад
threading.c

Make ptls allocations at least 128 byte aligned (#57310)

год назад
threading.h

implement concurrent sweeping (#48969)

3 года назад
timing.c

Sort jl_timing counts events before printing

3 года назад
timing.h

Add timing event locks + de-duplicate ITTAPI events

3 года назад
toplevel.c

precompile: ensure globals are not accidentally created where disallowed (#50541)

3 года назад
typemap.c

ml-matches: skip intersection by world-bounds (#49590)

3 года назад
uprobes.d

Add USDTs for the task runtime (#43453)

5 лет назад
utils.scm

syntax: keyword sorter location should just be definition line (#45199)

4 года назад
uv_constants.h

libuv: upgrade to v2 master fork

8 лет назад
win32_ucontext.c

Spell out ~0L literal (#43579)

5 лет назад
win32_ucontext.h

separate codegen/LLVM from julia runtime (#41936)

5 лет назад
work-stealing-queue.h

yet more atomics & cache-line fixes on work-stealing queue (#53424)

2 года назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©