aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-12somewhat simplified the symtab codeNicholas Noll
2020-05-12checkpoint: plan to simplify vectorization codeNicholas Noll
2020-05-12fix: some type errors on the ASTNicholas Noll
2020-05-11fix: added visitor functions for if statementNicholas Noll
2020-05-11feat: added if statementNicholas Noll
2020-05-11feat: introduced dependency on sympy to compute/simplify compile time constantsNicholas Noll
2020-05-11fix: made pattern of loads as generalized derefs more obviousNicholas Noll
2020-05-11feat: begun adding lookup table of functionsNicholas Noll
2020-05-11refactor: made condition of append a dynamic function as wellNicholas Noll
2020-05-11refactor: changed search on expr nodes to a filter functionNicholas Noll
2020-05-11refactor: pulled out statement BFS code from expr eval codeNicholas Noll
2020-05-10fix: ergonomicsNicholas Noll
2020-05-10extract compute kernel prototypeNicholas Noll
2020-05-10simple python library to directly write a C ASTNicholas 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
2020-04-30feat: added more level 2 functionsNicholas Noll
2020-04-30chore: broke out blas-like interface into its own fileNicholas Noll
2020-04-30explore: testing out simple vectorized math libraryNicholas Noll
2020-04-30chore: move from new to make prefix of constructorsNicholas Noll
2020-04-28struct: preparing for prototype of math libraryNicholas Noll
2020-04-28feat: prototype of rerooting functionNicholas Noll
2020-04-28fix: finished remove child functionNicholas Noll
2020-04-28fix: moved nnodes into a property of nodeNicholas Noll
2020-04-28fix: ladderize now sorts by number of nodes contained belowNicholas Noll
2020-04-28struct: tree node children now purely linked list instead of bespoke hybridNicholas Noll
2020-04-28feat: prototype of remove child functionNicholas Noll
2020-04-28fix: allow for quoted identifiers to contain any characterNicholas Noll
2020-04-28fix: allow for identifiers that start with numbersNicholas Noll
2020-04-28feat: added number of nodes & leafs to tree data structureNicholas Noll
2020-04-26fix: now properly sort arrays with inline functionsNicholas Noll
2020-04-26feat: begun work on edit distance aware local sensitive hashing algorithmNicholas Noll
2020-04-26chore: added sort interfaces to libn headerNicholas Noll
2020-04-26feat: added simple sort interfaces to libnNicholas Noll
2020-04-26sys/libn/sort.cNicholas Noll
2020-04-26chore: moved string into main libn headerNicholas Noll
2020-04-26chore: removed map.h from natural includeNicholas Noll