| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-14 | fix codegen test | Deadbeef | -2/+2 | |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -0/+17 | |
| 2021-04-03 | Manually set dso_local when its valid to do so | Simonas Kazlauskas | -1/+1 | |
| This should have no real effect in most cases, as e.g. `hidden` visibility already implies `dso_local` (or at least LLVM IR does not preserve the `dso_local` setting if the item is already `hidden`), but it should fix `-Crelocation-model=static` and improve codegen in executables. Note that this PR does not exhaustively port the logic in [clang]. Only the obviously correct portion and what is necessary to fix a regression from LLVM 12 that relates to `-Crelocation_model=static`. Fixes #83335 [clang]: https://github.com/llvm/llvm-project/blob/3001d080c813da20b329303bf8f45451480e5905/clang/lib/CodeGen/CodeGenModule.cpp#L945-L1039 | ||||
| 2020-12-31 | remove move_val_init leftovers | Ralf Jung | -19/+0 | |
| 2020-07-13 | Added ui tests for volatile and nearby intrinsics | Teddy_Wang | -0/+18 | |
| 2020-07-12 | Added tests for volatile and nearbyint intrinsics | Teddy_Wang | -0/+73 | |
| 2020-01-07 | Account for pointer type suffix in prefetch test | Nikita Popov | -16/+16 | |
| 2019-06-04 | improve test indentation | lcnr/Bastian Kauschke | -2/+2 | |
| 2019-06-04 | move intrinsics codegen tests into a seperate folder | lcnr/Bastian Kauschke | -0/+191 | |
