zig/src
Andrew Kelley 2a49c876be audit alignment for functions
see #37
2017-08-26 15:20:39 -04:00
..
all_types.hpp codegen for enums chooses best order of tag and union fields 2017-08-26 14:25:52 -04:00
analyze.cpp codegen for enums chooses best order of tag and union fields 2017-08-26 14:25:52 -04:00
analyze.hpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
ast_render.cpp compile-time f32, f64 operations are now correctly lossy 2017-08-20 01:04:51 -04:00
ast_render.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
bigfloat.cpp compile-time f32, f64 operations are now correctly lossy 2017-08-20 01:04:51 -04:00
bigfloat.hpp compile-time f32, f64 operations are now correctly lossy 2017-08-20 01:04:51 -04:00
bigint.cpp compile-time f32, f64 operations are now correctly lossy 2017-08-20 01:04:51 -04:00
bigint.hpp compile-time f32, f64 operations are now correctly lossy 2017-08-20 01:04:51 -04:00
buffer.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
buffer.hpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
c_tokenizer.cpp parseh: fix not recognizing integer suffixes on hex numbers 2017-06-16 14:34:38 -04:00
c_tokenizer.hpp parseh: fix not recognizing integer suffixes on hex numbers 2017-06-16 14:34:38 -04:00
codegen.cpp audit alignment for functions 2017-08-26 15:20:39 -04:00
codegen.hpp progress toward windows hello world working 2017-06-14 00:04:34 -04:00
config.h.in add --each-lib-rpath option and corresponding config option 2017-03-13 13:11:55 -04:00
errmsg.cpp building with mingw for windows 2017-05-23 00:26:12 -04:00
errmsg.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
error.cpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00
error.hpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir.cpp remove @alignOf and add @cAbiAlignOf and @preferredAlignOf 2017-08-26 13:29:24 -04:00
ir.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
ir_print.cpp remove @alignOf and add @cAbiAlignOf and @preferredAlignOf 2017-08-26 13:29:24 -04:00
ir_print.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
link.cpp organize file path of compiler_rt 2017-08-15 07:16:22 -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 move docs to website 2017-08-20 17:30:02 -04:00
os.cpp building with mingw for windows 2017-05-23 00:26:12 -04:00
os.hpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
parseh.cpp fix wrong switch target type with enum from .h file 2017-08-26 12:23:12 -04:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp fix tokenization error pointing to wrong character 2017-08-14 13:28:42 -04:00
parser.hpp remove AST cloning code and add AST render for while loops 2016-11-17 21:17:58 -05:00
quadmath.hpp compile-time f32, f64 operations are now correctly lossy 2017-08-20 01:04:51 -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
target.cpp fix invalid target info 2017-08-06 18:14:46 -04:00
target.hpp fix crash when using zig to link 2017-04-13 01:15:25 -04:00
tokenizer.cpp compile-time f32, f64 operations are now correctly lossy 2017-08-20 01:04:51 -04:00
tokenizer.hpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00
util.cpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
util.hpp correct size of types for packed structs 2017-02-21 14:22:23 -05:00
zig_llvm.cpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00
zig_llvm.hpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00