zig/src
Andrew Kelley abc717f203 modernize the PIE patch for the latest master branch
This is the part of #3960 that has to be rewritten to apply to latest
master branch code.
2020-11-22 17:28:11 -07:00
..
codegen stage2 aarch64: assert register is 64bits in PCrel 2020-11-18 10:12:39 +01:00
link modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
stage1 modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
Cache.zig When checking a cache hit, make sure to handle a (re)moved source file 2020-10-23 01:01:37 -04:00
Compilation.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
DepTokenizer.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
Module.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
Package.zig stage2: implement --pkg-begin and --pkg-end CLI args 2020-09-22 23:00:33 -07:00
RangeSet.zig stage2: implement switch validation for integers 2020-10-30 15:58:13 +02:00
TypedValue.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
astgen.zig stage2: switch put swap condbr and block 2020-10-30 15:58:13 +02:00
clang.zig rename ZigClangFloatingLiteral_getValueAsApproximateDouble 2020-10-27 14:16:43 -07:00
clang_options.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
clang_options_data.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
codegen.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
config.zig.in delete all stage1 c++ code not directly related to compiling stage2 2020-09-17 18:29:38 -07:00
glibc.zig Turn zig fmt back on in various src/ files 2020-10-05 04:48:58 -04:00
introspect.zig stage2: implement using the global cache dir 2020-09-22 14:08:08 -07:00
ir.zig stage2: switch comptime execution 2020-10-30 15:58:13 +02:00
libc_installation.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
libcxx.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
libunwind.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
link.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
liveness.zig stage2: fix typo in liveness; add comptime switch test 2020-10-30 15:58:13 +02:00
llvm.zig stage2: building DLL import lib files 2020-09-28 19:20:58 -07:00
main.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
mingw.zig Fixed mingw-w64 8.0.0 compilation 2020-11-05 20:04:25 +02:00
musl.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
print_env.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
print_targets.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
stage1.zig modernize the PIE patch for the latest master branch 2020-11-22 17:28:11 -07:00
target.zig macOS: depend on bundled headers even for native 2020-11-08 18:51:12 -07:00
test.zig stage2: fix test harness tmp path handling 2020-10-30 15:58:12 +02:00
tracy.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
translate_c.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
type.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
value.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
windows_com.hpp compiling on mingw is now supported (#1542) 2018-09-18 00:13:17 -04:00
windows_sdk.cpp fixed mingw compilation 2018-10-27 11:35:01 -04:00
windows_sdk.h fix regressed stage2 test harness 2020-09-21 21:14:01 -07:00
windows_sdk.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
zig_clang.cpp rename ZigClangFloatingLiteral_getValueAsApproximateDouble 2020-10-27 14:16:43 -07:00
zig_clang.h rename ZigClangFloatingLiteral_getValueAsApproximateDouble 2020-10-27 14:16:43 -07:00
zig_clang_cc1_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_cc1as_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_driver.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_llvm.cpp Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie 2020-11-22 12:39:44 -07:00
zig_llvm.h Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie 2020-11-22 12:39:44 -07:00
zir.zig Add builtin.Signedness, use it instead of is_signed 2020-11-19 18:59:21 +02:00
zir_sema.zig stage2: return same hash for different representations of same value 2020-10-30 15:58:13 +02:00