summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Bug fix. Stream must outlive the pass manager.fix_asanrdzhabarov2021-11-191-2/+2
* [Sema] fix nondeterminism in ASTContext::getDeducedTemplateSpecializationTypeWei Wang2021-11-192-2/+7
* [InstCombine] add/adjust tests for mask of sext i1; NFCSanjay Patel2021-11-192-38/+81
* [PowerPC][NFC] Add a series of codegen tests for vector reductions.Stefan Pintilie2021-11-1913-0/+14672
* [libc++][NFC] Add missing include in testLouis Dionne2021-11-191-0/+1
* Allow __attribute__((swift_attr)) in attribute push pragmasBecca Royal-Gordon2021-11-193-1/+11
* [MLIR][GPU] Make the path to ROCm a runtime optionKrzysztof Drewniak2021-11-192-79/+17
* NFC: Callout restriction on folding 0-result ops in documentation.Stella Laurenzo2021-11-191-0/+1
* DWARFVerifier: Simplify name lookupsDavid Blaikie2021-11-191-5/+3
* [openmp][amdgpu][nfc] Simplify implicit args handlingJon Chesterfield2021-11-193-45/+10
* [libc++] Test that our algorithms never copy a user-provided comparator.Arthur O'Dwyer2021-11-1912-40/+264
* [clang][NFC] Inclusive terms: replace some uses of sanity in clangZarko Todorovski2021-11-1925-54/+49
* [libc++] Fix feature test macro for __cpp_lib_to_charsLouis Dionne2021-11-196-118/+86
* [libc++] Fix some tests that were broken in the single-threaded configurationLouis Dionne2021-11-1913-14/+40
* [libc++] Avoid potential truncation warnings in std::abs testLouis Dionne2021-11-191-11/+6
* [MLIR][GPU] Run generic LLVM optimizations when serializing (on AMD)Krzysztof Drewniak2021-11-194-14/+89
* [mlir][gpu] Extend shuffle op modes and add nvvm loweringThomas Raoux2021-11-1911-67/+153
* [AMDGPU] Add an implicit use of M0 to all V_MOV_B32_indirect_read/writeJay Foad2021-11-193-116/+113
* [ELF] Support discarding .got.pltFangrui Song2021-11-192-2/+39
* [openmp][amdgpu][nfc] Inline interop_hsa_get_kernel_info into only callerJon Chesterfield2021-11-194-89/+17
* [mlir][vector] NFC, move some vector patterns in a separate fileThomas Raoux2021-11-193-238/+260
* [mlir][vector] Remove usage of shapecast to remove unit dimThomas Raoux2021-11-195-192/+161
* [SROA] Add new test cases to cover existing SROA behavior that structs will b...Mingming Liu2021-11-191-0/+139
* [DSE] Improve handling of `strncpy` in Dead Store EliminationFabian Wolff2021-11-192-6/+10
* [analyzer][NFC] MaybeUInt -> MaybeCountBalazs Benics2021-11-192-14/+14
* [analyzer][NFC] Use enum for CallDescription flagsBalazs Benics2021-11-195-45/+33
* [analyzer][NFC] Consolidate the inner representation of CallDescriptionsBalazs Benics2021-11-192-21/+24
* [analyzer][NFC] CallDescription should own the qualified name partsBalazs Benics2021-11-192-2/+5
* [analyzer][NFC] Demonstrate the use of CallDescriptionSetBalazs Benics2021-11-191-6/+7
* [analyzer][NFC] Switch to using CallDescription::matches() instead of isCalled()Balazs Benics2021-11-1916-77/+34
* [analyzer][NFC] Introduce CallDescription::matches() in addition to isCalled()Balazs Benics2021-11-193-80/+112
* [analyzer][NFC] Introduce CallDescriptionSetsBalazs Benics2021-11-192-0/+28
* [LV] Remove obsolete comment about creating a dummy block (NFC)Florian Hahn2021-11-191-1/+0
* [MLIR] Make the ROCM integration tests runnableKrzysztof Drewniak2021-11-197-41/+50
* Skip tests when compiler with older versions of clangAdrian Prantl2021-11-194-0/+7
* [libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy2021-11-199-6/+26
* [lldb/test] Add ability to terminate connection from a gdb-client handlerPavel Labath2021-11-192-20/+32
* [SCEV] Revert two speculative compile time optimizations which made no differ...Philip Reames2021-11-191-18/+10
* [RISCV] Don't call setHasMultipleConditionRegisters(), so icmp is sunkPhilipp Tomsich2021-11-193-7/+10
* [RISCV] Pre-commit test for D98932. NFCCraig Topper2021-11-191-0/+47
* [PowerPC] Add a flag for conditional trap optimizationVictor Huang2021-11-192-3/+11
* [DSE] Add additional strncpy tests.Fabian Wolff2021-11-191-0/+77
* [NFC][llvm] Inclusive language: remove instance of master in IntrinsicsNVVM.tdQuinn Pham2021-11-191-1/+1
* [libc++][nfc] Move functions to a generic place.Mark de Wever2021-11-192-39/+43
* [libc++] Adds (to|from)_chars_result operator==.Mark de Wever2021-11-196-0/+96
* [ORC] Fix materialization of weak local symbolsBen Langmuir2021-11-192-1/+18
* [X86] Selective relocation relaxation for +tagged-globalsMatt Morehouse2021-11-1917-12/+131
* [SLP][NFC]Introduce TreeEntry::getVectorFactor member function, NFC.Alexey Bataev2021-11-191-26/+22
* [OpenMP] support depend clause for taskwait directive, by DeepakAlexey Bataev2021-11-1917-47/+214
* [asm] Allow block address operands in `asm inteldialect`Nico Weber2021-11-192-28/+66