zig/src
Andrew Kelley 1554dd9697
support building static self hosted compiler on macos
* add a --system-linker-hack command line parameter to work around
   poor LLD macho code. See #1535
 * build.zig correctly handles static as well as dynamic dependencies
   when building the self hosted compiler.
   - no more unnecessary libxml2 dependency
   - a static build on macos produces a completely static self-hosted
     compiler for macos (except for libSystem as intended).
2018-11-02 00:54:34 -04:00
..
all_types.hpp support building static self hosted compiler on macos 2018-11-02 00:54:34 -04:00
analyze.cpp fix compiler crash 2018-10-13 16:35:38 -04:00
analyze.hpp the last number in a packed ptr is host int bytes 2018-09-26 14:54:52 -04:00
ast_render.cpp Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
ast_render.hpp
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 fix more bigint code paths and add tests 2018-09-24 16:31:22 -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
buffer.hpp basic compiler id hash working 2018-09-09 18:38:41 -04:00
c_tokenizer.cpp
c_tokenizer.hpp
cache_hash.cpp stage1 caching: don't write manifest until cache release 2018-09-18 15:35:03 -04:00
cache_hash.hpp bring back zig-cache 2018-09-11 22:25:52 -04:00
codegen.cpp remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
codegen.hpp Merge remote-tracking branch 'origin/master' into stage1-caching 2018-09-11 15:56:04 -04:00
compiler.cpp remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
compiler.hpp remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
config.h.in find libc and zig std lib at runtime 2018-03-30 17:10:54 -04:00
errmsg.cpp
errmsg.hpp
error.cpp windows os.cpp implementations 2018-09-12 11:33:26 -04:00
error.hpp windows os.cpp implementations 2018-09-12 11:33:26 -04:00
hash_map.hpp
ir_print.cpp remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
ir_print.hpp
ir.cpp simplify logic of pass1 ir for while on error unions 2018-10-31 10:00:51 -04:00
ir.hpp stage1: rename FnTableEntry to ZigFn 2018-09-05 18:34:33 -04:00
link.cpp support building static self hosted compiler on macos 2018-11-02 00:54:34 -04:00
list.hpp
main.cpp support building static self hosted compiler on macos 2018-11-02 00:54:34 -04:00
os.cpp support building static self hosted compiler on macos 2018-11-02 00:54:34 -04:00
os.hpp remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
parser.cpp Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -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
range_set.hpp
result.hpp fix stack traces on linux 2018-08-25 03:07:37 -04:00
softfloat.hpp
target.cpp fix stack pointer register name on i386 2018-10-25 18:25:53 -04:00
target.hpp support building static libraries 2018-10-09 13:15:14 -04:00
tokenizer.cpp Tweak SYMBOL_CHAR define in tokenizer.cpp 2018-09-26 11:29:01 -04:00
tokenizer.hpp remove this. add @This(). 2018-09-13 16:34:33 -04:00
translate_c.cpp Ignore class-memaccess error for gcc 8 and above 2018-09-24 14:01:59 -04:00
translate_c.hpp
util.cpp alternate fix using the rest() function 2018-09-13 11:24:57 -04:00
util.hpp alternate fix using the rest() function 2018-09-13 11:24:57 -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_llvm.cpp support building static libraries 2018-10-09 13:15:14 -04:00
zig_llvm.h support building static libraries 2018-10-09 13:15:14 -04:00