aboutsummaryrefslogtreecommitdiff
path: root/src/zig_llvm.h
AgeCommit message (Expand)Author
2021-06-29Remove mention of lldMachO from the projectJakub Konka
2021-06-18stage1: Store the specified code model in the LLVM moduleLemonBoy
2021-02-28stage1: update to LLVM 12 sret callsite requirementsAndrew Kelley
2021-02-26stage1: Fix emission of sret annotation for LLVMLemonBoy
2021-02-26Revert "stage1: upgrade to new LLVM sret attribute requirement"Andrew Kelley
2021-02-26stage1: upgrade to new LLVM sret attribute requirementAndrew Kelley
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-25fix to compile against 12.0.0-rc2Michael Dusan
2021-01-23add LTO supportAndrew Kelley
2020-12-24stage1: add tsan LLVM passes when appropriateAndrew Kelley
2020-12-16Update zig_llvm.cpp and other bitsJakub Konka
2020-12-08invoke LLD as a child process rather than a libraryAndrew Kelley
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-01stage1: Implement Add/Mul reduction operatorsLemonBoy
2020-10-05stage1: Implement @reduce builtin for vector typesLemonBoy
2020-09-28stage2: building DLL import lib filesAndrew Kelley
2020-09-14revert bogus `enum` keywords in zig_llvm.hAndrew Kelley
2020-09-12fix zig_llvm.h not complying with CAndrew Kelley
2020-04-03change the default ABI of riscv64-linux-muslAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-21remove sub-arch from stage1Andrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-01-23link: update to llvm 10 APIAndrew Kelley
2020-01-22update zig_llvm.h and zig_llvm.cpp to llvm 10Andrew Kelley
2020-01-02Use the LLVM C++ APILemonBoy
2019-12-23add zig llvm wrapper for atomicrmwVexu
2019-12-21Initial support for static PIE executablesLemonBoy
2019-12-15Generate the fn pointers into the correct address spaceLemonBoy
2019-12-05implement `@call`Andrew Kelley
2019-11-07self hosted compiler: fix zig_llvm.h function signatureVexu
2019-10-12Add dlltool functionalityLemonBoy
2019-09-21Correct stack alignment for new stackLemonBoy
2019-08-16Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-07-25`@frameSize` works via PrefixDataAndrew Kelley
2019-07-25calling an inferred async functionAndrew Kelley
2019-07-20always give the type to byval attributeAndrew Kelley
2019-07-16update to llvm9 trunkAndrew Kelley
2019-07-02Added ZigLLVMCreateTargetMachine and pass function-sections flagTimon Kruiper
2019-07-01Added function-section functionalityTimon Kruiper
2019-06-04Propagate DIFlags to LLVMLemonBoy
2019-02-28Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-04fix vector debug info tripping LLVM assertionAndrew Kelley
2019-02-04fix vector debug info tripping LLVM assertionAndrew Kelley
2019-02-04Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2019-01-24update to llvm8 trunk. all tests passingAndrew Kelley
2018-12-23llvm8: fix ZigLLVMCreateFunctionAndrew Kelley
2018-12-23llvm8: fix build errorsAndrew Kelley
2018-11-05update to build against llvm trunkAndrew Kelley