aboutsummaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2020-05-09fix: mathematical bug in rotm.Nicholas Noll
2020-05-08Adding strided computation to blas kernels.Nicholas Noll
2020-05-08added more level 2 and 3 functions to blas implementationNicholas Noll
2020-05-08Prototype of BLAS level 1 functions (double)Nicholas Noll
2020-05-07wrap: elementary math functions for libmathNicholas Noll
2020-05-06bumpNicholas Noll
2020-05-03removed the day's confusion. added debug and release mode to makefileNicholas Noll
2020-05-03added simple random number generator: NOT CRYTOGRAPHICNicholas Noll
2020-05-03removed buggy qsort header and implemented myselfNicholas Noll
2020-05-01moved to static build with musl and integrated cscopes into dev toolsNicholas Noll
2020-05-01feat: level 3 funcsNicholas Noll