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
/
link
/
Elf.zig
Age
Commit message (
Expand
)
Author
2021-07-27
stage2: implement `@boolToInt`
Andrew Kelley
2021-07-26
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-20
stage2: ELF linking: avoid crashing for stupidly large functions
Andrew Kelley
2021-07-20
codegen: add FnResult type which is a Result that removes externally_managed
Jacob G-W
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-07
stage2: get tests passing
Andrew Kelley
2021-06-25
stage2: add --sysroot link option
Isaac Freund
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-16
netbsd: add args to limit number of PT_LOAD segs
Michael Dusan
2021-06-13
link/Elf: don't use \n in log.debug calls
Jacob G-W
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-24
stage2: remove dead code; rename crtbegin_dir to gcc_dir
Andrew Kelley
2021-05-24
add haiku case to csu
Al Hoang
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-17
link/Elf: remove unintended link again libunwind
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
codegen: implement const value rendering for ints <= 64 bits
Andrew Kelley
2021-05-13
stage2: -lunwind is handled specially
Andrew Kelley
2021-05-13
stage2: only build and link libunwind when linking libc++
Andrew Kelley
2021-05-12
stage2: build and provide libunwind when compiling for native libc
Andrew Kelley
2021-05-12
stage2: build and provide libunwind when compiling for native libc
Andrew Kelley
2021-05-13
stage2: fix build on OpenBSD/NetBSD
Isaac Freund
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
stage2: link all libc components if using system libc
Isaac Freund
2021-05-11
stage2: Change libc components' linking order
LemonBoy
2021-05-11
stage2: Always link -lpthread when using system libc
LemonBoy
2021-05-01
stage2: dbg_stmt ZIR instructions have line/col
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-15
stage2: entry point via std lib and proper updated file detection
Andrew Kelley
2021-04-08
stage2: simplify Decl src_node field
Andrew Kelley
2021-03-20
stage2: restructure LLVM backend
Timon Kruiper
2021-03-17
stage2: Module and Sema are compiling again
Andrew Kelley
2021-03-09
stage2: Use correct ELF emulation for mips64
LemonBoy
2021-03-07
stage2 Elf linker: fill in bswapAllFields
jacob gw
2021-03-02
stage2: fixup some formatting errors ({x} -> {s})
Timon Kruiper
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-02-19
stage2: debug line nops supports bigger padding
Andrew Kelley
2021-02-19
astgen: fix remaining compile errors
Andrew Kelley
2021-02-12
stage2: more progress towards Module/astgen building with new mem layout
Andrew Kelley
2021-01-23
add LTO support
Andrew Kelley
2021-01-19
stage2: ELF: fix crash when only 1 function and it gets updated
Andrew Kelley
2021-01-19
stage2: ELF: avoid multiplication for ideal capacity
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
[next]