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-self-hosted
/
link.zig
Age
Commit message (
Expand
)
Author
2020-08-05
Stage2: minor File.ELF refactor
Noam Preil
2020-08-04
stage2: fix ZIR support and C back end
Andrew Kelley
2020-08-04
stage2: link: fix not freeing debug line free list
Andrew Kelley
2020-08-04
stage2: fix updating debug line info not resizing properly
Andrew Kelley
2020-08-04
stage2 .debug_line: handle Decl line numbers changing
Andrew Kelley
2020-08-03
stage2: stop needlessly re-analyzing unchanged functions
Andrew Kelley
2020-08-03
stage2 .debug_line: handle Decl deletes and updates
Andrew Kelley
2020-08-03
stage2: move link.File.ELF.SrcFn field from Module.Fn to Module.Decl
Andrew Kelley
2020-08-03
stage2 .debug_line stepping with gdb is working
Andrew Kelley
2020-08-03
stage2 .debug_line: simpler strategy for incremental compilation
Andrew Kelley
2020-08-03
stage2: dwarf: fix standard opcode length of LNS_fixed_advance_pc
Andrew Kelley
2020-08-03
downgrade .debug_info to DWARFv4
Andrew Kelley
2020-08-03
downgrade .debug_line to DWARFv4
Andrew Kelley
2020-08-02
codegen: emit .debug_line ops for IR instructions
Andrew Kelley
2020-08-02
.debug_line: avoid DW_FORM_strp to work around readelf/gdb
Andrew Kelley
2020-08-02
.debug_line: don't rely on header_length field
Andrew Kelley
2020-08-02
.debug_line incremental compilation initial support
Andrew Kelley
2020-08-02
stage2: add the .debug_line header and associated data types
Andrew Kelley
2020-08-02
stage2: move format-specific code to link.File.X
Isaac Freund
2020-07-31
stage2: implement .debug_aranges DWARF
Andrew Kelley
2020-07-30
stage2: add some tracy calls to link.zig functions
Andrew Kelley
2020-07-31
stage2: add DWARF info for the main compilation unit
Andrew Kelley
2020-07-29
stage2: codegen handles undefined values
Andrew Kelley
2020-07-25
stage2: remove superfluous else => unreachable
Andrew Kelley
2020-07-23
self-hosted: AST flattening, astgen improvements, result locations, and more
Andrew Kelley
2020-07-13
stage2: add retvoid support to CBE
Andrew Kelley
2020-07-12
CBE: Make C an ObjectFormat instead of a special bool (#5849)
pixelherodev
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-08
Merge remote-tracking branch 'origin/master' into register-allocation
Andrew Kelley
2020-07-08
CBE: Don't expose openCFile, always close file after an update
Noam Preil
2020-07-08
CBE: Emit asm decls for now, but rename to make them valid
Noam Preil
2020-07-07
CBE: Cleanup unimplementeds
Noam Preil
2020-07-07
CBE: Improve resource cleanup
Noam Preil
2020-07-07
CBE: truncate output file
Noam Preil
2020-07-07
CBE: Some cleanup
Noam Preil
2020-07-07
CBE: Move standards determination to generated code
Noam Preil
2020-07-07
CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusion
Noam Preil
2020-07-07
CBE: Working function call w/ no args or return value
Noam Preil
2020-07-07
CBE: Get test more useful
Noam Preil
2020-07-07
CBE skeleton
Noam Preil
2020-07-07
Stage2: Refactor in preparation for C backend
Noam Preil
2020-07-07
fix liveness analysis and not correctly propagating link errors
Andrew Kelley
2020-07-06
stage2: skeleton codegen for x64 ADD
Andrew Kelley
2020-07-05
update more HashMap API usage
Andrew Kelley
2020-06-24
self-hosted: fix test regressions
Andrew Kelley
2020-06-18
remove std.debug.warn debugging logs
Andrew Kelley
2020-06-18
self-hosted: implement Decl lookup
Andrew Kelley
2020-05-28
remove debug log statements
Andrew Kelley
2020-05-28
stage2: handle deletions and better dependency resolution
Andrew Kelley
2020-05-28
stage2: first pass at recursive dependency resolution
Andrew Kelley
[prev]
[next]