aboutsummaryrefslogtreecommitdiff
path: root/src/zig_llvm.hpp
AgeCommit message (Expand)Author
2016-01-02codegen: emit debug metadata for parametersAndrew Kelley
2015-12-16structs have debug informationAndrew Kelley
2015-12-12prepare codebase for struct and string supportAndrew Kelley
2015-12-08codegen does signed, unsigned, and floating point mathAndrew Kelley
2015-12-07add local variables to debug infoAndrew Kelley
2015-12-07integrate debug scopes with block contextAndrew Kelley
2015-12-07add debugging info for array typeAndrew Kelley
2015-12-03add labels and gotoAndrew Kelley
2015-11-30all LLVM C++ API contained to one fileAndrew Kelley
2015-11-30analyze no longer depends on llvm C++ APIAndrew Kelley
2015-11-29remove LLVMZigTargetMachineEmitToFileAndrew Kelley
2015-11-27ability to export .o fileAndrew Kelley
2015-11-27add pub and export visibility modifiers and optimizationAndrew Kelley
2015-11-24write object file and fix void return typeAndrew Kelley