| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-22 | Correct minimum system LLVM version in tests | Samuel Holland | -1/+1 | |
| Since commit 9452a8dfa3ba, the new debug info format is only generated for LLVM 8 and newer versions. However, the tests still assume that LLVM 7 will use the new debug info format. Fix the tests (and a comment in the code) to match the actual version check. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-05 | Fix emission of niche-filling discriminant values | Tom Tromey | -0/+63 | |
| Bug #55606 points out a regression introduced by #54004; namely that an assertion can erroneously fire when a niche-filling discriminant value is emitted. This fixes the bug by removing the assertion, and furthermore by arranging for the discriminant value to be masked according to the size of the niche. This makes handling the discriminant a bit simpler for debuggers. The test case is from Jonathan Turner. Closes #55606 | ||||
