Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-26 | more compiler warnings... | Quentin Carbonneaux | |
2018-04-26 | Fix compiler warnings. | Emil Skoeldberg | |
Compiler warned about comparison between signed and unsigned values. | |||
2017-06-06 | fix fp subtractions on amd64 | Quentin Carbonneaux | |
The stashing of constants in gas.c was also changed to support 16-bytes constants. | |||
2017-05-17 | intern symbol names | Quentin Carbonneaux | |
Symbols in the source file are still limited in length because the rest of the code assumes that strings always fit in NString bytes. Regardless, there is already a benefit because comparing/copying symbol names does not require using strcmp()/strcpy() anymore. | |||
2017-04-08 | new arm64 backend, yeepee | Quentin Carbonneaux | |