summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [ADT] Use a lookup table in hexdigit() and call that from toHex()Hans Wennborg2022-01-111-6/+6
* [SemaOverload] compareConversionFunctions - use castAs<> instead of getAs<> t...Simon Pilgrim2022-01-111-2/+1
* [SemaOverload] Use castAs<> instead of getAs<> to avoid dereference of nullptrSimon Pilgrim2022-01-111-3/+2
* [clang] [test] Fix clang-cl unused argument tests on paths that start with /UMartin Storsjö2022-01-111-0/+10
* [LICM] Regenerate test checks (NFC)Nikita Popov2022-01-111-46/+214
* [MLIR] Update allocs to memref.allocs in documentation.Julian Gross2022-01-117-30/+30
* [RISCV] Generate 32 bits jumptable entries when code model is smallwangpc2022-01-113-2/+28
* [flang] Add tests for converting arrays and refs to arrays. NFCDiana Picus2022-01-111-2/+33
* [clangd] Save more getFileID in SelectionSam McCall2022-01-111-16/+28
* [SCEVExpander] Use IntToPtr for temporary instruction.Florian Hahn2022-01-111-2/+2
* [IR] Change vector.splice intrinsic to reject out-of-bounds indicesDavid Sherwood2022-01-116-307/+89
* [clangd] Small optimization in SelectionTreeSam McCall2022-01-111-2/+5
* [clang] [test] Remove newly added tests that fail on DarwinMartin Storsjö2022-01-111-10/+0
* [LoopVersioning] Check the full generated runtime checks in lcssa.ll.Florian Hahn2022-01-111-6/+33
* [mlir][GPU] Fix attribute name of DL specificationDiego Caballero2022-01-112-10/+10
* [CodeGen] Make element type in emitArrayDestroy() predictableNikita Popov2022-01-113-6/+8
* [CSKY] Add CSKYConstantIslands Pass to lift or duplicate constant pool entryZi Xuan Wu2022-01-1111-135/+1633
* [RISCV] Override TargetLowering::BuildSDIVPow2 to generate SELECTwangpc2022-01-113-0/+866
* [clang] Add --start-no-unused-arguments/--end-no-unused-arguments to silence ...Martin Storsjö2022-01-114-6/+75
* [gn build] Port 8d23b7420c92LLVM GN Syncbot2022-01-111-0/+1
* [libc++][ranges] Implement `uninitialized_copy{,_n}` and `uninitialized_move{...Konstantin Varlamov2022-01-1024-100/+1816
* [NFC][XCOFF][llvm-readobj] replace binaries with YAMLs (only tests for Symbols).Esme-Yi2022-01-117-846/+381
* allow llvm-reduce, if asked, to run its set of passes more than once, taking ...John Regehr2022-01-103-11/+34
* [ELF] Move OffsetGetter before some static functions. NFCFangrui Song2022-01-101-46/+46
* [lld-macho] Change some global pointers to unique_ptrFangrui Song2022-01-105-10/+10
* [lld-macho][test] Add missing coverage for archive/dylib resolution after D11...Fangrui Song2022-01-101-0/+2
* [RISCV] Block vmsgeu.vi with 0 immediate in IselChenbing.Zheng2022-01-114-83/+84
* [RISCV] Select vl op to X0 when it is equal to ~0.jacquesguan2022-01-112-3/+3
* [RISCV] Add precommit test for select vl op that equal to ~0.jacquesguan2022-01-111-0/+15
* [M68k][test][NFC] Reorder the tests for MxBTST_MI and MxBTST_MRJim Lin2022-01-112-48/+48
* [RISCV] Use shift for zero extension when Zbb and Zbp are not enabledHaocong.Lu2022-01-1136-896/+741
* git-clang-format HEAD~Nick Desaulniers2022-01-101-4/+4
* [TargetLowering] precommit refactor from D115688 NFCNick Desaulniers2022-01-101-13/+13
* [RISCV] Use vmv.s.x to build one element splat vector.jacquesguan2022-01-1111-916/+630
* Partial revert of 82fb4f4Philip Reames2022-01-103-39/+27
* Delete a stale commentPhilip Reames2022-01-101-4/+0
* [AST] lookup in parent DeclContext for transparent DeclContextChuanqi Xu2022-01-114-3/+29
* [SelectionDAG] Add additional documentation to FP_TO_S/UINT_SAT to justify D1...Craig Topper2022-01-101-0/+4
* [AST] Don't consider 'ExportDecl' when calculating DeclContext 'Encloses'Chuanqi Xu2022-01-112-1/+33
* Add a `qualified` directive to the Op, Attribute, and Type declarative assemb...Mehdi Amini2022-01-1112-12/+202
* [clang][OpenMP5.1] Initial parsing/sema for 'indirect' clauseJennifer Yu2022-01-1013-39/+218
* [Tooling] When transferring compile commands between files, always use '--'Sam McCall2022-01-114-25/+10
* [Diagnostics] Don't drop a statically set NoWarningAsError flag during option...Wolfgang Pieb2022-01-102-1/+7
* [libcxx][test] Make LIBCPP_STATIC_ASSERT usable at namespace scopeCasey Carter2022-01-101-5/+5
* Emit the C++ dialect in -gmodules .pcm files.Adrian Prantl2022-01-102-1/+2
* docs: update some bug tracker references (NFC)Keith Smiley2022-01-103-12/+9
* [CodeCompletion] Complete designators for fields in anonymous structs/unionsSam McCall2022-01-112-1/+17
* Add coverage of GlobalsModRef's indirect global casePhilip Reames2022-01-101-14/+85
* [libc] Add linux aarch64 syscall implementation.Siva Chandra2022-01-106-6/+143
* [NFC][regalloc] Pull out some AllocationOrder/CostPerUseLimit eviction logicMircea Trofin2022-01-102-26/+55