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.cpp
Age
Commit message (
Expand
)
Author
2017-08-31
setEvalBranchQuota must be called from top of comptime stack
Andrew Kelley
2017-08-31
allow array literals to have size and fix comptime bug
Andrew Kelley
2017-08-30
codegen: all stores specify align value
Andrew Kelley
2017-08-30
compile error for not-aligned-enough pointer to cmpxchg
Andrew Kelley
2017-08-30
add alignment field to pointer type
Andrew Kelley
2017-08-30
when getting an element pointer, use the best alignment
Andrew Kelley
2017-08-30
@ptrCast preserves larger alignment if applicable
Andrew Kelley
2017-08-30
add "child" field to pointer type
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
fix tests
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-08-29
fix bitfield pointer syntax
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-26
remove @alignOf and add @cAbiAlignOf and @preferredAlignOf
Andrew Kelley
2017-08-26
add some asserts in switch analysis code
Andrew Kelley
2017-08-25
implement comptime bitcasting from array
Andrew Kelley
2017-08-25
fix some casts on const data causing segfault
Andrew Kelley
2017-08-25
refactor - codegen llvm functions lazily
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-08-19
add setEvalBranchQuota builtin function
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-17
fix wrong value for clz, ctz at compile time
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-08-08
add ptrToInt builtin, remove usize(ptr) cast
Andrew Kelley
2017-08-07
add ability to explicitly cast float to integer
Andrew Kelley
2017-08-07
Correct floating-point literal allowed ranges
Marc Tiehuis
2017-08-05
fix initializing undefined and crash when casting to invalid type
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-17
fix peer type resolution for array and error
Andrew Kelley
2017-06-15
fix alignOf builtin
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-03
compileError builtin includes "referenced by" notes
Andrew Kelley
2017-05-29
fix crash when writing to const hardcoded ptr
Andrew Kelley
2017-05-29
fix crash when unwrapping optional field of global variable
Andrew Kelley
2017-05-27
const global values can reference each other
Andrew Kelley
2017-05-26
implicitly cast by value var args parameters to const references
Andrew Kelley
2017-05-26
fix segfault with array of generic functions
Andrew Kelley
2017-05-25
fix segfault with array of variadic functions
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
2017-05-21
add compile error for goto leaving defer expression
Andrew Kelley
2017-05-21
add error for break/continue exiting defer expression
Andrew Kelley
2017-05-21
fix compiler crash when indexing types
Andrew Kelley
2017-05-20
add setFloatMode builtin and std.math.floor
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-16
add compile error for compile-time integer cast truncating bits
Andrew Kelley
2017-05-14
add compile error for comptime division by zero
Andrew Kelley
2017-05-10
add compile error for casting negative value to...
Andrew Kelley
2017-05-09
inline function call with builtin function instead...
Andrew Kelley
2017-05-09
ability to slice ptr to hard coded integer at comptime
Andrew Kelley
[next]