aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-27`@bitCast` result location: fix passing invalid alignmentAndrew Kelley
2020-01-27fix nested bitcast passed as tuple elementAndrew Kelley
2020-01-27Merge branch 'master' into ir-clean-up-varsAndrew Kelley
2020-01-27Merge branch 'fx-4274' of https://github.com/LemonBoy/zig into LemonBoy-fix-4274Andrew Kelley
2020-01-26fix compilation errorAndrew Kelley
2020-01-25Merge remote-tracking branch 'origin/master' into layneson-cpus_and_featuresAndrew Kelley
2020-01-25Merge pull request #4290 from ziglang/split-ir-structsAndrew Kelley
2020-01-25fix memory profilingAndrew Kelley
2020-01-25split IrInstruction into IrInst, IrInstSrc, IrInstGenAndrew Kelley
2020-01-24translate-c: Don't make const parameters mutable. (#4273)Feix Weiglhofer
2020-01-24Merge pull request #4279 from mikdusan/create-global-cacheMichael Dusan
2020-01-23Don't include stdbool.h for void and unreachableTadeo Kondrak
2020-01-23stage1: make sure to create native_libc.txt dirMichael Dusan
2020-01-23More error checking for unresolved TLDsLemonBoy
2020-01-23fix incorrect list of sub-arches for aarch64Andrew Kelley
2020-01-22aarch64: less feature-full baseline CPUAndrew Kelley
2020-01-22Fix unsafe cast in translate_cLemonBoy
2020-01-22fix not respecting sub-arch featureAndrew Kelley
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-21enable native CPU feature for windows; disable failing testsAndrew Kelley
2020-01-21put hack back in to disable windows native cpu featuresAndrew Kelley
2020-01-21hit a comptime limitation with computing dense setsAndrew Kelley
2020-01-21fix target_triple_zig to emit zig-compatible triplesAndrew Kelley
2020-01-21target_triple_llvm: emit none instead of unknownAndrew Kelley
2020-01-21properly forward baseline target cpu features to llvmAndrew Kelley
2020-01-21make zig targets show native cpu name and featuresAndrew Kelley
2020-01-21fixups to arch data, support any number of cpu featuresAndrew Kelley
2020-01-20improve `zig targets`Andrew Kelley
2020-01-20stage1 is building. `zig targets` now self-hostedAndrew Kelley
2020-01-19figure out zig0/stage1 and scanning for native CPUAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
2020-01-19Pass target_details to child CodeGensLayne Gustafson
2020-01-19Pass target details to c compilerLayne Gustafson
2020-01-19Add defaut feature supportLayne Gustafson
2020-01-19Add builtin.zig supportLayne Gustafson
2020-01-19Add TargetDetails abstractionLayne Gustafson
2020-01-19Rename subfeatures -> dependenciesLayne Gustafson
2020-01-19Add cpu/feature to cache hashLayne Gustafson
2020-01-19Add cpu/feature specification to cmndlineLayne Gustafson
2020-01-19Fix spacing in main.cppLayne Gustafson
2020-01-19Make targets cmd able to list CPUs and featuresLayne Gustafson
2020-01-19Fix wrong error code being returned in enum analisysLemonBoy
2020-01-18Merge pull request #4222 from LemonBoy/eutwouwthAndrew Kelley
2020-01-18Fix edge case in tagName handling of unionsLemonBoy
2020-01-18Get rid of some dead logicLemonBoy
2020-01-18Prevent crash with empty non-exhaustive enumLemonBoy
2020-01-18Allow @tagName on enum literalsLemonBoy
2020-01-17Merge pull request #4191 from Vexu/non-exhaustive-enumsAndrew Kelley
2020-01-16fix failing array test by improving copy_const_valAndrew Kelley
2020-01-16revert one part of ir get_elem_ptr analysisAndrew Kelley