zig/src
Andrew Kelley 12813d5912
Merge pull request #16105 from jacobly0/intern-pool-opt
InternPool: various optimizations
2023-06-21 00:07:49 -07:00
..
arch Type: delete legacy allocation functions 2023-06-20 14:02:09 -04:00
autodoc Autodoc: update favicon to latest logo mark 2023-05-09 14:24:21 -07:00
codegen Merge pull request #16105 from jacobly0/intern-pool-opt 2023-06-21 00:07:49 -07:00
link Merge pull request #16105 from jacobly0/intern-pool-opt 2023-06-21 00:07:49 -07:00
Liveness compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them 2023-06-19 12:34:24 -07:00
translate_c all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
Air.zig Sema: optimize callers of indexToKey 2023-06-20 14:02:09 -04:00
AstGen.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
Autodoc.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
BuiltinFn.zig compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them 2023-06-19 12:34:24 -07:00
clang.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -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 all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
Compilation.zig musl: deal with zig rename of i386 to x86 2023-06-20 12:55:38 -04:00
crash_report.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
glibc.zig std: replace builtin.Version with SemanticVersion 2023-06-17 13:17:34 -07:00
InternPool.zig Merge pull request #16105 from jacobly0/intern-pool-opt 2023-06-21 00:07:49 -07:00
introspect.zig WASI: remove absolute path emulation from std lib 2022-12-06 12:15:04 -07:00
libc_installation.zig Update all std.mem.split calls to their appropriate function 2023-05-13 13:45:05 -07: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 std: replace builtin.Version with SemanticVersion 2023-06-17 13:17:34 -07:00
Liveness.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
main.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
Manifest.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
mingw.zig std.Target adjustments 2023-05-26 21:42:19 -07:00
Module.zig Type: delete legacy allocation functions 2023-06-20 14:02:09 -04:00
musl.zig musl: update src files to v1.2.4 2023-06-20 12:55:38 -04:00
objcopy.zig Update objcopy.zig 2023-06-20 13:12:19 -07:00
Package.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
print_air.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
print_env.zig std: Rewrite low-level json api to support streaming (#15602) 2023-05-13 14:31:53 -04:00
print_targets.zig std: Rewrite low-level json api to support streaming (#15602) 2023-05-13 14:31:53 -04:00
print_zir.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
RangeSet.zig behavior: get more test cases passing with llvm 2023-06-10 20:47:56 -07:00
register_manager.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
Sema.zig Type: delete legacy allocation functions 2023-06-20 14:02:09 -04:00
target.zig std: replace builtin.Version with SemanticVersion 2023-06-17 13:17:34 -07:00
tracy.zig update TracyAllocator for new Allocator changes 2022-12-11 15:02:44 -05:00
translate_c.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
type.zig Merge pull request #16105 from jacobly0/intern-pool-opt 2023-06-21 00:07:49 -07:00
TypedValue.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
value.zig Sema: optimize value resolution 2023-06-20 14:02:09 -04:00
wasi_libc.zig musl: deal with zig rename of i386 to x86 2023-06-20 12:55:38 -04:00
windows_com.hpp windows_com: add missing __CRT_UUID_DECL() for IEnumSetupInstances 2022-07-09 14:04:38 -07:00
windows_sdk.cpp all: rename i386 to x86 2022-11-04 00:09:27 +03:30
windows_sdk.h fix regressed stage2 test harness 2020-09-21 21:14:01 -07:00
windows_sdk.zig stage2: update for new usingnamespace semantics 2021-09-01 17:54:07 -07: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 Expose an option for producing 64-bit DWARF format 2023-04-20 14:46:53 -07:00
zig_llvm.h Expose an option for producing 64-bit DWARF format 2023-04-20 14:46:53 -07:00
Zir.zig Sema: optimize typeHasOnePossibleValue 2023-06-20 14:02:08 -04:00