| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-28 | Don't format!() string literals | ljedrz | -7/+7 | |
| 2018-07-18 | rustc: Remove a workaroudn in ThinLTO fixed upstream | Alex Crichton | -14/+0 | |
| This commit removes a hack in our ThinLTO passes which removes available externally functions manually. The [upstream bug][1] has long since been fixed, so we should be able to rely on LLVM natively for this now! [1]: https://bugs.llvm.org/show_bug.cgi?id=35736 | ||||
| 2018-07-16 | Revert "Provide a way of accessing the ThinLTO module import map in rustc." | Michael Woerister | -68/+1 | |
| This reverts commit 9df56ca0eea1a8f5af945df25ce23e276b1d48a7. | ||||
| 2018-07-16 | Revert "Persist ThinLTO import data in incr. comp. session directory." | Michael Woerister | -81/+2 | |
| This reverts commit 8dc7ddb9763f28b83de7bf3b3025f8042ea9e830. | ||||
| 2018-07-16 | Revert "Clean up LLVM module naming (just use CodegenUnit names)." | Michael Woerister | -5/+6 | |
| This reverts commit f6894ebe664d111259a91a2b5fcc1236ca413436. | ||||
| 2018-07-16 | Revert "Use callback-based interface to load ThinLTO import data into rustc." | Michael Woerister | -31/+43 | |
| This reverts commit e045a6cd8c0235a26ef11e6cd9a13ebd817f1265. | ||||
| 2018-07-13 | Use callback-based interface to load ThinLTO import data into rustc. | Michael Woerister | -43/+31 | |
| 2018-07-11 | Clean up LLVM module naming (just use CodegenUnit names). | Michael Woerister | -6/+5 | |
| 2018-07-11 | Persist ThinLTO import data in incr. comp. session directory. | Michael Woerister | -2/+81 | |
| 2018-07-11 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -1/+68 | |
| 2018-06-12 | Rename -Z no-verify to -Z verify-llvm-ir | Nikita Popov | -2/+2 | |
| This disables IR verification by default. | ||||
| 2018-06-12 | Respect -Z no-verify during LTO | Nikita Popov | -6/+11 | |
| Currently -Z no-verify only controls IR verification prior to LLVM codegen, while verification is performed unconditionally both before and after linking with (Thin)LTO. | ||||
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+773 | |
