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-04-29
Finished FnDef TypeInfo generation (warning: may be buggy).
Alexandros Naskos
2018-04-29
More FnDef TypeInfo generation.
Alexandros Naskos
2018-04-28
Started work on function definition TypeInfo generation.
Alexandros Naskos
2018-04-28
Added definition TypeInfo generation, except for function definitions.
Alexandros Naskos
2018-04-27
Added BoundFn TypeInfo generation.
Alexandros Naskos
2018-04-27
Added Fn TypeInfo generation.
Alexandros Naskos
2018-04-27
Added struct TypeInfo generation.
Alexandros Naskos
2018-04-27
Fixed enum tag type detection in TypeInfo generation.
Alexandros Naskos
2018-04-26
Added ErrorUnion, Union TypeInfo generation
Alexandros Naskos
2018-04-26
Switched to shallow TypeInfo.
Alexandros Naskos
2018-04-26
Added ErrorSet TypeInfo generation.
Alexandros Naskos
2018-04-26
Added Enum TypeInfo except for methods
Alexandros Naskos
2018-04-26
Reset parent on cached TypeInfo values if we need to.
Alexandros Naskos
2018-04-26
Added TypeInfo cache
Alexandros Naskos
2018-04-25
Changed TypeInfo layout.
Alexandros Naskos
2018-04-24
Added ArrayInfo, NullableInfo, PromiseInfo generation
Alexandros Naskos
2018-04-24
Attempt at adding comptime union field access
Alexandros Naskos
2018-04-24
One step towards @typeInfo
Alexandros Naskos
2018-04-22
exit(1) instead of abort() for file not found
Andrew Kelley
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-04-19
Added field builtin function
Jimmi Holst Christensen
2018-04-18
support break in suspend blocks
Andrew Kelley
2018-04-18
improve cmpxchg
Andrew Kelley
2018-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-15
exit with error code instead of panic for file not found
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-13
fix undefined behavior triggered by fn inline test
Andrew Kelley
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
fix calling convention at callsite of zig-generated fns
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
codegen: fix not putting llvm allocas together
Andrew Kelley
2018-04-08
error return traces for the early return case
Andrew Kelley
2018-04-06
fix llvm assert on version string with git sha
Ben Noordhuis
2018-04-01
Add run compiler command
Marc Tiehuis
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-24
fix invalid codegen for error return traces across suspend points
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-24
fix async fns with inferred error sets
Andrew Kelley
2018-03-24
move error ret tracing codegen to zig ir
Andrew Kelley
2018-03-23
Fix OpqaueType usage in exported c functions
Marc Tiehuis
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-10
fix await multithreaded data race
Andrew Kelley
2018-03-10
improvements to stack traces
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-02
add optnone noinline to async functions
Andrew Kelley
2018-03-01
fix not casting result of llvm.coro.promise
Andrew Kelley
2018-03-01
implementation of await
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
[next]