]> Witch of Git - ivy/history - src
[tools] Add tools/test.py as the project test runner
[ivy] / src /
2021-02-07 Cassie Jones[Parser] Support code with trailing comments
2021-02-07 Cassie Jones[test] Add a filecheck program
2021-02-07 Cassie Jones[NFC] Formatting
2020-03-03 Cassie JonesRequire ivy_rt.a to be on the library path
2020-03-02 Cassie JonesAdd support for some arithmetic built-ins
2020-03-02 Cassie JonesAdd CFI directives
2020-03-02 Cassie JonesAvoid redundant loads in capture generation
2020-03-02 Cassie JonesLoad numbers directly instead of via stack
2020-03-01 Cassie JonesImplement variable capture
2020-03-01 Cassie JonesReduce stack traffic by finding loads through SSA
2020-03-01 Cassie JonesMake entry point symbols respect mangling
2020-03-01 Cassie JonesModify runtime symbol decoration
2020-03-01 Cassie JonesRemove unused ffi::OsStr import
2020-03-01 Cassie JonesAdd a compiler CLI
2020-03-01 Cassie JonesAdd an extensible framework for adding built-ins
2020-02-29 Cassie JonesImplement basic code generation
2020-02-29 Cassie JonesAdd skeleton of x64 compilation code
2020-02-29 Cassie JonesAdd the target-independent trans module
2020-02-27 Cassie JonesAdd a pretty-printer for the AST
2020-02-27 Cassie JonesAdd support for globals which don't get captured
2020-02-27 Cassie JonesParse S-expressions into the abstract syntax tree
2020-02-27 Cassie JonesAn s-expression parser and an example program