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-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
2015-09-15
add nmem to opdesc for use in the spiller
Quentin Carbonneaux
2015-09-15
jez becomes jnz, complete cmp+jmp contraction
Quentin Carbonneaux
2015-09-15
implement smarter compare+branch
Quentin Carbonneaux
2015-09-15
split cmp in two sizes
Quentin Carbonneaux
2015-09-15
get rid of the iteration macro
Quentin Carbonneaux
2015-09-15
fix two bugs in isel
Quentin Carbonneaux
2015-09-15
quick fix for comparisons with constants
Quentin Carbonneaux
2015-09-15
start work on comparisons
Quentin Carbonneaux
2015-09-15
print registers with numbers
Quentin Carbonneaux
2015-09-15
use a new Ref type for registers
Quentin Carbonneaux
[prev]
[next]