aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2015-12-12structs are workingAndrew Kelley
2015-12-12codegen and tests for modify operators. closes #16Josh Wolfe
2015-12-12parsing assignment operatorsJosh Wolfe
2015-12-12fix short circuit expressionsJosh Wolfe
2015-12-12fix a + b + c and similarJosh Wolfe
2015-12-12progress on struct supportAndrew Kelley
2015-12-12std: print_str no longer requires length argumentAndrew Kelley
2015-12-12prepare codebase for struct and string supportAndrew Kelley
2015-12-11hello world working without libcAndrew Kelley
2015-12-10provide std.zig and add it to import pathsAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-09ability to call external variadic functionsAndrew Kelley
2015-12-08support assigning to arraysAndrew Kelley
2015-12-08array access supportAndrew Kelley
2015-12-08add array access syntaxAndrew Kelley
2015-12-08codegen does signed, unsigned, and floating point mathAndrew Kelley
2015-12-08codegen: set target triple and data layoutAndrew Kelley
2015-12-07codegen: do all the allocas at beginning of functionAndrew Kelley
2015-12-07add local variables to debug infoAndrew Kelley
2015-12-07integrate debug scopes with block contextAndrew Kelley
2015-12-07all variables have memory addressesAndrew Kelley
2015-12-07add debugging info for array typeAndrew Kelley
2015-12-07getting started on array typesJosh Wolfe
2015-12-06initialize mutable variables to zeroJosh Wolfe
2015-12-06add mutable local variablesAndrew Kelley
2015-12-03exporting .h file supports voidAndrew Kelley
2015-12-03more C header interoperabilityAndrew Kelley
2015-12-03fix codegen for void parametersJosh Wolfe
2015-12-03add bool literalsJosh Wolfe
2015-12-03local variables workJosh Wolfe
2015-12-03add labels and gotoAndrew Kelley
2015-12-02parsing variable declarationJosh Wolfe
2015-12-02add test for undeclared identifier errorAndrew Kelley
2015-12-02fix parameter access and thus shared library exampleAndrew Kelley
2015-12-01support if conditionalsAndrew Kelley
2015-12-01implicit void statements and all tests pass with type checkingJosh Wolfe
2015-12-01string literals have type *const u8Josh Wolfe
2015-12-01merge conflictsJosh Wolfe
2015-12-01add test for bad importAndrew Kelley
2015-12-01support multiple filesAndrew Kelley
2015-12-01add --color cli arg to override tty detectionAndrew Kelley
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30analyze looks for root export decl only in the root source fileAndrew Kelley
2015-11-30Merge remote-tracking branch 'origin/master' into type-checkingJosh Wolfe
2015-11-30closer to multiple files workingAndrew Kelley
2015-11-30merge conflictsJosh Wolfe
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-30no more TypeId. use g->builtin_types.Josh Wolfe
2015-11-30all LLVM C++ API contained to one fileAndrew Kelley
2015-11-30analyze no longer depends on llvm C++ APIAndrew Kelley