blob: d0618a73c9c4eae5f81c1d180410379bbfd7b053 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- aarch64 backend
- STDC: thread local, VLAs, complex, long double, atomics
- test on non-GNU and non-linux POSIX systems (alpine, various BSDs)
- DWARF debug information
- implement GNU extensions: __attribute__, __builtin_*, ...
- compiler optimizations:
- dead store/load optimization, forwarding
- all kinds of loop optimizations
- switch statements (bsearch, maybe jumptables?)
- instruction scheduling
- use of memory operands in arith instrs in x86
- more testing on real world codebases
|