zig/src
Andrew Kelley 5e345ff0ee
Merge pull request #3955 from LemonBoy/fix-1528
Pointer arithmetic affects the alignment factor
2020-01-09 13:53:56 -05:00
..
all_types.hpp New @export() handling 2020-01-09 13:43:06 -05:00
analyze.cpp New @export() handling 2020-01-09 13:43:06 -05:00
analyze.hpp Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work 2020-01-06 14:07:56 -05:00
ast_render.cpp Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
ast_render.hpp
bigfloat.cpp
bigfloat.hpp
bigint.cpp allow comparison of any numeric types 2019-12-16 11:09:10 -05:00
bigint.hpp allow comparison of any numeric types 2019-12-16 11:09:10 -05:00
blake2.h
blake2b.c
buffer.cpp
buffer.hpp
cache_hash.cpp
cache_hash.hpp
codegen.cpp New @export() handling 2020-01-09 13:43:06 -05:00
codegen.hpp translate-c supports --cache on 2020-01-03 22:11:19 -05:00
compiler.cpp
compiler.hpp
config.h.in
dump_analysis.cpp un-special-case startup code in the std lib 2019-12-12 18:33:44 -05:00
dump_analysis.hpp
errmsg.cpp
errmsg.hpp
error.cpp
error.hpp
glibc.cpp
glibc.hpp
hash_map.hpp const interning for 1-possible-value types 2019-11-25 15:04:49 -05:00
install_files.h
ir.cpp Merge pull request #3955 from LemonBoy/fix-1528 2020-01-09 13:53:56 -05:00
ir.hpp fix comptime vector float ops and add test coverage 2020-01-02 14:01:48 -05:00
ir_print.cpp New @export() handling 2020-01-09 13:43:06 -05:00
ir_print.hpp more progress 2019-11-28 00:02:53 -05:00
libc_installation.cpp removed unnecessary backslashes in windows' libc paths 2019-11-24 21:33:58 +01:00
libc_installation.hpp
link.cpp add --eh-frame-hdr conditionally 2020-01-07 15:58:40 -05:00
list.hpp sometimes free stuff from Zig IR pass 1 2019-12-01 01:13:21 -05:00
main.cpp add --eh-frame-hdr conditionally 2020-01-07 15:58:40 -05:00
memory_profiling.cpp free IrAnalyze sometimes 2019-11-30 23:57:48 -05:00
memory_profiling.hpp stage1: consolodate interning 2019-11-25 17:18:56 -05:00
os.cpp removed unnecessary backslashes in windows' libc paths 2019-11-24 21:33:58 +01:00
os.hpp
parse_f128.c
parse_f128.h
parser.cpp remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites 2020-01-06 15:23:05 -05:00
parser.hpp
range_set.cpp
range_set.hpp
softfloat.hpp
target.cpp expose the ability to disable C sanitization 2019-12-16 13:51:21 -05:00
target.hpp expose the ability to disable C sanitization 2019-12-16 13:51:21 -05:00
tokenizer.cpp remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites 2020-01-06 15:23:05 -05:00
tokenizer.hpp remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites 2020-01-06 15:23:05 -05:00
userland.cpp remove concept of translate mode 2019-12-12 14:26:24 +02:00
userland.h remove concept of translate mode 2019-12-12 14:26:24 +02:00
util.cpp const interning for 1-possible-value types 2019-11-25 15:04:49 -05:00
util.hpp fixed BREAKPOINT macro on mingw 2019-12-08 17:18:44 -05:00
windows_com.hpp
windows_sdk.cpp
windows_sdk.h
zig_clang.cpp More translate-c fixes 2020-01-08 08:43:37 +01:00
zig_clang.h More translate-c fixes 2020-01-08 08:43:37 +01:00
zig_clang_cc1_main.cpp
zig_clang_cc1as_main.cpp
zig_clang_driver.cpp
zig_llvm.cpp Use the LLVM C++ API 2020-01-02 18:57:09 +01:00
zig_llvm.h Use the LLVM C++ API 2020-01-02 18:57:09 +01:00