aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
AgeCommit message (Expand)Author
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