aboutsummaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-05-30fix: many use before initialization bugsNicholas Noll
2020-05-30bug: temporary removal of musl lib to isolate malloc bugNicholas Noll
2020-05-30fix: preprocessor elif changed to goto to correctly handle the skipNicholas Noll
2020-05-30many bug fixesNicholas Noll
2020-05-29feat: cc parser prototype finishedNicholas Noll
2020-05-29switch types to be integers into the main databaseNicholas Noll
2020-05-29blas code updateNicholas Noll
2020-05-29checkin: before fix of stale type pointer bugNicholas Noll
2020-05-25feat: added preprocessor macros to manually unroll loopsNicholas Noll
2020-05-25deprecated old python generation filesNicholas Noll
2020-05-24feat: added prototype of type infoNicholas Noll
2020-05-24contin: in the middle of reorganizing the declaration parsing. check-in befor...Nicholas Noll
2020-05-22fix: calling signature of popioNicholas Noll
2020-05-22fix: encapsulated the IO stack into the lexerNicholas Noll
2020-05-22checkin: utf8 generation codeNicholas Noll
2020-05-22checkin: going to rework declaration structure to be more transparentNicholas Noll
2020-05-21feat: partial implementation of expression parsingNicholas Noll
2020-05-21feat: prototype of ast stmt and decl implementationsNicholas Noll
2020-05-20feat: prototype of ASTNicholas Noll
2020-05-20small renamingNicholas Noll
2020-05-20fix: removed signed bitwise operationsNicholas Noll
2020-05-20fix: truncate infinite recursion caused by self referential macrosNicholas Noll
2020-05-20fix: made rune constants unsigned for implicit castingNicholas Noll
2020-05-19fix: macro expansion works! also fixed issue with iopopNicholas Noll
2020-05-19fix: arguments now hold their state correctly throughout macro parsingNicholas Noll
2020-05-19checkin: found a large bug associated to ident resetting the buffer vectorNicholas Noll
2020-05-19fix: many bug fixes to number parsingNicholas Noll
2020-05-19feat: added prototype of stringizer & tokenizer macro operatorsNicholas Noll
2020-05-19chore: small restructure associated to lex layoutNicholas Noll
2020-05-19feat: cleaned up character lexingNicholas Noll
2020-05-18feat: pulled out os specific code into its own fileNicholas Noll
2020-05-18fix: line accounting is less buggyNicholas Noll
2020-05-18feat: macro expansion and constant evaluation prototypeNicholas Noll
2020-05-17fix: bugs associated to map reallocatingNicholas Noll
2020-05-17prototype of front end cliNicholas Noll
2020-05-17feat: prototype of preprocessorNicholas Noll
2020-05-17made explicit casts to remove warning spamNicholas Noll
2020-05-17change signature for string functionsNicholas Noll
2020-05-16feat: added directory for command line toolsNicholas Noll
2020-05-16fix: linking errors associated to linking bins against all dependencies. part...Nicholas Noll
2020-05-15feat: added buffered io to libnNicholas Noll
2020-05-15feat: testing directory to allow for easier tests of codeNicholas Noll
2020-05-15factored out the common code of makefilesNicholas Noll
2020-05-14feat: begun work on final blas level 2Nicholas Noll
2020-05-13blas 1 generation code completeNicholas Noll
2020-05-13unrolling blas level 1 fully worksNicholas Noll
2020-05-10begun work on making level 2 stridedNicholas Noll
2020-05-09added helper function for horizontal sumsNicholas Noll
2020-05-09fix: indexing bug associated to columns in gemv functionNicholas Noll
2020-05-09feat: all level 1 functions are now stridedNicholas Noll