| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-12-20 | Inline last remaining use of Callee::call and delete unused code | Mark Simulacrum | -49/+0 | |
| 2016-12-20 | Simplify basic_block.rs | Mark-Simulacrum | -14/+5 | |
| 2016-03-30 | Delete obviously-unreachable blocks | James Miller | -0/+6 | |
| Some blocks won't be translated at all because they aren't reachable at the LLVM level, these need to be dealt with because they lack a terminator and therefore trigger an LLVM assertion. Other blocks aren't reachable because of codegen-time optimistions, for example not dropping types that don't need it, often resulting in blocks with no predecessors. We'll clean those up as well. | ||||
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -0/+52 | |
