| .. |
|
arch
|
wasm: correctly intcast signed integers
|
2023-07-22 02:12:07 +02:00 |
|
autodoc
|
Autodoc: update favicon to latest logo mark
|
2023-05-09 14:24:21 -07:00 |
|
codegen
|
llvm: convert global assembly
|
2023-07-23 23:48:19 -04:00 |
|
link
|
Merge pull request #16439 from Luukdegram/wasm-linker
|
2023-07-19 21:55:30 +02:00 |
|
Liveness
|
Air: store interned values in Air.Inst.Ref
|
2023-06-27 01:21:32 -07:00 |
|
translate_c
|
Update translate-c to new splat syntax
|
2023-07-12 15:35:57 -07:00 |
|
Air.zig
|
frontend: fix inferred error sets of comptime/inline calls
|
2023-07-18 19:02:06 -07:00 |
|
AstGen.zig
|
fix some whitespace formatting in switchs
|
2023-07-21 23:05:41 +02:00 |
|
Autodoc.zig
|
move installation logic to the build script where it belongs
|
2023-07-22 00:16:27 -07:00 |
|
BuiltinFn.zig
|
Remove len parameter from splat builtin function
|
2023-07-12 15:35:57 -07:00 |
|
clang.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
clang_options.zig
|
zig cc: honor all -m and -mno- CPU feature flags
|
2021-11-26 19:59:33 -07:00 |
|
clang_options_data.zig
|
fixes to the previous commit
|
2023-04-20 15:17:07 -07:00 |
|
codegen.zig
|
codegen: writer().writeByteNTimes -> appendNTimes
|
2023-07-21 21:32:18 -07:00 |
|
Compilation.zig
|
CLI: delete dead option -femit-analysis
|
2023-07-24 02:37:25 -07:00 |
|
crash_report.zig
|
debug: rename StackTraceContext to ThreadContext
|
2023-07-20 22:58:15 -04:00 |
|
glibc.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
InternPool.zig
|
InternPool: add func_coerced handling to getFuncInstanceIes
|
2023-07-23 18:39:58 -07:00 |
|
introspect.zig
|
WASI: remove absolute path emulation from std lib
|
2022-12-06 12:15:04 -07:00 |
|
libc_installation.zig
|
src/windows_sdk.cpp: port to Zig
|
2023-07-23 17:10:57 +06:00 |
|
libcxx.zig
|
all: zig fmt and rename "@XToY" to "@YFromX"
|
2023-06-19 12:34:42 -07:00 |
|
libtsan.zig
|
main: add debug option to dump unoptimized llvm ir
|
2023-03-17 01:57:14 -04:00 |
|
libunwind.zig
|
main: add debug option to dump unoptimized llvm ir
|
2023-03-17 01:57:14 -04:00 |
|
link.zig
|
move installation logic to the build script where it belongs
|
2023-07-22 00:16:27 -07:00 |
|
Liveness.zig
|
Air: store interned values in Air.Inst.Ref
|
2023-06-27 01:21:32 -07:00 |
|
main.zig
|
CLI: delete dead option -femit-analysis
|
2023-07-24 02:37:25 -07:00 |
|
Manifest.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
mingw.zig
|
remove arbitrary stderr size limit when spawning a child process tool
|
2023-07-11 00:17:08 -07:00 |
|
Module.zig
|
llvm: finish converting lowerValue
|
2023-07-19 23:38:40 -04:00 |
|
musl.zig
|
musl: update src files to v1.2.4
|
2023-06-20 12:55:38 -04:00 |
|
objcopy.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
Package.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
print_air.zig
|
rework generic function calls
|
2023-07-18 19:02:05 -07:00 |
|
print_env.zig
|
std.json: Unify stringify and writeStream (#16405)
|
2023-07-21 19:56:46 -04:00 |
|
print_targets.zig
|
std.json: Unify stringify and writeStream (#16405)
|
2023-07-21 19:56:46 -04:00 |
|
print_zir.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
RangeSet.zig
|
std.math.big.int: better name for equal function
|
2023-07-03 11:00:13 -07:00 |
|
register_manager.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
Sema.zig
|
Sema: fix adhoc inferred error sets in analyzeIsNonErrComptimeOnly
|
2023-07-22 19:58:52 -07:00 |
|
target.zig
|
compilation: pass omit_frame_pointer through to builtin.zig
|
2023-07-20 22:58:16 -04:00 |
|
tracy.zig
|
all: migrate code to new cast builtin syntax
|
2023-06-24 16:56:39 -07:00 |
|
translate_c.zig
|
Update translate-c to new splat syntax
|
2023-07-12 15:35:57 -07:00 |
|
type.zig
|
Sema: handle adhoc inferred error sets in helper functions
|
2023-07-22 20:21:27 -07:00 |
|
TypedValue.zig
|
rework generic function calls
|
2023-07-18 19:02:05 -07:00 |
|
value.zig
|
frontend: fix wrong result of Value.getFunction
|
2023-07-22 19:57:23 -07:00 |
|
wasi_libc.zig
|
wasi-libc: compile emmalloc.c without strict aliasing (#16157)
|
2023-06-25 11:24:54 +02:00 |
|
windows_sdk.zig
|
src/windows_sdk.cpp: port to Zig
|
2023-07-23 17:10:57 +06:00 |
|
zig_clang.cpp
|
translate-c: support brace-enclosed string initializers (c++20 9.4.2.1)
|
2023-04-23 21:45:08 +03:00 |
|
zig_clang.h
|
translate-c: support brace-enclosed string initializers (c++20 9.4.2.1)
|
2023-04-23 21:45:08 +03:00 |
|
zig_clang_cc1_main.cpp
|
update clang and ar to llvm 16
|
2023-01-25 20:56:23 -07:00 |
|
zig_clang_cc1as_main.cpp
|
update clang and ar to llvm 16
|
2023-01-25 20:56:23 -07:00 |
|
zig_clang_driver.cpp
|
update clang and ar to llvm 16
|
2023-01-25 20:56:23 -07:00 |
|
zig_llvm-ar.cpp
|
update clang and ar to llvm 16
|
2023-01-25 20:56:23 -07:00 |
|
zig_llvm.cpp
|
llvm: convert attributes and non-intrinsic calls
|
2023-07-23 23:48:18 -04:00 |
|
zig_llvm.h
|
llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64
|
2023-06-23 14:53:17 -07:00 |
|
Zir.zig
|
compiler: work around slightly different generics semantics
|
2023-07-18 19:02:06 -07:00 |