zig/src
2019-07-21 16:21:16 -04:00
..
all_types.hpp simple async function call working 2019-07-21 16:21:16 -04:00
analyze.cpp simple async function call working 2019-07-21 16:21:16 -04:00
analyze.hpp simple async function call working 2019-07-21 16:21:16 -04:00
ast_render.cpp remove coroutines implementation and promise type 2019-07-19 18:18:44 -04:00
ast_render.hpp translate-c: a little closer to self-hosted implementation 2019-04-25 00:06:54 -04:00
bigfloat.cpp fix NaN comparing equal to itself 2019-04-04 22:07:15 -04:00
bigfloat.hpp fix NaN comparing equal to itself 2019-04-04 22:07:15 -04:00
bigint.cpp Do not invoke UB in BigInt shr operations 2019-04-26 14:24:35 -04:00
bigint.hpp add @popCount intrinsic 2018-07-07 00:25:32 -04:00
blake2.h stage1: import blake2b implementation 2018-09-05 23:23:11 -04:00
blake2b.c stage1: build blake code with -std=c99 2018-09-11 17:29:18 -04:00
buffer.cpp the same string literal codegens to the same constant 2018-01-11 21:02:30 -05:00
buffer.hpp fix build on windows 2019-07-15 19:50:56 -04:00
c_tokenizer.cpp fix translate-c regression 2019-05-09 20:11:56 -04:00
c_tokenizer.hpp translate-c: enough C tokenization/parsing to handle shifting in macros 2019-05-09 12:48:38 -04:00
cache_hash.cpp add review changes 2019-05-29 14:39:13 -04:00
cache_hash.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
codegen.cpp simple async function call working 2019-07-21 16:21:16 -04:00
codegen.hpp mingw: building and linking mingw32.lib 2019-07-10 14:13:00 -04:00
compiler.cpp ability to target any glibc version 2019-07-07 17:56:08 -04:00
compiler.hpp ability to target any glibc version 2019-07-07 17:56:08 -04:00
config.h.in move some of the installation from cmake to zig build 2019-07-15 01:45:26 -04:00
errmsg.cpp
errmsg.hpp
error.cpp fix static builds of zig from requiring c compiler 2019-05-15 21:50:56 -04:00
error.hpp translate-c: a little closer to self-hosted implementation 2019-04-25 00:06:54 -04:00
glibc.cpp avoid dependency on linux/limits.h header 2019-07-08 11:38:14 -04:00
glibc.hpp ability to target any glibc version 2019-07-07 17:56:08 -04:00
hash_map.hpp
install_files.h update bundled musl source to 1.1.23 2019-07-16 19:54:14 -04:00
ir_print.cpp simple async function call working 2019-07-21 16:21:16 -04:00
ir_print.hpp Fix too eager comptime evaluation of error ptr 2019-05-19 15:53:32 -04:00
ir.cpp simple async function call working 2019-07-21 16:21:16 -04:00
ir.hpp stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @round 2019-06-22 14:34:34 -05:00
libc_installation.cpp Remove duplicate exe name with zig run 2019-06-17 14:10:10 -04:00
libc_installation.hpp fixed visibility of zig_libc_cc_print_file_name 2019-04-27 16:17:07 -05:00
link.cpp libc headers before C language headers, and disable libunwind on arm32 2019-07-16 21:38:18 -04:00
list.hpp stage1 assertions always on, and have stack traces 2019-04-17 15:58:20 -04:00
main.cpp fix the build on windows 2019-07-15 01:45:26 -04:00
os.cpp make string literal const on windows 2019-06-22 19:54:11 -05:00
os.hpp Remove duplicate exe name with zig run 2019-06-17 14:10:10 -04:00
parse_f128.c parse_f128.c: fix whitespace 2019-03-23 13:46:50 -04:00
parse_f128.h get rid of restrict; it's not supported by MSVC 2019-03-22 16:08:19 -04:00
parser.cpp remove coroutines implementation and promise type 2019-07-19 18:18:44 -04:00
parser.hpp remove namespace type; files are empty structs 2019-02-28 10:11:32 -05:00
range_set.cpp
range_set.hpp
softfloat.hpp
target.cpp back to msvc as the default C ABI on Windows 2019-07-17 12:40:48 -04:00
target.hpp libc headers before C language headers, and disable libunwind on arm32 2019-07-16 21:38:18 -04:00
tokenizer.cpp remove coroutines implementation and promise type 2019-07-19 18:18:44 -04:00
tokenizer.hpp remove coroutines implementation and promise type 2019-07-19 18:18:44 -04:00
translate_c.cpp translate-c: fix incorrectly translated double function pointer 2019-07-13 12:38:10 -04:00
translate_c.hpp translate-c: unify API for self-hosted and C++ translate-c 2019-04-25 00:06:57 -04:00
userland.cpp enable segfault stack traces in stage1 compiler 2019-07-02 13:41:17 -04:00
userland.h enable segfault stack traces in stage1 compiler 2019-07-02 13:41:17 -04:00
util.cpp ability to target any glibc version 2019-07-07 17:56:08 -04:00
util.hpp WIN32 -> _WIN32 2019-07-17 16:10:54 -04: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 self-hosted: add first compare-output test 2018-07-23 00:35:53 -04:00
zig_clang_cc1_main.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang_cc1as_main.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang_driver.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang.cpp transBinaryOperator: Add, Sub 2019-06-23 17:17:21 -07:00
zig_clang.h WIN32 -> _WIN32 2019-07-17 16:10:54 -04:00
zig_llvm.cpp add -ffunction-sections arg when building C objects 2019-07-03 15:46:27 -04:00
zig_llvm.h Added ZigLLVMCreateTargetMachine and pass function-sections flag 2019-07-02 19:54:29 +02:00