aboutsummaryrefslogtreecommitdiff
path: root/src/zig_llvm.cpp
AgeCommit message (Expand)Author
2018-01-06disable NewGVNAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-12-01update to LLVM 5.0.1rc2Andrew Kelley
2017-11-15basic union supportAndrew Kelley
2017-11-03Add emit command-line option (#580)Marc Tiehuis
2017-10-23remove CXX ABI workaroundAndrew Kelley
2017-10-15clean up some resourcesAndrew Kelley
2017-10-10add module flag to emit CodeView for COFF object filesAndrew Kelley
2017-09-17add -mllvm supportAndrew Kelley
2017-09-01cleanup whitespaceJosh Wolfe
2017-08-30codegen: all stores specify align valueAndrew Kelley
2017-08-29introduce align keywordAndrew Kelley
2017-08-26update for llvm 5.0.0rc1Andrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-04-30back to AT&T syntax for assemblyAndrew Kelley
2017-04-13fix crash when using zig to linkAndrew Kelley
2017-04-13ability to inline at function callsiteAndrew Kelley
2017-04-11run alwaysinline pass in debug modeAndrew Kelley
2017-03-23use intel dialect for inline assemblyAndrew Kelley
2017-03-13use lld instead of system linkerAndrew Kelley
2017-03-10update to llvm 4.0Andrew Kelley
2017-02-06coldcc works betterAndrew Kelley
2017-02-05tell LLVM the target sub arch typeAndrew Kelley
2017-02-05infer hard float from target environments that imply itAndrew Kelley
2016-09-10rename LLVMZig to ZigLLVMAndrew Kelley
2016-09-04generate debug info for global constantsAndrew Kelley
2016-09-04port to llvm 3.9Andrew Kelley
2016-05-07add div_exact builtin fnAndrew Kelley
2016-05-06add debug safety for left shiftingAndrew Kelley
2016-05-04add cmpxchg builtin functionAndrew Kelley
2016-04-28better alignment value for stack variablesAndrew Kelley
2016-04-27better parameter codegenAndrew Kelley
2016-04-09fix debug symbols regression after llvm 3.8.0Andrew Kelley
2016-03-08update to llvm 3.8.0Andrew Kelley
2016-02-16rename 'environ' to 'env_type'Andrew Kelley
2016-02-12fix build on GCCAndrew Kelley
2016-02-11ability to cross compileAndrew Kelley
2016-02-10cleanup target data organizationAndrew Kelley
2016-02-10targets command shows which ones are nativeAndrew Kelley
2016-02-10add "targets" command to list architectures, oses, abisAndrew Kelley
2016-02-05Added code for generating nonnull attributesrealazthat
2016-02-04fix debug info for bool typeAndrew Kelley
2016-02-03fix debug info for arrays being 1 element too shortAndrew Kelley
2016-01-31parseh: correct debug for forward declsAndrew Kelley
2016-01-18add function pointer supportAndrew Kelley
2016-01-18pave the road for function pointersAndrew Kelley
2016-01-15solve the mystery of undefined reference errorAndrew Kelley
2016-01-11resolve enum types and emit debug infoAndrew Kelley