aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-22[DFSan] Add functions to print origin trace from origin id instead of address.origin/mainAndrew Browne4-14/+156
2021-12-22[libc] add modified Eisel-Lemire for long doublesMichael Jones2-5/+197
2021-12-22[LLDB][DWARF] Fix duplicate TypeSP in type listZequan Wu1-5/+0
2021-12-22Revert "[DwarfDebug] Support emitting function-local declaration for a lexica...David Blaikie14-1043/+107
2021-12-23[AMDGPU] Select build_vector DAG nodes according to the divergencealex-t4-159/+423
2021-12-22[libc++] Remove "clang-format off/on" comments. NFC.Arthur O'Dwyer4-13/+0
2021-12-22[NFC][sanitizer] Reformat scriptVitaly Buka1-1/+4
2021-12-22[NFC][sanitizer] Reformat a part of the fileVitaly Buka1-18/+16
2021-12-22[libc][Obvious] Add target OSUtil tests only if the target OS/arch match.Siva Chandra Reddy2-2/+6
2021-12-22[ELF] Change some global pointers to unique_ptrFangrui Song7-12/+13
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy38-88/+106
2021-12-22[NFC][mlgo]Make the test model generator inlining-specificMircea Trofin7-84/+68
2021-12-23Resolve -Wdocumentation warning in ClangTidyDiagnosticConsumer (NFC)Salman Javed1-4/+2
2021-12-22[DSE] Fix invalid removal of store instructionMarianne Mailhot-Sarrasin2-11/+5
2021-12-22[mlir] Add unit test for disabling canonicalizer patterns (NFC)Mogball3-0/+89
2021-12-22[NFC][mlgo]Rename a variable in TensorFlowCompile.cmakeMircea Trofin1-2/+2
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini61-122/+122
2021-12-22[Hexagon] Make conversions to vector predicate types explicit for builtinsKrzysztof Parzyszek8-1083/+849
2021-12-23Resolve lint warning about converting unsigned to signed (NFC)Salman Javed1-1/+2
2021-12-22[mlir] Add missing unit tests to BUILD.bazelMogball2-1/+44
2021-12-22[DSE] Add test case showing bug PR52774.Marianne Mailhot-Sarrasin1-0/+60
2021-12-22[mlir] Update BUILD.bazel to include `scf_tests`Mogball1-0/+15
2021-12-22[libc][obvious] fix formatting mistakeMichael Jones2-4/+4
2021-12-22[NFC][AMDGPU][CostModel] Add tests for AMDGPU cost model, part 2.Daniil Fukalov11-0/+4333
2021-12-22[NFC][AMDGPU][CostModel] Add tests for AMDGPU cost model.Daniil Fukalov4-0/+1097
2021-12-22[mlir] Fix missing namespace (NFC)Mogball1-3/+3
2021-12-22[MLIR][PDL] Clear up the terminology in the root ordering graph.Stanislav Funiak3-39/+42
2021-12-22[mlir] Canonicalizer constructor should accept disabled/enabled patternsMogball3-7/+29
2021-12-22[libc] apply formatting to testsMichael Jones75-872/+900
2021-12-22Remove superfluous semicolon.Simon Pilgrim1-1/+1
2021-12-22[gn build] Port cb8a0b07974eLLVM GN Syncbot1-1/+1
2021-12-22[libc++] [ranges] Introduce _LIBCPP_AUTO_CAST(x) for auto(x).Arthur O'Dwyer15-99/+80
2021-12-22[mlir][arith] Fix CmpIOP folding for vector types.Adrian Kuegel2-1/+35
2021-12-22[DAG][X86] Add TargetLowering::isSplatValueForTargetNode overrideSimon Pilgrim7-46/+78
2021-12-22Revert "[AMDGPU] Move call clobbered return address registers s[30:31] to cal...Ron Lieberman97-5826/+6960
2021-12-22[Clang][DebugInfo] Cease turning instruction-referencing off by defaultJeremy Morse2-5/+0
2021-12-22[NFC][Clang] Move function implementation of `OpenMPAtomicUpdateChecker` into...Shilei Tian1-1/+1
2021-12-22[OpenMP] Regenerate test checks (NFC)Nikita Popov39-8961/+8940
2021-12-22[JSONNodeDumper] Regenerate test checks (NFC)Nikita Popov11-2/+141
2021-12-22[clang-tidy] abseil-string-find-startswith: detect `s.rfind(z, 0) == 0`Ivan Gerasimov3-8/+75
2021-12-22[libc++] [ranges] Remove the static_assert from ranges::begin and ranges::end.Arthur O'Dwyer13-279/+162
2021-12-22[AMDGPU] Move call clobbered return address registers s[30:31] to callee save...RamNalamothu97-6960/+5826
2021-12-22[lldb] [Process/FreeBSDKernel] Introduce libkvm supportMichał Górny4-38/+173
2021-12-22[clang][OpenMP][DebugInfo] Debug support for variables in shared clause of Op...Alok Kumar Sharma3-0/+110
2021-12-22[msan] Break optimization in memccpy testsNikita Popov1-0/+2
2021-12-22[libc++] Add from-scratch testing configs for WindowsMartin Storsjö5-3/+105
2021-12-22[libcxx] [test] Remove a leftover unused function in config.py. NFC.Martin Storsjö1-8/+0
2021-12-22[libcxx] [test] Prepare the ctime.timespec test for mingw CI env upgradesMartin Storsjö1-2/+5
2021-12-22[lldb] Use GetSupportedArchitectures on darwin platformsPavel Labath19-398/+96
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath8-103/+64