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
juice
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2023-03-30
llvm/bpf: disable llvm builtins for bpf target
Tw
2023-03-30
llvm: fix crashes when loading a struct field
Jacob Young
2023-03-29
Merge pull request #15105 from ziglang/hcs-win-poc
Jakub Konka
2023-03-28
Sema: fix empty slice pointer value
Jacob Young
2023-03-28
macho: remove error_union return from resolveRelocations()
Jakub Konka
2023-03-28
coff: put section growing in helper; only mark section if actually resolved
Jakub Konka
2023-03-28
Merge pull request #14771 from kcbanner/coff_dynamicbase
Jakub Konka
2023-03-28
coff: use ArrayHashMap if we are iterating over keys
Jakub Konka
2023-03-28
coff: resolve relocs on bytes buffer directly
Jakub Konka
2023-03-28
coff: assert the imports table is not dirty
Jakub Konka
2023-03-28
coff: move import table definition into a separate ImportTable.zig module
Jakub Konka
2023-03-28
coff: do not use atoms for synthetic import address table
Jakub Konka
2023-03-28
coff: repurpose value field of import Symbol for lib_name offset
Jakub Konka
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-28
coff: grow .idata if required
Jakub Konka
2023-03-27
x86_64: cleanup debug mir dumping
Jacob Young
2023-03-27
x86_64: fix popcnt and disable regressed test
Jacob Young
2023-03-27
x86_64: implement trunc with large source
Jacob Young
2023-03-27
x86_64: fix 64-bit multiply by 32-bit immediate
Jacob Young
2023-03-27
x86_64: implement some binary ops for large values
Jacob Young
2023-03-27
x86_64: add live codegen debug
Jacob Young
2023-03-27
x86_64: factor out lowering from emitting
Jacob Young
2023-03-27
x86_64: enable mem dst bin ops, and fix uncovered bugs
Jacob Young
2023-03-26
main: recognize --dynamicbase
kcbanner
2023-03-26
Merge pull request #15076 from jacobly0/x86_64-backend
Jakub Konka
2023-03-26
Module: fix lazy srcloc resolution for new for loop syntax
Veikka Tuominen
2023-03-25
x86_64: remove unused Mir encodings
Jacob Young
2023-03-25
compilation: fixup linker_dynamicbase default in InitOptions
kcbanner
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-25
x86_64: implement teb inline assembly for windows
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-25
x86_64: fix cmpxchg
Jacob Young
2023-03-25
x86_64: implement 128-bit intcast
Jacob Young
2023-03-25
x86_64: implement 128-bit shifts
Jacob Young
2023-03-25
x86_64: implement large ptr_elem_val
Jacob Young
2023-03-25
x86_64: implement struct_field_val for packed containers
Jacob Young
2023-03-25
x86_64: implement struct_field_ptr for packed containers
Jacob Young
2023-03-25
codegen: fix ptr-like optional constants
Jacob Young
2023-03-25
x86_64: implement saturating arithmetic
Jacob Young
2023-03-24
x86_64: add back assume unused
Jacob Young
2023-03-24
x86_64: detect canonicalisation hazards
Jacob Young
2023-03-24
x86_64: try to fix br canonicalization
Jacob Young
2023-03-24
x86_64: canonicalize each br of a block
Jacob Young
2023-03-24
x86_64: fix block result value tracking
Jacob Young
2023-03-24
x86_64: fix more value tracking bugs
Jacob Young
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
2023-03-23
macho+zld: only check for alias symbols for non-extern relocations
Jakub Konka
2023-03-22
Merge pull request #15041 from ziglang/fix-14923
Jakub Konka
2023-03-22
macho+zld: make sure we populate source section index lookup if no undefs
Jakub Konka
2023-03-22
macho+zld: refactor parsing of relocation target
Jakub Konka
[next]