index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisc
/
lisc.h
Age
Commit message (
Expand
)
Author
2015-11-13
add initial version of copy elimination
Quentin Carbonneaux
2015-11-13
store the use locations for temporaries
Quentin Carbonneaux
2015-11-11
move usage computation in filluse()
Quentin Carbonneaux
2015-11-10
now, cross fingers and test
Quentin Carbonneaux
2015-11-09
provide BZERO macro for bitsets
Quentin Carbonneaux
2015-11-09
modify data-structures for new ssa.c
Quentin Carbonneaux
2015-11-03
add interference hints
Quentin Carbonneaux
2015-10-31
make phi-class handling more local
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
new function to add constants
Quentin Carbonneaux
2015-10-30
start adress mode recognition
Quentin Carbonneaux
2015-10-30
rename spill field in Tmp to slot
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
emit alignment directives properly
Quentin Carbonneaux
2015-10-08
rename ealloc to emalloc
Quentin Carbonneaux
2015-10-07
finish implementing data parsing
Quentin Carbonneaux
2015-10-06
add pool memory management
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-06
factor ins array edition in icpy
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-30
use more machine registers
Quentin Carbonneaux
2015-09-29
wip on new stack slots (emit, spill)
Quentin Carbonneaux
2015-09-29
more fixes for the new slot representation
Quentin Carbonneaux
2015-09-29
wip on a simpler slot handling
Quentin Carbonneaux
2015-09-28
stupid hinting works better without traces!
Quentin Carbonneaux
2015-09-27
compute reg interferences in filllive()
Quentin Carbonneaux
2015-09-26
move the liveon() function in live.c
Quentin Carbonneaux
2015-09-25
add union-find based phi-class computation
Quentin Carbonneaux
2015-09-25
change controversial (at best) typedef
Quentin Carbonneaux
2015-09-25
move return type information into Fn
Quentin Carbonneaux
2015-09-22
parse return types of functions
Quentin Carbonneaux
2015-09-20
save callee-save registers
Quentin Carbonneaux
2015-09-17
start work on fuction parameters
Quentin Carbonneaux
2015-09-16
follow suggestion of gcc
Quentin Carbonneaux
2015-09-15
heavy modification of call handling
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
make type size unsigned
Quentin Carbonneaux
2015-09-15
fix minor type parsing bugs
Quentin Carbonneaux
[next]