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
/
ir_print.cpp
Age
Commit message (
Expand
)
Author
2020-02-20
stage1/ir_print: show GenConst in trailing fahsion
Michael Dusan
2020-01-25
fix memory profiling
Andrew Kelley
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-16
implement `@bitSizeOf`
Vexu
2020-01-14
Print sentinel value in ir_print
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2019-12-10
Replace typeOf with TypeOf in stage0
Robin Voetter
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-02
Accept comptime-known expression for asm
LemonBoy
2019-11-28
more progress
Andrew Kelley
2019-11-25
unembed ZigValue from IrInstruction
Michael Dusan
2019-11-25
rename ConstExprValue → ZigValue
Michael Dusan
2019-11-13
add @atomicStore builtin
Vexu
2019-11-11
implement anon struct literal syntax
Andrew Kelley
2019-11-09
Fix initialization of union references
LemonBoy
2019-11-08
introduce `@as` builtin for type coercion
Andrew Kelley
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-10-19
reduce the size of IrInstruction by 8 bytes on 64 bit targets
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-09
improve names of error sets when using merge error sets operator
Andrew Kelley
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-09
fix bad LLVM IR when for target expr needs to be spilled
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
stage1 enhance IR print
Michael Dusan
2019-09-03
Add @Type builtin
Jonathan Marler
2019-08-31
stage1 enhance IR print
Michael Dusan
2019-08-15
remove `cancel`
Andrew Kelley
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-08-10
fix try in an async function with error union and non-zero-bit payload
Andrew Kelley
2019-08-09
fix combining try with errdefer cancel
Andrew Kelley
2019-08-09
fix cancel inside an errdefer
Andrew Kelley
2019-08-08
cancel, defer, errdefer all working as intended now
Andrew Kelley
2019-08-07
implement cancel
Andrew Kelley
2019-08-06
improve async function semantics
Andrew Kelley
2019-08-05
delete IrInstructionMarkErrRetTracePtr
Andrew Kelley
2019-08-04
simpler, less memory intensive suspend/resume implementation
Andrew Kelley
2019-08-02
implement async await and return
Andrew Kelley
2019-07-26
add the `anyframe` and `anyframe->T` types
Andrew Kelley
2019-07-25
`@frameSize` works via PrefixData
Andrew Kelley
2019-07-25
implement `@frameSize`
Andrew Kelley
2019-07-25
implement `@frame` and `@Frame`
Andrew Kelley
2019-07-21
implement coroutine resume
Andrew Kelley
2019-07-21
simple async function call working
Andrew Kelley
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
[next]