aboutsummaryrefslogtreecommitdiff
path: root/src/stage1
AgeCommit message (Expand)Author
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-18std.Target gains ObjectFormat fieldAndrew Kelley
2022-08-10stage2: Implement explicit backing integers for packed structsIsaac Freund
2022-08-07remove 'builtin.stage2_arch', Sema is smart enough nowMeghan Denny
2022-07-29stage1: remove deadcode ast_printWei Fu
2022-07-26Merge pull request #12136 from topolarity/llvm-config-reworkAndrew Kelley
2022-07-23CMake: Add ZIG_LLVM_LINK_MODE to config.hCody Tapscott
2022-07-23Fix #6944: referencing type info alignment causes error in unrelated functionYujiri
2022-07-19delete the stage1 implementation of autodocAndrew Kelley
2022-07-11stage1: fix typo in analyze.cpp (#12077)Ikko Ashimine
2022-07-10stage1: Lower libcalls on Windows x86-64 correctlyCody Tapscott
2022-07-10stage1/codegen: replace sprintf() with snprintf()Frank Denis
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