aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2019-02-06Merge pull request #1924 from ziglang/tlsAndrew Kelley
2019-02-06implement Thread Local Storage on WindowsAndrew Kelley
2019-02-06require running std lib tests coherentlyAndrew Kelley
2019-02-06thread local storage working for linux x86_64Andrew Kelley
2019-02-05Added support for vector wrapping mult and subJimmi Holst Christensen
2019-02-04Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-04SIMD: array to vector, vector to array, wrapping int addAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2019-01-29backport copy elision changesAndrew Kelley
2019-01-09Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-01-09when rendering llvm const values, ensure the types alignAndrew Kelley
2019-01-08Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-01-08fix debug info for function pointersAndrew Kelley
2019-01-02@bitreverse intrinsic, part of #767 (#1865)vegecode
2019-01-01Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-12-29Merge pull request #1859 from mgxm/fbsd2Andrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-23git user error fixnebulaeonline
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-23llvm8: fix ZigLLVMCreateFunctionAndrew Kelley
2018-12-23llvm8: fix build errorsAndrew Kelley
2018-12-19freebsd: link against libcMarcio Giaxa
2018-12-18ir: delete dead codeAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-26stage1: better file path handlingAndrew Kelley
2018-11-24refactor type_requires_comptime to have possible errorAndrew Kelley
2018-11-24fix @intCast not catching negative numbers to unsignedAndrew Kelley
2018-11-19Crash fixes and small improvements to inline asm. (#1756)Sahnvour
2018-11-16Fixed #1663 and removed IrInstructionArrayLenJimmi Holst Christensen
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-09more efficient builtin library code generationAndrew Kelley
2018-10-09support building static librariesAndrew Kelley
2018-10-04refactor ir.cppAndrew Kelley
2018-09-30Fixes --emit asm on windows and makes C header file generation explicit. (#1612)Sahnvour
2018-09-27add dll export storage class where appropriateAndrew Kelley
2018-09-26the last number in a packed ptr is host int bytesAndrew Kelley
2018-09-21Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...Andrew Kelley
2018-09-20better string literal caching implementationAndrew Kelley
2018-09-18Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-17fix codegen for @intCast to u0Andrew Kelley
2018-09-16Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-14fix alignment of structsAndrew Kelley
2018-09-14fix tagged union with all void payloads but meaningful tagAndrew Kelley
2018-09-13fix assertion failure on compile-time `@intToPtr` of functionAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13remove the scope parameter of setFloatModeAndrew Kelley