aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
AgeCommit message (Expand)Author
2018-03-30find libc and zig std lib at runtimeAndrew Kelley
2018-03-13Add WebAssembly output workaround for LLVM 6Marc Tiehuis
2018-03-08Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-03-06unless hf is specified in target environ, assume soft floating pointAndrew Kelley
2018-01-08Merge branch 'master' into llvm6Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2017-11-06Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2017-11-03Add emit command-line option (#580)Marc Tiehuis
2017-11-02add missing environmentAndrew Kelley
2017-11-02use llvm named structs for const values when possibleAndrew Kelley
2017-11-02update to llvm masterAndrew Kelley
2017-09-30fix typo in target_can_exec logicAndrew Kelley
2017-09-30zig test on 64-bit windows runs 32-bit testsAndrew Kelley
2017-08-31add windows to test targetsAndrew Kelley
2017-08-30test suite cross-compile builds tests for other targetsAndrew Kelley
2017-08-26update for llvm 5.0.0rc1Andrew Kelley
2017-08-06fix invalid target infoAndrew Kelley
2017-05-23building with mingw for windowsAndrew Kelley
2017-04-13fix crash when using zig to linkAndrew Kelley
2017-04-10fix some -Wconversion errorsAndrew Kelley
2017-04-05add support to use zig as a linker driverAndrew Kelley
2017-03-10update to llvm 4.0Andrew Kelley
2017-02-05tell LLVM the target sub arch typeAndrew Kelley
2017-02-02make --target-os freestanding workAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-04port to llvm 3.9Andrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-03-08update to llvm 3.8.0Andrew Kelley
2016-02-16rename 'environ' to 'env_type'Andrew Kelley
2016-02-15MacOS has the same int sizes as LinuxAndrew Kelley
2016-02-13add windows C int sizesAndrew Kelley
2016-02-12c integer size takes into account architecture and OSAndrew Kelley
2016-02-11add @compile_var("os") and @compile_var("arch")Andrew Kelley
2016-02-11ability to cross compileAndrew Kelley
2016-02-10cleanup target data organizationAndrew Kelley
2016-02-10add "targets" command to list architectures, oses, abisAndrew Kelley