aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-05-13unrolling blas level 1 fully worksNicholas Noll
2020-05-12feat: allow for cleanup of end of vectorization functionsNicholas Noll
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