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
2016-02-23
print new jump instructions
Quentin Carbonneaux
2016-02-23
patch return, might not work
Quentin Carbonneaux
2016-02-22
use isstore() in parser
Quentin Carbonneaux
2016-02-19
add lexing sugar for backward compatibility
Quentin Carbonneaux
2016-02-18
stop using OXxx1 and use new OLoad
Quentin Carbonneaux
2016-02-15
always print RACall with 3 digits
Quentin Carbonneaux
2016-02-12
cut code, use scanf a little more
Quentin Carbonneaux
2016-02-12
new syntax for float literals
Quentin Carbonneaux
2016-02-12
scan ints using scanf
Quentin Carbonneaux
2016-02-11
fp cmp fixes (highly untested)
Quentin Carbonneaux
2015-12-27
go verbose in parse.c
Quentin Carbonneaux
2015-12-08
sanitize constants representation
Quentin Carbonneaux
2015-12-01
oops, fix typo bug in parse.c
Quentin Carbonneaux
2015-11-30
more error reporting in parsedat()
Quentin Carbonneaux
2015-11-30
parse and print floating points
Quentin Carbonneaux
2015-11-30
change the wide bit to a class number
Quentin Carbonneaux
2015-11-30
stores becomes storeh
Quentin Carbonneaux
2015-11-18
support _ in identifiers
Quentin Carbonneaux
2015-11-13
export printref function
Quentin Carbonneaux
2015-11-11
move usage computation in filluse()
Quentin Carbonneaux
2015-11-05
support lighter syntax for arrays
Quentin Carbonneaux
2015-11-01
break Tmp.phi chains at phi nodes
Quentin Carbonneaux
2015-11-01
support dots in idents for k0ga
Quentin Carbonneaux
2015-10-31
make phi-class handling more local
Quentin Carbonneaux
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
[next]