summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [Clang][NFC] Added testcase from #49549arcpatch-D60031Dávid Bolvanský2022-01-31-0/+14
* [Analysis] Attribute noundef should not prevent tail call optimizationDávid Bolvanský2022-01-31-2/+19
* [X86] combineAnd() - per-element simplification - call SimplifyDemandedBits u...Simon Pilgrim2022-01-31-4/+29
* [DebugInfo][InstrRef] Don't fully propagate single assigned variablesJeremy Morse2022-01-31-1/+189
* Don't rely on clang being named clang in testBenjamin Kramer2022-01-31-1/+1
* Revert "[gn build] (manually) port 36892727e4f1"Nico Weber2022-01-31-9/+0
* Save some `std::string` allocations/deallocations when formatting attributes ...Momchil Velikov2022-01-31-33/+14
* [DAG] SimplifyDemandedBits - mul(x,x) - if only demand bit[1] then fold to zeroSimon Pilgrim2022-01-31-12/+9
* [X86] Limit mul(x,x) knownbits tests with not undef/poison checkSimon Pilgrim2022-01-31-4/+15
* [AMDGPU] AMDGPUAnnotateUniformValues: inline a single-use lambda. NFC.Jay Foad2022-01-31-4/+1
* [AMDGPU] Add test for a problem with noclobber metadataJay Foad2022-01-31-0/+18
* [X86] Add mul(x,x) tests showing miscompileSimon Pilgrim2022-01-31-0/+35
* [Local] invertCondition: try modifying an existing ICmpInstJay Foad2022-01-31-164/+158
* [WebAssembly] Refactor and fix emission of external IR global declsPaulo Matos2022-01-31-64/+104
* [flang][driver][nfc] Fix capitalisationAndrzej Warzynski2022-01-31-14/+14
* [Analyzer] Add docs to StdCLibraryFunctionArgsCheckerGabor Marton2022-01-31-1/+83
* [OpenCL] Make generic addrspace optional for -fdeclare-opencl-builtinsSven van Haastregt2022-01-31-8/+29
* [AArch64] Fix costs of float vector compare/selects pairs.Florian Hahn2022-01-31-37/+44
* [clang-tidy] Make header compile standalone. NFC.Benjamin Kramer2022-01-31-0/+1
* [mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer2022-01-31-302/+452
* Fix -Wreserved-identifier in presence of system macroserge-sans-paille2022-01-31-3/+23
* Cleanup LLVMRemarks includesserge-sans-paille2022-01-31-12/+25
* Cleanup llvm/utils/TableGen headersserge-sans-paille2022-01-31-34/+27
* [clang-tidy] bugprone-signal-handler improvements: display call chainBalázs Kéri2022-01-31-51/+163
* Revert "enable plugins for clang-tidy"Petr Hosek2022-01-31-139/+2
* [Inline][Cloning] Reliably remove unreachable blocks during cloning (PR53206)Nikita Popov2022-01-31-26/+78
* [RISCV] Avoid pointer element type access for masked atomicrmw intrinsicsNikita Popov2022-01-31-4/+2
* [clang-format] Use EXPECT_EQ instead of setting style to a default value. NFC.Marek Kurdej2022-01-31-1/+1
* [lldb] Convert Process KDP Log to the new APIPavel Labath2022-01-31-30/+15
* Add missing include to mlir/Target/LLVMIR/Import.h to be standalone (NFC)Mehdi Amini2022-01-31-2/+4
* [llvm] Remove redundant `;` (NFC)Amir Ayupov2022-01-30-2/+0
* [InstCombine] Generalize and-reduce pattern to handle `ne` case as well as `eq`Max Kazantsev2022-01-31-16/+15
* Support affine.load/store ops in fold-memref-subview-ops passUday Bondhugula2022-01-31-15/+39
* [BOLT][TEST] Fix building some tests with clang-14 by passing -no-pieAmir Ayupov2022-01-30-6/+6
* [RISCV] Use existing variable intead of calling getOperand again. NFCICraig Topper2022-01-30-1/+5
* [MLIR][NFC] Update SCF pass cmd line names to prefix scfUday Bondhugula2022-01-31-27/+23
* [ELF] splitStrings: replace entSize==1 special case with manual loop unswitch...Fangrui Song2022-01-30-20/+20
* [RISCV] Add more pack and packw test case for Zbkb. NFCCraig Topper2022-01-30-0/+11
* [RISCV] Merge rv64zbkb-valid.s and rv64zbkb-only-valid.s. NFCCraig Topper2022-01-30-9/+6
* [RISCV] Rename rv64-zbkb-valid.s to rv64zbkb-valid.s. NFCCraig Topper2022-01-30-0/+0
* [RISCV] Fix bad CHECK prefix in rv32zbkb-valid.s.Craig Topper2022-01-30-2/+1
* [clang-tools-extra] Remove unused forward declarations (NFC)Kazu Hirata2022-01-30-17/+0
* [Analysis] Drop an unnecessary const from a return type (NFC)Kazu Hirata2022-01-30-1/+1
* [llvm] Use = default (NFC)Kazu Hirata2022-01-30-147/+106
* [mlgo][regalloc] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds...Fangrui Song2022-01-30-0/+1
* [ELF] Simplify SectionBase::partition handling and make it live by default. NFCFangrui Song2022-01-30-12/+8
* [mlgo][regalloc] Fix register maskingMircea Trofin2022-01-30-3/+4
* [mlir] Silence warnings when building with MSVCAlexandre Ganea2022-01-30-13/+15
* Replace OwningModuleRef with OwningOpRef<ModuleOp>Sanjoy Das2022-01-30-115/+122
* [ELF] Change splitSections to objectFiles based parallelForEach. NFCFangrui Song2022-01-30-7/+13