zig/src
mlugg 2a6b91874a stage2: pass most test cases under InternPool
All but 2 test cases now pass (tested on x86_64 Linux, native only). The
remaining two signify an issue requiring a larger refactor, which I will
do in a separate commit.

Notable changes:
* Fix uninitialized memory when allocating objects from free lists
* Implement TypedValue printing for pointers
* Fix some TypedValue printing logic
* Work around non-existence of InternPool.remove implementation
2023-06-10 20:51:10 -07:00
..
arch InternPool: fix yet more key lifetime issues 2023-06-10 20:47:59 -07:00
autodoc Autodoc: update favicon to latest logo mark 2023-05-09 14:24:21 -07:00
codegen llvm: fix undefined pointer type 2023-06-10 20:47:59 -07:00
link compiler: eliminate Decl.value_arena and Sema.perm_arena 2023-06-10 20:47:58 -07:00
Liveness InternPool: pass by const pointer 2023-06-10 20:47:57 -07:00
translate_c Use the word 'base' consistently instead of 'radix' 2023-06-01 00:02:16 +03:00
Air.zig InternPool: pass by const pointer 2023-06-10 20:47:57 -07:00
AstGen.zig AstGen: generate tests with anyerror!void 2023-06-10 20:47:56 -07:00
Autodoc.zig stage2: start the InternPool transition 2023-06-10 20:40:03 -07:00
BuiltinFn.zig Implement multi-argument @min/@max and notice bounds 2023-05-02 16:46:27 -07:00
clang_options_data.zig fixes to the previous commit 2023-04-20 15:17:07 -07:00
clang_options.zig zig cc: honor all -m and -mno- CPU feature flags 2021-11-26 19:59:33 -07:00
clang.zig translate-c: support brace-enclosed string initializers (c++20 9.4.2.1) 2023-04-23 21:45:08 +03:00
codegen.zig InternPool: fix yet more key lifetime issues 2023-06-10 20:47:59 -07:00
Compilation.zig compiler: eliminate Decl.value_arena and Sema.perm_arena 2023-06-10 20:47:58 -07:00
crash_report.zig stage2: move opaque types to InternPool 2023-06-10 20:42:30 -07:00
glibc.zig Merge pull request #15579 from squeek502/mem-delimiters 2023-06-03 13:51:02 -07:00
InternPool.zig stage2: pass most test cases under InternPool 2023-06-10 20:51:10 -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 main: add debug option to dump unoptimized llvm ir 2023-03-17 01:57:14 -04: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 compiler: eliminate Decl.value_arena and Sema.perm_arena 2023-06-10 20:47:58 -07:00
Liveness.zig InternPool: pass by const pointer 2023-06-10 20:47:57 -07:00
main.zig CLI: introduce --verbose-intern-pool 2023-06-10 20:47:56 -07:00
Manifest.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
mingw.zig std.Target adjustments 2023-05-26 21:42:19 -07:00
Module.zig stage2: pass most test cases under InternPool 2023-06-10 20:51:10 -07:00
musl.zig std.Target adjustments 2023-05-26 21:42:19 -07:00
objcopy.zig std.sort: add pdqsort and heapsort 2023-05-23 17:55:59 -07:00
Package.zig fix missing insertion of module to all_modules on first download 2023-06-03 13:40:28 -07:00
print_air.zig compiler: eliminate Decl.value_arena and Sema.perm_arena 2023-06-10 20:47:58 -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 InternPool: add more pointer values 2023-06-10 20:47:54 -07:00
RangeSet.zig behavior: get more test cases passing with llvm 2023-06-10 20:47:56 -07:00
register_manager.zig x86_64: rewrite inst tracking 2023-04-20 20:49:34 +01:00
Sema.zig stage2: pass most test cases under InternPool 2023-06-10 20:51:10 -07:00
target.zig stage2: move function types to InternPool 2023-06-10 20:47:53 -07:00
tracy.zig update TracyAllocator for new Allocator changes 2022-12-11 15:02:44 -05:00
translate_c.zig Use the word 'base' consistently instead of 'radix' 2023-06-01 00:02:16 +03:00
type.zig stage2: pass most test cases under InternPool 2023-06-10 20:51:10 -07:00
TypedValue.zig stage2: pass most test cases under InternPool 2023-06-10 20:51:10 -07:00
value.zig InternPool: fix yet more key lifetime issues 2023-06-10 20:47:59 -07:00
wasi_libc.zig Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817) 2023-05-23 22:12:53 +02: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_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_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_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: inferred allocations no longer abuse type/value system 2023-06-10 20:47:55 -07:00