index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisc
/
parse.c
Age
Commit message (
Expand
)
Author
2015-10-30
print memory references in IR dumps
Quentin Carbonneaux
2015-10-30
start integrating RAMem references
Quentin Carbonneaux
2015-10-30
prepare for using memory refs
Quentin Carbonneaux
2015-10-30
start work on fusing loads in arithmetic
Quentin Carbonneaux
2015-10-30
fix bug in pretty printer
Quentin Carbonneaux
2015-10-30
emit code for extensions, move slots into RAlt
Quentin Carbonneaux
2015-10-19
uniformize sign extension and mem loads
Quentin Carbonneaux
2015-10-13
rename valloc and balloc
Quentin Carbonneaux
2015-10-08
allow multiple functions in file
Quentin Carbonneaux
2015-10-08
use DEnd for strings too
Quentin Carbonneaux
2015-10-08
emit alignment directives properly
Quentin Carbonneaux
2015-10-07
finish implementing data parsing
Quentin Carbonneaux
2015-10-07
start work on parsing data blocks
Quentin Carbonneaux
2015-10-06
use new vector functions instead of reallocs
Quentin Carbonneaux
2015-10-06
specialize vdup into idup
Quentin Carbonneaux
2015-10-05
factor vector duplication in vdup()
Quentin Carbonneaux
2015-10-05
rename blocka to balloc
Quentin Carbonneaux
2015-10-05
factor some utility functions/data in util.c
Quentin Carbonneaux
2015-09-25
move return type information into Fn
Quentin Carbonneaux
2015-09-22
improve error reporting in the parser
Quentin Carbonneaux
2015-09-22
oops, missing newline in pretty-printer
Quentin Carbonneaux
2015-09-22
parse return types of functions
Quentin Carbonneaux
2015-09-21
print size suffix for swap
Quentin Carbonneaux
2015-09-18
use new function syntax in tests
Quentin Carbonneaux
2015-09-17
pretty print OPar os parn
Quentin Carbonneaux
2015-09-17
parse parameter lists of functions
Quentin Carbonneaux
2015-09-15
heavy modification of call handling
Quentin Carbonneaux
2015-09-15
cosmetic indentation style fix
Quentin Carbonneaux
2015-09-15
drop arity information from OpDesc
Quentin Carbonneaux
2015-09-15
implement aggregate passing in regs
Quentin Carbonneaux
2015-09-15
start function call lowering (wip)
Quentin Carbonneaux
2015-09-15
add parsing code for function calls
Quentin Carbonneaux
2015-09-15
define a new CMPS macro, shorten Type
Quentin Carbonneaux
2015-09-15
fix minor type parsing bugs
Quentin Carbonneaux
2015-09-15
start work on aggregate types
Quentin Carbonneaux
2015-09-15
get rid of OTrunc
Quentin Carbonneaux
2015-09-15
add a size to all operations (wip)
Quentin Carbonneaux
2015-09-15
add truncation operation
Quentin Carbonneaux
2015-09-15
add sign/zero extension operations
Quentin Carbonneaux
2015-09-15
add the mul instruction
Quentin Carbonneaux
2015-09-15
replace RMem refs with an OAddr opertation
Quentin Carbonneaux
2015-09-15
compile branches on and using test
Quentin Carbonneaux
2015-09-15
tentative support for fast allocs
Quentin Carbonneaux
2015-09-15
major lifting: get rid of RReg
Quentin Carbonneaux
2015-09-15
add basic support for stack allocation
Quentin Carbonneaux
2015-09-15
split store into store{w,l}
Quentin Carbonneaux
2015-09-15
cosmetics
Quentin Carbonneaux
2015-09-15
parse variants of store
Quentin Carbonneaux
2015-09-15
parse operations with no result
Quentin Carbonneaux
2015-09-15
simplify parsing
Quentin Carbonneaux
[next]