zig/src
Andrew Kelley 987768778a bit shifting safety
* add u3, u4, u5, u6, u7 and i3, i4, i5, i6, i7
 * shift operations shift amount parameter type is
   integer with log2 bit width of other param
   - This enforces not violating undefined behavior on
     shift amount >= bit width with the type system
 * clean up math.log, math.ln, math.log2, math.log10

closes #403
2017-08-19 01:43:43 -04:00
..
all_types.hpp bit shifting safety 2017-08-19 01:43:43 -04:00
analyze.cpp bit shifting safety 2017-08-19 01:43:43 -04:00
analyze.hpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
ast_render.cpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00
ast_render.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
bigfloat.cpp remove dependency on quadmath.h 2017-08-18 13:28:59 -04:00
bigfloat.hpp fix bitCast for big integers 2017-08-17 22:52:12 -04:00
bigint.cpp fix bitCast for big integers 2017-08-17 22:52:12 -04:00
bigint.hpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -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 bit shifting safety 2017-08-19 01:43:43 -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_print.cpp more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00
ir_print.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
ir.cpp bit shifting safety 2017-08-19 01:43:43 -04:00
ir.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 progress toward windows hello world working 2017-06-14 00:04:34 -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 parseh: fix not recognizing integer suffixes on hex numbers 2017-06-16 14:34:38 -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
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 more intuitive left shift and right shift operators 2017-08-09 10:09:38 -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