summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Add target specific loop unrolling and peeling preferencesarcpatch-D113798Michael Berg2021-12-073-0/+248
* [Flang] Upstream conversion of the XRebox OpKiran Chandramohan2021-12-073-1/+394
* Revert "[ASan] Removed ASAN_SHADOW_SCALE."Kirill Stoimenov2021-12-074-2/+30
* [ASan] Removed ASAN_SHADOW_SCALE.Kirill Stoimenov2021-12-074-30/+2
* [libc++] Remove _LIBCPP_DEFAULTNikolas Klauser2021-12-074-15/+9
* [gn build] Port 02940d6d2202LLVM GN Syncbot2021-12-073-4/+0
* Revert "CycleInfo: Introduce cycles as a generalization of loops"Jonas Devlieghere2021-12-0727-2517/+0
* [NFC][OpenMP] Prepare amdgpu plugin for asynchronous implementation of target...Carlo Bertolli2021-12-071-365/+360
* [InstCombine] try to fold rem with constant dividend and select-of-constants ...Sanjay Patel2021-12-072-12/+43
* [InstCombine] add tests for div/rem with 0 select arm; NFCSanjay Patel2021-12-072-0/+36
* [InstCombine] add tests for div with select-of-constants divisor; NFCSanjay Patel2021-12-071-2/+178
* [OpenMP] Disable libomptarget profiling by default if built via the "runtimes...Martin Storsjö2021-12-071-1/+6
* [flang][runtime] Add ragged array runtime functionsValentin Clement2021-12-075-0/+178
* Fix buildbots after https://reviews.llvm.org/D115073.Greg Clayton2021-12-071-18/+18
* Fix buildbot after https://reviews.llvm.org/D115073.Greg Clayton2021-12-071-1/+1
* [Analysis] Ignore casts and unary ops for uninitialized valuesBill Wendling2021-12-072-4/+25
* [ASan] Replaced constants for SHADOW_OFFSET with defines.Kirill Stoimenov2021-12-071-32/+20
* [VP] Cost model for VPMemory operations on PowerPC.Bardia Mahjour2021-12-072-0/+94
* [sanitizer] Lock/Unlock stack store on forkVitaly Buka2021-12-073-0/+15
* [mlir][sparse] fix broken buildAart Bik2021-12-071-3/+2
* [libc++] [test] Rationalize the nodiscard tests for range adaptors.Arthur O'Dwyer2021-12-074-12/+7
* [libc++] [ranges] SFINAE-friendly "write it three times" in views::counted.Arthur O'Dwyer2021-12-074-197/+241
* [libc++] Remove unneeded `std::` qualifications from <compare>. NFCI.Arthur O'Dwyer2021-12-072-10/+10
* [libc++] std::move should be _VSTD::move in one place. NFCI.Arthur O'Dwyer2021-12-071-2/+2
* [mlir][sparse] finalize sparse output in the presence of reductionsAart Bik2021-12-079-43/+786
* Format lsan.hClemens Wasser2021-12-071-11/+12
* [libc] apply new lint rulesMichael Jones2021-12-07149-2409/+2447
* [libc] update tidy rules to fix variable formattingMichael Jones2021-12-074-1/+32
* [NFC][CodeView] Use one unified access to the module in beginModule.Chih-Ping Chen2021-12-071-3/+2
* [LLDB][NativePDB] Fix function decl creation for class methodsZequan Wu2021-12-076-31/+245
* Change __lsan::kMaxAllowedMallocSize literal types to unsigned long longClemens Wasser2021-12-071-3/+3
* Remove unused variable. NFC.Simon Pilgrim2021-12-071-1/+0
* [mlir][tosa] Disable tosa.depthwise_conv2d canonicalizer for quantized caseRob Suderman2021-12-072-0/+15
* [SystemZ] Add range checks for PC-relative fixups.Jonas Paulsson2021-12-074-13/+97
* Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim2021-12-071-1/+1
* [DAG] Update expandFunnelShift/expandROT to return the expansion directly. NFCI.Simon Pilgrim2021-12-075-31/+23
* [NFC] Clarify comment about LoopDeletionPass in the optimization pipelineArthur Eubanks2021-12-071-2/+3
* [ASan] Refactored SHADOW_OFFSET implementation to use SHADOW_OFFSET_CONST.Kirill Stoimenov2021-12-071-21/+27
* Modify DataEncoder to be able to encode data in an object owned buffer.Greg Clayton2021-12-078-202/+761
* [flang] Remove runtime check from OpenFile::Close()Peter Klausler2021-12-071-1/+0
* [flang] Avoid potential deadlock in CloseAll()Peter Klausler2021-12-071-7/+16
* [RISCV] Revise RISCVInstPrinter::printVTypeI to not assume there are 3 invali...Craig Topper2021-12-071-2/+2
* [clangd] Print type for VarTemplateDecl in hover.lh1232021-12-082-0/+31
* [llvm] Use range-based for loops (NFC)Kazu Hirata2021-12-079-61/+48
* Do not check if we are in a discared context in non-immediate contextsCorentin Jabot2021-12-072-2/+20
* [gn build] Port fa99cb64ff0eLLVM GN Syncbot2021-12-072-0/+2
* [mlgo][regalloc] Add score calculation for trainingMircea Trofin2021-12-075-0/+391
* Add diagnostic groups for attribute extensionsAaron Ballman2021-12-074-6/+33
* fixing a broken ext-tsp testspupyrev2021-12-071-0/+1
* [VPlan] Verify plan entry and exit blocks, set correct exit block.Florian Hahn2021-12-072-1/+28