bjorn3
|
5db45d26cc
|
Legalize several i8 insts (#380)
* Legalize several i8 insts
* X86: implement regmove.{i8,i16}
* Legalize bnot
* Remove comments
* Nicer type param binding in legalize.py
* Legalize sdiv_imm.i8
* Hopefully fix mypy error
* Add missing trailing newlines
* Fix tests
|
2018-07-04 06:31:00 -07:00 |
|
Dan Gohman
|
7d2b44289c
|
Implement stack_addr, stack_load, stack_store for x86-64. (#370)
|
2018-06-26 06:15:21 -07:00 |
|
Lachlan Sneff
|
5c320a0d30
|
Change GlobalVar to GlobalValue
|
2018-06-15 18:33:30 -07:00 |
|
Sergey Pepyakin
|
e9111d1de2
|
Ditch stack_check instruction
|
2018-06-09 13:18:12 -07:00 |
|
Dan Gohman
|
5b69930e03
|
Legalize bnot using xor with -1.
|
2018-05-05 11:21:06 -05:00 |
|
Dan Gohman
|
24fa169e1f
|
Rename the 'cretonne' crate to 'cretonne-codegen'.
This fixes the next part of #287.
|
2018-04-17 09:46:56 -07:00 |
|