summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [ConstantFold] Remove another incorrect icmp of GEP foldNikita Popov2022-01-042-12/+4
* [InstSimplify] Use weak symbol in test to show miscompile (NFC)Nikita Popov2022-01-041-4/+23
* Remove an unused variable, NFC.Haojian Wu2022-01-041-1/+0
* [Docs] Document C++ for OpenCL 2021 support in clang.Anastasia Stulova2022-01-042-24/+50
* [clangd] Move the selection decltype hack to getSourceRange.Haojian Wu2022-01-042-11/+16
* Revert "[clang-format][NFC] Code Tidies in UnwrappedLineFormatter"Alexander Belyaev2022-01-041-57/+53
* [clangd] Fix selection on multi-dimensional array.Haojian Wu2022-01-042-1/+32
* [clangd] Add CompileFlags.Compiler option to override argv0Sam McCall2022-01-044-2/+27
* [AVR] Optimize int8 arithmetic right shift 6 bitsBen Shi2022-01-043-1/+58
* [LoopVectorize][CostModel] Choose smaller VFs for in-loop reductions without ...Rosie Sumpter2022-01-045-29/+144
* [libc++] Fix __wrap_iter copy-assignment in constexpr contextsNikolas Klauser2022-01-042-5/+23
* [gn build] Port af7bc39ba17dLLVM GN Syncbot2022-01-042-0/+3
* [clang][dataflow] Add transfer function for VarDecl statementsStanislav Gatev2022-01-0416-68/+1314
* [LangRef] Require elementtype attribute for indirect inline asm operandsNikita Popov2022-01-044-7/+97
* [Evaluator] Make forward declaration consistent (NFC)Nikita Popov2022-01-041-1/+1
* [ELF] Handle .init_array prefix consistentlyNikita Popov2022-01-042-13/+36
* [GlobalOpt][Evaluator] Rewrite global ctor evaluation (fixes PR51879)Nikita Popov2022-01-044-354/+158
* [clang-format] Fix incorrect formatting of lambdas inside brace initialisationMarek Kurdej2022-01-042-0/+8
* [mlir][LLVM] Set cleanup flag on `llvm.landingpad` when exporting to LLVM IRMarkus Böck2022-01-042-6/+5
* [mlir] Add CMake flags to properly enable Jit event listeners.Nicolas Vasilache2022-01-042-3/+20
* [M68k][NFC] Fix unused argument warnings in M68kInstrArithmetic.tdJim Lin2022-01-041-26/+23
* [mlir] Fix bazel build after b4130e9eadfe46b4d3380c40ce8c3e900a0fd21b.Alexander Belyaev2022-01-041-0/+1
* [clang] Fix warning about unused variable [NFC]Mikael Holmen2022-01-041-1/+1
* Revert "[AVR] Optimize int8 arithmetic right shift 6 bits"Ben Shi2022-01-043-61/+0
* [X86] Add missing CET intrinsics supportFreddy Ye2022-01-042-0/+22
* [AVR] Optimize int8 arithmetic right shift 6 bitsBen Shi2022-01-043-0/+61
* [M68k][NFC] Fix typo in comment. PCD->PCI.Jim Lin2022-01-041-2/+2
* [NFC] [Coroutines] Fix incorrect use of coroutine intrinsicsChuanqi Xu2022-01-041-2/+4
* [MLIR[PDL] NFC. Fix unused variable warning in PDLToPDLInterp.cppUday Bondhugula2022-01-041-1/+1
* [MLIR] Printing a null Value.Stanislav Funiak2022-01-041-1/+11
* [MLIR][PDL] Generalize result type verificationStanislav Funiak2022-01-042-8/+37
* [MLIR][PDL] Integration test of multi-root matching and related fixes.Stanislav Funiak2022-01-043-6/+318
* [MLIR][PDL] Make predicate order deterministic.Stanislav Funiak2022-01-041-5/+14
* [MLIR][PDL] Refactor the positions for multi-root patterns.Stanislav Funiak2022-01-045-74/+233
* [M68k][NFC] Fix file headerJim Lin2022-01-0459-59/+59
* [llvm-readobj][test] Rename ELF/reloc-types-elf-*.test to avoid redundant "el...Fangrui Song2022-01-039-0/+0
* [lldb] Use std::move in StringList (NFC)Dave Lee2022-01-031-3/+5
* [mlir][LLVM] Fix mapping of result values of `llvm.invoke` during exportMarkus Böck2022-01-032-9/+48
* [mlir] NFC - Format ExecutionEngine.cppNicolas Vasilache2022-01-031-6/+6
* Revert "[clang-format][NFC] Prefer pass by reference"Björn Schäpers2022-01-031-5/+5
* [clang-format][NFC] Merge another two calls to isOneOfBjörn Schäpers2022-01-031-4/+3
* [clang-format][NFC] Code Tidies in UnwrappedLineFormatterBjörn Schäpers2022-01-031-53/+57
* [lld][MinGW] Remove `--no-as-needed` from ignored flagsMarkus Böck2022-01-031-1/+0
* Add IgnoreBaseInCopyConstructors to .clang-tidyKazu Hirata2022-01-031-1/+2
* [libc++][CI] Don't install libc6-dev-i386 in the Docker imageLouis Dionne2022-01-031-1/+0
* [libc++][NFC] Fix comment for running Docker containerLouis Dionne2022-01-031-1/+1
* [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson2022-01-036-20/+35
* [gn build] Port 6f6f88ffdae1LLVM GN Syncbot2022-01-032-0/+2
* [clang-format] Style to separate definition blocksksyx2022-01-0311-7/+677
* [clang-format] Add penalty for breaking after '('G. Pery2022-01-035-0/+75