| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-19 | rustc: Dispose of LLVM passes in test cases | Brian Anderson | -0/+5 | |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -118/+23 | |
| This refactors pass handling to use the argument names, so it can be used in a similar manner to `opt`. This may be slightly less efficient than the previous version, but it is much easier to maintain. It also adds in the ability to specify a custom pipeline on the command line, this overrides the normal passes, however. This should completely close #2396. | ||||
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -0/+160 | |
| Refactor the optimization passes to explicitly use the passes. This commit just re-implements the same passes as were already being run. It also adds an option (behind `-Z`) to run the LLVM lint pass on the unoptimized IR. | ||||
