| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-31 | parseh: correct debug for forward decls | Andrew Kelley | |
| also C typedefs emit simply `const Foo = Bar;` since in C you can implicitly cast from a typedef child to parent but in zig you can't. | |||
| 2016-01-18 | add function pointer support | Andrew Kelley | |
| See #14 | |||
| 2016-01-18 | pave the road for function pointers | Andrew Kelley | |
| See #14 | |||
| 2016-01-15 | solve the mystery of undefined reference error | Andrew Kelley | |
| big surprise, C++ is to blame | |||
| 2016-01-11 | resolve enum types and emit debug info | Andrew Kelley | |
| 2016-01-02 | codegen: emit debug metadata for parameters | Andrew Kelley | |
| 2015-12-16 | structs have debug information | Andrew Kelley | |
| 2015-12-12 | prepare codebase for struct and string support | Andrew Kelley | |
| parsing code for structs, strings, and c string literals partial semantic analyzing code for structs, strings, and c string literals | |||
| 2015-12-08 | codegen does signed, unsigned, and floating point math | Andrew Kelley | |
| 2015-12-07 | add local variables to debug info | Andrew Kelley | |
| 2015-12-07 | integrate debug scopes with block context | Andrew Kelley | |
| 2015-12-07 | all variables have memory addresses | Andrew Kelley | |
| 2015-12-07 | add debugging info for array type | Andrew Kelley | |
| 2015-12-03 | add labels and goto | Andrew Kelley | |
| 2015-11-30 | all LLVM C++ API contained to one file | Andrew Kelley | |
| 2015-11-30 | analyze no longer depends on llvm C++ API | Andrew Kelley | |
| 2015-11-29 | remove LLVMZigTargetMachineEmitToFile | Andrew Kelley | |
| The llvm C API provided function is adequate. | |||
| 2015-11-27 | ability to export .o file | Andrew Kelley | |
| 2015-11-27 | add pub and export visibility modifiers and optimization | Andrew Kelley | |
| 2015-11-24 | fix not using subtarget features | Andrew Kelley | |
| 2015-11-24 | write object file and fix void return type | Andrew Kelley | |
