zig/src
Andrew Kelley 54a8b6a110 cleanup target data organization 2016-02-10 16:58:15 -07:00
..
all_types.hpp add "targets" command to list architectures, oses, abis 2016-02-10 15:41:50 -07:00
analyze.cpp don't create debug type for void arrays 2016-02-09 20:38:42 -07:00
analyze.hpp improve performance for get_fn_type 2016-02-07 18:32:19 -07:00
ast_render.cpp fix build with GCC 2016-02-09 08:46:55 -07:00
ast_render.hpp move AST rendering code to separate file 2016-01-27 21:10:38 -07:00
bignum.cpp fix a bogus call to bignum_normalize causing assertion failure 2016-02-07 03:49:25 -07:00
bignum.hpp support casting between int and float types 2016-01-31 21:05:17 -07:00
buffer.cpp colored error messages that tell the source file 2015-12-01 00:50:11 -07:00
buffer.hpp parseh recognizes C enums 2016-01-28 11:03:44 -07:00
codegen.cpp add "targets" command to list architectures, oses, abis 2016-02-10 15:41:50 -07:00
codegen.hpp support overriding the dynamic linker argument to ld 2016-02-08 22:11:09 -07:00
config.h.in support static linking against libc 2016-02-08 00:50:51 -07:00
errmsg.cpp fix crash when compiling empty file 2016-01-27 12:09:36 -07:00
errmsg.hpp upgrade to the libclang C++ API 2016-01-27 00:01:49 -07:00
error.cpp add test for bad import 2015-12-01 02:29:21 -07:00
error.hpp add test for bad import 2015-12-01 02:29:21 -07:00
hash_map.hpp remove the constructor of hash map 2016-02-01 17:50:46 -07:00
list.hpp preprocessor detects #include directives 2015-08-05 20:26:58 -07:00
main.cpp cleanup target data organization 2016-02-10 16:58:15 -07:00
os.cpp basic support for building a test target 2016-02-03 18:02:01 -07:00
os.hpp basic support for building a test target 2016-02-03 18:02:01 -07:00
parseh.cpp fix build with GCC 2016-02-09 08:46:55 -07:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp rhs of ?? and %% can be any expression 2016-02-06 19:28:11 -07:00
parser.hpp implicit casts rewrite the AST 2016-01-22 15:31:35 -07:00
target.cpp cleanup target data organization 2016-02-10 16:58:15 -07:00
target.hpp cleanup target data organization 2016-02-10 16:58:15 -07:00
tokenizer.cpp parsing code for defer and more 2016-02-05 23:20:34 -07:00
tokenizer.hpp parsing code for defer and more 2016-02-05 23:20:34 -07:00
util.cpp add number literal type 2015-12-14 02:46:37 -07:00
util.hpp add number literal type 2015-12-14 02:46:37 -07:00
zig_llvm.cpp cleanup target data organization 2016-02-10 16:58:15 -07:00
zig_llvm.hpp cleanup target data organization 2016-02-10 16:58:15 -07:00