Commit Graph

8 Commits

Author SHA1 Message Date
3c996bc821 Prepare for 0.13.0 release 2020-01-15 11:09:47 -08:00
81f879565d Add MIT license to crates that were missing it
Ran into a few crates in this repo with our license scanner that didn't have any license attached to them.

Added MIT to be consistent with the other crates. Please adjust if not correct.
2019-12-22 12:28:33 +01:00
1cffb90fea Fix unused import warning, deny more warnings. 2019-12-21 14:35:43 -08:00
6a74b7e994 Prepare for 0.12.0 release 2019-12-18 17:24:29 -05:00
a221f1e570 Provide a default empty implementation for the LLVMCallbacks trait. 2019-12-06 12:09:34 -08:00
27fe50ce9e Fix this regression test to detect the bug it was looking for in release builds too.
This bug triggered an assertion failure in debug, and by examining the pre-opt IR, we can check for the bug in release mode too.
2019-12-05 16:38:26 -08:00
7c6d73d4d9 Add test for debug-crash.
This also was a wrong-code bug (I think), but we can't yet write tests for those.
2019-12-02 15:49:33 -08:00
85666fc522 Add new llvm-backend-test crate. 2019-11-22 17:03:23 -08:00