| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -40/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-16 | Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles | Denis Merigoux | -33/+0 | |
| 2018-10-06 | codegen_llvm: verify that inline assembly operands are scalars | Levente Kurusa | -0/+11 | |
| Otherwise, LLVM translation will fail with a panic. Signed-off-by: Levente Kurusa <lkurusa@acm.org> | ||||
| 2018-09-26 | fixup! codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -1/+1 | |
| 2018-09-26 | fixup! codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -1/+1 | |
| 2018-09-25 | codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -0/+22 | |
| LLVM provides a way of checking whether the constraints and the actual inline assembly make sense. This commit introduces a check before emitting code for the inline assembly. If LLVM rejects the inline assembly (or its constraints), then the compiler emits an error E0668 ("malformed inline assembly"). Signed-off-by: Levente Kurusa <lkurusa@acm.org> | ||||
| 2018-06-24 | Add backticks to E0558 | varkor | -5/+0 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+55 | |
