[libomptarget] Implement get_device_num for amdgcn, nvptx
Adds a field to the existing environment struct which is used for debug_level.
jdoerfert | |
ABataev | |
grokos | |
tianshilei1992 |
[libomptarget] Implement get_device_num for amdgcn, nvptx
Adds a field to the existing environment struct which is used for debug_level.
Time | Test | |
---|---|---|
450 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
openmp/libomptarget/plugins/amdgpu/src/rtl.cpp | ||
---|---|---|
529–530 | I forgot to remove the extra fields from this to match the deviceRTL in trunk when adding amdgpu/src/rtl.cpp. This brings them back in sync. | |
openmp/libomptarget/plugins/cuda/src/rtl.cpp | ||
83 | We have a dedicated header now, in "../../../deviceRTLs/common/device_environment.h". Options: |
Overall LGTM.
openmp/libomptarget/plugins/cuda/src/rtl.cpp | ||
---|---|---|
83 | Option 3 sounds more reasonable. We might have data structures used by both device and host runtime. |
Please also add test case(s) for this. However, it actually depends on the native runtime that which device should be 0, 1, etc., which is probably hard to determine in OpenMP.
Open to suggestions on testing. Calling it from a target region on amdgcn with multiple GPUs works. I don't have a cuda machine with multiple cards. A machine with one target returns 0 with or without this patch.
Do we have any runtime tests for openmp in tree? Would need a CI machine with GPUs
In D91713#2403572, @JonChesterfield wrote:Open to suggestions on testing. Calling it from a target region on amdgcn with multiple GPUs works. I don't have a cuda machine with multiple cards. A machine with one target returns 0 with or without this patch.
Do we have any runtime tests for openmp in tree? Would need a CI machine with GPUs
I wrote a simple program to test this patch and it works as expected. Please add the test case into this patch.
Apologies to the hundreds of reviewers who have just been spammed.
Today I learned that 'arc diff --update' is not relative to the patch one is updating, but is relative to master as exists on github. Also that phabricator will not let one delete some automatically added reviewers before fixing the diff.
This needs an implementation for x86_64 offloading or a change to the test to only run on nvptx. Intend to do the former.
Commit | Tree | Parents | Author | Summary | Date |
---|---|---|---|---|---|
2f6aa8c11847 | b5198fcd75d6 | 835930de6bea | Jon Chesterfield | Use header from include, add test case | Nov 23 2020, 3:50 PM |
835930de6bea | 7705676156d7 | 34ff90ad5d7d | Jon Chesterfield | [libomptarget] Implement get_device_num for amdgcn, nvptx (Show More…) | Nov 23 2020, 4:30 PM |
34ff90ad5d7d | 633a9aa49b41 | 1a3428163d97 | Roman Lebedev | [Reassociate] Don't convert add-like-or's into add's if they appear to be part… (Show More…) | Nov 18 2020, 6:21 AM |
1a3428163d97 | 074c061e7ab2 | bd4662cd3f37 | Roman Lebedev | [NFC][Reassociate] Add patterns where `or` is part of load reduction idiom (Show More…) | Nov 18 2020, 6:14 AM |
bd4662cd3f37 | e657ed4737b3 | 8270f8c252d7 | Haojian Wu | [AST] Enhance the const expression evaluator to support error-dependent exprs. (Show More…) | Nov 18 2020, 6:48 AM |
8270f8c252d7 | f501c2d8c839 | f45c052c9e62 | Simon Pilgrim | [X86] Add broadcast merge test case for PR48215 | Nov 18 2020, 6:06 AM |
f45c052c9e62 | 6473951e405b | 9f69c1bc54f4 | Mikhail Goncharov | Fix unused variables in release build (Show More…) | Nov 18 2020, 6:10 AM |
9f69c1bc54f4 | 14f96ac7ff07 | a8a79c90699a | Jay Foad | [AMDGPU] Rename pseudo S_WAITCNT_IDLE to S_WAIT_IDLE. NFC. | Nov 18 2020, 6:03 AM |
a8a79c90699a | b51187dc67f4 | aad3ea8983a8 | Florian Hahn | [ConstraintElimination] Refactor constraint extraction (NFC). (Show More…) | Nov 17 2020, 9:38 AM |
aad3ea8983a8 | d4800fd64117 | 45b8e37afcf4 | Haojian Wu | [clangd] Remove the trailing "." in add-using message. (Show More…) | Nov 18 2020, 5:43 AM |
45b8e37afcf4 | dc7b94207a2d | ccd9091d4a2f | Jonas Paulsson | [SystemZ] Use ISD::ABS opcode during isel. (Show More…) | Nov 18 2020, 2:40 AM |
ccd9091d4a2f | 7b3cbf0136b6 | da2e4728c71f | Raphael Isemann | [lldb][NFC] Don't let Process inherit from UserID (Show More…) | Nov 18 2020, 5:30 AM |
da2e4728c71f | c318b55612c5 | 871fe71f2951 | Sam Tebbs | [ARM][LowOverheadLoops] Merge VCMP and VPST across VPT blocks (Show More…) | Nov 6 2020, 5:35 AM |
871fe71f2951 | fe162dc5ca49 | bcaa19894994 | Keishi Hattori | Fix typo for hasAnyOverloadedOperatorName; NFC | Nov 18 2020, 4:48 AM |
bcaa19894994 | f1cedabde06f | 8cdc53887387 | Stephen Kelly | Remove unportable test (Show More…) | Nov 18 2020, 4:40 AM |
8cdc53887387 | 9bdd33c05a88 | 4dbe12e86649 | Hafiz Abid Qadeer | Add sysroot/lib to library search path of baremetal toolchain. (Show More…) | Nov 18 2020, 4:16 AM |
4dbe12e86649 | faa8dbe5cbf1 | 680931af2757 | Benjamin Kramer | [SLP] Use the minimum alignment of the load bundle when forming a masked.gather (Show More…) | Nov 18 2020, 3:50 AM |
680931af2757 | f06c00c634b0 | 096bd9b293b4 | Florian Hahn | [Matrix] Adjust matrix pointer type for inline asm arguments. (Show More…) | Nov 18 2020, 3:32 AM |
096bd9b293b4 | 10405bca25d1 | 50f12ade2de1 | Seonghyun Park | [sanitizer] Fix typo in log messages (Show More…) | Nov 18 2020, 3:40 AM |
50f12ade2de1 | 713b1725202b | f33118c61ce0 | David Spickett | [lldb] Fix a couple of remote llgs tests (Show More…) | Nov 17 2020, 3:56 AM |
f33118c61ce0 | 242e626c3168 | 1e6fc2fa532c | Max Kazantsev | [IndVars] Support different types of ExitCount when optimizing exit conds (Show More…) | Nov 18 2020, 2:56 AM |
1e6fc2fa532c | c0434daced70 | 97a2eac3a924 | Jan Svoboda | [clang][cli] Port Migrator option flags to new option parsing system (Show More…) | Nov 18 2020, 1:10 AM |
97a2eac3a924 | 5507efe6073b | b48ace051c4b | Michał Górny | [lldb] [test] Un-XFAIL tests on freebsd/i386 (Show More…) | Nov 17 2020, 10:06 AM |
b48ace051c4b | dd916dc882ed | 5a75512eba7e | Michał Górny | [lldb] [test] Un-XFAIL TestMultipleDebuggers.py (Show More…) | Nov 17 2020, 3:04 AM |
5a75512eba7e | ae137fb102c4 | 3e1f1b406e92 | Michał Górny | [lldb] [test] Mark command-process-connect.test XFAIL (Show More…) | Nov 17 2020, 2:39 AM |
3e1f1b406e92 | dcf806817b7b | 16eb853ffdd1 | Michał Górny | [lldb] [test] Pass -mmmx to x86-gp-write test explicitly (Show More…) | Nov 16 2020, 4:04 PM |
16eb853ffdd1 | 58ba690675e3 | 8b97e17d161a | Vitaly Buka | [tsan] Add pthread_cond_clockwait interceptor (Show More…) | Nov 17 2020, 11:43 PM |
8b97e17d161a | 991c15371929 | 5e696d895bde | Christian Sigg | [mlir] Simplify code generated by ConvertToLLVMPattern::getStridedElementPtr(). (Show More…) | Nov 17 2020, 1:22 AM |
5e696d895bde | 3230a0f6210c | 163929d7a620 | Jan Svoboda | [clang][cli] Remove NormalizerRetTy and use the decltype of the KeyPath instead (Show More…) | Nov 16 2020, 6:59 AM |
163929d7a620 | 17aeca4eebd2 | ccf500ce00c5 | Esme-Yi | [NFC][POwerPC] Added testcases of constant-i64. | Nov 18 2020, 2:13 AM |
ccf500ce00c5 | 23949fc449b6 | 9aa789820027 | Andrzej Warzynski | [NFC] Add missing dependency in the IR unittests (Show More…) | Nov 18 2020, 2:08 AM |
9aa789820027 | 6a0fa5358ce2 | eef203dbdf84 | Georgii Rymar | Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping… (Show More…) | Nov 18 2020, 12:59 AM |
eef203dbdf84 | 22ced8e2d960 | 05eeda9752b3 | Simon Pilgrim | [Analysis] CGSCCPassManager.cpp - fix Wshadow warnings. NFCI. | Nov 18 2020, 1:05 AM |
05eeda9752b3 | 810e22f95cd7 | 052d24af2913 | Jan Svoboda | [clang][cli] Turn arcmt-* options into a single option (Show More…) | Nov 16 2020, 5:30 AM |
052d24af2913 | 2ab921a7d4f0 | 2be569870486 | Alex Zinenko | [mlir] Introduce support for parametric side-effects (Show More…) | Nov 15 2020, 6:25 AM |
2be569870486 | 7187da8456b7 | 83a03867da12 | Jan Svoboda | [clang][cli] Add ability to make fixups to CompilerInvocation after option… (Show More…) | Nov 16 2020, 3:17 AM |
83a03867da12 | e13d1de83d10 | 2fa38fa9a651 | Martin Storsjö | [libcxx] Add missing _LIBCPP_FUNC_VIS on a few win32 locale functions (Show More…) | Nov 12 2020, 12:57 AM |
2fa38fa9a651 | 70656d71ee71 | fc40a03323a4 | Raphael Isemann | [lldb] Python3 byte<->string issue in patch-crashlog.py | Nov 18 2020, 12:58 AM |
fc40a03323a4 | 567d0d610c60 | c173f1b8ebba | Georgii Rymar | Revert "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping… (Show More…) | Nov 18 2020, 12:55 AM |
c173f1b8ebba | 19a0b012bf26 | 9d77584fe040 | Piotr Sobczak | SpeculativeExecution: Allow speculating more instruction types (Show More…) | Nov 17 2020, 6:38 AM |
9d77584fe040 | c8d8d45fd0d3 | 65fd17c241e2 | Nathan Ridge | [clangd] Call hierarchy (Protocol layer) (Show More…) | Nov 9 2020, 9:20 PM |
65fd17c241e2 | 35b2b8a7ecd7 | 955341a722a0 | Georgii Rymar | [lib/Support/YAMLTraits] - Don't print leading zeroes when dumping… (Show More…) | Nov 6 2020, 2:39 AM |
955341a722a0 | e897f913f8cc | 1c0ef2984dc3 | Thorsten Schütt | test commit (Show More…) | Nov 18 2020, 12:20 AM |
1c0ef2984dc3 | 6667b62ecf9b | 877b5b1085b0 | Vitaly Buka | [NFC][tsan] Prepepare for more interceptors which use cond_wait() | Nov 16 2020, 5:16 AM |
877b5b1085b0 | bb46d6c6af85 | 77133b29b934 | Arthur Eubanks | [test] Make scc-pass-printer.ll work with NPM (Show More…) | Nov 17 2020, 11:53 PM |
77133b29b934 | ac04009b4846 | f0b0bab34dd8 | zhanghb97 | [mlir] Get array from the dense elements attribute with buffer protocol. (Show More…) | Nov 7 2020, 5:28 PM |
f0b0bab34dd8 | 9180d53bec01 | 32876117625a | Craig Topper | [X86] Use GF2P8AFFINEQB to implement vector bitreverse. (Show More…) | Nov 17 2020, 9:34 PM |
32876117625a | df491b39f0ee | 9e3b4f4941f9 | Arthur Eubanks | [test] Pin size-remarks.ll to legacy PM (Show More…) | Nov 17 2020, 11:47 PM |
9e3b4f4941f9 | 01a1ef892b45 | 94e4ec6499a2 | Arthur Eubanks | [JumpThreading] Make -print-lvi-after-jump-threading work with NPM | Nov 17 2020, 11:14 PM |
94e4ec6499a2 | fd40bf6ae816 | 4bc085f5b3ed | Tei Jeong | Add CalibratedQuantizedType to quant dialect (Show More…) | Nov 17 2020, 10:14 PM |
4bc085f5b3ed | d9bc183ebc2c | 989b19442905 | Utkarsh Saxena | [clangd] Add OverridenBy Relation to index. (Show More…) | Nov 17 2020, 3:15 AM |
989b19442905 | 064af4bcc0e2 | e2537353e638 | Stella Laurenzo | [mlir][Python] Make DenseElementsAttr loading be int size agnostic. (Show More…) | Nov 11 2020, 10:21 AM |
e2537353e638 | baba28f04d1e | ee7d315cd939 | Duncan P. N. Exon Smith | ADT: Share an implementation for single-element insert in SmallVector, NFC (Show More…) | Nov 17 2020, 6:06 PM |
ee7d315cd939 | f127da05feb4 | 9c09757bca58 | Arthur Eubanks | [DCE] Always get TargetLibraryInfo (Show More…) | Nov 13 2020, 11:34 PM |
9c09757bca58 | b7bfe54cad9b | 2b9a708491b3 | Eric Fiselier | [libc++] Revert switch-based std::variant implementation again. (Show More…) | Nov 17 2020, 2:34 PM |
2b9a708491b3 | 370f035cffe2 | cba3e783389a | LLVM GN Syncbot | [gn build] Port 6a89cb8136f | Nov 17 2020, 7:04 PM |
cba3e783389a | 3096dff41c12 | 6a89cb8136f3 | Yevgeny Rouban | [NewPM] Disable PreservedCFGChecker and add regression unit tests (Show More…) | Nov 17 2020, 6:44 PM |
6a89cb8136f3 | af4d058284a4 | 39f1eeb07df6 | Artem Dergachev | Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer… (Show More…) | Nov 17 2020, 6:59 PM |
39f1eeb07df6 | 8e7ec6976a6f | 41bcc05e2a4e | LLVM GN Syncbot | [gn build] Port 41bcc05e2a4 | Nov 17 2020, 6:45 PM |
41bcc05e2a4e | c28592b24b6d | 0139c8af8da7 | Artem Dergachev | Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations… (Show More…) | Nov 15 2020, 5:26 PM |
0139c8af8da7 | 681a5c62ff97 | 63a8ee3ddabe | Andrew Paverd | [CFGuard] Add address-taken IAT tables and delay-load support (Show More…) | Nov 17 2020, 6:02 PM |
63a8ee3ddabe | 1d74d311383d | 6bfb4120ead7 | QingShan Zhang | [NFC][Test] Add more tests for IEEE Longdouble for PowerPC | Nov 17 2020, 6:12 PM |
6bfb4120ead7 | a5441cc72731 | 5834996fefc9 | daquexian | set the alignment of mlir::AttributeStorage to 64 bit explicitly to fix 32 bit… (Show More…) | Nov 17 2020, 5:29 PM |
5834996fefc9 | 13cb5ce72473 | f4c6080ab820 | Ben Barham | [Frontend] Add flag to allow PCM generation despite compiler errors (Show More…) | Nov 17 2020, 5:25 PM |
f4c6080ab820 | f396fe069917 | dd6087cac087 | Nick Desaulniers | Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch" (Show More…) | Nov 17 2020, 5:17 PM |
dd6087cac087 | bf746249aacf | 49439ff6c09a | Nick Desaulniers | Revert "[BitCode] decode nossp fn attr" (Show More…) | Nov 17 2020, 5:17 PM |
49439ff6c09a | b1b3de1499f7 | 67e0f791c93a | Arthur Eubanks | [CMake] Fix ExtensionDependencies.inc with multiple extensions (Show More…) | Nov 17 2020, 9:24 AM |
67e0f791c93a | 218022ded4c1 | b13415b59b1f | Arthur Eubanks | [gn build] Use forward slashes for goma directory (Show More…) | Nov 17 2020, 5:09 PM |
b13415b59b1f | 2eb592aa9eae | 206884bf90cd | MaheshRavishankar | [mlir][Linalg] Add dependence type to LinalgDependenceGraphElem. (Show More…) | Nov 17 2020, 4:32 PM |
206884bf90cd | b8e7a5bd6a0b | e5d240968919 | Sam Clegg | [lld][WebAssembly] Implement --unresolved-symbols (Show More…) | May 1 2020, 9:14 AM |
e5d240968919 | 2d8d9bc09fc8 | f8f6d6455f96 | LLVM GN Syncbot | [gn build] Port f8f6d6455f9 | Nov 17 2020, 4:02 PM |
f8f6d6455f96 | fe071bfe9679 | 16de50895e96 | Artem Dergachev | Revert "Revert "[analyzer] NFC: Move IssueHash to libAnalysis."" (Show More…) | Nov 15 2020, 4:06 PM |
16de50895e96 | 7b068dc64748 | bb8f2585c6ea | Robert Underwood | honor Python2_EXECUTABLE and Python3_EXECUTABLE when they are passed to cmake (Show More…) | Nov 17 2020, 3:44 PM |
bb8f2585c6ea | bd25a7a2c34e | 8e923ec2a803 | Siva Chandra Reddy | [libc] Add implementations of ldexp[f|l]. (Show More…) | Nov 4 2020, 10:34 PM |
8e923ec2a803 | f63c1cf3743c | a72f11ee20fe | Richard Smith | Fix assertions and bad warnings on extremely wide bit-fields. (Show More…) | Nov 17 2020, 1:59 PM |
a72f11ee20fe | cc5ac1911da4 | b2613fb2f0f5 | Erich Keane | Fix a pair of tests that would fail on a win32 box (Show More…) | Nov 17 2020, 2:28 PM |
b2613fb2f0f5 | 4139ad283b66 | 8fb4417d82bc | LLVM GN Syncbot | [gn build] Port 8fb4417d82b | Nov 17 2020, 1:45 PM |
8fb4417d82bc | ecd8c8a7b60d | bc9803404042 | Michael Kruse | [LLVMFronted][tests] Add basic OpenMP parsing tests. (Show More…) | Nov 17 2020, 1:42 PM |
bc9803404042 | c2d77fef6482 | eced4a8e6fe3 | Amy Huang | [llvm-symbolizer] Add inline stack traces for Windows. (Show More…) | Sep 15 2020, 9:38 AM |
eced4a8e6fe3 | d61cff7d3f89 | 792f8e1114af | Aart Bik | [mlir] [sparse] start of sparse tensor compiler support (Show More…) | Nov 17 2020, 12:13 PM |
792f8e1114af | 5f729f0d5023 | 44a11c342caa | Christopher Tetreault | [SVE] Take constant fold fast path for splatted vscale vectors (Show More…) | Nov 17 2020, 12:25 PM |
44a11c342caa | a260cd9b1e11 | 3fd777403349 | Hansang Bae | [OpenMP] Use explicit type casting in kmp_atomic.cpp (Show More…) | Oct 30 2020, 1:32 PM |
3fd777403349 | 21eb972bec3f | 55d310adc068 | Peter Steinfeld | [flang] Fix FIR test failures (Show More…) | Nov 17 2020, 11:55 AM |
55d310adc068 | c74d19787218 | 08834979e3ac | Fangrui Song | [ELF] Fix interaction between --unresolved-symbols= and --[no-]allow-shlib… (Show More…) | Nov 17 2020, 12:20 PM |
08834979e3ac | d0502d04b281 | 5439db05e740 | Sanjay Patel | [SLP] avoid unreachable code crash/infloop (Show More…) | Nov 17 2020, 12:09 PM |
5439db05e740 | 8e1c98e3089e | a461e76b6f97 | Nawrin Sultana | [OpenMP] Add omp_realloc implementation (Show More…) | Nov 6 2020, 1:36 PM |
a461e76b6f97 | 9762cc265518 | a200d6cdf0f7 | Jon Roelofs | [MachineScheduler] Inform pass infra of post-ra scheduler's dependencies (Show More…) | Nov 17 2020, 10:54 AM |
a200d6cdf0f7 | 6345c05ab9c2 | 4a66a1d17abf | Michael Jones | [libc] make part of libc's unit test framework independent of llvm (Show More…) | Nov 16 2020, 2:20 PM |
4a66a1d17abf | 237f263e8740 | 49e0de5f6fe6 | Sanjay Patel | [InstCombine] allow vectors for masked-add -> xor fold (Show More…) | Nov 17 2020, 10:24 AM |
49e0de5f6fe6 | 5c1da0025b45 | d035bc3e6b87 | Simon Pilgrim | [X86] byval tests - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 10:26 AM |
d035bc3e6b87 | 10adb8ea3432 | ba82e7ee5c0c | Simon Pilgrim | [X86] emutls.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 10:22 AM |
ba82e7ee5c0c | bc4ab629aac6 | 821439c5063b | Simon Pilgrim | [X86] emutls-pie.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 10:20 AM |
821439c5063b | baff07e45bbf | 0333567c47c0 | Simon Pilgrim | [X86] emutls-pic.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 10:14 AM |
0333567c47c0 | 06eb285d84c0 | 48138e7338c1 | Alexey Bataev | [OPENMP] Fix PR47999: correctly map implicit firstprivates in outer tasks. (Show More…) | Nov 17 2020, 5:33 AM |
48138e7338c1 | b1107cb6b5c0 | ef1a4169e8c7 | Louis Dionne | [libc++] Do not error out when we don't know the file format (Show More…) | Nov 17 2020, 10:17 AM |
ef1a4169e8c7 | 3bdcca2eb53d | 121f27f3ac81 | Stephen Kelly | [Transformer] Split ForStmt test into two (Show More…) | Nov 17 2020, 10:13 AM |
121f27f3ac81 | ff03d2767a6e | 1d7abcf99e3d | Louis Dionne | [libc++] Only include_next <wctype.h> if it exists (Show More…) | Nov 17 2020, 10:14 AM |
1d7abcf99e3d | 3efe78745d2f | 811026b9870a | Joe Ellis | [AArch64][SVE] Add tests for VLST -> VLAT lax conversions (Show More…) | Nov 17 2020, 9:29 AM |
811026b9870a | 7ae909ec6070 | c331b7cc38aa | Simon Pilgrim | [X86] segmented-stacks tests - replace X32 check prefix with X86 for non-gnux32… (Show More…) | Nov 17 2020, 9:59 AM |
c331b7cc38aa | 8c6846620bea | f7ebdec987f5 | Simon Pilgrim | [X86] select-of-fp-constants.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 9:56 AM |
f7ebdec987f5 | fe594ef1a885 | baa2aa28f562 | Simon Pilgrim | [InstCombine] visitAnd - remove unnecessary Value *X, *Y shadow variables. NFCI. (Show More…) | Nov 17 2020, 9:50 AM |
baa2aa28f562 | d9debb2e7a52 | bedaad44953a | Nico Weber | lld: Add --color-diagnostic to MachO port, harmonize others (Show More…) | Nov 17 2020, 9:15 AM |
bedaad44953a | a05f64244fe1 | 6ef6beaa570f | Christian Sigg | [mlir] Simplify std.alloc lowering to LLVM. (Show More…) | Nov 17 2020, 9:00 AM |
6ef6beaa570f | 8b72edbbf89c | abf29d9862d8 | Stephen Kelly | Comment out new test while I figure out what is wrong with it | Nov 17 2020, 9:48 AM |
abf29d9862d8 | 7c31640ffa21 | 3b4f9c16bf24 | Simon Pilgrim | [InstCombine] visitAnd - use m_SpecificInt instead of m_APInt + comparison. (Show More…) | Nov 17 2020, 9:22 AM |
3b4f9c16bf24 | d9d642734956 | e741fa5c92bc | Simon Pilgrim | [X86] rot16.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 8:51 AM |
e741fa5c92bc | 5ac73ffaccb6 | 3279347da05e | Simon Pilgrim | [X86] vec_fabs.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 8:50 AM |
3279347da05e | f0d0054e378d | 27012c0f75c2 | Wei Wang | [BPI] Look through bitcasts in calcZeroHeuristic (Show More…) | Nov 13 2020, 11:17 AM |
27012c0f75c2 | 02181a9dc82c | 8a4fe75d70e1 | Alessandro Arzilli | [debugserver] Add option to propagate SIGSEGV to target process (Show More…) | Nov 17 2020, 9:26 AM |
8a4fe75d70e1 | a8ac08e5f317 | f791ad7e1e98 | Rahul Joshi | [NFC] Add unit tests for printing/parsing of variadic operands and results. (Show More…) | Nov 16 2020, 5:37 PM |
f791ad7e1e98 | b5c502617256 | c15e5bdfb7b9 | Sanjay Patel | [InstCombine] remove scalar constraint for mask-of-add fold (Show More…) | Nov 17 2020, 9:03 AM |
c15e5bdfb7b9 | 84b275431b2b | 433696911a0b | Sanjay Patel | [InstCombine] add vector test for mask of add; NFC | Nov 17 2020, 9:02 AM |
433696911a0b | 84438e1c7065 | 1d7d9d668545 | Sanjay Patel | [InstCombine] relax constraints on mask-of-add (Show More…) | Nov 17 2020, 8:46 AM |
1d7d9d668545 | a70bd743451a | 9793edd5bf9f | Sanjay Patel | [InstCombine] add tests for masked add; NFC | Nov 17 2020, 8:28 AM |
9793edd5bf9f | 240f4d21d4ee | 3f9091888656 | ergawy | [MLIR][SPIRV] Rename `spv._address_of` to `spv.mlir.addressof` (Show More…) | Nov 17 2020, 8:45 AM |
3f9091888656 | c478b8f01e80 | f4d9d80fe477 | Fangrui Song | [ELF] --gc-sections: collect unused .gcc_except_table in section groups and… (Show More…) | Nov 17 2020, 9:11 AM |
f4d9d80fe477 | 09ca9658870c | cb4fc25c9189 | Fangrui Song | [ARC] Correct ARCInstPrinter::getMnemonic after D90039 | Nov 17 2020, 9:07 AM |
cb4fc25c9189 | f1449795571a | f3dab16dc721 | Nikita Popov | [BasicAA] Make alias GEP positive offset handling symmetric (Show More…) | Nov 12 2020, 12:51 PM |
f3dab16dc721 | 397b1f0d25e0 | 4cadb66b490e | Alex Zinenko | [mlir] Add a _get_default_loc_context utility to Python bindings (Show More…) | Nov 17 2020, 5:17 AM |
4cadb66b490e | dce4d10ed1ec | 246b428fb3b5 | Stephen Kelly | [AST] Update matchers to be traverse-aware (Show More…) | Nov 5 2020, 10:42 AM |
246b428fb3b5 | b716a5686780 | 34c0f3cbf1ee | Stephen Kelly | [AST] Ignore implicit nodes in IgnoreUnlessSpelledInSource mode (Show More…) | Nov 4 2020, 2:57 PM |
34c0f3cbf1ee | 4c5b2b751dc1 | 36011bdfb648 | Stephen Kelly | Move ASTMatchFinder definition so it can be accessed from other functions | Nov 17 2020, 7:52 AM |
36011bdfb648 | 24f58dea3875 | 019723fc295b | Stephen Kelly | Rename API to not be constrained to template instantiations (Show More…) | Nov 17 2020, 7:42 AM |
019723fc295b | c437bc92bc29 | 5f3a8074a431 | Stephen Kelly | Invert accessor for checking traversal mode (Show More…) | Nov 17 2020, 7:38 AM |
5f3a8074a431 | b4842825b394 | 43ede0e2a7ff | Simon Pilgrim | [PPC] Fix dead store value clang static analyzer warning. NFCI. (Show More…) | Nov 17 2020, 8:27 AM |
43ede0e2a7ff | bcdc9fcdebc3 | 52f3714dae7b | Christian Sigg | [mlir] Remove unused ConvertToLLVMPattern::linearizeSubscripts(). (Show More…) | Nov 17 2020, 12:31 AM |
52f3714dae7b | f78edb2e7cdc | 7e30989dabce | Florian Hahn | [VPlan] Add VPDef class. (Show More…) | Nov 17 2020, 1:46 AM |
7e30989dabce | 2bdced57424c | 53fba9d9d303 | Simon Pilgrim | [IR] ShuffleVectorInst::isIdentityWithPadding - bail on non-fixed-type vector… (Show More…) | Nov 17 2020, 8:05 AM |
53fba9d9d303 | 0fbf2ed9e8d4 | d06a445ca4c9 | Simon Pilgrim | [X86] nontemporal.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 6:26 AM |
d06a445ca4c9 | 9727a7182807 | 8647c669a4a3 | Simon Pilgrim | [X86] subvector-broadcast.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 6:16 AM |
8647c669a4a3 | 204a3f1c534b | 2a473db57391 | Peyton, Jonathan L | [OpenMP] NFC: remove tabs in message catalog file | Nov 17 2020, 8:14 AM |
2a473db57391 | 220652e99300 | 0454154efd54 | Andy Wingo | [WebAssembly] Fix parsing of linking section for named global imports (Show More…) | Nov 17 2020, 8:03 AM |
0454154efd54 | f06ce3b0fa4b | c5ce6036c169 | Peyton, Jonathan L | [OpenMP][stats] reset serial state when re-entering serial region (Show More…) | Nov 5 2020, 10:34 AM |
c5ce6036c169 | 5c354354303f | e67d8859f205 | Matt Arsenault | Linker: Fix linking of byref types (Show More…) | Nov 17 2020, 7:47 AM |
e67d8859f205 | f6a9d3b17856 | 0a1d315f9f16 | Jay Foad | [AMDGPU] Precommit more vccz workaround tests | Nov 16 2020, 8:08 AM |
0a1d315f9f16 | 87c6a1982ed3 | bba96c996555 | Anton Afanasyev | [SLPVectorizer] Fix assert | Nov 17 2020, 7:46 AM |
bba96c996555 | a22b9fd95e68 | 5292187a2d62 | Ben Shi | [clang][AVR] Improve avr-ld command line options (Show More…) | Nov 17 2020, 7:28 AM |
5292187a2d62 | 0747d73ede65 | 46846ac45b2c | Alexey Bataev | [OPENMP]Fix PR48076: mapping of data member pointer. (Show More…) | Nov 16 2020, 9:43 AM |
46846ac45b2c | a3461dd3996b | fcad8d3635cf | Florian Hahn | [Matrix] Add inline assembly test case. (Show More…) | Nov 17 2020, 6:24 AM |
fcad8d3635cf | 35818aa4f44e | b90228e41137 | Anton Afanasyev | [SLP] Make SLPVectorizer to use `llvm.masked.gather` intrinsic (Show More…) | Oct 30 2020, 12:22 AM |
b90228e41137 | 73a7df69c693 | 23a96b84a8d9 | Andy Wingo | [WebAssembly][MC] Remove useless overrides in MCWasmStreamer (Show More…) | Nov 17 2020, 7:09 AM |
23a96b84a8d9 | 13208788f5a2 | 498859cbf668 | Joe Ellis | [AArch64][SVE] Support implicit lax vector conversions for SVE types (Show More…) | Nov 17 2020, 6:34 AM |
498859cbf668 | 81a902fc6cd7 | c25e1edf61b9 | Paul C. Anagnostopoulos | [TableGen] Clean up Target .td include files (Show More…) | Nov 14 2020, 10:06 AM |
c25e1edf61b9 | 7d78146a0f70 | e8356a79ffd3 | Benjamin Kramer | [MLIR] Fix up integration tests after b7382ed3fea08da27530a6d6d53f168fc704e4c4 | Nov 17 2020, 6:42 AM |
e8356a79ffd3 | 895bb9917dc9 | 13042da5cb3f | Andrzej Warzynski | [flang][nfc] Add missing dependency in CMake (Show More…) | Nov 17 2020, 6:32 AM |
13042da5cb3f | b44bbdc13220 | 5a9f3867046c | Florian Hahn | [ConstraintElimination] Add support for And. (Show More…) | Aug 5 2020, 7:24 AM |
5a9f3867046c | f8ce4ab4da07 | 6976fef05b7e | Kadir Cetinkaya | [clang-tidy] Make clang-format and include-order-check coherent (Show More…) | Nov 17 2020, 1:28 AM |
6976fef05b7e | 16c1a12c852d | f571fe6df585 | Erich Keane | Update 'note-candiate' functions to skip lambda-conversion-op-overloads (Show More…) | Nov 16 2020, 3:26 PM |
f571fe6df585 | 4a4a7055cf30 | f4517bbd7340 | Sander de Smalen | Reland [LoopVectorizer] NFCI: Calculate register usage based on TLI. (Show More…) | Nov 12 2020, 4:33 AM |
f4517bbd7340 | 5263dd7532f0 | c4472f8b4cda | Kazushi (Jam) Marukawa | [VE] Implement JumpTable (Show More…) | Nov 17 2020, 5:38 AM |
c4472f8b4cda | c11795b06ef4 | 3598605c0b36 | Stephan Herhut | [mlir][std] Canonicalize extract_element(tensor_cast). (Show More…) | Nov 17 2020, 4:59 AM |
3598605c0b36 | 95e2ef98fbf4 | ffac5b8e4cc0 | Stephan Herhut | [mlir][std] Fold dim(dynamic_tensor_from_elements, %cst) (Show More…) | Nov 17 2020, 4:39 AM |
ffac5b8e4cc0 | 25f0f66dc5f4 | 5872cab84937 | Stephan Herhut | [mlir][linalg] Allow tensor_to_memref in dependence analysis (Show More…) | Nov 17 2020, 4:19 AM |
5872cab84937 | f736b43a824e | 88f25bda1376 | Kazushi (Jam) Marukawa | [VE] Correct getMnemonic (Show More…) | Nov 17 2020, 2:28 AM |
88f25bda1376 | 9c2e46d2d2ac | ef8e859c0b3c | Alex Zinenko | [mlir] Allow for using interface class name in ODS interface definitions (Show More…) | Nov 15 2020, 8:49 AM |
ef8e859c0b3c | a0531e276193 | d44edfc1094c | Alex Zinenko | [mlir] Fix Python tests after "module_terminator" migrated to ODS (Show More…) | Nov 17 2020, 5:15 AM |
d44edfc1094c | 31728855ab71 | 0765d78a4132 | Nathan James | [clang][NFC] Use SmallString instead of SmallVector<char (Show More…) | Nov 17 2020, 5:02 AM |
0765d78a4132 | be41630cea16 | 74f6493587bd | Simon Pilgrim | [X86] vector-sext.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 4:39 AM |
74f6493587bd | 222560844c52 | 3c933043e8b9 | Simon Pilgrim | [X86] insert-into-constant-vector.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 4:37 AM |
3c933043e8b9 | 94fae1b6168c | 7b099b1e1f66 | Simon Pilgrim | [X86] avx-intel-ocl.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 4:35 AM |
7b099b1e1f66 | 0fb59dfc1d2a | 0627140cd593 | Simon Pilgrim | [X86] 2011-10-19-widen_vselect.ll - replace X32 check prefix with X86. NFC. (Show More…) | Nov 17 2020, 4:34 AM |
0627140cd593 | 6c03ecca8dde | 661e4040ac60 | Simon Pilgrim | [clang][driver] Fix definition/declaration argument name mismatches. NFCI. (Show More…) | Nov 17 2020, 4:22 AM |
661e4040ac60 | b85f8b09e1ca | 537cbd90c43d | Muhammad Omair Javaid | [LLDB] Fix SVE reginfo for sequential offset in g packet (Show More…) | Nov 17 2020, 4:15 AM |
537cbd90c43d | 135880f26795 | fcca6fe93f04 | Luke Drummond | Escape command line arguments in backtraces (Show More…) | Nov 4 2020, 4:10 AM |
fcca6fe93f04 | 4c59fed4aded | a9adb62a6406 | Muhammad Omair Javaid | [LLDB] Update SVE Z reg info to remove invalidate regs (Show More…) | Nov 17 2020, 4:11 AM |
a9adb62a6406 | e2d3988745ea | f0c690018ad1 | Florian Hahn | [AsmPrinter] Use getMnemonic for instruction-mix remark. (Show More…) | Nov 17 2020, 3:53 AM |
f0c690018ad1 | a7e4ff099520 | 6795984a47df | Sven van Haastregt | [OpenCL] Stop opencl-c-base.h leaking extension enabling (Show More…) | Nov 17 2020, 4:07 AM |
6795984a47df | cb12556920f9 | c5a6712f8cee | Serge Guelton | [build] Fix dependencies of LLVMExegesis | Nov 17 2020, 3:15 AM |
c5a6712f8cee | 8aecd5b5aa31 | af0d607e7275 | Alex Zinenko | [mlir] Add basic support for attributes in ODS-generated Python bindings (Show More…) | Nov 16 2020, 7:17 AM |
af0d607e7275 | 4d7490c7b837 | 3a5c0ea895f4 | Haojian Wu | [clang-tidy] Fix an abseil-redundant-strcat-calls crash on 0-parameter StrCat(). (Show More…) | Nov 17 2020, 1:26 AM |
3a5c0ea895f4 | 64fd0fe158ea | 9f8f8db33967 | Kazushi (Jam) Marukawa | [VE] Add vbrd intrinsic instructions (Show More…) | Nov 14 2020, 12:55 PM |
9f8f8db33967 | 713549387dac | b2f4c5fddc76 | Ben Shi | [AVR] Optimize the 16-bit NEGW pseudo instruction (Show More…) | Nov 17 2020, 1:51 AM |
b2f4c5fddc76 | 7c24bd0f5985 | c6ef6e1690d5 | Florian Hahn | [AsmWriter] Factor out mnemonic generation to accessible getMnemonic. (Show More…) | Nov 17 2020, 1:38 AM |
c6ef6e1690d5 | f5bf71175da7 | c2460c3254a0 | serge-sans-paille | [build] normalize components dependencies (Show More…) | Nov 13 2020, 1:45 PM |
c2460c3254a0 | 96ee7c19a457 | 218500d823c8 | Kai Luo | [PowerPC] Add negated abs test using llvm.abs intrinsic. NFC. | Nov 17 2020, 1:28 AM |
218500d823c8 | db34453f1f89 | 73ca690df88a | Haojian Wu | [clang-tidy] Verify the fixes in abseil-redundant-strcat-calls test, NFC | Nov 17 2020, 1:15 AM |
73ca690df88a | 2f0c2e814c96 | c51e4c4f012d | River Riddle | [mlir][NFC] Remove references to Module.h and Function.h (Show More…) | Nov 17 2020, 12:38 AM |
c51e4c4f012d | 460686403170 | 9faedb2d7146 | River Riddle | [mlir][IR] Use tablegen for the BuiltinDialect and operations (Show More…) | Nov 17 2020, 12:37 AM |
9faedb2d7146 | 6696355641c7 | a57fe210ff7c | Serge Pavlov | [Driver] Quote executable in reports generated by -fproc-stat-report (Show More…) | Nov 16 2020, 9:46 PM |
a57fe210ff7c | 878f83184e03 | e9453e26cbb6 | Yevgeny Rouban | [JumpThreading] Fix branch probabilities in DuplicateCondBranchOnPHIIntoPred() (Show More…) | Nov 16 2020, 11:24 PM |
e9453e26cbb6 | f3737fb8e3f1 | a4d1e60910ed | Max Kazantsev | [Test] Add one more elaborate test with LCSSA users | Nov 16 2020, 11:36 PM |
a4d1e60910ed | 8bc648946a85 | 63dd1734b2ed | Jonas Devlieghere | [crashlog] Improve patch-crashlog.py script (Show More…) | Nov 16 2020, 11:26 PM |
63dd1734b2ed | 4b01bf405787 | d196aaf725a8 | Max Kazantsev | [NFC] Collect ext users into vector instead of finding them twice | Nov 16 2020, 11:00 PM |
d196aaf725a8 | 0c564a3f5d4d | c2e22fd16453 | Ta-Wei Tu | [NPM] Add remaining test of -slsr (Show More…) | Nov 16 2020, 10:40 PM |
c2e22fd16453 | 195fb00484b3 | 1da60f1d44cc | Ta-Wei Tu | [NFC] Add const qualifier to isEmpty() (Show More…) | Nov 16 2020, 10:39 PM |
1da60f1d44cc | 116d150ff137 | 4ce3d2715a41 | Kazu Hirata | [Transforms] Use pred_empty (NFC) | Nov 16 2020, 10:09 PM |
4ce3d2715a41 | 24fd077201d0 | 5935952c3108 | Max Kazantsev | [Test] One more widening opportunity test | Nov 16 2020, 9:52 PM |
5935952c3108 | 3c54b0a79d00 | 8063905b0415 | Kazu Hirata | [SanitizerCoverage] Use [&] for lambdas (NFC) | Nov 16 2020, 9:45 PM |
8063905b0415 | 012222d2444e | 7de6dcd24644 | Esme-Yi | [NFC][PowerPC] Add testcase of constant-i64. | Nov 16 2020, 8:49 PM |
7de6dcd24644 | 66cbf6df0b52 | 74207e78cf26 | Arthur Eubanks | [Debugify] Skip debugifying on special/immutable passes (Show More…) | Nov 16 2020, 11:47 AM |
74207e78cf26 | d60712fd05a8 | fac0622ae0a5 | Mehdi Amini | Fix python bindings tests after change in visibility requirement for symbol… (Show More…) | Nov 16 2020, 8:08 PM |
fac0622ae0a5 | 4db6419e6841 | 65d4b5cb18e3 | Fangrui Song | ELFAsmParser: Remove non-SHF_ALLOC or non-executable sections' line… (Show More…) | Nov 16 2020, 8:02 PM |
65d4b5cb18e3 | a509a9bc634f | 33ca0b0ea619 | Tei Jeong | Add const qualifier to Type's utility functions (Show More…) | Nov 16 2020, 7:56 PM |
33ca0b0ea619 | bd721d03ffcc | f4467c4d3b6c | Michael Kruse | [Polly] Add override qualifiers. (Show More…) | Nov 16 2020, 7:26 PM |
f4467c4d3b6c | 599ab31b7a5f | 22e44358d3e4 | Wang, Pengfei | [CodeGen][X86] Remove some unused check-prefixes and regenerate tests. | Nov 16 2020, 6:17 PM |
22e44358d3e4 | 89edef0cdbed | 681978d3b4e8 | Lang Hames | [ORC] Include config.h in RegisterEHFrames.cpp. (Show More…) | Nov 16 2020, 7:10 PM |
681978d3b4e8 | 12e3183db338 | 3f4b5893efed | Peter Steinfeld | [flang] Duplicate names for ac-implied-do variables erroneously cause errors (Show More…) | Nov 16 2020, 12:06 PM |
3f4b5893efed | 8a7c662725aa | 69cd776e1ee7 | Yaxun (Sam) Liu | [AMDGPU] Add option -munsafe-fp-atomics (Show More…) | Nov 16 2020, 7:58 AM |
69cd776e1ee7 | ee387dc3293c | ba3317d0baac | CJ Johnson | [CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointer arguments. (Show More…) | Nov 16 2020, 3:04 PM |
ba3317d0baac | 781135cc6460 | 0f41a2fe8339 | Rahul Joshi | Fix flang MLIR unit test verification failures (Show More…) | Nov 16 2020, 5:31 PM |
0f41a2fe8339 | 3f4de9632155 | fc115f2e73a2 | Philip Reames | test commit for new client | Nov 16 2020, 5:26 PM |
fc115f2e73a2 | be34fe77abbb | b16e4d3fc11d | Michael Kruse | [Polly] Move SimplifyVisitor into polly namespace. (Show More…) | Nov 16 2020, 4:55 PM |
b16e4d3fc11d | 67ec907cc28d | f118d91a0d45 | Vy Nguyen | [sanitizers-test]add definition for %device_rm on android so it stops… (Show More…) | Nov 16 2020, 2:53 PM |
f118d91a0d45 | 452d85e44ca5 | b7382ed3fea0 | Fangrui Song | [MC][test] Strengthen dwarf-asm-multiple-sections.s by adding more CHECK lines (Show More…) | Nov 16 2020, 4:48 PM |
b7382ed3fea0 | 12e064b29788 | fbceee2d63bd | Rahul Joshi | [MLIR] Extend Symbol verification to reject public symbol declarations. (Show More…) | Nov 13 2020, 1:04 PM |
fbceee2d63bd | d16d7bae1a07 | 499bce3abab8 | Lex Augusteijn | Add an optional argument for pattern rewriter max iteration count (NFC) (Show More…) | Nov 16 2020, 2:47 PM |
499bce3abab8 | 89ea1d5ec926 | fa5cb4b93662 | Artem Dergachev | Revert "Revert "[analyzer] NFC: Separate PathDiagnosticConsumer options from… (Show More…) | Nov 10 2020, 2:03 PM |
fa5cb4b93662 | de1cc33351cc | 5bc0bd05e6a8 | Sjoerd Meijer | [LoopFlatten] Disable IV widening (Show More…) | Nov 16 2020, 2:30 PM |
5bc0bd05e6a8 | 41c78795ad1d | ace9653c11c6 | Jessica Paquette | [AArch64][GlobalISel] Fold G_XOR x, -1 into G_SELECT and select CSINV (Show More…) | Nov 13 2020, 2:09 PM |
ace9653c11c6 | c85aa09ecdbe | f375885ab86d | Felix Berger | [clang-tidy] performance-unnecessary-copy-initialization: Check for const… (Show More…) | Oct 22 2020, 11:38 AM |
f375885ab86d | 1190c55bffac | 38621c45a8fe | Michael Liao | [InferAddrSpace] Teach to handle assumed address space. (Show More…) | Nov 7 2020, 3:47 AM |
38621c45a8fe | 16e2b820bef2 | c7cbf32f5770 | Kazushi (Jam) Marukawa | [VE] Add lvm/svm intrinsic instructions (Show More…) | Nov 14 2020, 6:37 AM |
c7cbf32f5770 | aa3c1f362a3a | 5a4ca8b550af | Jonas Devlieghere | [crashlog] Implement parser for JSON encoded crashlogs (Show More…) | Nov 16 2020, 1:46 PM |
5a4ca8b550af | a11f0b2599a6 | 2240d3d05451 | Florian Hahn | [ConstraintElimination] Add support for Or. (Show More…) | Nov 16 2020, 1:44 PM |
2240d3d05451 | e89a4ef907e5 | 7ad8e19958b2 | Philip Reames | [LoopVec] Introduce an api for detecting uniform memory ops (Show More…) | Nov 16 2020, 1:29 PM |
7ad8e19958b2 | 68da21e85bb8 | f0703cb1b24b | Louis Dionne | [libc++] Move the GDB pretty printer tests to the DSL (Show More…) | Nov 13 2020, 8:24 AM |
f0703cb1b24b | 0aec3f8bb19d | 7c62c6313bae | Kostya Kortchinsky | [scudo][standalone] Correct min/max region indices (Show More…) | Nov 9 2020, 3:14 PM |
7c62c6313bae | 4e7bf795ce39 | f2710d4b5760 | Sean Silva | [mlir] Add DecomposeCallGraphTypes pass. (Show More…) | Nov 5 2020, 7:35 PM |
f2710d4b5760 | 1af72f92b865 | 257d33c815d4 | Nico Weber | lld/mach-o: Infer darwinnew from filename ld64.lld.darwinnew too (Show More…) | Nov 16 2020, 12:23 PM |
257d33c815d4 | 7690a02dce5e | d861cc0e4311 | Philip Reames | [SCEV] Factor out part of wrap flag detection logic [NFC](try 2) (Show More…) | Nov 16 2020, 10:51 AM |
d861cc0e4311 | cd68790818c6 | 15beb4e2365c | Arnold Schwaighofer | [coro] Async coroutines: Make sure we can handle control flow in suspend point… (Show More…) | Nov 16 2020, 7:51 AM |
15beb4e2365c | 6ab03e4e695c | 4e68bc09998c | Florian Hahn | [ConstraintElimination] Add complex test cases. | Nov 16 2020, 8:03 AM |
4e68bc09998c | 8249f2824827 | fa72ce346c5f | Sanjay Patel | Revert "[InstCombine] add multi-use demanded bits fold for add with low-bit… (Show More…) | Nov 16 2020, 11:20 AM |
fa72ce346c5f | f0c04f76f416 | 1941d9651cc9 | Aaron Ballman | Another speculative fix for lldb related to ConstexprSpecKind | Nov 16 2020, 11:39 AM |
1941d9651cc9 | e9b8899d7a0d | 41b65f166b51 | Aaron Ballman | Speculatively fix the lldb build (Show More…) | Nov 16 2020, 11:23 AM |
41b65f166b51 | b6ce24e1571e | ee91e2311cf5 | Thorsten | Convert ConstexprKind from Specifiers.h to a scoped enum; NFC | Nov 16 2020, 11:08 AM |
ee91e2311cf5 | ae31b8d7cbf9 | 0b6090699ab5 | Jonas Devlieghere | [dsymutil] Generalize handling of aliases external symbols (Show More…) | Nov 16 2020, 11:02 AM |
0b6090699ab5 | 2390e2e95872 | b877c35d4b2c | Amara Emerson | [AArch64][GlobalISel] Look through a G_ZEXT when trying to match shift-extended… (Show More…) | Nov 13 2020, 11:08 PM |
b877c35d4b2c | c08efdcba6ed | c37cc6bf7e15 | Scott Linder | [YAMLIO] Correctly diagnose empty alias/anchor (Show More…) | Nov 16 2020, 10:41 AM |
c37cc6bf7e15 | 891a292ddbae | f1cf6b47e4b6 | Craig Topper | [RISCV] Add MC tests for the User Vector CSRs (Show More…) | Nov 16 2020, 10:12 AM |
f1cf6b47e4b6 | 4da50d56b7ea | bf6ed355c8d1 | Louis Dionne | [libc++] Remove transitional #error message (Show More…) | Nov 16 2020, 10:35 AM |
bf6ed355c8d1 | 48c3be4a0c8b | 2e26459fabca | Jameson Nash | Reland "[AsmPrinter] fix -disable-debug-info option" (Show More…) | Nov 16 2020, 9:34 AM |
2e26459fabca | 94bea124dc42 | 124c93c52875 | Praveen G | [Flang][OpenMP] Add semantic checks for OpenMP Depend clause. (Show More…) | Nov 16 2020, 9:56 AM |
124c93c52875 | 184cc2eb59a6 | aeb0fdff351b | Craig Topper | [RISCV] When matching SROIW, check all 64 bits of the OR mask (Show More…) | Nov 16 2020, 9:22 AM |
aeb0fdff351b | 23f7062dc472 | 618f11ba0bf9 | Arthur Eubanks | [SimplifyCFG] Respect optforfuzzing in NPM pass (Show More…) | Nov 13 2020, 6:34 PM |
618f11ba0bf9 | bfc3f7e3a17a | df62afd559d4 | Raphael Isemann | [lldb] Skip TestCppKeywordsAsCIdentifiers on Windows (Show More…) | Nov 16 2020, 9:41 AM |
df62afd559d4 | d6cfb6f4b6ba | 91703085f534 | peter klausler | [flang] Unsplit COMPLEX operations (Show More…) | Nov 13 2020, 9:40 AM |
91703085f534 | fcf888483d4c | 985c524001d4 | Jonathan Metzman | [fuzzer] Disable uncaught-exception on non-Win+undo bad fix (Show More…) | Nov 16 2020, 9:35 AM |
985c524001d4 | 006f1fca87bb | a3be12870914 | Xun Li | [Coroutine] Allocas used by StoreInst does not always escape (Show More…) | Nov 16 2020, 9:14 AM |
a3be12870914 | eafd072328ca | d2e52eec513a | Jonathan Metzman | [fuzzer] Add allocator_may_return_null to uncaught-exception.test. (Show More…) | Nov 16 2020, 9:04 AM |
d2e52eec513a | 1514cf2259d1 | 4cf6dd518ece | Matt Arsenault | AMDGPU: Select global saddr mode from SGPR pointer (Show More…) | Nov 10 2020, 8:06 AM |
4cf6dd518ece | 1def8e0a3e46 | a6e353b1d083 | Mirko Brkusanin | [AMDGPU][GlobalISel] Fix lowerShlSat (Show More…) | Nov 16 2020, 8:43 AM |
a6e353b1d083 | 8f3214a9d03e | 6bb2ceac9087 | Matt Arsenault | AMDGPU: Split large offsets when selecting global saddr mode (Show More…) | Nov 9 2020, 3:01 PM |
6bb2ceac9087 | c9811998438d | a6ecb2eb3d18 | Victor Huang | Fix the compilation assertion due to unreachable BB pruning not deleting the… (Show More…) | Nov 16 2020, 8:33 AM |
a6ecb2eb3d18 | 4ab7b03143cd | 04481f26faff | Jay Foad | [AMDGPU] Add comments. NFC. | Nov 16 2020, 7:52 AM |
04481f26faff | 2d918f9a8331 | 6c02835d6c92 | Christian Sigg | [mlir] Require std.alloc() ops to have canonical layout during LLVM lowering. (Show More…) | Nov 16 2020, 2:41 AM |
6c02835d6c92 | 0c34097c5fa7 | 44a4f9392546 | Andrzej Warzynski | [flang][f18] Remove "-fdebug-resolve-names" (Show More…) | Nov 16 2020, 2:58 AM |
44a4f9392546 | 1f79bc5ac9c7 | 843525075b87 | Kazushi (Jam) Marukawa | [VE] Optimize leaf functions (Show More…) | Nov 14 2020, 5:08 PM |
843525075b87 | 01fa3d66a2ec | a598c08ac858 | David Truby | [MLIR][OpenMP] Add omp.wsloop operation (Show More…) | Nov 16 2020, 5:39 AM |
a598c08ac858 | 3c481a047202 | 4369223ea73c | Simon Moll | [VE] fastcc and vreg-to-vreg copy (Show More…) | Nov 16 2020, 7:24 AM |
4369223ea73c | 6061e2b5f486 | 9e407afd9bd3 | Yonghong Song | BPF: make __builtin_btf_type_id() return 64bit int (Show More…) | Nov 14 2020, 11:06 AM |
9e407afd9bd3 | b9c44f688c70 | a8350ce79d16 | Xiangling Liao | [AIX][driver] Include crti[_64].o and -bcdtors also for C language link… (Show More…) | Nov 16 2020, 6:42 AM |
a8350ce79d16 | 9e72bb6654d7 | 07927ac675e9 | Raphael Isemann | [lldb] Add support for using variables with C++ keywords names in non-C++… (Show More…) | Nov 15 2020, 11:15 PM |
07927ac675e9 | c76de25c2990 | 8dbe44cb2936 | LLVM GN Syncbot | [gn build] Port 8dbe44cb293 | Nov 16 2020, 6:58 AM |
8dbe44cb2936 | 3e3c7c8d9828 | 47fd19f22eb5 | Florian Hahn | Add pass to add !annotate metadata from @llvm.global.annotations. (Show More…) | Nov 16 2020, 1:49 AM |
47fd19f22eb5 | 43979012c5c3 | 02bdbdc76021 | Hanhan Wang | [mlir][StandardToSPIRV] Extend support for lowering cmpi to SPIRV. (Show More…) | Nov 16 2020, 6:50 AM |
02bdbdc76021 | 063a977a1e02 | 37e7a80aed7c | Francesco Petrogalli | [clang][SveEmitter] Fix enum declarations. [NFCI] (Show More…) | Nov 16 2020, 6:49 AM |
37e7a80aed7c | a822a6de4beb | f9e639efda4a | Kazushi (Jam) Marukawa | [VE] Add lsv/lvs intrinsic instructions (Show More…) | Nov 14 2020, 4:16 AM |
f9e639efda4a | c1ca20a9f5b1 | f7c881b89eab | Aaron Ballman | Fix bots that are running with assertions enabled; NFC. | Nov 16 2020, 6:23 AM |
f7c881b89eab | 5e65c08c0ab6 | 7c6412e0ccf5 | Aaron Ballman | Adding some explicit casts to appease build bots; NFC | Nov 16 2020, 6:13 AM |
7c6412e0ccf5 | ade2c23887ba | a6ac2b32fbab | Thorsten | Convert TypeSpecifierSign from Specifiers.h to a scoped enum; NFC | Nov 16 2020, 6:08 AM |
a6ac2b32fbab | 1553e3ee97f5 | 54e655b3f8dc | Thorsten | Convert TypeSpecifiersPipe from Specifiers.h to a scoped enum; NFC | Nov 16 2020, 5:28 AM |
54e655b3f8dc | 36bc60ace253 | 65f3e121fe4f | Vassil Vassilev | Reland "Move the test compiler setup in a common place. NFCI" (Show More…) | Nov 16 2020, 4:56 AM |
65f3e121fe4f | 82b9210a2970 | 58f9ceaad6fe | Dmitry Preobrazhensky | [AMDGPU][MC] Corrected error position for some operands and modifiers (Show More…) | Nov 16 2020, 5:02 AM |
58f9ceaad6fe | fefd8ade9f8c | 6c4d8f4651fd | Max Kazantsev | [Test] More tests on range checks | Nov 16 2020, 5:09 AM |
6c4d8f4651fd | 2ac9ca2ab276 | 83ac18205ec6 | Caroline Concatto | [AArch64] Add check for widening instruction for SVE. (Show More…) | Nov 11 2020, 6:41 AM |
83ac18205ec6 | d84e4492f06e | 6c185acfffc1 | Matthew Malcomson | Hwasan reporting check for dladdr failing (Show More…) | Nov 12 2020, 4:37 AM |
6c185acfffc1 | 372b04b72815 | 2ec25bae5a51 | Vitaly Buka | Revert "Move the test compiler setup in a common place. NFCI" (Show More…) | Nov 16 2020, 4:19 AM |
2ec25bae5a51 | b35a8d931b96 | b2fd9ff579d0 | Vitaly Buka | [NFC][tsan] Simplify call_pthread_cancel_with_cleanup | Nov 16 2020, 3:00 AM |
b2fd9ff579d0 | 9cde4d11ebb3 | b9734c6b44e5 | Max Kazantsev | [Test] More tests on range check elimination | Nov 16 2020, 4:18 AM |
b9734c6b44e5 | 96bf60da18bf | 68ca01eb50af | Michał Górny | [lldb] [Process/FreeBSDRemote] Optimize regset pointer logic (Show More…) | Nov 13 2020, 1:48 AM |
68ca01eb50af | fa43526bbdb5 | 6adb55877c4b | Michał Górny | [lldb] [Process/FreeBSDRemote] Modernize and simplify YMM logic (Show More…) | Nov 11 2020, 12:20 PM |
6adb55877c4b | a21c323a0f69 | e520487bf4bf | Michał Górny | [lldb] [Process/FreeBSDRemote] Access debug registers via offsets (Show More…) | Nov 11 2020, 6:20 AM |
e520487bf4bf | 9c4c376fbb66 | 0bee8c784b3f | Michał Górny | [lldb] [Process/FreeBSDRemote] Access FPR via RegisterInfo offsets (Show More…) | Nov 11 2020, 3:43 AM |
0bee8c784b3f | 3cb02a37a337 | 89df8fc0d73f | Dmitry Preobrazhensky | [AMDGPU][MC] Corrected error position for swizzle() (Show More…) | Nov 16 2020, 3:37 AM |
89df8fc0d73f | 1a8efeaf7725 | 58abbf821ce8 | Dmitry Preobrazhensky | [AMDGPU][MC] Corrected error position for hwreg() and sendmsg() (Show More…) | Nov 16 2020, 3:23 AM |
58abbf821ce8 | 0907c0599cb4 | 76257422378e | Michał Górny | [lldb] [Process/FreeBSDRemote] Access GPR via reginfo offsets (Show More…) | Nov 10 2020, 2:58 PM |
76257422378e | a8ee68d08345 | e0c92c6c0377 | Nicolas Vasilache | [mlir][Linalg] Add support for tileAndDistribute on tensors. (Show More…) | Nov 16 2020, 2:40 AM |
e0c92c6c0377 | ad3f3b425c29 | 7006738131cb | Kazushi (Jam) Marukawa | [VE] Add pfchv intrinsic instructions (Show More…) | Nov 13 2020, 1:57 AM |
7006738131cb | 149bd712b712 | 2e7455f00a11 | Vitaly Buka | [sanitizer] Fix StackDepotPrint testing (Show More…) | Nov 16 2020, 3:05 AM |
2e7455f00a11 | 9f3c4978c7d6 | ca2e7e59994d | Benjamin Kramer | [LoopFlatten] Fold variable into assert. NFC. | Nov 16 2020, 2:51 AM |
ca2e7e59994d | 13d5011bb985 | 9aa773381bd5 | Florian Hahn | [IRGen] Add !annotation metadata for auto-init stores. (Show More…) | Nov 16 2020, 2:25 AM |
9aa773381bd5 | 5e86fe3d880e | 48b43c9d4f03 | Sjoerd Meijer | [LoopFlatten] Widen the IV (Show More…) | Nov 9 2020, 9:32 AM |
48b43c9d4f03 | a3c0389ef3b7 | 47c17bcd0e8e | David Penry | [ARM] Cortex-M7 schedule (Show More…) | Nov 16 2020, 2:16 AM |
47c17bcd0e8e | 83d51851e62b | fdc9dfc8e477 | Mikhail Goncharov | [lld] Use %t file in test (Show More…) | Nov 16 2020, 1:37 AM |
fdc9dfc8e477 | 68ae8cefd98c | fe9dc2e54a6d | Joachim Protze | [OpenMP][Tool] Add Archer option to disable data race analysis for sequential… (Show More…) | Nov 2 2020, 7:34 AM |
fe9dc2e54a6d | ea43495f2d9c | 15a2bacab6e1 | Fraser Cormack | [RISCV] Use a macro to simplify getTargetNodeName (Show More…) | Nov 13 2020, 4:24 AM |
15a2bacab6e1 | dffd37675206 | 0007d8ed2c0b | Kazushi (Jam) Marukawa | [VE] Change variable capitalization (Show More…) | Nov 16 2020, 1:24 AM |
0007d8ed2c0b | 8d76b31d68ee | 2f3055c543f8 | Simon Moll | [VP][NFC] Rename to HANDLE_VP_TO_OPC (Show More…) | Nov 16 2020, 12:47 AM |
2f3055c543f8 | c34cbc977e3a | f62e5f456917 | Jan Svoboda | [clang][cli] Add support for options with two flags for controlling the same… (Show More…) | Nov 13 2020, 5:17 AM |
f62e5f456917 | 79444f0c417e | 1c00d096a608 | Lang Hames | [MCJIT] Profile the code generated by MCJIT engine using Intel VTune profiler (Show More…) | Nov 16 2020, 12:22 AM |
1c00d096a608 | 7aa1b438f80b | b4624f65cfcb | Simon Moll | [VE] LVLGen sets VL before vector insts (Show More…) | Nov 16 2020, 12:19 AM |
b4624f65cfcb | 45dc601cc9ed | 147ccc848a55 | Max Kazantsev | Recommit "[NFC] Move code between functions as a preparation step for further… (Show More…) | Nov 15 2020, 10:41 PM |
147ccc848a55 | 0bb3df40f233 | aa0695137791 | Kazu Hirata | [JumpThreading] Call eraseBlock when folding a conditional branch (Show More…) | Nov 15 2020, 10:29 PM |
aa0695137791 | b4bd829c3bdb | 0888eaf3fde6 | Kazu Hirata | [IR] Use llvm::is_contained in BasicBlock::removePredecessor (NFC) | Nov 15 2020, 9:15 PM |
0888eaf3fde6 | 234aafddd217 | 0c03d1328c45 | Kazu Hirata | [Loop Fusion] Use pred_empty and succ_empty (NFC) | Nov 15 2020, 8:32 PM |
0c03d1328c45 | 687242c2f2e9 | 2b84784a258d | Kazu Hirata | [ADCE] Use succ_empty (NFC) | Nov 15 2020, 7:52 PM |
2b84784a258d | 6dcf8ab8c846 | c5cc2d8b945a | QingShan Zhang | [NFC][Test] Add test coverage for IEEE Long Double on Power8 | Nov 15 2020, 7:44 PM |
c5cc2d8b945a | 89c35a2738df | 43a6a1e928b7 | Kazu Hirata | [BranchProbabilityInfo] Use predecessors(BB) and successors(BB) (NFC) | Nov 15 2020, 7:26 PM |
43a6a1e928b7 | 8bc31c7f6c8b | 57c0c4a27575 | Kazu Hirata | [TRE] Use successors(BB) (NFC) | Nov 15 2020, 7:12 PM |
57c0c4a27575 | 78e6814b360d | 918e3439e20d | Craig Topper | [X86] Fix crash with i64 bitreverse on 32-bit targets with XOP. (Show More…) | Nov 15 2020, 6:16 PM |
918e3439e20d | b0fb479dbd8d | 400f6edce754 | Kazu Hirata | [SanitizerCoverage] Use llvm::all_of (NFC) | Nov 15 2020, 7:01 PM |
400f6edce754 | 213570dd7dfa | c22dc71b120b | Serguei Katkov | [IRCE] Use the same min runtime iteration threshold for BPI and BFI checks (Show More…) | Nov 9 2020, 8:30 PM |
c22dc71b120b | dc20c241bd32 | dc58cd148037 | Wang, Pengfei | [CodeGen][X86] Remove unused trivial check-prefixes from all CodeGen/X86… (Show More…) | Nov 15 2020, 5:44 PM |
dc58cd148037 | d2c55e774291 | 6ddc23776692 | Richard Smith | PR48169: Fix crash generating debug info for class non-type template parameters. (Show More…) | Nov 15 2020, 5:40 PM |
6ddc23776692 | 124acf35aa48 | e56103d25016 | Sanjay Patel | [InstCombine] reduce code for flip of masked bit; NFC (Show More…) | Nov 15 2020, 12:43 PM |
e56103d25016 | 9eccfef60394 | 91aa211ea168 | Sanjay Patel | [InstCombine] add multi-use demanded bits fold for add with low-bit mask (Show More…) | Nov 15 2020, 12:08 PM |
91aa211ea168 | 17fcc9840f2f | 9bcef58b6377 | Sanjay Patel | [InstCombine] add vector tests for multi-use demanded bits; NFC (Show More…) | Nov 15 2020, 11:57 AM |
9bcef58b6377 | 37ad3c2682bb | 3b7f84d97fa5 | Martin Storsjö | [OpenMP] Fix building for windows after adding omp_calloc (Show More…) | Nov 13 2020, 11:33 PM |
3b7f84d97fa5 | 5ffafc6666da | 7fa8b629208c | Nikita Popov | [AA] Add missing AAQI parameter (Show More…) | Nov 15 2020, 11:29 AM |
7fa8b629208c | 561d8ac147d7 | e6aa06545b12 | Florian Hahn | [MemorySSA] Add pointer decrement loop clobber test case. | Nov 15 2020, 9:59 AM |
e6aa06545b12 | fdadd1f208b4 | dea31f135cea | faisalv | [NFC, Refactor] Modernize the TypeSpecifierWidth enum (Specifiers.h) to a… (Show More…) | Nov 15 2020, 9:13 AM |
dea31f135cea | 24abc41fd1e7 | 6f84779674a9 | Aaron Puchert | Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value (Show More…) | Nov 15 2020, 9:02 AM |
6f84779674a9 | 9f41fce4347f | d2acf2292792 | Aaron Puchert | [Sema] Improve notes for value category mismatch in overloading (Show More…) | Nov 15 2020, 7:11 AM |
d2acf2292792 | 693a250491cc | 0c119ba8a8e5 | Marek Kurdej | [gcc] Fix -Wempty-body warning. NFC. | Nov 15 2020, 7:17 AM |
0c119ba8a8e5 | d23a885c0785 | d4b3277d8e96 | Florian Hahn | [VPlan] Use VPValue def for VPWidenGEPRecipe. (Show More…) | Nov 15 2020, 6:57 AM |
d4b3277d8e96 | 9e962ee4e0f2 | fb58142e00ad | Paul C. Anagnostopoulos | [TableGen] Improve a couple of descriptions in the command guide (Show More…) | Nov 14 2020, 1:11 PM |
fb58142e00ad | 131b924a0884 | 5e373b2e94d7 | Yaxun (Sam) Liu | Fix temporary file name on Windows (Show More…) | Nov 13 2020, 6:43 AM |
5e373b2e94d7 | 4b22c34b21cf | 906220b5e9b3 | Simon Pilgrim | [Sema] Use isa<> instead of dyn_cast<> as pointer is never dereferenced. NFCI. (Show More…) | Nov 15 2020, 4:56 AM |
906220b5e9b3 | 4a3c3256c781 | 9ace4b337fe2 | Christian Sigg | [mlir] NFC: tiny fix in comment. (Show More…) | Nov 13 2020, 8:22 AM |
9ace4b337fe2 | e1f9d2c37c45 | 581ebf44d28b | Nikita Popov | Revert "[SCEV] Factor out part of wrap flag detection logic [NFC-ish]" (Show More…) | Nov 15 2020, 1:19 AM |
581ebf44d28b | 33503f32254e | 1ec6e1eb8a08 | Vitaly Buka | [sanitizer] Fix setup of android-thread-properties-api | Nov 14 2020, 11:22 PM |
1ec6e1eb8a08 | a3b9ea47deec | dd0b8b94d079 | Philip Reames | [SCEV] Factor out part of wrap flag detection logic [NFC-ish] (Show More…) | Nov 14 2020, 7:15 PM |
dd0b8b94d079 | 790740d8e773 | 6e04da0a5ac9 | Vitaly Buka | [sanitizer] Add timeouts for adb calls | Nov 14 2020, 6:43 PM |
6e04da0a5ac9 | 7b2dd14f29fb | 23cc838099e1 | Arthur Eubanks | [DCE] Port -redundant-dbg-inst-elim to NPM (Show More…) | Nov 13 2020, 11:40 PM |
23cc838099e1 | 78c55f4824c0 | 888d06dfb8b5 | Vassil Vassilev | Add forgotten in 888d06d file. | Nov 14 2020, 1:32 PM |
888d06dfb8b5 | da3df5500f2b | a70b511e7802 | Vassil Vassilev | Move the test compiler setup in a common place. NFCI (Show More…) | Nov 14 2020, 1:29 PM |
a70b511e7802 | 38dde38a5d5b | cf58df29495c | Florian Hahn | Recommit "[VPlan] Use VPValue def for VPWidenSelectRecipe." (Show More…) | Nov 13 2020, 6:15 AM |
cf58df29495c | ef682cf5fdb2 | 2104783d024c | Jacques Pienaar | [mlir] Add passes to passes.md to cleanup empty tabs on website index | Nov 14 2020, 11:25 AM |
2104783d024c | 3e801f376923 | 02ef4bcb9ab8 | David Green | [AArch64] Remove unused check prefixes. NFC | Nov 14 2020, 10:30 AM |
02ef4bcb9ab8 | 08181dd984e6 | c35448ba80bd | Jacques Pienaar | [mlir][shape] Make attr-dict placement consistent (Show More…) | Nov 14 2020, 10:29 AM |
c35448ba80bd | 7023bd4086f3 | 9671790b4f7d | Fangrui Song | [Driver][test] Fix cc1-spawnprocess.c | Nov 14 2020, 9:53 AM |
9671790b4f7d | 0204cb2a7cdc | d34add0ba1c2 | Paul C. Anagnostopoulos | [TableGen] Fix missing braces in if statement | Nov 14 2020, 9:37 AM |
d34add0ba1c2 | 21f18b62a42e | 5a2febb31af7 | Mehdi Amini | Fix build (`ninja check` without running `ninja` first) (Show More…) | Nov 14 2020, 8:57 AM |
5a2febb31af7 | cff8dc13e8ac | 0b72444211e4 | Nathan James | [llvm][NFC] Remove unnecessary vector creation in Annotations | Nov 14 2020, 7:55 AM |
0b72444211e4 | 899f5a3d2cef | 32556a983288 | Nikita Popov | [BasicAA] Remove unnecessary size limitation (Show More…) | Nov 14 2020, 7:48 AM |
32556a983288 | 88ef4dc08d5e | 237dcfe2e6a2 | David Green | [ARM] Remove more unused check prefixes, NFC | Nov 14 2020, 7:37 AM |
237dcfe2e6a2 | c7609a7e7a4f | c0538938c932 | Nico Weber | Fix build after 54f9ee334 | Nov 14 2020, 7:23 AM |
c0538938c932 | 3b3107fe354a | 54f9ee334114 | Nico Weber | [gn build] (manually) merge e51631ca4cf | Nov 14 2020, 7:12 AM |
54f9ee334114 | 604f124a1f25 | 0a6e051a9b30 | Paul C. Anagnostopoulos | [TableGen] Add frontend/backend phase timing capability. (Show More…) | Oct 21 2020, 11:58 PM |
0a6e051a9b30 | dfc46a553ca3 | 8ec7ea3ddce7 | Nathan James | [NFC] Small refactor to CompilationDatabase | Nov 14 2020, 6:03 AM |
8ec7ea3ddce7 | 7b19618d01ca | df09f825995b | Sanjay Patel | [CostModel] make default size cost for libcalls small (again) (Show More…) | Nov 14 2020, 5:04 AM |
df09f825995b | 466455b08956 | 8fb73cecfd1a | Sanjay Patel | [CostModel] add tests for math library calls; NFC | Nov 13 2020, 3:01 PM |
8fb73cecfd1a | d4b7e04cdb4f | db6f7e0e9ec2 | Arnold Schwaighofer | [Coroutines] Make sure that async coroutine context size is a multiple of the… (Show More…) | Nov 13 2020, 5:57 PM |
db6f7e0e9ec2 | 79c6c3dbe151 | c044709b8fbe | mydeveloperday | [git-clang-format] Process CUDA header files (Show More…) | Nov 14 2020, 4:37 AM |
c044709b8fbe | 6428361a5df5 | 6861d938e5c9 | Paul C. Anagnostopoulos | [TableGen] Clean up more .td files (Show More…) | Nov 13 2020, 7:31 AM |
6861d938e5c9 | 0134b8f98b41 | e51631ca4cf4 | Roman Lebedev | Revert "clang-misexpect: Profile Guided Validation of Performance Annotations… (Show More…) | Nov 13 2020, 10:44 PM |
e51631ca4cf4 | f1c1151250e8 | bc7df035ae68 | Vitaly Buka | [sanitizer] Fix Android API level parsing on arm | Nov 14 2020, 1:52 AM |
bc7df035ae68 | 6cbe14437593 | c8f4e06b29f4 | Fangrui Song | Make -fintegrated-cc1 work with cc1as (Show More…) | Nov 14 2020, 1:16 AM |
c8f4e06b29f4 | a9889f996bb7 | 9d62ef6bc99f | Vitaly Buka | [sanitizer] Fix test on arm 32bit (Show More…) | Nov 14 2020, 12:02 AM |
9d62ef6bc99f | ddbd03c0327b | 325d95e72d99 | Craig Topper | [RISCV] Add test cases for fsrw/fslw that don't sign extend the result. NFC (Show More…) | Nov 13 2020, 11:29 PM |
325d95e72d99 | d63272b95629 | 6ef07111a402 | Arthur Eubanks | [test] Fix const-addr-no-neg-offset.ll under NPM | Nov 13 2020, 11:29 PM |
6ef07111a402 | e1e704bc544e | 4364539b3a4c | Roland McGrath | [scudo/standalone] Fix leak in ThreadedGlobalQuarantine test (Show More…) | Nov 13 2020, 10:22 PM |
4364539b3a4c | 48a49c5f8560 | ac06b1af402e | Zinovy Nis | [clang-tidy] Fix crash in bugprone-redundant-branch-condition on… (Show More…) | Nov 8 2020, 10:01 AM |
ac06b1af402e | 3898631662f8 | 875be9f454c3 | Mehdi Amini | Revert "Switch libLLVMFrontendOpenACC to be a regular CMake library and not a… (Show More…) | Nov 13 2020, 8:14 PM |
875be9f454c3 | 27179234286f | 9ddb464d37b0 | Jonas Devlieghere | [lldb] Mark command-process-connect as unsupported on Windows (Show More…) | Nov 13 2020, 8:01 PM |
9ddb464d37b0 | f3dbcf8d59d2 | e7ed27653292 | Aart Bik | [mlir] refactor common idiom into AffineMap method (Show More…) | Nov 13 2020, 6:11 PM |
e7ed27653292 | 5f04b9d2cf54 | 6c0cd5676e0a | Mehdi Amini | Switch libLLVMFrontendOpenACC to be a regular CMake library and not a… (Show More…) | Nov 13 2020, 6:18 PM |
6c0cd5676e0a | 0ca563a44517 | 2c196bbc6bd8 | Jonas Devlieghere | [lldb] Make `process connect` behave the same in sync and async mode. (Show More…) | Nov 13 2020, 5:30 PM |
2c196bbc6bd8 | bfb0bbaf0a89 | 42e88bd6b185 | Mehdi Amini | Add an assertion in SmallVector::push_back() (Show More…) | Nov 13 2020, 2:37 PM |
42e88bd6b185 | 97cbeee72b45 | 703ef17e7a0a | Mehdi Amini | Replace sequences of v.push_back(v[i]); v.erase(&v[i]); with std::rotate (NFC) (Show More…) | Nov 13 2020, 4:46 PM |
703ef17e7a0a | f17b617b91df | 5795a81cbab8 | Sean Silva | [mlir] Make linalg-bufferize run on FuncOp (Show More…) | Nov 13 2020, 3:27 PM |
5795a81cbab8 | 22165182cce3 | 52f05fb2c2c3 | Peter Steinfeld | [flang] Fix "EQ" comparison of arrays (Show More…) | Nov 13 2020, 9:31 AM |
52f05fb2c2c3 | ac32f7fb55ac | c9821cec7492 | Arthur Eubanks | [MemProf][NewPM] Make memprof passes required (Show More…) | Nov 12 2020, 1:40 PM |
c9821cec7492 | 4ae775c7fcb8 | cfde3edeae47 | Stanislav Mekhanoshin | [AMDGPU] Mark sin/cos load folding as modifying the function. (Show More…) | Nov 13 2020, 2:33 PM |
cfde3edeae47 | 7064c8db512b | a083b28a31d1 | Duncan P. N. Exon Smith | Frontend: Remove unused parameter from ASTUnit… (Show More…) | Nov 7 2020, 5:44 PM |
a083b28a31d1 | a2669001570f | b09154ebf95f | Sam Clegg | [WebAssembly] Move GlobalTLSAddress handling to WebAssemblyISelLowering. NFC (Show More…) | Nov 12 2020, 9:43 PM |
b09154ebf95f | b5010d219cab | f2980e8849a7 | Vladimir Vereschaka | [CMake] Explicity set up RPATH for the runtime libs on Win to ARM Linux cross… (Show More…) | Nov 13 2020, 2:21 PM |
f2980e8849a7 | a51ac27631eb | 618d555e8d92 | Lang Hames | [ORC] Fix missing return value. | Nov 13 2020, 1:26 PM |
618d555e8d92 | 373a6e617f6d | 2ed3a76745f9 | Sanjay Patel | [LoopUnroll] add test for full unroll that is sensitive to cost-model; NFC (Show More…) | Nov 13 2020, 1:05 PM |
2ed3a76745f9 | c58d2eac42f8 | 00d0974e6290 | Akira Hatanaka | [ObjC][ARC] Add and use a function which finds and returns the single… (Show More…) | Nov 13 2020, 10:40 AM |
00d0974e6290 | ef92d35e4968 | d6a88e7e194d | Akira Hatanaka | Move variable declarations to functions in which they are used. NFC | Nov 13 2020, 9:56 AM |
d6a88e7e194d | 98db83f90f40 | 6e098189db7d | Jessica Paquette | [GlobalISel] Add convenience matchers for nots and all-ones constants (Show More…) | Nov 13 2020, 11:28 AM |
6e098189db7d | 1c2b4441ecdf | 9a85643cd357 | Arthur Eubanks | [DFSan][NewPM] Handle dfsan under NPM (Show More…) | Nov 12 2020, 1:19 PM |
9a85643cd357 | 142e9c5d4750 | a2f2c2f3a463 | Nikita Popov | [KnownBits] Combine abs() implementations (Show More…) | Nov 13 2020, 1:17 PM |
a2f2c2f3a463 | b293d8022284 | d8437552205d | Duncan P. N. Exon Smith | Serialization: Merge three diagnostics to simplify ASTReader::getInputFile, NFC (Show More…) | Nov 12 2020, 9:53 AM |
d8437552205d | cc95eb035ec9 | 835c462eae73 | Rahul Joshi | [NFC] Refactor function declaration addition in AsyncToLLVM (Show More…) | Nov 13 2020, 11:58 AM |
835c462eae73 | 82259f7a3a38 | 6ad31c0f4a61 | Craig Topper | [RISCV] Add test case showing failure to use GREVIW for i32 bitreverse if… (Show More…) | Nov 13 2020, 12:38 PM |
6ad31c0f4a61 | 645b9e4ab6c9 | 938f1b858104 | Thomas Raoux | [mlir][vector] Support N-D vector in InsertMap/ExtractMap op (Show More…) | Nov 13 2020, 12:16 PM |
938f1b858104 | bc7e162e82b2 | bf3861bf71b6 | Nawrin Sultana | [OpenMP] Add omp_calloc implementation (Show More…) | Nov 6 2020, 12:45 PM |
bf3861bf71b6 | 6bc63ce640cf | a8db14416927 | MaheshRavishankar | [mlir][Linalg] Change LinalgDependenceGraph to use LinalgOp. (Show More…) | Nov 13 2020, 12:21 PM |
a8db14416927 | b7bf4a011aaa | b53025bb1d3d | Matt Arsenault | emacs: Add callbr to keyword list | Sep 25 2020, 8:57 AM |
b53025bb1d3d | c860f6732b3f | 902ea588eab8 | Matt Arsenault | GlobalISel: Fix typos | Sep 25 2020, 9:59 AM |
902ea588eab8 | d9383660ef43 | a20220d25b01 | Heejin Ahn | [WebAssembly] Rename atomic.notify and *.atomic.wait (Show More…) | Nov 13 2020, 4:24 AM |
a20220d25b01 | d0a4d2914dab | bafa934fe5a0 | Guozhi Wei | [AlwaysInliner] Call mergeAttributesForInlining after inlining (Show More…) | Nov 13 2020, 11:57 AM |
bafa934fe5a0 | 6b4e2426dbeb | 01d871536940 | Craig Topper | [RISCV] Add test case for failure to use GREVIW for i32 bswap if result is not… (Show More…) | Nov 13 2020, 11:45 AM |
01d871536940 | 651dfc1a461b | 06c9b4aaa973 | Heejin Ahn | [WebAssembly] Remove a temporarily added RUN line (Show More…) | Nov 13 2020, 3:43 AM |
06c9b4aaa973 | b44818dd084f | 5a4b2e1541f3 | Jianzhou Zhao | Extend the dfsan store/load callback with write/read address (Show More…) | Nov 13 2020, 11:46 AM |
5a4b2e1541f3 | 5eb1b7509bcf | b764a62f02e1 | Jim Ingham | The AssertRecognizer used the module from a frames SC without checking it was… (Show More…) | Nov 13 2020, 11:36 AM |
b764a62f02e1 | 3eac0d369913 | 67fa016ac1e2 | Duncan P. N. Exon Smith | Serialization: Rename three AST diagnostics, NFC (Show More…) | Nov 13 2020, 9:00 AM |
67fa016ac1e2 | 47220c1fb522 | 3f78605a8cb1 | Craig Topper | [RISCV] Add RORW/ROLW/RORIW/ROLIW test cases that don't sign extend the result. (Show More…) | Nov 13 2020, 10:26 AM |
3f78605a8cb1 | 7f5ec0c7cdb7 | 66b876c014ad | Baptiste Saleil | [PowerPC] Add paired vector load and store builtins and intrinsics (Show More…) | Nov 13 2020, 10:32 AM |
66b876c014ad | fcb5d93622da | d87fd096ac3e | Aaron Ballman | Pass the source range when diagnosing an unknown attribute (Show More…) | Nov 13 2020, 10:27 AM |
d87fd096ac3e | 732de0480a4c | 9a8bfe38350d | Duncan P. N. Exon Smith | Serialization: Hoist the check for in-flight diagnostics in ASTReader… (Show More…) | Nov 12 2020, 10:05 AM |
9a8bfe38350d | 94e6a8e4df5b | 30b5c3f3a647 | Jessica Paquette | [AArch64][GlobalISel] Select G_SELECT cc, t, (G_SUB 0, x) -> CSNEG t, x, cc (Show More…) | Nov 3 2020, 2:59 PM |
30b5c3f3a647 | 8042788fe2c2 | 6c20c1da1e5c | Nikita Popov | [Local] Emit nsw for inbounds offset calculation (Show More…) | Nov 13 2020, 9:38 AM |
6c20c1da1e5c | 8f6e0f782603 | 16f02431dc53 | Jessica Paquette | [AArch64][GlobalISel] NFC: Use CmpInst::isUnsigned instead of static helper (Show More…) | Nov 13 2020, 9:28 AM |
16f02431dc53 | aa528f185e1d | e11195d0a932 | Wouter van Oortmerssen | [WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for use with DWARF DW_AT_low_pc (Show More…) | Nov 12 2020, 3:05 PM |
e11195d0a932 | 9f8ef86814a3 | 02dda1c659e8 | Simon Pilgrim | [CostModel][X86] Remove unused CHECK prefixes (Show More…) | Nov 13 2020, 9:29 AM |
02dda1c659e8 | 27e5d13d3c84 | e5a82b4594d7 | Nikita Popov | [Local] Clean up EmitGEPOffset (Show More…) | Nov 4 2020, 1:13 PM |
e5a82b4594d7 | 23a8d358cbcd | a22335416110 | Jonas Devlieghere | [lldb] Fix SymbolFile/PDB/udt-layout.test (Show More…) | Nov 13 2020, 9:29 AM |
a22335416110 | c3cf23574c83 | b184a2eccf3b | Yuanfang Chen | [CGProfile] allows bitcast in metadata node storing function pointers (Show More…) | Nov 13 2020, 9:27 AM |
b184a2eccf3b | 617a20030781 | 8dc2aa0e4121 | Jessica Paquette | [GlobalISel] Add matchers for specific constants and a matcher for negations (Show More…) | Nov 12 2020, 4:42 PM |
8dc2aa0e4121 | fa4c86721c12 | f3124a46c17e | Kadir Cetinkaya | [clangd] Canonicalize LLVM_ENABLE_ZLIB (Show More…) | Nov 13 2020, 9:19 AM |
f3124a46c17e | d36cd0ce105e | df84941dcee5 | Nikita Popov | [SCEV] Fix nsw flags for GEP expressions (Show More…) | Nov 2 2020, 12:40 PM |
df84941dcee5 | 04d674a32777 | 92b708902e1d | Arthur Eubanks | [gn build] Port 8741a76f | Nov 13 2020, 9:17 AM |
92b708902e1d | 42100e1d1fc3 | e56eea26cad1 | Nikita Popov | [ValueTracking] Don't set nsw flag for inbounds addition (Show More…) | Nov 2 2020, 10:08 AM |
e56eea26cad1 | f0d4dcde0e67 | c87c37509692 | Louis Dionne | [libc++] Install GDB in the Docker images (Show More…) | Nov 13 2020, 8:41 AM |
c87c37509692 | 4023f797c924 | 27e9f0f95ef7 | Nikita Popov | [LangRef] Clarify GEP inbounds wrapping semantics (Show More…) | Nov 3 2020, 11:39 AM |
27e9f0f95ef7 | ccf8d37ddf97 | 46ca880fcae2 | Simon Pilgrim | [KnownBits] Merge the minimum shift amount and leading/trailing shift value… (Show More…) | Nov 13 2020, 8:25 AM |
46ca880fcae2 | 1be300530495 | c9e9cc3fe700 | Nico Weber | clang: Don't assert on no_unique_address fields in @encode() (Show More…) | Nov 2 2020, 9:00 AM |
c9e9cc3fe700 | c44d8459a36c | e7eb2ac53f63 | Scott Todd | [MLIR] Allow setting "CodeView" flag in LLVMIR translation on MSVC. (Show More…) | Nov 13 2020, 8:30 AM |
e7eb2ac53f63 | bb4b2594a8cb | e722943e05a1 | Matt Arsenault | AMDGPU/GlobalISel: Regenerate some checks (Show More…) | Nov 11 2020, 9:11 AM |
e722943e05a1 | 29ec54404042 | c80d52e65114 | Matt Arsenault | AMDGPU: Factor out large flat offset splitting | Nov 12 2020, 7:59 AM |
c80d52e65114 | 49e0f30c2bcd | c67e1a985f4d | Nico Weber | [gn build] (semi-manually) Port 6a8099e0f61 | Nov 13 2020, 8:20 AM |
c67e1a985f4d | 52b6ede6ed62 | 8741a76f5dd1 | Matt Arsenault | GlobalISel: Directly expose getDefSrcRegIgnoringCopies utility (Show More…) | Nov 11 2020, 7:24 AM |
8741a76f5dd1 | cd6cd718846c | 6e7dd1e3e117 | Kadir Cetinkaya | [clangd] Ensure we test for compatibility of serialized index format (Show More…) | Nov 11 2020, 2:08 AM |
6e7dd1e3e117 | 63eb98da5072 | a28a46621019 | Kadir Cetinkaya | [clangd] Assert on varint encoding (Show More…) | Nov 13 2020, 1:13 AM |
a28a46621019 | f3b16673063e | 0fd6a04ba4db | Sam Clegg | [WebAssembly] Add new relocation type for TLS data symbols (Show More…) | Nov 10 2020, 5:46 PM |
0fd6a04ba4db | 9eab4696ee18 | 22fd38d5080e | Matt Arsenault | AMDGPU: Refactor getBaseWithOffsetUsingSplitOR usage | Nov 11 2020, 9:56 AM |
22fd38d5080e | bbc5b889cbfd | 5a327f333763 | Djordje Todorovic | [NFC][IntrRefLDV] Remove dead code from transferSpillOrRestoreInst() (Show More…) | Nov 5 2020, 7:17 AM |
5a327f333763 | 222ef4bfb02d | b646e8b15492 | David Zarzycki | Revert "[NFC] Move code between functions as a preparation step for further… (Show More…) | Nov 13 2020, 7:50 AM |
b646e8b15492 | d85e573f7e05 | 2728293bbc34 | Sam Clegg | [lld][WebAssembly] Add test for TLS BSS data. NFC. (Show More…) | Nov 10 2020, 8:52 PM |
2728293bbc34 | 2b6921357f33 | 6a8099e0f61f | Louis Dionne | [libc++] Only check for GCC's empty string storage on macOS and iOS (Show More…) | Nov 12 2020, 8:02 AM |
6a8099e0f61f | 4ef66e689307 | 96eaacc917a2 | Zbigniew Sarbinowski | [libc++] Port the time functions to z/OS (Show More…) | Nov 12 2020, 10:38 AM |
96eaacc917a2 | fa3413ce8f43 | ffaa859b7299 | Joachim Protze | [OpenMP][Tool] Update archer to accept new OpenMP 5.1 enum values (Show More…) | Nov 4 2020, 4:25 AM |
ffaa859b7299 | f9323acd83f6 | 641428f9288b | Nico Weber | [gn build] more hotfix after 17df195f70 to unbreak llvm-config tests | Nov 13 2020, 7:02 AM |
641428f9288b | 62c8b3a19e8c | b8ec05a53355 | Paul C. Anagnostopoulos | [TableGen] Enhance the six comparison bang operators. (Show More…) | Nov 8 2020, 8:52 AM |
b8ec05a53355 | f9ae9a729edc | 7eba8ebf8868 | serge-sans-paille | llvmbuildectomy - remove conflict file | Nov 13 2020, 6:55 AM |
7eba8ebf8868 | 086e53e1af28 | f4a4c63588d4 | Nico Weber | [gn build] Port 8bb6347939b | Nov 13 2020, 6:55 AM |
f4a4c63588d4 | 54d61f8b3c8c | d86f07888a1c | serge-sans-paille | llvmbuildectomy - support disabled native target | Nov 13 2020, 6:49 AM |
d86f07888a1c | 8ada138214a7 | 17df195f705c | Nico Weber | [gn build] (manually) merge 1d0676b54c4e3 | Nov 13 2020, 6:39 AM |
17df195f705c | 0ae284874945 | 47dec5aa603b | Nico Weber | [gn build] Hotfix to unbreak build after 9218ff50f9308 | Nov 13 2020, 6:26 AM |
47dec5aa603b | 65ed5d580d22 | 95537f450814 | Piotr Sobczak | [DivergenceAnalysis] Use addRequiredTransitive (Show More…) | Nov 10 2020, 8:17 AM |
95537f450814 | 318521371e0f | 8bb6347939b7 | serge-sans-paille | llvmbuildectomy - compatibility with ocaml bindings (Show More…) | Nov 13 2020, 5:04 AM |
8bb6347939b7 | c4344567ab44 | 7ad6c8414ce2 | Florian Hahn | Add !annotation metadata and remarks pass. (Show More…) | Nov 13 2020, 1:46 AM |
7ad6c8414ce2 | d2ccd98dc957 | 105ed27ed80d | Haojian Wu | [clang] Fix an assertion crash in delayed access check. (Show More…) | Nov 13 2020, 5:00 AM |
105ed27ed80d | f2c80f18a8bf | d2d59d2be985 | Hans Wennborg | Revert "[AsmPrinter] fix -disable-debug-info option" (Show More…) | Nov 13 2020, 4:46 AM |
d2d59d2be985 | bf2104c46063 | c30ab6c2a307 | Jan Svoboda | Reland [clang][cli] Port ObjCMTAction to new option parsing system (Show More…) | Nov 11 2020, 2:05 AM |
c30ab6c2a307 | f1cb1f1e49d7 | 7da0d0a67ffc | Eugene Zhulenev | [mlir] Transform scf.parallel to scf.for + async.execute (Show More…) | Nov 13 2020, 3:01 AM |
7da0d0a67ffc | 6e68cdbe5957 | 8fbe07a4bec2 | Simon Atanasyan | [MC][mips] Remove unused check prefixes. NFC | Nov 12 2020, 1:24 PM |
8fbe07a4bec2 | 51dadce625c5 | a1152482826c | Simon Atanasyan | [mips] Add tests to check disassembling of add.ps/mul.ps/sub.ps instructions | Nov 5 2020, 5:30 AM |
a1152482826c | 75cc4b94d0c1 | dee452da7a44 | Kirill Bobyrev | [clangd] Add missing tests to rename feature (Show More…) | Nov 13 2020, 3:27 AM |
dee452da7a44 | ec64bd426298 | 306c8ab20841 | Yvan Roux | [UpdateTestChecks] Fix $ in function test for ARM. (Show More…) | Nov 13 2020, 3:20 AM |
306c8ab20841 | 81c14f196b9e | 08016ac32b74 | Kerry McLaughlin | [SVE][CodeGen] Improve codegen of scalable masked scatters (Show More…) | Nov 13 2020, 2:51 AM |
08016ac32b74 | 958a74d3bf2c | 49623fa77a35 | Max Kazantsev | [NFC] Move code between functions as a preparation step for further improvement | Nov 13 2020, 2:45 AM |
49623fa77a35 | 9b3a82fcc947 | 185cface2e46 | Simon Pilgrim | [ValueTracking] computeKnownBitsFromShiftOperator use KnownBits direct for… (Show More…) | Nov 13 2020, 2:47 AM |
185cface2e46 | 7188416eacea | dc848a0888f0 | Max Kazantsev | [NFC] Refactor lambda into static function | Nov 13 2020, 2:18 AM |
dc848a0888f0 | 5bec61b75173 | a4d3691d5530 | Raphael Isemann | [lldb][NFC] Fix flaky TestForwardDeclFromStdModule test (Show More…) | Nov 13 2020, 2:39 AM |
a4d3691d5530 | 58c2ed1a5422 | 02ab46ef7372 | Simon Pilgrim | Fix MSVC signed/unsigned comparison warning. NFCI. | Nov 13 2020, 2:20 AM |
02ab46ef7372 | aa68838a0e83 | 68490aec4e19 | Kazushi (Jam) Marukawa | [VE] Add vst intrinsic instructions (Show More…) | Nov 13 2020, 1:27 AM |
68490aec4e19 | 6c77bab33277 | 35e461ae2b31 | Max Kazantsev | [NFC] Move lambdae into static functions | Nov 13 2020, 2:00 AM |
35e461ae2b31 | a3b9545c326a | ad3ec089550d | Florian Hahn | [docs] Fix undefined reference in ORCv2 design doc. (Show More…) | Nov 13 2020, 1:42 AM |
ad3ec089550d | 8076b93a0d13 | 9218ff50f930 | Jay Foad | [AMDGPU] One more use of the new export target names. NFC. | Nov 13 2020, 1:41 AM |
9218ff50f930 | 00618a75171e | b498303066a6 | serge-sans-paille | llvmbuildectomy - replace llvm-build by plain cmake (Show More…) | Oct 9 2020, 9:41 AM |
b498303066a6 | d3839c637e1c | 00526cc78eff | serge-sans-paille | [nfc] Fix missing include | Nov 10 2020, 5:55 AM |
00526cc78eff | 5329af6aa08c | e8427656663d | Lang Hames | [ORC][examples] Fix missing includes/dependencies in more examples. | Nov 13 2020, 1:22 AM |
e8427656663d | 96f23bf799bb | b4ac9a158e02 | Lang Hames | [ORC] Make a narrowing conversion explicit. | Nov 13 2020, 1:09 AM |
b4ac9a158e02 | ded9caeedc8b | 9224d322a27f | Max Kazantsev | [Test] One more IndVars test with inverted exit condition | Nov 13 2020, 1:02 AM |
9224d322a27f | 1daf58635e4c | e36d101fdbb0 | Max Kazantsev | [IndVars] Fix branches exiting by true with invariant conditions (Show More…) | Nov 13 2020, 12:42 AM |
e36d101fdbb0 | 67bcc614e2fa | 4a771108ac5c | Max Kazantsev | [Test] Add test with inverted branch | Nov 13 2020, 12:21 AM |
4a771108ac5c | 4e961442e0e6 | 5da2423bc02f | Stephan Herhut | [mlir][bufferize] Fix buffer promotion to stack for index types (Show More…) | Nov 12 2020, 8:09 AM |
5da2423bc02f | dbf0c2379d61 | 1bf805dd2cb2 | Stephan Herhut | [mlir][gpu] Only transform mapped parallel loops to GPU. (Show More…) | Nov 12 2020, 9:36 AM |
1bf805dd2cb2 | 12a89ce58dd4 | 96ff53fbaead | Lang Hames | [examples] Fix Kaleidoscope examples after OrcJIT break-up / remote TPC commit. (Show More…) | Nov 13 2020, 12:02 AM |
96ff53fbaead | 7a359e80575a | 0a1d394bf3a5 | Kai Luo | [PowerPC] Add test case for negated abs. NFC. | Nov 13 2020, 12:05 AM |
0a1d394bf3a5 | ba06a450ca76 | 811001380fb0 | Max Kazantsev | [NFC] Refactor loop-invariant getters to return Optional | Nov 12 2020, 11:39 PM |
811001380fb0 | cbdc49037bcc | 935ca5a1a7be | River Riddle | [mlir][Pass] Remove the verifierPass now that verification is run during normal… (Show More…) | Nov 12 2020, 11:45 PM |
935ca5a1a7be | 35527f58de7b | 48e8129edf23 | Lang Hames | [examples] Fix Kaleidoscope examples after OrcJIT break-up / remote TPC commit. (Show More…) | Nov 12 2020, 11:40 PM |
48e8129edf23 | ec71eb24e097 | 92b036dea24b | River Riddle | [mlir][Asm] Add support for resolving operation locations after parsing has… (Show More…) | Nov 12 2020, 11:33 PM |
92b036dea24b | 124f6babe1f5 | dabc914d2bd5 | Jason Molenda | debugserver should advance pc past builtin_debugtrap insn (Show More…) | Nov 12 2020, 11:28 PM |
dabc914d2bd5 | 07b009bf52c3 | 92d7a84e128a | Lang Hames | [ORC][examples] Fix include and library dependence for SpeculativeJIT example. | Nov 12 2020, 11:11 PM |
92d7a84e128a | b863d276cfcd | 98f70e94e059 | Serge Pavlov | [Driver] Add option -fproc-stat-report (Show More…) | Apr 24 2020, 3:53 AM |
98f70e94e059 | 405b8276d03c | 120ccef0e1f1 | Lang Hames | [ORC] Add dependence of OrcJIT on OrcTargetProcess. (Show More…) | Nov 12 2020, 10:48 PM |
120ccef0e1f1 | 45ac47433fd2 | 7f61396cfac5 | River Riddle | [mlir] Remove C++17 only use of inline on constexpr variable | Nov 12 2020, 11:02 PM |
7f61396cfac5 | 4d3de3751df5 | 2e71dad3328e | River Riddle | [mlir][Interfaces] Add implicit casts from concrete operation types to the… (Show More…) | Nov 12 2020, 10:55 PM |
2e71dad3328e | b6cd33c8e0bc | b9406121a04e | River Riddle | [mlir][DenseElementsAttr] Allow for custom floating point types in `getValues` (Show More…) | Nov 12 2020, 10:43 PM |
b9406121a04e | ca99272947dc | 09266e4af04e | Arthur Eubanks | [NFC] Removed unused variable (Show More…) | Nov 12 2020, 10:20 PM |
09266e4af04e | b224c5673d83 | d3715b5a060f | Akira Hatanaka | [ObjC][ARC] Clear the lists of basic blocks and instructions before continuing… (Show More…) | Nov 12 2020, 6:33 PM |
d3715b5a060f | e6f06486f0f1 | bdf26d8d1935 | Lang Hames | [ORC] Make WrapperFunctionResult::zeroInit static | Nov 12 2020, 10:15 PM |
bdf26d8d1935 | 2e207e7e3c3b | 1d0676b54c4e | Lang Hames | [ORC] Remove designated initializer. | Nov 12 2020, 10:12 PM |
1d0676b54c4e | f24b68663907 | 9606ef03f039 | Lang Hames | [ORC] Break up OrcJIT library, add Orc-RPC based remote TargetProcessControl… (Show More…) | Nov 10 2020, 4:55 PM |
9606ef03f039 | 7c5ae7e1f6dd | 114f0446405a | Jameson Nash | [AsmPrinter] fix -disable-debug-info option (Show More…) | Nov 12 2020, 8:49 PM |
114f0446405a | ad22a40aa389 | a4124e455e64 | Craig Topper | [X86] Use EVT::getIntegerVT instead of MVT::getIntegerVT where the type can be… (Show More…) | Nov 12 2020, 9:46 PM |
a4124e455e64 | ef0ab431e0a6 | 77efb73c6727 | Craig Topper | [X86] When storing v1i1/v2i1/v4i1 to memory, make sure we store zeros in the… (Show More…) | Nov 12 2020, 8:18 PM |
77efb73c6727 | 101ff74d1a7c | 7602ef768b1a | Max Kazantsev | [IndVars] Replace checks with invariants if we cannot remove them (Show More…) | Nov 12 2020, 9:05 PM |
7602ef768b1a | ede8cd1af242 | a9386bb0f9d7 | Richard Smith | Suppress trailing template arguments equivalent to default arguments when… (Show More…) | Nov 12 2020, 8:55 PM |
a9386bb0f9d7 | 87856efec9ba | d4e81cd9dd89 | Mehdi Amini | Fix MLIR lit test configuration after cmake Python detection change (Show More…) | Nov 12 2020, 8:43 PM |
d4e81cd9dd89 | c60383ebe0db | 24d0ef0f503f | Philip Reames | [Tests][LoopVect] Exercise basic uniform memory operand logic | Nov 12 2020, 7:08 PM |
24d0ef0f503f | 7b5ae5479182 | 8920ef06a138 | Shilei Tian | [OpenMP] Fixed a bug when displaying affinity (Show More…) | Nov 12 2020, 7:27 PM |
8920ef06a138 | 56a7021f7591 | 243511a24e5a | Michael Liao | [hip] Remove the coercion on aggregate kernel arguments. (Show More…) | Nov 10 2020, 6:34 AM |
243511a24e5a | bc08648035dc | 0abde4bc9273 | Michael Kruse | [Polly] Fix memory leak. | Nov 12 2020, 5:31 PM |
0abde4bc9273 | dab71a3c19b2 | 87e006bedddd | Sanjay Patel | [InstCombine] fold sub of low-bit masked value from offset of same value (Show More…) | Nov 12 2020, 4:59 PM |
87e006bedddd | f57baafcfc68 | 5883c4b4705e | Sanjay Patel | [InstCombine] add tests for sub with masked bits; NFC | Nov 12 2020, 4:44 PM |
5883c4b4705e | 79607f5d5d71 | c2bccd66f63d | Rahul Joshi | [MLIR] Fix standard -> LLVM conversion to fail for unsupported memref element… (Show More…) | Nov 12 2020, 12:05 PM |
c2bccd66f63d | 1da493f51e25 | 406ad187486b | peter klausler | [flang] Document DO CONCURRENT's problems (NFC) (Show More…) | Aug 25 2020, 9:43 AM |
406ad187486b | f7cc7d5c98ac | 5ab170212921 | Jonas Devlieghere | [lldb/DataFormatters] Display null C++ pointers as nullptr (Show More…) | Nov 12 2020, 12:11 PM |
5ab170212921 | b0a224365d21 | fa9f41330d70 | Stanislav Mekhanoshin | [AMDGPU] Remove scratch rsrc from spill pseudos (Show More…) | Nov 9 2020, 4:40 PM |
fa9f41330d70 | d200253d201d | 796880288a75 | Nico Weber | [gn build] (manually) port 410626c9b56 | Nov 12 2020, 3:21 PM |
796880288a75 | 8afbcf9ab7c5 | faa66b1b2c7a | Sean Silva | [mlir] Make tensor_to_memref op docs match reality (Show More…) | Nov 12 2020, 12:45 PM |
faa66b1b2c7a | 1301f893ddfe | ad2f9f67451c | Sean Silva | [mlir] Bufferize tensor constant ops (Show More…) | Nov 9 2020, 4:48 PM |
ad2f9f67451c | f770c76be006 | d0ba6c4002e4 | Sean Silva | [mlir] Fix subtensor_insert bufferization. (Show More…) | Nov 12 2020, 10:33 AM |
d0ba6c4002e4 | cc2995d5e456 | 410626c9b56a | Jessica Paquette | [AArch64][GlobalISel] Select CSINC and CSINV for G_SELECT with constants (Show More…) | Nov 3 2020, 11:08 AM |
410626c9b56a | 7e411dfb0409 | 9e0c35655b6e | Kazushi (Jam) Marukawa | [VE] Support vld intrinsics (Show More…) | Nov 9 2020, 1:50 PM |
9e0c35655b6e | 370846d3b239 | bae9aedb341c | Sanjay Patel | [LoopVectorize] regenerate test checks; NFC | Nov 12 2020, 2:15 PM |
bae9aedb341c | e1ef8aa9b068 | d5e89e8fc1aa | shafik | [LLDB] Fix handling of bit-fields in a union (Show More…) | Nov 12 2020, 11:22 AM |
d5e89e8fc1aa | bc6d833e2a13 | 96f4aa676567 | Sanjay Patel | [PhaseOrdering] regenerate test checks; NFC | Nov 12 2020, 2:01 PM |
96f4aa676567 | ec7317c23b56 | 0c80b542d38b | Sanjay Patel | [InstCombine] add tests for low-mask-of-add; NFC | Nov 12 2020, 1:37 PM |
0c80b542d38b | 5584854f33f7 | cf6565f6d03d | Amy Huang | Some updates/fixes to the creduce script. (Show More…) | Aug 7 2019, 4:38 PM |
cf6565f6d03d | 3d597ca71539 | 4726a402a32a | Stanislav Mekhanoshin | [AMDGPU] Enable multi-dword flat scratch load/stores (Show More…) | Nov 12 2020, 1:04 PM |
4726a402a32a | de9a9c671d3d | c1f6f300404a | Stella Laurenzo | [mlir][Python] Fix 'unreferenced local variable' warning on MSVC. (Show More…) | Nov 11 2020, 10:02 AM |
c1f6f300404a | ab02d560f0c3 | 07b568a9c8db | Florian Hahn | [PatternMatch] Add single index InsertValue matcher. (Show More…) | Nov 12 2020, 12:13 PM |
07b568a9c8db | 40c0cdb3f94d | 9c504ec06da6 | Alexey Bataev | [OPENMP]Fix PR47790: segfault in frontend while parsing Objective-C with OpenMP. (Show More…) | Nov 12 2020, 11:42 AM |
9c504ec06da6 | 637b7cc1e46c | 04a147987a6b | Kazushi (Jam) Marukawa | [VE] Disable -fsigaddr option for VE (Show More…) | Nov 12 2020, 3:41 AM |
04a147987a6b | 125407858a0d | f897e82bfd86 | peter klausler | [flang] Include source information in an invalid file-unit-number message (Show More…) | Nov 12 2020, 11:57 AM |
f897e82bfd86 | d3b8869e06c4 | 6c516cda3974 | Joe Pletcher | [fuzzer] Add Windows Visual C++ exception intercept (Show More…) | Nov 12 2020, 12:37 PM |
6c516cda3974 | b4bbc7e96536 | 3a7b57b7cad3 | peter klausler | [flang] Recognize END FILE as ENDFILE in free form source (Show More…) | Nov 12 2020, 12:02 PM |
3a7b57b7cad3 | 9fbe586f1971 | 3c6b457bee0c | Arthur Eubanks | [NFC][NewPM] Reuse PassBuilder callbacks with -O0 (Show More…) | Nov 5 2020, 10:25 AM |
3c6b457bee0c | 54106f086a55 | 6881a82e8c31 | Alexey Bataev | [OPENMP]Fix PR48076: Check map types array before accessing its front. (Show More…) | Nov 12 2020, 10:20 AM |
6881a82e8c31 | c97f768fe3ec | d7d6ac562477 | Jay Foad | [AMDGPU] Fix scheduling of exp pos4 (Show More…) | Nov 11 2020, 11:29 AM |
d7d6ac562477 | e24690eac783 | 2d96859ea612 | Jay Foad | [AMDGPU] Define and use names for export targets. NFC. (Show More…) | Nov 11 2020, 11:21 AM |
2d96859ea612 | ff2092781ccd | aa8a5b800def | Jianzhou Zhao | [msan] Break the getShadow loop after matching an argument (Show More…) | Nov 12 2020, 11:47 AM |
aa8a5b800def | 74235435b7f0 | c00545dc3213 | Zbigniew Sarbinowski | [SystemZ][ZOS] libcxx - no posix memalign (Show More…) | Nov 12 2020, 11:40 AM |
c00545dc3213 | 7803d66090e3 | e7c7a1982632 | Nikita Popov | [BasicAA] Remove checks for GEP decomposition limit reached (Show More…) | Nov 7 2020, 10:02 AM |
e7c7a1982632 | 3ec2cf798405 | 3ce5f957165d | Anatoliy Tomilov | [Frontend] Treat .cuh files as CUDA source files (Show More…) | Nov 12 2020, 11:42 AM |
3ce5f957165d | 1b04d624fc96 | 557e268425f4 | peter klausler | fix clang build | Nov 12 2020, 11:38 AM |
557e268425f4 | 255b49d65b60 | dea24b422cc2 | Louis Dionne | [libc++] NFC: Remove symbol from ABI list changelog that was never added (Show More…) | Nov 12 2020, 11:34 AM |
dea24b422cc2 | 235fba635f27 | 9a8fad2a8995 | Rahul Joshi | [NFC] Switch printFunctionLikeOp and parseFunctionLikeOp to only support… (Show More…) | Nov 12 2020, 10:46 AM |
9a8fad2a8995 | badf1cdae322 | 997d41cdec53 | Nico Weber | Revert "[gn build] (semi-manually) port 173b51169b8" (Show More…) | Nov 12 2020, 10:54 AM |
997d41cdec53 | 8fe99d42e182 | 777ca48c9f08 | Louis Dionne | [libc++] Instantiate additional <iostream> members in the dylib (Show More…) | Oct 21 2020, 8:11 AM |
777ca48c9f08 | 8603277a17e5 | 4cdf1d211023 | Louis Dionne | Revert "[SystemZ][ZOS] Porting the time functions within libc++ to z/OS" (Show More…) | Nov 12 2020, 10:36 AM |
4cdf1d211023 | c0907955fc16 | 8df28f0aa3c0 | Craig Topper | [MSP430] Remove unused MVT::Glue output from MSP430ISD::SELECT_CC nodes. (Show More…) | Nov 12 2020, 7:54 AM |
8df28f0aa3c0 | 33f40a888192 | 06db8f984f1a | peter klausler | [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE (Show More…) | Nov 10 2020, 3:13 PM |
06db8f984f1a | 350a8940a582 | b336826c1dd9 | Nathan James | [clang-tidy] Merge options inplace instead of copying (Show More…) | Nov 12 2020, 10:19 AM |
b336826c1dd9 | 7644026e20fc | 8df4e60945fa | Aaron Ballman | Non-implicit attribute creation requires a source range; NFC (Show More…) | Nov 12 2020, 10:06 AM |
8df4e60945fa | 979e87fb2bf3 | ac523d2de51c | Fangrui Song | [ELF] Don't consider SHF_ALLOC ".debug*" sections debug sections (Show More…) | Nov 12 2020, 9:59 AM |
ac523d2de51c | 8d48ab730d62 | 8a1e6366d0f6 | Kevin P. Neal | [FPEnv][Clang][Driver] Use MarshallingInfoFlag for -fexperimental-strict… (Show More…) | Nov 12 2020, 9:49 AM |
8a1e6366d0f6 | ee858b268b1c | 5f672fefeb26 | Sanjay Patel | [InstCombine] add tests for mask of sext-in-reg; NFC | Nov 12 2020, 8:48 AM |
5f672fefeb26 | d586de3954e5 | 37a1336de722 | Jamie Schmeiser | Reland: Introduce -dot-cfg-mssa option which creates dot-cfg style file with… (Show More…) | Nov 12 2020, 9:39 AM |
37a1336de722 | 0f59659bc81b | 76b6cb515b2f | Nico Weber | [gn build] (semi-manually) port 173b51169b8 | Nov 12 2020, 9:15 AM |
76b6cb515b2f | 79c4665f7048 | f72d350bfb6a | Alexander Kornienko | Fix unused variable warning in release builds | Nov 12 2020, 9:14 AM |
f72d350bfb6a | 895e3bea2250 | 40a42f9f3fe9 | Simon Pilgrim | [ValueTracking] Update computeKnownBitsFromShiftOperator callbacks to take… (Show More…) | Nov 12 2020, 8:56 AM |
40a42f9f3fe9 | d59001571f67 | 73d01a80cec3 | Fangrui Song | [ELF] Make SORT_INIT_PRIORITY support .ctors.N (Show More…) | Nov 12 2020, 8:56 AM |
73d01a80cec3 | 3fb8888418cc | 2a9aed0e8b53 | Fangrui Song | [ELF] Sort by input order within an input section description (Show More…) | Nov 12 2020, 8:53 AM |
2a9aed0e8b53 | a419eaa7a8fb | 170e45ae186b | Fangrui Song | [ELF] Support multiple SORT in an input section description (Show More…) | Nov 12 2020, 8:46 AM |
170e45ae186b | 58041899f41f | d4b08ccb8794 | Baptiste Saleil | [PowerPC] Prevent the use of MMA with P9 and earlier (Show More…) | Nov 12 2020, 8:32 AM |
d4b08ccb8794 | 32293896cc2d | 173b51169b83 | Raphael Isemann | [lldb] Replace TestAbortExitCode with a debugserver specific test (Show More…) | Nov 12 2020, 8:20 AM |
173b51169b83 | ae0d50d9cb14 | 899674274124 | Zbigniew Sarbinowski | [SystemZ][ZOS] Porting the time functions within libc++ to z/OS (Show More…) | Nov 12 2020, 8:22 AM |
899674274124 | f838f93ad9ae | a20b3620bb7c | Simon Pilgrim | [KnownBits] Add KnownBits::makeConstant helper. NFCI. (Show More…) | Nov 12 2020, 8:15 AM |
a20b3620bb7c | d67a15e22f81 | 0add5f912296 | Anh Tuyen Tran | Revert "Introduce -dot-cfg-mssa option which creates dot-cfg style file with… (Show More…) | Nov 12 2020, 7:48 AM |
0add5f912296 | 77ade8107b21 | 45d459e7522d | Craig Topper | [RISCV] Don't include CodeGen layer files in MC layer (Show More…) | Nov 12 2020, 7:37 AM |
45d459e7522d | 82f21eaffce0 | 9ca02d6fe166 | Jamie Schmeiser | Introduce -dot-cfg-mssa option which creates dot-cfg style file with mssa… (Show More…) | Nov 12 2020, 7:41 AM |
9ca02d6fe166 | 05cfcaa9ea21 | 11c106544bca | Craig Topper | [RISCV] Add an ANDI to shift amount of FSL/FSR instructions (Show More…) | Nov 12 2020, 7:21 AM |
11c106544bca | 37889d888ff8 | 782d6a6963c1 | Simon Pilgrim | [ValueTracking] Update computeKnownBitsFromShiftOperator callbacks to use… (Show More…) | Nov 12 2020, 7:20 AM |
782d6a6963c1 | 0d96af9555d3 | d85cc03c9c4c | Jamie Schmeiser | Introduce -print-before-changed, making -print-changed also print before passes… (Show More…) | Nov 12 2020, 7:20 AM |
d85cc03c9c4c | 8c6490a1bd27 | 0c0eeb78eb0d | Raphael Isemann | [lldb] Add expect_var_path to test variable path results (Show More…) | Nov 12 2020, 7:07 AM |
0c0eeb78eb0d | c6050b923499 | f79b483385ce | Zhuojia Shen | [builtins] Add support for single-precision-only-FPU ARM targets. (Show More…) | Nov 12 2020, 6:44 AM |
f79b483385ce | 96770b9e4e2e | ba906eb16cdf | Jamie Schmeiser | [NFC intended] Refactor SinkAndHoistLICMFlags to allow others to construct… (Show More…) | Nov 12 2020, 7:06 AM |
ba906eb16cdf | 224b599ca7ce | 62ed69b01d38 | Paul C. Anagnostopoulos | [CODE_OWNERS.TXT] Update to include yours truly as the TableGen owner | Nov 12 2020, 6:46 AM |
62ed69b01d38 | a607157001ca | b4b836563ae3 | Jean-Michel Gorius | [clang][docs] Remove wrongly spaced \brief in Doxygen comment (NFC) | Nov 12 2020, 6:44 AM |
b4b836563ae3 | c0e69aadc5c3 | 79105e464429 | Raphael Isemann | [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility… (Show More…) | Nov 10 2020, 4:17 AM |
79105e464429 | 6a5785188847 | 11dee2eae2f7 | Sylvain Audi | [clang-scan-deps] Fix for input file given as relative path in compilation… (Show More…) | Nov 10 2020, 12:56 PM |
11dee2eae2f7 | 3c29013e3caa | ec63dfe368f7 | David Green | [ARM] Ensure CountReg definition dominates InsertPt when creating… (Show More…) | Nov 12 2020, 5:47 AM |
ec63dfe368f7 | e00a595b7dcb | a196e8092a9e | Alexandre Ganea | [LLD] Fix include following 45b8a741fbbf271e0fb71294cb7cdce3ad4b9bf3 | Nov 12 2020, 5:31 AM |
a196e8092a9e | 8663de4bb9be | 45b8a741fbbf | Alexander Kornienko | [lld] Use temporary directory to create test outputs | Nov 12 2020, 5:23 AM |
45b8a741fbbf | 36f232547cfc | f37834c7dcbe | Alexandre Ganea | [LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failures (Show More…) | Nov 12 2020, 5:14 AM |
f37834c7dcbe | e22b14e27af4 | a8bfee2a356a | Michał Górny | [lldb] [test] Add a minimal test for x86 dbreg reading (Show More…) | Nov 11 2020, 7:32 AM |
a8bfee2a356a | 0aa3b8e8a9a5 | 1115d1d08302 | Michał Górny | [lldb] [Process/Utility] Fix DR offsets for FreeBSD (Show More…) | Nov 11 2020, 5:51 AM |
1115d1d08302 | 27408794d5a9 | da121fff1184 | Raphael Isemann | Revert "Generalize regex matching std::string variants to compensate for recent" (Show More…) | Nov 12 2020, 5:01 AM |
da121fff1184 | f5166ee7c27d | a088766508aa | Raphael Isemann | [lldb] Introduce a LLDB printing policy for Clang type names that suppressed… (Show More…) | Nov 12 2020, 2:33 AM |
a088766508aa | aa9612c3c641 | e47805c99552 | Hans Wennborg | [dllexport] Instantiate default ctor default args for explicit specializations… (Show More…) | Nov 9 2020, 8:22 AM |
e47805c99552 | 9f72c527a8b9 | b9d36540a85b | Jean-Michel Gorius | [mlir] Add plus, star and optional less/greater parsing (Show More…) | Nov 11 2020, 9:01 AM |
b9d36540a85b | d8e4e949fd12 | f9265de8c634 | Hans Wennborg | [dllexport] Avoid assert for explicitly defaulted methods in explicit… (Show More…) | Nov 5 2020, 4:44 AM |
f9265de8c634 | bcaf5d5f8284 | a72d3842495d | Alex Zinenko | [mlir] Generate Op builders for Python bindings (Show More…) | Nov 10 2020, 8:31 AM |
a72d3842495d | 4bcc30222454 | 0313e3bfe6e2 | Kazushi (Jam) Marukawa | [VE] Change the default type of v64 register class (Show More…) | Nov 10 2020, 4:00 AM |
0313e3bfe6e2 | d3ccfed4b4a9 | 6484aa1add41 | Julian Gross | [MLIR] Added documentation and manual to use bufferization features. (Show More…) | Nov 3 2020, 3:28 AM |
6484aa1add41 | 7c03c84fcd5a | 3225fcf11eb7 | Kadir Cetinkaya | [clangd] Simplify relations deserialization loop, NFC. | Nov 12 2020, 1:33 AM |
3225fcf11eb7 | 6c82ba161005 | 1551d8dd4839 | David Sherwood | [SVE] Deal with SVE tuple call arguments correctly when running out of registers (Show More…) | Oct 22 2020, 1:37 AM |
1551d8dd4839 | 4b3469ee5371 | e331dfea704c | David Green | [ARM] Remove unused check labels. NFC | Nov 12 2020, 12:37 AM |
e331dfea704c | e3de534b68b2 | 5ca20851e44c | Marek Kurdej | [libc++] [P0340] [C++20] Update status page. NFC. (Show More…) | Nov 12 2020, 12:32 AM |
5ca20851e44c | f29db9b31093 | ad376657c1ec | MaheshRavishankar | [mlir][Linalg] Improve the logic to perform tile and fuse with better… (Show More…) | Nov 12 2020, 12:24 AM |
ad376657c1ec | 65c20360f836 | 2734a9ebf4a3 | Amara Emerson | [AArch64][GlobalISel] Optimize G_PTR_ADD with a negated offset to be a G_SUB. | Nov 11 2020, 10:45 PM |
2734a9ebf4a3 | e8aeaf53e5a6 | cd89c4dbdd3a | Max Kazantsev | [NFC][SCEV] Generalize monotonicity check for full and limited iteration space (Show More…) | Nov 11 2020, 9:24 PM |
cd89c4dbdd3a | a4daca893e15 | 94a45a809872 | Chuanqi Xu | [NFC][coroutines] remove unused argument in SemaCoroutine (Show More…) | Nov 11 2020, 9:17 PM |
94a45a809872 | 560156387e71 | 08466596485d | Xun Li | Revert "[Coroutine] Allocas used by StoreInst does not always escape" (Show More…) | Nov 11 2020, 9:09 PM |
08466596485d | 3962aed8d992 | d6dd9385893e | Aart Bik | [mlir][sparse] export sparse tensor runtime support through header file (Show More…) | Nov 11 2020, 6:40 PM |
d6dd9385893e | 510ac5c42b9f | 8bc7b9278e55 | Max Kazantsev | [IndVars] IV user should not prevent use widening (Show More…) | Nov 11 2020, 9:01 PM |
8bc7b9278e55 | f192af33de2d | 2e01ceafaa1c | Xun Li | [Coroutine] Allocas used by StoreInst does not always escape (Show More…) | Nov 11 2020, 8:53 PM |
2e01ceafaa1c | da5a0becd303 | 813781a92300 | Max Kazantsev | [IndVars] Recognize 'sub nuw' expressed as 'add' for widening (Show More…) | Nov 11 2020, 7:49 PM |
813781a92300 | 8ee2287c0526 | 2d4035e493e3 | Max Kazantsev | [Test] Add Check statement | Nov 11 2020, 7:47 PM |
2d4035e493e3 | 36f9bec5b6f2 | 2abc33683b2b | Richard Smith | Fix structural comparison of template template arguments to compare the right… (Show More…) | Nov 11 2020, 7:05 PM |
2abc33683b2b | ba2cf4684b7c | c7e64df44559 | Qiu Chaofan | [PowerPC] [Clang] Define macros to identify quad-fp semantics (Show More…) | Nov 11 2020, 6:19 PM |
c7e64df44559 | 9bdbd3fcc59e | 856fd98a1762 | Lang Hames | [docs] Fix formatting, clarify comment in ORCv2 doc | Nov 11 2020, 6:10 PM |
856fd98a1762 | 449ccf2c72ee | e1dbc25ee231 | Richard Smith | Generalize regex matching std::string variants to compensate for recent… (Show More…) | Nov 11 2020, 5:54 PM |
e1dbc25ee231 | 1cc1530cb02b | 292e898c16d1 | Aart Bik | [mlir][sparse] integrate sparse annotation into generic linalg op (Show More…) | Nov 11 2020, 4:37 PM |
292e898c16d1 | 6da99f8e1e3e | 25b3164bfbe6 | Joseph Huber | [OpenMP] Begin Adding OpenMP Tool to Gather OpenMP Information (Show More…) | Nov 9 2020, 8:02 AM |
25b3164bfbe6 | 488ec17268d1 | cc575dd2cefc | Joachim Protze | [OpenMP][Tools][Tests] Fix ompt multiplex test (Show More…) | Nov 11 2020, 4:22 PM |
cc575dd2cefc | 5beea60e7bf0 | 1630e50874a9 | peter klausler | [flang][MSVC] Use list<Message> rather than forward_list<> in Messages (Show More…) | Nov 10 2020, 2:56 PM |
1630e50874a9 | e15b59ff0b63 | 0783ad9e6a2c | Sam McCall | [Syntax] Tablegen literal expressions. (Show More…) | Nov 11 2020, 9:27 AM |
0783ad9e6a2c | c205d72617f8 | 48ee1ea05cc0 | Dave Lee | [lldb] Switch expect to runCmd in TestRecursiveTypes (NFC) (Show More…) | Nov 10 2020, 1:59 PM |
48ee1ea05cc0 | 1a2c3460d4b8 | 984e87923f10 | Lang Hames | [docs] Fix formatting in ORCv2.rst. (Show More…) | Nov 11 2020, 4:08 PM |
984e87923f10 | c1204c8a3237 | 431337662ee0 | Lang Hames | [docs] Update ORCv2 design doc. (Show More…) | Nov 11 2020, 3:05 PM |
431337662ee0 | 4f1df7ba8108 | b6ccff3d5f3b | Arnold Schwaighofer | [coro] Async coroutines: Allow more than 3 arguments in the dispatch function (Show More…) | Nov 9 2020, 12:05 PM |
b6ccff3d5f3b | 804fe3d679cb | 5f12f4ff9078 | Arthur Eubanks | [NewPM] Provide method to run all pipeline callbacks, used for -O0 (Show More…) | Nov 8 2020, 1:51 PM |
5f12f4ff9078 | 1a8fa8a78958 | e7f3e2103cdb | Richard Smith | Suppress printing of inline namespace names in diagnostics by default, except… (Show More…) | Nov 11 2020, 2:34 PM |
e7f3e2103cdb | 2725d3c6da28 | 686d8a0911de | Richard Smith | Suppress printing template arguments that match default template arguments of… (Show More…) | Nov 11 2020, 1:04 PM |
686d8a0911de | 20c30b72d119 | e5ec94a1a083 | Sam McCall | [clangd] Add index server request logging (Show More…) | Nov 2 2020, 3:24 PM |
e5ec94a1a083 | 9a37070a8f9c | 37c4ac854553 | Ruslan Arutyunyan | [libc++] Implement P0919R3: heterogenous lookup for unordered containers (Show More…) | Nov 10 2020, 4:49 AM |
37c4ac854553 | 6ecee909252d | c8a0e27cfb83 | Baptiste Saleil | [PowerPC] Accumulator/Unprimed Accumulator register copy, spill and restore (Show More…) | Nov 2 2020, 7:38 AM |
c8a0e27cfb83 | 89367c6c643b | c1cf51e77701 | Michael Kruse | [Polly][OpTree] Fix mid-processing change of access kind. (Show More…) | Nov 11 2020, 2:14 PM |
c1cf51e77701 | d9aaf17bfc4d | 4c55c3b66dea | Michael Kruse | [Polly][OpTree] Better report applied changes. (Show More…) | Nov 11 2020, 2:00 PM |
4c55c3b66dea | 695b8b87f84c | 3c0910329168 | Duncan P. N. Exon Smith | Frontend: Change ComputePreambleBounds to take MemoryBufferRef, NFC (Show More…) | Nov 5 2020, 9:43 AM |
3c0910329168 | b7d803d1e27f | 69ca17a92c20 | Sam McCall | [clangd] Sanity-check array sizes read from disk before allocating them. (Show More…) | Nov 11 2020, 4:45 AM |
69ca17a92c20 | 4dc66bd5084e | a7b657414415 | Louis Dionne | [libc++] NFC: Simplify incude of <cstdlib> (Show More…) | Nov 11 2020, 2:04 PM |
a7b657414415 | 8b2e08776f32 | 67b13e9785ed | Louis Dionne | [libc++abi] Reuse libc++'s refstring.h header instead of copying it (Show More…) | Nov 11 2020, 1:50 PM |
67b13e9785ed | c8ba74a4c31f | d9cbceb041fd | peter klausler | [flang] Fix CheckSpecificationExpr handling of associated names (Show More…) | Nov 11 2020, 11:05 AM |
d9cbceb041fd | 9b0e86a97f3e | 1d5daed1997d | Arthur Eubanks | [CGSCC][Inliner] Handle new non-trivial edges in… (Show More…) | Nov 6 2020, 6:32 PM |
1d5daed1997d | 107e9c372afe | d4a1e03c5fb5 | Florian Hahn | [Matrix] Update mangling to use paramterized vendor ext type syntax. (Show More…) | Nov 11 2020, 1:39 PM |
d4a1e03c5fb5 | ba0e420ec520 | 7a70a2f04d64 | Louis Dionne | [libc++] NFC: Synchronize libc++abi and libc++ new definitions (Show More…) | Nov 11 2020, 1:33 PM |
7a70a2f04d64 | 28b22956023a | 6e0ae20f3b98 | Jessica Paquette | [AArch64][GlobalISel] Mark G_FCONSTANT as legal when there is full fp16 support (Show More…) | Nov 11 2020, 1:21 PM |
6e0ae20f3b98 | 0a72c47d3d83 | 4e9af3d47847 | Kazushi (Jam) Marukawa | [VE] Support vector register in inline asm (Show More…) | Nov 11 2020, 3:48 AM |
4e9af3d47847 | 09754a673377 | b781a04f6aff | Duncan P. N. Exon Smith | Frontend: Skip namespace around createVFSFromCompilerInvocation definition, NFC (Show More…) | Nov 6 2020, 9:40 AM |
b781a04f6aff | f8a5997e624f | 0dd87825db2e | peter klausler | [flang] Allow labels on END statements. (Show More…) | Nov 10 2020, 3:03 PM |
0dd87825db2e | 95089d102a04 | 20acf6d58820 | Jianzhou Zhao | Add a flag to control whether to propagate labels from condition values to… (Show More…) | Nov 10 2020, 10:13 PM |
20acf6d58820 | 5906f58ace64 | d2f18e6b1e0b | Xiang Xiao | [libcxx] Check _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE first in __locale (Show More…) | Nov 11 2020, 12:30 PM |
d2f18e6b1e0b | 0a1e7a8951a1 | 9f310bec34a2 | Walter Erquinigo | Fix 21555fff4de811309ea7935f9cb65578c957d77f (Show More…) | Nov 11 2020, 12:28 PM |
9f310bec34a2 | 9a0100252d16 | 2d5b85075178 | David Blaikie | Add missing override (& fix an else-after-return while I'm here) | Nov 11 2020, 12:29 PM |
2d5b85075178 | a81be748494f | f917356f9ce0 | peter klausler | [flang] Use IMPLICIT from scope of external function reference (Show More…) | Nov 10 2020, 3:10 PM |
f917356f9ce0 | 5b155c320e53 | dd8723d348c9 | Mehdi Amini | Revert "[clang][cli] Port ObjCMTAction to new option parsing system" (Show More…) | Nov 11 2020, 12:00 PM |
dd8723d348c9 | 0d7e75e4f2e5 | 956c899296dc | Peyton, Jonathan L | [OpenMP] Fix shutdown hang/race bug (Show More…) | Nov 2 2020, 1:46 PM |
956c899296dc | 25f890858282 | 3e5b8d83f752 | Sam McCall | [clangd] Fix serialization error check. | Nov 11 2020, 11:45 AM |
3e5b8d83f752 | 815761064396 | 29fa4518703e | David Green | [AArch4] Regenerate test checks for f16-imm.ll. NFC | Nov 11 2020, 11:42 AM |
29fa4518703e | f64edbe14186 | fdb979cfbbbf | peter klausler | [flang] Add isnan() extension intrinsic function, with folding (Show More…) | Nov 10 2020, 3:07 PM |
fdb979cfbbbf | f0e32196acc0 | a62d38a90d2f | Pavel Iliin | [NFC] [Legalize] Fix spaces and style. | Nov 11 2020, 11:08 AM |
a62d38a90d2f | 10bc5f5fed2a | 023f2400f2b4 | Mehdi Amini | Disable implicit nesting on parsing textual pass pipeline (Show More…) | Nov 10 2020, 9:33 PM |
023f2400f2b4 | 605b7e35f601 | 3fa2e1933840 | Thomas Raoux | [mlir] Fix post-dominance between blocks of different regions. (Show More…) | Nov 10 2020, 6:08 PM |
3fa2e1933840 | c1c9bb419cf5 | ce0911b3e919 | Joachim Protze | [OpenMP][Tool] Fix possible NULL-pointer dereference in test (Show More…) | Nov 11 2020, 11:10 AM |
ce0911b3e919 | f378eda9d611 | 6213ed062b6e | Joachim Protze | [OpenMP][Tests] Fix compiler warnings in OpenMP runtime tests (Show More…) | Nov 11 2020, 10:35 AM |
6213ed062b6e | dcafaf3e9c3b | 3597fba4e5e4 | Joachim Protze | [OpenMP][OMPT] Update the omp-tools header file to reflect 5.1 changes (Show More…) | Nov 4 2020, 3:16 AM |
3597fba4e5e4 | 6284c753f587 | 5e85d00ed607 | Jianzhou Zhao | Add a simple stack trace printer for DFSan (Show More…) | Oct 27 2020, 11:48 PM |
5e85d00ed607 | 8b6c1132ab63 | fc8c1ea9aff3 | Akira Hatanaka | Move variable declarations to functions in which they are used. NFC | Nov 11 2020, 10:56 AM |
fc8c1ea9aff3 | 2447ff7d3761 | b7c06dcb739f | Vedant Kumar | [lldb/test] Add missing decorators import | Nov 11 2020, 10:48 AM |
b7c06dcb739f | 6cd8865d3629 | ad0da312c05d | Vedant Kumar | [ThreadPlan] Add a test for `thread step-in -r`, NFC (reapply) (Show More…) | Nov 10 2020, 4:01 PM |
ad0da312c05d | c3801ed33b8d | 91e3a9c39c57 | Haowei Wu | [NFC] Reformat llvm-elfabi (Show More…) | Nov 11 2020, 10:40 AM |
91e3a9c39c57 | 7bd63c38cff2 | 44882fa104b4 | Simon Pilgrim | [RISCV] srem-vector-lkk.ll - remove unused check prefix | Nov 11 2020, 10:37 AM |
44882fa104b4 | 5184e21a449b | 5a7be094e378 | Simon Pilgrim | [Sparc] fp16-promote.ll - Refactor check prefixes + remove unused ones | Nov 11 2020, 10:32 AM |
5a7be094e378 | 57de042a7542 | 2224c2f8bc91 | Simon Pilgrim | [SystemZ] Regenerate some fp tests + remove unused check prefixes (Show More…) | Nov 11 2020, 10:27 AM |
2224c2f8bc91 | aa2e091e5bc3 | 5fef6ce0cce0 | Simon Pilgrim | [BPF] intrinsic-array-2.ll - remove unused check prefixes (Show More…) | Nov 11 2020, 10:17 AM |
5fef6ce0cce0 | c641c7e1fdb9 | 21555fff4de8 | Stella Laurenzo | [mlir][Python] Allow PassManager to interop with the capsule APIs. (Show More…) | Nov 10 2020, 8:59 PM |
21555fff4de8 | 64bfd67d9742 | 16f8142b1159 | Walter Erquinigo | [intel-pt][trace] Implement a "get supported trace type" packet (Show More…) | Oct 29 2020, 12:44 PM |
16f8142b1159 | e587167c2a05 | d76e01a6a7c2 | Fangrui Song | [llvm-objcopy][ELF] Try fixing non-determinism of Segment::firstSection | Nov 11 2020, 10:20 AM |
d76e01a6a7c2 | 74350a1dd325 | 782a93cc9abe | Vedant Kumar | [MachO] Allow the LC_IDENT load command (Show More…) | Nov 10 2020, 4:54 PM |
782a93cc9abe | efb35a8e798c | deb543ae7081 | Nikita Popov | [BasicAA] Add test for incorrect BatchAA result (NFC) (Show More…) | Nov 11 2020, 9:37 AM |
deb543ae7081 | 124e0247fa66 | 99b1c42fd3ac | Simon Pilgrim | [Driver] hip-toolchain-device-only.hip - remove unused check prefix (Show More…) | Nov 11 2020, 9:29 AM |
99b1c42fd3ac | c19fda79927f | 637f19c36b32 | Stella Laurenzo | [mlir][Python] Add Windows DLL loader to get python extensions working there. (Show More…) | Nov 6 2020, 9:48 AM |
637f19c36b32 | d40002cde960 | c42053f79b6c | Craig Topper | [RISCV] Remove traces of Glue from RISCVISD::SELECT_CC (Show More…) | Nov 11 2020, 9:30 AM |
c42053f79b6c | d61981a08eb5 | 20de1822466e | Jessica Paquette | [AArch64][GlobalISel] Select arith extended add/sub in manual selection code (Show More…) | Nov 10 2020, 2:12 PM |
20de1822466e | b07f719ec377 | f0580c73bb32 | Fangrui Song | [llvm-objcopy] --only-keep-debug: place zero-size segment according to its… (Show More…) | Nov 11 2020, 9:21 AM |
f0580c73bb32 | 4ed2c558d771 | f23c4c6f8a38 | Jessica Paquette | [AArch64][GlobalISel] Select negative arithmetic immediates in manual selector (Show More…) | Nov 9 2020, 4:04 PM |
f23c4c6f8a38 | 4d4c8a35baca | 2b33ea693586 | Jay Foad | [AMDGPU] Separate out real exp instructions by subtarget. NFC. (Show More…) | Nov 11 2020, 2:35 AM |
2b33ea693586 | 35a6d3d73b54 | d5f2c3e7c094 | Jay Foad | [AMDGPU] Split exp instructions out into their own tablegen file. NFC. (Show More…) | Nov 11 2020, 2:04 AM |
d5f2c3e7c094 | 0e2d5401cf52 | d9624f444807 | Scott Linder | [NFC][AMDGPU] Clean up some lit test prefixes (Show More…) | Nov 9 2020, 10:39 AM |
d9624f444807 | 4b5af917d189 | f94fd1c8ca77 | Stella Stamenova | Revert "[ThreadPlan] Add a test for `thread step-in -r`, NFC" (Show More…) | Nov 11 2020, 9:09 AM |
f94fd1c8ca77 | 52a0e57b335a | fb9942f87628 | Jay Foad | [AMDGPU] Make use of SIInstrInfo::isEXP. NFC. | Nov 11 2020, 8:46 AM |
fb9942f87628 | da99ef80897c | 3df3b62018c0 | Alex Richardson | [AsmParser] Add source location to all errors related to .cfi directives (Show More…) | Nov 11 2020, 6:27 AM |
3df3b62018c0 | 304ea79e5624 | e3b64eb31c0e | Alex Lorenz | [clang] ns_error_domain attribute also supports CFString typed variables (Show More…) | Nov 11 2020, 8:49 AM |
e3b64eb31c0e | f2bbc7538da1 | c1e3d38301c3 | Simon Pilgrim | [CodeGenCXX] Remove unused check prefixes | Nov 11 2020, 8:19 AM |
c1e3d38301c3 | 7ee37db1c420 | 10fc39b29171 | Simon Pilgrim | [CodeGenOpenCL] Fix check prefix typo on convergent.cl test (Show More…) | Nov 11 2020, 7:43 AM |
10fc39b29171 | 9db462e217a7 | fc80931b8766 | Simon Pilgrim | [CodeGenObjC] Remove unused check prefixes | Nov 11 2020, 7:24 AM |
fc80931b8766 | 5beab136a7f8 | ea4d24c899ea | Simon Pilgrim | [CodeGenCUDA] Fix check prefix typo on device-stub.cu tests (Show More…) | Nov 11 2020, 7:10 AM |
ea4d24c899ea | 49591ed25b73 | 418f18c6cdfe | Sam McCall | [Syntax] Tablegen Sequence classes. NFC (Show More…) | Nov 2 2020, 6:25 PM |
418f18c6cdfe | 14fbf26f80be | 138189ee33ab | Hans Wennborg | Revert "Reland [CFGuard] Add address-taken IAT tables and delay-load support" (Show More…) | Nov 11 2020, 6:55 AM |
138189ee33ab | 81219984a598 | 3e5533bafdc9 | Sam McCall | [Syntax] Tablegen operator<<(NodeKind). NFC (Show More…) | Nov 2 2020, 6:34 PM |