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
/
analyze.hpp
Age
Commit message (
Expand
)
Author
2017-02-07
variables, memcpy, and memset all get alignment
Andrew Kelley
2017-02-04
remove volatileStore builtin; add volatile pointers
Andrew Kelley
2017-02-03
implement packed structs
Andrew Kelley
2017-02-02
fix behavior when initializing struct with undefined
Andrew Kelley
2017-01-31
fix var args allocating wrong amount of memory in compiler
Andrew Kelley
2017-01-29
fix compile time initialization of array with undefined
Andrew Kelley
2017-01-23
basic support for functions with variable length arguments
Andrew Kelley
2017-01-22
introduce comptime expression
Andrew Kelley
2017-01-13
fix some stuff when llvm has assertions on
Andrew Kelley
2017-01-12
IR: implement macro for function aliasing function pointer
Andrew Kelley
2017-01-10
partially fix parseh command
Andrew Kelley
2017-01-05
containers created during eval get names for parameters
Andrew Kelley
2016-12-28
IR: error for returning from defer expression
Andrew Kelley
2016-12-28
IR: pass passSliceOfEmptyStructToFn test
Andrew Kelley
2016-12-25
IR: support compile time global pointer reinterpret
Andrew Kelley
2016-12-20
IR: enum init support
Andrew Kelley
2016-12-19
IR: if and switch guaranteed compile time if target expr is
Andrew Kelley
2016-12-18
workaround for Arch being a primitive type
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-18
IR: support var type args and fix phi peer type resolution
Andrew Kelley
2016-12-17
IR: fix `this` expression
Andrew Kelley
2016-12-11
IR: implement intType builtin
Andrew Kelley
2016-12-11
IR: implement fence and cmpxchg builtins
Andrew Kelley
2016-12-11
IR: fix implementation of parseh
Andrew Kelley
2016-12-06
IR: implement defer
Andrew Kelley
2016-12-05
IR: implement generic function calls
Andrew Kelley
2016-12-05
IR: inline function evaluation works on generic functions
Andrew Kelley
2016-12-04
IR: re-organize where state goes to prepare for generics
Andrew Kelley
2016-12-01
rewrite scope implementation
Andrew Kelley
2016-12-01
rename BlockContext to Scope
Andrew Kelley
2016-11-28
IR: function call porting progress
Andrew Kelley
2016-11-26
IR: support import builtin function
Andrew Kelley
2016-11-07
IR: support slice types
Andrew Kelley
2016-11-04
WIP moving all analysis to IR
Andrew Kelley
2016-10-30
*WIP*
Andrew Kelley
2016-10-29
ir: ability to modify global vars
Andrew Kelley
2016-10-09
explicit casting works with IR
Andrew Kelley
2016-10-02
simple add function works with IR
Andrew Kelley
2016-09-30
empty function compiles successfully with IR
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-08-07
ability to have a return type of 'type'
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-05-07
ability to cast slice to u8 slice
Andrew Kelley
2016-05-07
support generic data structures
Andrew Kelley
2016-05-05
add integer wrapping
Andrew Kelley
2016-04-09
implement @err_name builtin function
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-15
handle libc include path and libc lib path differently
Andrew Kelley
2016-02-07
improve performance for get_fn_type
Andrew Kelley
2016-02-05
parsing code for defer and more
Andrew Kelley
[prev]
[next]