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-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
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-10-02
windows: alignstack=16 on every function
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
fix implementation of --zig-std-dir
Andrew Kelley
2017-10-01
fix codegen on windows
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-30
don't try to use cold calling convention on windows
Andrew Kelley
2017-09-30
better divTrunc codegen
Andrew Kelley
2017-09-30
workaround for invalid binary created on windows
Andrew Kelley
2017-09-24
fix i386 windows stdcall
Andrew Kelley
2017-09-24
windows gui hello world
Andrew Kelley
2017-09-20
Merge branch 'master' into c-to-zig
Andrew Kelley
2017-09-17
add -mllvm support
Andrew Kelley
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-12
fix error messages
Andrew Kelley
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-09-05
add OpaqueType builtin
Andrew Kelley
2017-08-31
Opaque ptr patch
Raul Leal
[next]