aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-21zig cc: detect optimization and debug flagsAndrew Kelley
2020-03-21zig cc: better support for the preprocessor option (-E)Andrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-20glibc: include ld symbols and proper soname for ldAndrew Kelley
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-19fix incorrect sentinel checkAndrew Kelley
2020-03-19fix runtime slice of pointer not setting lengthAndrew Kelley
2020-03-19fix regression when slicing 0-bit pointersAndrew Kelley
2020-03-19fixes in semantic analysis needed to support this featureAndrew Kelley
2020-03-19slicing with comptime start and end results in arrayAndrew Kelley
2020-03-19ir: More changes to sentinel-terminated const arraysLemonBoy
2020-03-18ir: Correct ABI size calculation for arraysLemonBoy
2020-03-14for build-obj with only 1 C file, name .o file after root_out_nameAndrew Kelley
2020-03-13special case when doing build-obj with just one source fileAndrew Kelley
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-12Merge pull request #4707 from Vexu/small-atomicsAndrew Kelley
2020-03-12Simplify stores, use sext for signed intsVexu
2020-03-11fix zig-cache to treat cpu-features as raw-bytesMichael Dusan
2020-03-11Move abi size checking to codegenVexu
2020-03-11fix codegen, update docsVexu
2020-03-11support non power of two integers in atomic opsVexu
2020-03-10support atomic operations with boolsVexu
2020-03-10ir: Implement more safety checks for shl/shrLemonBoy
2020-03-09ir: Fix codegen of ?*T types where T is zero-sizedLemonBoy
2020-03-09add LemonBoy's testVexu
2020-03-09implement noasync scopesVexu
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-04ir: Implement @TypeOf with multiple argumentsLemonBoy
2020-03-04get_codegen_ptr_type returns possible errorAndrew Kelley
2020-03-04Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-04Fix docs generationTimon Kruiper
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-29Merge pull request #4550 from ziglang/os-version-rangesAndrew Kelley
2020-02-29C pointer slices are no longer allowzero (#4462)Alexandros Naskos
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-26call deinit on the hashmaps introduced in the prev commitAndrew Kelley
2020-02-26fix `@intToEnum` on extern enumsVexu
2020-02-26fix `@tagName` on extern and non-exhaustive enumsVexu
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-25remove `@IntType` and `@ArgType` (mostly) from the compilerVexu
2020-02-24remove `@typeId`, `@memberCount`, `@memberName` and `@memberType` from the co...Vexu
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-23nuke @bytesToSlice, @sliceToBytes in stage1xackus
2020-02-21remove sub-arch from stage1Andrew Kelley
2020-02-19fix generation of builtin importAndrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley