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-02-05
Added support for vector wrapping mult and sub
Jimmi Holst Christensen
2019-02-04
SIMD: array to vector, vector to array, wrapping int add
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-09
when rendering llvm const values, ensure the types align
Andrew Kelley
2019-01-08
fix debug info for function pointers
Andrew Kelley
2019-01-02
@bitreverse intrinsic, part of #767 (#1865)
vegecode
2018-12-29
Merge pull request #1859 from mgxm/fbsd2
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-23
git user error fix
nebulaeonline
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-12-19
freebsd: link against libc
Marcio Giaxa
2018-12-18
ir: delete dead code
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-26
stage1: better file path handling
Andrew Kelley
2018-11-24
refactor type_requires_comptime to have possible error
Andrew Kelley
2018-11-24
fix @intCast not catching negative numbers to unsigned
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-16
Fixed #1663 and removed IrInstructionArrayLen
Jimmi Holst Christensen
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-09
more efficient builtin library code generation
Andrew Kelley
2018-10-09
support building static libraries
Andrew Kelley
2018-10-04
refactor ir.cpp
Andrew Kelley
2018-09-30
Fixes --emit asm on windows and makes C header file generation explicit. (#1612)
Sahnvour
2018-09-27
add dll export storage class where appropriate
Andrew Kelley
2018-09-26
the last number in a packed ptr is host int bytes
Andrew Kelley
2018-09-21
Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...
Andrew Kelley
2018-09-20
better string literal caching implementation
Andrew Kelley
2018-09-18
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-17
fix codegen for @intCast to u0
Andrew Kelley
2018-09-16
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-14
fix alignment of structs
Andrew Kelley
2018-09-14
fix tagged union with all void payloads but meaningful tag
Andrew Kelley
2018-09-13
fix assertion failure on compile-time `@intToPtr` of function
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
remove the scope parameter of setFloatMode
Andrew Kelley
2018-09-13
stage1: put test output artifact back in zig-cache folder
Andrew Kelley
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
[next]