aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
AgeCommit message (Expand)Author
2019-09-01Revert "Merge pull request #2991 from emekoi/mingw-ci"Andrew Kelley
2019-08-21Merge pull request #2991 from emekoi/mingw-ciAndrew Kelley
2019-08-16correct LLVM subarch names for armyvt
2019-08-11fix async function frames not aligned enoughAndrew Kelley
2019-08-03move windows abi detection to `get_native_target`emekoi
2019-08-02accept unix style paths on windows-gnuemekoi
2019-08-02implemented runtime abi detetction for windowsemekoi
2019-08-01allow 128 bit cmpxchg on x86_64Andrew Kelley
2019-07-17back to msvc as the default C ABI on WindowsAndrew Kelley
2019-07-16libc headers before C language headers, and disable libunwind on arm32Andrew Kelley
2019-07-16update bundled musl source to 1.1.23Andrew Kelley
2019-07-12mingw libc: solve the segfault having to do with destructorsAndrew Kelley
2019-07-11add -Wno-pragma-pack when targeting windows-gnuAndrew Kelley
2019-07-11the msvc target abi will have to be solved a different wayAndrew Kelley
2019-07-09ship with mingw-w64 v6.0.0Andrew Kelley
2019-07-08zero initialize targetAndrew Kelley
2019-07-07fix not setting a target glibc version on non-linuxAndrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-06-27better CLI error message for missing sub-architectureAndrew Kelley
2019-06-14standard library integrates with knowledge of stripped debug infoAndrew Kelley
2019-05-27improve the stack check CLI optionsAndrew Kelley
2019-05-16improvements to build-lib use case of WebAssemblyAndrew Kelley
2019-05-15change wasm obj ext to .wasmShritesh Bhattarai
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
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