zig/src
Andrew Kelley fbe5737c84
stage1: always optimize blake and softfloat even in debug mode
2018-09-10 09:46:15 -04:00
..
all_types.hpp stage1: always optimize blake and softfloat even in debug mode 2018-09-10 09:46:15 -04:00
analyze.cpp stage1: improve handling of generic fn proto type expr 2018-09-05 21:21:59 -04:00
analyze.hpp stage1: improve handling of generic fn proto type expr 2018-09-05 21:21:59 -04:00
ast_render.cpp src/ast_render.cpp: remove promise_symbol from suspend; 2018-08-02 16:50:08 +09:00
ast_render.hpp rewrite parseh to use AST instead of direct types 2017-09-02 04:11:23 -04:00
bigfloat.cpp add f16 type 2018-06-27 16:20:04 +02:00
bigfloat.hpp add f16 type 2018-06-27 16:20:04 +02:00
bigint.cpp add @popCount intrinsic 2018-07-07 00:25:32 -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.cpp stage1: import blake2b implementation 2018-09-05 23:23:11 -04:00
buffer.cpp the same string literal codegens to the same constant 2018-01-11 21:02:30 -05:00
buffer.hpp basic compiler id hash working 2018-09-09 18:38:41 -04:00
c_tokenizer.cpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
c_tokenizer.hpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
cache_hash.cpp stage1: always optimize blake and softfloat even in debug mode 2018-09-10 09:46:15 -04:00
cache_hash.hpp stage1: always optimize blake and softfloat even in debug mode 2018-09-10 09:46:15 -04:00
codegen.cpp stage1: always optimize blake and softfloat even in debug mode 2018-09-10 09:46:15 -04:00
codegen.hpp stage1: always optimize blake and softfloat even in debug mode 2018-09-10 09:46:15 -04:00
config.h.in find libc and zig std lib at runtime 2018-03-30 17:10:54 -04:00
errmsg.cpp Fix the color of compiler messages for light-themed terminal. 2017-12-04 19:22:34 +09:00
errmsg.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
error.cpp basic compiler id hash working 2018-09-09 18:38:41 -04:00
error.hpp basic compiler id hash working 2018-09-09 18:38:41 -04:00
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir.cpp stage1: improve handling of generic fn proto type expr 2018-09-05 21:21:59 -04:00
ir.hpp stage1: rename FnTableEntry to ZigFn 2018-09-05 18:34:33 -04:00
ir_print.cpp add compile error for comptime control flow inside runtime block 2018-09-04 15:28:35 -04:00
ir_print.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
link.cpp stage1: always optimize blake and softfloat even in debug mode 2018-09-10 09:46:15 -04:00
link.hpp ability to cross compile 2016-02-11 01:33:27 -07:00
list.hpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
main.cpp stage1: always optimize blake and softfloat even in debug mode 2018-09-10 09:46:15 -04:00
os.cpp `zig id` command 2018-09-09 23:58:52 -04:00
os.hpp basic compiler id hash working 2018-09-09 18:38:41 -04:00
parser.cpp pull request fixups 2018-08-02 14:15:31 -04:00
parser.hpp fix examples and rename std.rand.Rand to std.rand.Random 2018-03-29 12:33:29 -04:00
range_set.cpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
range_set.hpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
result.hpp fix stack traces on linux 2018-08-25 03:07:37 -04:00
softfloat.hpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
target.cpp msp430 target: c_long is always 32 bits 2018-06-18 01:03:45 -04:00
target.hpp add @newStackCall builtin function 2018-05-12 17:35:15 -04:00
tokenizer.cpp fix invalid character test on windows 2018-07-18 10:51:42 -04:00
tokenizer.hpp breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
translate_c.cpp Translate-c: Check for error before working on while loop body (#1445) 2018-08-31 23:17:17 +02:00
translate_c.hpp rename "parsec" to "translate-c" 2017-11-24 14:56:05 -05:00
util.cpp basic compiler id hash working 2018-09-09 18:38:41 -04:00
util.hpp basic compiler id hash working 2018-09-09 18:38:41 -04:00
windows_com.hpp WIN32: Linking with the CRT at runtime. (#570) 2017-11-01 15:33:14 -04:00
windows_sdk.cpp i#1438: src/windows_sdk.cpp: fix version guard in `find_81_version`; 2018-09-01 12:02:21 +09:00
windows_sdk.h self-hosted: add first compare-output test 2018-07-23 00:35:53 -04:00
zig_llvm.cpp self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
zig_llvm.h self-hosted: linking 2018-07-17 13:18:13 -04:00