| Age | Commit message (Expand) | Author | Lines |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -1/+11 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+9 |
| 2021-04-06 | Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco | bors | -114/+119 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -0/+9 |
| 2021-04-05 | Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r... | bors | -0/+39 |
| 2021-04-05 | Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisa | Dylan DPC | -0/+21 |
| 2021-04-04 | Optimize PartialOrd le | AngelicosPhosphoros | -0/+39 |
| 2021-04-04 | Allow clobbering unsupported registers in asm! | Amanieu d'Antras | -0/+21 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -35/+35 |
| 2021-04-03 | Manually set dso_local when its valid to do so | Simonas Kazlauskas | -114/+119 |
| 2021-04-01 | Simplify logical operations CFG | AngelicosPhosphoros | -0/+46 |
| 2021-03-28 | Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa | bors | -0/+19 |
| 2021-03-25 | Mark inline asm tests as requiring LLVM 10.0.1 | Amanieu d'Antras | -1/+1 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -1/+0 |
| 2021-03-23 | Allow not emitting `uwtable` on Android | hyd-dev | -0/+22 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -1/+0 |
| 2021-03-22 | Auto merge of #79846 - the8472:inplace-tra, r=m-ou-se | bors | -0/+14 |
| 2021-03-21 | disable debug assertions in codegen test | The8472 | -0/+1 |
| 2021-03-21 | Don't compute optimized PointerKind for unoptimized builds | Nikita Popov | -3/+3 |
| 2021-03-21 | add codegen test | The8472 | -0/+13 |
| 2021-03-21 | Enable mutable noalias by default for LLVM 12 | Nikita Popov | -3/+3 |
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -0/+15 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -1/+1 |
| 2021-03-17 | Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkov | bors | -18/+47 |
| 2021-03-16 | Adjust `-Ctarget-cpu=native` handling in cg_llvm | Simonas Kazlauskas | -18/+47 |
| 2021-03-14 | Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikic | bors | -0/+20 |
| 2021-03-14 | Use only x86_64 flag | Hiroki Noda | -1/+3 |
| 2021-03-12 | Emit the enum range assumption if the range only contains one element | hi-rustin | -0/+16 |
| 2021-03-12 | Add support for storing code model to LLVM module IR | Hiroki Noda | -0/+18 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -0/+141 |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -18/+35 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -1/+1 |
| 2021-03-09 | implement unwinding abi's (RFC 2945) | katelyn a. martin | -0/+141 |
| 2021-03-09 | Rollup merge of #82799 - bugadani:codegen-tests, r=nagisa | Mara Bos | -0/+27 |
| 2021-03-07 | add codegen tests for some issues closed by LLVM 12 | Erik Desjardins | -0/+76 |
| 2021-03-06 | Add codegen test checking binary_search allows eliding bound checks | Giacomo Stevanato | -0/+19 |
| 2021-03-05 | Bump mir-opt-level from 2 to 3 in tests | Santiago Pastorino | -4/+4 |
| 2021-03-05 | Bump mir-opt-level from 3 to 4 in tests | Santiago Pastorino | -2/+2 |
| 2021-03-05 | Add regression test for #75525 | Dániel Buga | -0/+27 |
| 2021-03-04 | Auto merge of #81451 - nikic:llvm-12, r=nagisa | bors | -28/+33 |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -28/+33 |
| 2021-02-28 | Use -O in try_identity test that requires storage markers | Tomasz Miąsko | -1/+1 |
| 2021-02-20 | Test CU directory is the work_dir | Simonas Kazlauskas | -0/+9 |
| 2021-02-06 | Add a test for escaping LLVMisms in inline asm | Simonas Kazlauskas | -0/+32 |
| 2021-01-30 | Consider Scalar to be a bool only if its unsigned | Simonas Kazlauskas | -0/+13 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -8/+0 |
| 2021-01-17 | Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAus | bors | -0/+33 |
| 2021-01-16 | Try ignore-debug in the codegen test | Scott McMurray | -0/+1 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -19/+0 |
| 2021-01-15 | Add `as_rchunks` (and friends) to slices | Scott McMurray | -0/+32 |