zig/src
2019-09-10 13:00:35 -04:00
..
all_types.hpp make the std lib support event-based I/O 2019-09-10 10:26:52 -04:00
analyze.cpp make the std lib support event-based I/O 2019-09-10 10:26:52 -04:00
analyze.hpp fix bad LLVM IR when for target expr needs to be spilled 2019-09-09 15:59:16 -04:00
ast_render.cpp implement noasync function calls 2019-09-05 21:55:32 -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 Encapsulate bigint representation, assert on cast data loss 2019-08-23 11:14:08 -04:00
bigint.hpp Encapsulate bigint representation, assert on cast data loss 2019-08-23 11:14:08 -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
buffer.hpp fix bad LLVM IR when for target expr needs to be spilled 2019-09-09 15:59:16 -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 Merge remote-tracking branch 'origin/master' into llvm9 2019-09-10 13:00:35 -04:00
codegen.hpp improve async function semantics 2019-08-06 16:53:22 -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 await does not force async if callee is blocking 2019-08-29 21:51:37 -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 fix bad LLVM IR when for target expr needs to be spilled 2019-09-09 15:59:16 -04:00
ir_print.hpp stage1 enhance IR print 2019-09-05 13:06:10 -04:00
ir.cpp Resolve lazy arguments passed to @compileLog 2019-09-10 11:22:40 -04:00
ir.hpp stage1 enhance IR print 2019-09-05 13:06:10 -04: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 Merge remote-tracking branch 'origin/master' into llvm9 2019-09-02 20:56:31 -04:00
list.hpp fix not fully resolving debug info for structs causing llvm error 2019-08-29 10:29:48 -04:00
main.cpp make the std lib support event-based I/O 2019-09-10 10:26:52 -04:00
os.cpp os: raise maximum file descriptor limit 2019-09-05 15:09:13 -04:00
os.hpp Revert "Merge pull request #2991 from emekoi/mingw-ci" 2019-09-01 00:33:02 -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 implement noasync function calls 2019-09-05 21:55:32 -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
stack_report.cpp -fstack-report outputs JSON 2019-09-10 10:26:54 -04:00
stack_report.hpp make the std lib support event-based I/O 2019-09-10 10:26:52 -04:00
target.cpp Merge remote-tracking branch 'origin/master' into llvm9 2019-09-10 13:00:35 -04:00
target.hpp Merge remote-tracking branch 'origin/master' into llvm9 2019-08-16 16:43:56 -04:00
tokenizer.cpp implement noasync function calls 2019-09-05 21:55:32 -04:00
tokenizer.hpp implement noasync function calls 2019-09-05 21:55:32 -04:00
translate_c.cpp Merge remote-tracking branch 'origin/master' into llvm9 2019-09-10 13:00:35 -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 await does not force async if callee is blocking 2019-08-29 21:51:37 -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
zig_clang_cc1_main.cpp update clang driver code to llvm9 2019-07-19 18:07:31 -04:00
zig_clang_cc1as_main.cpp update clang driver code to llvm9 2019-07-19 18:07:31 -04:00
zig_clang_driver.cpp update clang driver code to llvm9 2019-07-19 18:07:31 -04:00
zig_clang.cpp update zig codebase to llvm 9 2019-07-17 17:47:39 -04:00
zig_clang.h Merge remote-tracking branch 'origin/master' into llvm9 2019-08-03 12:39:15 -04:00
zig_llvm.cpp Merge remote-tracking branch 'origin/master' into llvm9 2019-09-10 13:00:35 -04:00
zig_llvm.h Merge remote-tracking branch 'origin/master' into llvm9 2019-08-16 16:43:56 -04:00