aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2015-11-25fix typoJosh Wolfe
2015-11-24support linker directivesAndrew Kelley
2015-11-24debug/release modeAndrew Kelley
2015-11-24debug symbols implemented; debugging with gdb worksAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24fix not using subtarget featuresAndrew Kelley
2015-11-24hello world example workingAndrew Kelley
2015-11-24add unreachable expressionAndrew Kelley
2015-11-24write object file and fix void return typeAndrew Kelley
2015-11-24codegen: fix param type of const stringsAndrew Kelley
2015-11-24hello world IR code looks goodAndrew Kelley
2015-11-24partial hello world codegenAndrew Kelley
2015-11-23semantic analysis checks for multiple definitions of functionsAndrew Kelley