Ayke van Laethem
|
2f88c7aab4
|
compiler: move IR checker to separate package
This is a preparation for moving the Optimize function to the transform
package.
|
2020-03-21 15:45:25 +01:00 |
|
Ayke van Laethem
|
4da137d7c8
|
compiler: check for non-static allocas
Non-static allocas are disallowed for a number of reasons, so check for
their presence. See the commit diff for details.
|
2020-02-24 23:11:07 +01:00 |
|
Ayke van Laethem
|
5510dec846
|
compiler: add location information to the IR checker
|
2019-12-21 20:49:51 +01:00 |
|
Jaden Weiss
|
388d11eecf
|
use error returns to generate detailed error messages in the IR checker
|
2019-10-25 15:50:03 +02:00 |
|
Jaden Weiss
|
abca3132a9
|
fix bugs found by LLVM assertions
|
2019-09-16 18:31:33 +02:00 |
|