aboutsummaryrefslogtreecommitdiff
path: root/src/stage1
AgeCommit message (Expand)Author
2022-07-07Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-08stage1: Fix seg-fault when slicing string literal with sentinelCody Tapscott
2022-07-08Sema: add a note about @setEvalBranchQuota() when branch quota is exceededVÖRÖSKŐI András
2022-07-03stage1: fix vectors of small int and bool tripping LLVM assertionAndrew Kelley
2022-07-03LLVM: update lowering of saturating shift-leftAndrew Kelley
2022-07-01stage1: update inline asm outputs to LLVM 14Andrew Kelley
2022-07-01stage1: update to LLVM 14 APIAndrew Kelley
2022-07-01Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-06-28zig0: handle baseline cpu features for rv64Shupei Fan
2022-06-27LLVM: fix invalid IR on `@returnAddress` of wasm/bpfAndrew Kelley
2022-05-26stage0: fix -fsingle-threaded CLI arg parsingAndrew Kelley
2022-05-23Fix segfault in error noteThomas Cheng
2022-05-22Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by defaultJakub Konka
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-08Merge pull request #11609 from ziglang/win-compiler-rtAndrew Kelley
2022-05-08Add Win64 calling conventionHannes Bredberg
2022-05-08allow in-memory coercion of differently-named floats with same bitsAndrew Kelley
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley
2022-05-04stage1: fix `@sizeOf` for 128-bit integer typesAndrew Kelley
2022-04-27stage1: fix incorrect struct paddingAndrew Kelley
2022-04-27stage1: fix i386-windows f80 sizeof/alignofAndrew Kelley
2022-04-27stage1: add missing comptime float opsAndrew Kelley
2022-04-27compiler-rt: avoid symbol conflictsAndrew Kelley
2022-04-27add new builtin function `@tan`Andrew Kelley
2022-04-27stage1: Manually lower softfloat ops when neededCody Tapscott
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-22Merge pull request #11279 from igor84/s1_packed_structAndrew Kelley
2022-04-18wasm: Add support for debug infoLuuk de Gram
2022-04-16stage2: fix @mulAdd on aarch64 DarwinJakub Konka
2022-04-14stage2: progress towards stage3Andrew Kelley
2022-04-09stage1: Additional fix for packed structsIgor Stojkovic
2022-03-27stage1: implement casting from u0leesongun
2022-03-26stage1: Fix packed structs (#2627, #10104)Igor Stojkovic
2022-03-19stage1: make type names more uniqueRobin Voetter
2022-03-08LLVM: memoize debug types and add enum debug typesAndrew Kelley
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-03-06stage1: improved implementation of target_long_double_is_f128Andrew Kelley
2022-02-23compiler_rt: specify goals, organize README and compiler_rt.zigJan Philipp Hafer
2022-02-23stage1: rename TypeInfo.FnArg to Fn.ParamVeikka Tuominen
2022-02-18Merge pull request #10858 from topolarity/stage2-bitcastAndrew Kelley
2022-02-18Merge pull request #10913 from Vexu/errVeikka Tuominen
2022-02-17stage1: fix f80 negationVeikka Tuominen
2022-02-17stage1: improve error message when casting tuplesVeikka Tuominen
2022-02-17stage1: use u16 for __truncxfhf2/__extendhfxf2 on non-Arm CPUsKoakuma
2022-02-16ci: use zig-bootstrap for windowsAndrew Kelley
2022-02-15stage1: fix comptime saturation subtractionJan Philipp Hafer
2022-02-13Implement f128 `@rem`Mateusz Radomski
2022-02-12stage1: override f80 alignment for i386-windowsAndrew Kelley
2022-02-12make f80 less hacky; lower as u80 on non-x86Andrew Kelley
2022-02-12stage1: fix f80 size and alignment on x86 and armAndrew Kelley