index
:
~wrmr/lang
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.lang
Age
Commit message (
Collapse
)
Author
2025-08-04
make NodeInputs statically sized, peephole a + ~a and a ^ ~a
WormHeamer
2025-08-04
stuffs
WormHeamer
2025-08-04
fix communative peepholes trampling type boundaries
WormHeamer
2025-08-04
add optimizations based on only partially known values
WormHeamer
2025-08-04
use lisp acronyms to express peephole optimizations
WormHeamer
2025-08-04
add projection nodes, fix peephole optimization
WormHeamer
2025-08-03
add booleans and comparison operators
WormHeamer
2025-08-03
expand and clarify type system, fix double-free of nodes
WormHeamer
2025-08-03
add assignment statements
WormHeamer
2025-08-03
factor out node stuff into ir.c & ir.h
WormHeamer
2025-08-02
better error reporting
WormHeamer
2025-08-02
preliminary let bindings
WormHeamer
2025-08-02
some junk
WormHeamer
2025-08-02
bunch of stuff to make error messages look more like gcc lol
WormHeamer
2025-08-02
whole bunch of graph stuff, fixing up, basic arithmetic peepholes...
WormHeamer
2025-08-01
add comments
WormHeamer
2025-07-31
initial commit
WormHeamer