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-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-13
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-03
stage2: Output the LLVM object files in the cache directory
Timon Kruiper
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-28
stage2: add missing asserts and early returns for LLVM backend
Timon Kruiper
2020-12-28
stage2: fix building self-hosted without llvm-backend enabled.
Timon Kruiper
2020-12-28
stage2: add initial impl of LLVM backend in self-hosted compiler
Timon Kruiper
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-15
openbsd: crt0.o file is different when build static or dynamic mode
Sébastien Marie
2020-12-15
openbsd: link with required system libraries (#7380)
Sebastien Marie
2020-12-13
stage2: support dynamically linking musl libc
Isaac Freund
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage2: link: properly implement passthrough mode for LLD child proc
Andrew Kelley
2020-12-08
invoke LLD as a child process rather than a library
Andrew Kelley
2020-12-02
stage2: don't pass -l arguments when building .a or .o files
Andrew Kelley
2020-11-30
rework the bundle compiler-rt feature
Andrew Kelley
2020-11-27
restore sonames by default when using zig cli
Andrew Kelley
2020-11-27
stage2 elf: refactor override_soname to soname
Jakub Konka
2020-11-27
stage2 elf: make -soname an opt-in and not opt-out
Jakub Konka
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-19
stage2: Make zig cc more verbose (#7166)
LemonBoy
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-10-29
stage2.Elf: fix off by one error in writeOffsetTableEntry
Timon Kruiper
2020-10-17
code cleanups
Andrew Kelley
2020-10-11
openbsd: address link/Elf.zig comments
Sébastien Marie
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-09
fixups to previous commit
Andrew Kelley
2020-10-09
Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...
mlarouche
2020-10-07
Fix improper reuse of global symbols in MachO
Jakub Konka
2020-10-07
fixups for the previous commit
Andrew Kelley
2020-10-06
Fix building the zig compiler for 32-bit targets
Timon Kruiper
2020-10-05
Turn zig fmt back on in various src/ files
joachimschmidt557
2020-10-04
fix each-lib-rpath functionality
Andrew Kelley
2020-10-04
add --image-base support
Andrew Kelley
2020-10-01
Resolve name and format issues.
Nathan
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-09-29
use Allocator.allocSentinel now that the stage1 bug is fixed
Andrew Kelley
2020-09-29
stage2: MachO LLD Linking
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-26
fix _fbsd suffix appended to lld LDM option twice
Andrew Kelley
[next]