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-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-24
fix segfault when passing union enum with sub byte...
Andrew Kelley
2017-12-23
translate-c: set up debug scope for translated functions
Andrew Kelley
2017-12-22
fix endianness of sub-byte integer fields in packed structs
Andrew Kelley
2017-12-19
fix crash when implicitly casting array of len 0 to slice
Andrew Kelley
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-08
translate-c: more complex logic for translating a C cast in a macro
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-05
add implicit cast from enum to union
Andrew Kelley
2017-12-05
translate-c: fix not printing clang errors
Andrew Kelley
2017-12-04
fix incorrect LLVM IR for union constant when active field is void
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-12-03
rename @EnumTagType to @TagType. add tests for union-enums
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-12-02
ability to set tag values of enums
Andrew Kelley
2017-12-01
packed structs can have enums with explicit tag types
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-16
fix codegen for union init with runtime value
Andrew Kelley
2017-11-16
debug safety for unions
Andrew Kelley
2017-11-16
union secret field is the tag index instead of distinct type index
Andrew Kelley
2017-11-15
unions have a secret field for the type
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-11-10
fix test failures
Andrew Kelley
2017-11-10
fix bug when multiple function definitions exist
Andrew Kelley
2017-11-08
fix enum sizes too large
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-04
add compile-time reflection for function arg types
Andrew Kelley
2017-11-03
Add emit command-line option (#580)
Marc Tiehuis
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-27
Merge branch 'master' into self-hosted
Andrew Kelley
2017-10-27
use llvm named structs for const values when possible
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-24
fix missing compiler_rt in release modes
Andrew Kelley
2017-10-24
wip self hosted code
Andrew Kelley
2017-10-21
fix compiler crash regarding type name of undefined
Andrew Kelley
2017-10-17
add uwtable attribute to functions on windows
Andrew Kelley
2017-10-16
fix codegen of enum name table having wrong LLVM types
Andrew Kelley
2017-10-16
look for libc at runtime on windows
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
clean up some resources
Andrew Kelley
2017-10-15
fix windows argument parsing
Andrew Kelley
2017-10-15
disable byval parameters on windows to work around llvm bug
Andrew Kelley
2017-10-14
build-exe allows direct export of WinMainCRTStartup
Andrew Kelley
2017-10-10
add module flag to emit CodeView for COFF object files
Andrew Kelley
2017-10-03
use __chkstk_ms compiler-rt functions for __chkstk
Andrew Kelley
2017-10-03
replace __chkstk function with a stub that does not crash
Andrew Kelley
[next]