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
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-26
add debug safety checks for remainder division
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-26
introduce copyable concept
Andrew Kelley
2017-03-23
use intel dialect for inline assembly
Andrew Kelley
2017-03-23
don't mangle symbols with underscores
Andrew Kelley
2017-03-23
improvements for windows and libc integration
Andrew Kelley
2017-03-22
on Darwin/MacOS/iOS, add c to link libs implicitly
Andrew Kelley
2017-03-22
unify main entry point regardless of whether linking libc
Andrew Kelley
2017-03-18
lazy analysis of top level declarations
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-13
add --each-lib-rpath option and corresponding config option
Andrew Kelley
2017-03-13
use lld instead of system linker
Andrew Kelley
2017-03-10
codegen nullable void the same way as bool
Andrew Kelley
2017-03-10
add default value for macosx version min when compiling natively
Andrew Kelley
2017-03-10
update to llvm 4.0
Andrew Kelley
2017-02-27
fix inability to write to global in some cases
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2017-02-22
fix regression with bit fields that align properly
Andrew Kelley
2017-02-22
bitfields support for array of non-store-aligned packed structs
Andrew Kelley
2017-02-16
pointers with bit offset contain length
Andrew Kelley
2017-02-16
ability to write to bit fields
Andrew Kelley
2017-02-16
support arithmetic for non byte aligned integer types
Andrew Kelley
2017-02-16
reading from a bit field partially works
Andrew Kelley
2017-02-16
move int and array types to central table
Andrew Kelley
2017-02-15
ability to declare const bitfields
Andrew Kelley
2017-02-14
add runtime debug safety for dividing integer min value by -1
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-11
rework compile-time known pointer values
Andrew Kelley
2017-02-09
remove the depends_on_compile_var code
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-07
variables, memcpy, and memset all get alignment
Andrew Kelley
2017-02-06
coldcc works better
Andrew Kelley
2017-02-06
improved behavior on debug safety crash
Andrew Kelley
2017-02-05
fix volatile not respected for loads
Andrew Kelley
2017-02-05
all functions are nounwind because zig does not support exceptions
Andrew Kelley
2017-02-05
`%=` in inline assembly survives optimization
Andrew Kelley
2017-02-05
setGlobalSection and setGlobalAlign work for functions
Andrew Kelley
2017-02-05
even external functions which provide definitions get nounwind
Andrew Kelley
2017-02-04
inline assembly supports `%=` syntax
Andrew Kelley
2017-02-04
memcpy and memset builtins support volatile pointers
Andrew Kelley
2017-02-04
remove volatileStore builtin; add volatile pointers
Andrew Kelley
2017-02-04
ability to set global variable alignment and ...
Andrew Kelley
2017-02-03
preserve names of exported variables
Andrew Kelley
2017-02-03
add volatileStore() builtin function
Andrew Kelley
2017-02-03
add setGlobalAlign and setGlobalSection builtin functions
Andrew Kelley
2017-02-03
add ability to set linker script
Andrew Kelley
2017-02-03
typedefs work for binary math operations
Andrew Kelley
[prev]
[next]