zig/src
2017-02-05 18:58:58 -05:00
..
all_types.hpp %= in inline assembly survives optimization 2017-02-05 13:12:06 -05:00
analyze.cpp memcpy and memset builtins support volatile pointers 2017-02-04 22:12:06 -05:00
analyze.hpp remove volatileStore builtin; add volatile pointers 2017-02-04 21:49:27 -05:00
ast_render.cpp remove volatileStore builtin; add volatile pointers 2017-02-04 21:49:27 -05:00
ast_render.hpp partially fix parseh command 2017-01-10 15:39:52 -05:00
bignum.cpp IR: pass MT19937_64 test 2017-01-05 00:59:37 -05:00
bignum.hpp IR: pass MT19937_64 test 2017-01-05 00:59:37 -05:00
buffer.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
buffer.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
c_tokenizer.cpp parseh: support octal in C macro string literal 2016-07-09 12:17:31 -07:00
c_tokenizer.hpp parseh: support octal in C macro string literal 2016-07-09 12:17:31 -07:00
codegen.cpp fix volatile not respected for loads 2017-02-05 16:00:12 -05:00
codegen.hpp add ability to set linker script 2017-02-03 12:34:20 -05:00
config.h.in add missing copyright notices 2016-12-04 21:06:13 -05:00
errmsg.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
errmsg.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
error.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
error.hpp add error for dividing by zero in static function evaluation 2016-04-12 16:18:41 -07:00
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir_print.cpp setGlobalSection and setGlobalAlign work for functions 2017-02-05 12:50:19 -05:00
ir_print.hpp IR: implement macro for function aliasing function pointer 2017-01-12 03:15:06 -05:00
ir.cpp delete unneeded IR code and fix assigning to const ptr 2017-02-05 16:06:06 -05:00
ir.hpp IR: implement macro for function aliasing function pointer 2017-01-12 03:15:06 -05:00
link.cpp in freestanding environment, assume gnu binutils 2017-02-03 15:53:23 -05:00
link.hpp ability to cross compile 2016-02-11 01:33:27 -07:00
list.hpp IR: generating a switch statement 2016-11-24 02:44:03 -05:00
main.cpp add ability to set linker script 2017-02-03 12:34:20 -05:00
os.cpp os: fix file descriptor leak in os_exec 2016-09-22 10:48:42 -04:00
os.hpp add debug safety for division 2016-05-07 19:58:02 -07:00
parseh.cpp ability to set global variable alignment and ... 2017-02-04 10:22:07 -05:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp try expression can omit variable assignments 2017-02-05 18:58:58 -05:00
parser.hpp remove AST cloning code and add AST render for while loops 2016-11-17 21:17:58 -05:00
target.cpp tell LLVM the target sub arch type 2017-02-05 18:23:54 -05:00
target.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
tokenizer.cpp implement packed structs 2017-02-03 11:39:24 -05:00
tokenizer.hpp implement packed structs 2017-02-03 11:39:24 -05:00
util.cpp parseh: support anonymous enums and enums with initializers 2016-04-22 21:43:48 -07:00
util.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
zig_llvm.cpp tell LLVM the target sub arch type 2017-02-05 18:23:54 -05:00
zig_llvm.hpp tell LLVM the target sub arch type 2017-02-05 18:23:54 -05:00