Andrew Kelley 2ef68631cb stage2 now supports using stage1 as a backend for compiling zig code
* move stage2.cpp code into zig0.cpp for simplicity
 * add -ftime-report and some more CLI options to stage2
 * stage2 compites the llvm cpu features string
 * classifyFileExt understands more file extensions
 * correction to generateBuiltinZigSource using the wrong allocator
   (thanks dbandstra!)
 * stage2 is now able to build hello.zig into hello.o using stage1 as a
   library however it fails linking due to missing compiler-rt
 * remove dead code
 * simplify zig0 builtin.zig source
 * fix not resolving builtin.zig source path causing duplicate imports
 * fix stage1.h not being valid C code
 * fix stage2.h not being valid C code
2020-09-18 22:48:28 -07:00
..
2020-09-17 23:27:24 -07:00
2019-04-04 22:07:15 -04:00
2019-04-04 22:07:15 -04:00
2019-09-22 15:58:57 -04:00
2020-02-10 21:08:08 -05:00
2020-02-16 19:16:08 -05:00
2020-08-30 19:02:23 -06:00
2020-02-10 21:08:08 -05:00
2020-06-15 22:21:01 +03:00
2020-06-15 18:38:41 +03:00
2020-08-18 01:29:34 -07:00
2020-05-17 12:18:53 -04:00
2020-02-16 19:16:08 -05:00
2020-07-24 20:01:18 +00:00
2018-10-27 11:35:01 -04:00
2020-02-16 13:25:30 -05:00