aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
AgeCommit message (Expand)Author
2019-04-14wasm: force single threadedShritesh Bhattarai
2019-04-12wasm: use .wasm ext for exeShritesh Bhattarai
2019-04-11Add initial support for iOS targets (#2237)Matthew Iannucci
2019-03-27implement target_c_type_size_in_bits for WASIAndrew Kelley
2019-03-22stage1: implement get_dynamic_linker for riscvAndrew Kelley
2019-03-20Merge remote-tracking branch 'origin/llvm8'Andrew Kelley
2019-03-19zig targets prints the available libcsAndrew Kelley
2019-03-18Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-13ignore -lm on darwin because it's handled by libSystemAndrew Kelley
2019-03-13fix target_requires_pic and reloc_modeAndrew Kelley
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-13remove nios2 from list of libc targetsAndrew Kelley
2019-03-13Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-13added z3 and fixed dynamic linker on mingwemekoi
2019-03-12building musl start files from sourceAndrew Kelley
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07windows and uefi don't have dynamic linkersAndrew Kelley
2019-03-06support other architectures for glibc startup filesAndrew Kelley
2019-03-05support glibc dl, m, pthread, rtAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-03-04Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-01better error message for `-target windows` CLIAndrew Kelley
2019-02-28updates to build with llvm 8.0.0rc3Andrew Kelley
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-25building DLLs on Windows works betterAndrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2019-02-19valgrind client requests for undefined valuesAndrew Kelley
2019-02-18make @enumToInt work on union(enum)emekoi
2019-02-17Add NetBSD supportMaya Rashish
2019-02-14omit nonnull attribute for C pointersAndrew Kelley
2019-01-24update to llvm8 trunk. all tests passingAndrew Kelley
2019-01-01Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-24tabs to space fix. thanks visual studio.nebulaeonline
2018-12-23Yet another git user error remnant fixednebulaeonline
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-12-23llvm8: fix build errorsAndrew Kelley
2018-12-23Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-17aarch64 improvementsAndrew Kelley
2018-11-05update to build against llvm trunkAndrew Kelley
2018-11-05Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-10-25fix stack pointer register name on i386Andrew Kelley
2018-10-20Add initial freebsd stdlib functionalityMarc Tiehuis
2018-10-09support building static librariesAndrew Kelley
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-09-19add HermitCore targetAndrew Kelley
2018-09-16Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley