index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2019-05-03
always respect threadlocal for variables with external linkage
Andrew Kelley
2019-05-03
optimize `@memset` with `undefined`
Andrew Kelley
2019-04-25
translate-c: put -x c back in there, it's necessary
Andrew Kelley
2019-04-25
translate-c: unify API for self-hosted and C++ translate-c
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-04-16
freestanding target adds -ffrestanding to cc parameters
Andrew Kelley
2019-04-15
fix Debug mode when error return tracing is off
Andrew Kelley
2019-04-15
wasm: add wasm-import-module attr to extern
Shritesh Bhattarai
2019-04-14
organize how the single threaded option is passed around
Andrew Kelley
2019-04-12
wasm: use .wasm ext for exe
Shritesh Bhattarai
2019-04-11
wasm: disable error ret tracing
Shritesh Bhattarai
2019-04-10
compiler-rt: better way to do the ABI required on Windows
Andrew Kelley
2019-04-04
fix NaN comparing equal to itself
Andrew Kelley
2019-04-04
fix `@divFloor` returning incorrect value and add `__modti3`
Andrew Kelley
2019-04-04
fix thread local variables for non- position independent code
Andrew Kelley
2019-04-02
passing all tests
Andrew Kelley
2019-04-02
more regression fixes. empty test passes again
Andrew Kelley
2019-04-02
more regression fixes
Andrew Kelley
2019-04-02
remove the lazy value stuff
Andrew Kelley
2019-04-02
introduce lazy values
Andrew Kelley
2019-04-02
decouple llvm types from zig types
Andrew Kelley
2019-03-27
fix build on arm64
Shawn Landden
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-18
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-18
pass explicit frame pointer args when compiling C code
Andrew Kelley
2019-03-18
libc: separate linux headers from musl/glibc
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-14
breaking: fix @typeInfo handling of global error set type
Andrew Kelley
2019-03-13
fix target_requires_pic and reloc_mode
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
fix @setRuntimeSafety not able to override release modes
Andrew Kelley
2019-03-13
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-12
don't resolve dynamic linker for static executables
Andrew Kelley
2019-03-12
ability to build musl from source
Andrew Kelley
2019-03-12
building musl start files from source
Andrew Kelley
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-10
fix inconsistent type information of optional C pointers
Andrew Kelley
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-09
fix docgen and fix unnecessarily adding .root suffix to objects
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
fix linking glibc: caching static libs and
Andrew Kelley
2019-03-07
fix .d file processing and use -MV to quote spaces
Andrew Kelley
2019-03-07
better behavior when cache dir unavailable
Andrew Kelley
2019-03-07
fix regressions on macos
Andrew Kelley
2019-03-07
dynamic_linker_path can be null on some targets
Andrew Kelley
[next]