| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| constraints.md | ||
| elf.h | ||
| elf.opt | ||
| linux.h | ||
| predicates.md | ||
| t-xtensa | ||
| uclinux.h | ||
| uclinux.opt | ||
| xtensa-protos.h | ||
| xtensa.c | ||
| xtensa.h | ||
| xtensa.md | ||
| xtensa.opt |
xtensa gcc gets ICE on pr59037.c test because its xtensa_output_literal function cannot handle integer literals of sizes other than 4 and 8, whereas the test uses 16-byte int vector. Split integer literal formatting into the recursive function xtensa_output_integer_literal_parts capable of handling literals of any power of 2 size not less than 4. 2016-11-02 Max Filippov <jcmvbkbc@gmail.com> gcc/ * config/xtensa/xtensa.c (xtensa_output_integer_literal_parts): New function. (xtensa_output_literal): Use xtensa_output_integer_literal_parts to format MODE_INT and MODE_PARTIAL_INT literals. From-SVN: r241800
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| constraints.md | Loading commit data... | |
| elf.h | Loading commit data... | |
| elf.opt | Loading commit data... | |
| linux.h | Loading commit data... | |
| predicates.md | Loading commit data... | |
| t-xtensa | Loading commit data... | |
| uclinux.h | Loading commit data... | |
| uclinux.opt | Loading commit data... | |
| xtensa-protos.h | Loading commit data... | |
| xtensa.c | Loading commit data... | |
| xtensa.h | Loading commit data... | |
| xtensa.md | Loading commit data... | |
| xtensa.opt | Loading commit data... |