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
2018-09-11
rename --enable-timing-info to -ftime-report to match clang
Andrew Kelley
2018-09-11
bring back zig-cache
Andrew Kelley
2018-09-11
stage1: clean up timing report in test mode
Andrew Kelley
2018-09-11
fix docgen tests
Andrew Kelley
2018-09-11
Merge remote-tracking branch 'origin/master' into stage1-caching
Andrew Kelley
2018-09-11
fix incorrect error union const value generation
Andrew Kelley
2018-09-11
fix incorrect union const value generation
Andrew Kelley
2018-09-11
ability to disable cache. off by default except for...
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-10
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-10
stage1: always optimize blake and softfloat even in debug mode
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
2018-09-07
C ABI: support returning large structs on x86_64
Andrew Kelley
2018-09-07
C ABI: support medium size structs & unions for x86_64 params
Andrew Kelley
2018-09-07
stage1: function to classify x86_64 abi types
Andrew Kelley
2018-09-07
builtin functions: @byteOffsetOf and @bitOffsetOf
raulgrell
2018-09-07
add C ABI test for big unions
Andrew Kelley
2018-09-07
stage1: refactor variable inits to use c abi fn walk
Andrew Kelley
2018-09-07
stage1: refactor param vars for C ABI
Andrew Kelley
2018-09-07
stage1: refactor fn type analysis to use C ABI walk fn
Andrew Kelley
2018-09-07
stage1: c abi for big struct works
Andrew Kelley
2018-09-06
add C ABI tests
Andrew Kelley
2018-09-06
stage1: compile error instead of incorrect code
Andrew Kelley
2018-09-05
assume evenly divided base64
Andrew Kelley
2018-09-05
start creating a hash of input parameters
Andrew Kelley
2018-09-05
stage1: rename more TypeTableEntry types to ZigType
Andrew Kelley
2018-09-05
stage1: rename VariableTableEntry to ZigVar
Andrew Kelley
2018-09-05
stage1: rename FnTableEntry to ZigFn
Andrew Kelley
2018-09-05
stage1: rename TypeTableEntry to ZigType
Andrew Kelley
2018-09-05
stage1: fix tagged union with no payloads
Andrew Kelley
2018-09-05
stage1: fix emit asm with explicit output file
Andrew Kelley
2018-09-04
stage1: use os_path_resolve instead of os_path_real
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-09-04
add compile error for comptime control flow inside runtime block
Andrew Kelley
2018-09-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-04
fix llvm assertion when adding callsite sret attr
Andrew Kelley
2018-09-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-03
ability to @ptrCast to *void
Andrew Kelley
2018-09-02
use the sret attribute at the callsite when appropriate
Andrew Kelley
2018-08-26
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-08-26
fix llvm assertion failure when building std lib tests for macos
Andrew Kelley
2018-08-25
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-08-25
Merge remote-tracking branch 'origin/master' into macos-stack-traces
Andrew Kelley
2018-08-25
fix handling multiple extern vars with the same name
Andrew Kelley
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-08-22
fix incorrectly generating an unused const fn global
Andrew Kelley
2018-08-04
Merge branch 'master' into llvm7
Andrew Kelley
2018-08-02
src/codegen.cpp: @handle(): replace hacky ref chain with llvm intrinsic;
kristopher tate
2018-08-02
src/codegen.cpp: return promise instead of null promise;
kristopher tate
[prev]
[next]