aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-15[mlir] Convert tests to check 'target=...'Paul Robinson6-6/+6
2022-12-15[MachOYAML] Improve section offset misalignment error messageMichael Buch2-2/+8
2022-12-15[lldb][Test] Propagate llvm::yaml error message in TestFile::fromYamlMichael Buch1-3/+5
2022-12-15[llvm] Convert tests to check 'target=...'Paul Robinson8-8/+8
2022-12-15[mlgo] Retire LLVM_HAVE_TF_APIKazu Hirata7-15/+3
2022-12-15[LoopRotate] Clear block and loop dispo cache when merging blocks.Florian Hahn2-0/+50
2022-12-15[MCJIT] Convert tests to check 'target=...'Paul Robinson12-12/+12
2022-12-15[lld] Convert tests to check 'target=...'Paul Robinson1-1/+1
2022-12-15[mlgo] Use have_tflite instead of have_tf_apiKazu Hirata20-21/+21
2022-12-15[flang] Correct folding of SAME_TYPE_AS()Peter Klausler1-3/+4
2022-12-15Headers: tweak inclusion condition for stdatomic.hSaleem Abdulrasool2-2/+6
2022-12-16[mailmap] Add my entryTommy Chiang1-0/+1
2022-12-15[PowerPC][GIsel] Materialize i64 constants.Kai Nacke2-0/+782
2022-12-15[NFC] Cleanup: Remove instances of Function::getBasicBlockList()Vasileios Porpodas7-14/+13
2022-12-15[libc] Handle allocation failures in the dirent API gracefully.Siva Chandra Reddy11-44/+140
2022-12-15[libc] fix shifting exact multiples of 64 in uintMichael Jones2-5/+19
2022-12-15[WindowsDriver] Improve VSInstallPath check for IDE subdirectoryDimitry Andric1-2/+4
2022-12-15Revert "[WindowsDriver] Improve VSInstallPath check for IDE subdirectory"Dimitry Andric1-4/+2
2022-12-15[WindowsDriver] Improve VSInstallPath check for IDE subdirectoryDimitry Andric1-2/+4
2022-12-15[NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be cons...Vasileios Porpodas37-79/+80
2022-12-15[clang] Convert tests to check 'target=...'Paul Robinson3-4/+4
2022-12-15Revert "[NFC][DebugInfo] Autogenerate check lines in assignment-tracking/sroa/*"Roman Lebedev14-1177/+103
2022-12-15[mlir][sparse] performs a tab cleanup (NFC)Aart Bik7-10/+10
2022-12-16[AArch64] Minor changes and sanity checks in relation to https://reviews.llvm...Nilanjana Basu1-8/+11
2022-12-15[clang] Support for read-only typesMalavikaSamak9-0/+264
2022-12-15[OpenMP][libomptarget] Add utility header for AMDGPU pluginsKevin Sala4-115/+146
2022-12-15[libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy29-181/+181
2022-12-15[mlir][sparse] remove unintended file and trailing white spacePeiming Liu2-6/+6
2022-12-15[mlir][VectorToGPU] Support transposed+broadcasted 2D MMA loadLei Zhang2-6/+26
2022-12-16Fix: use "using namespace" in a header file.Emmmer2-22/+20
2022-12-15[mlir][VectorToGPU] Support transposed+broadcasted 1D MMA loadLei Zhang2-6/+32
2022-12-15[AutoFDO] Use getHeadSamplesEstimate instead of getTotalSamples to compute pr...wlei3-11/+68
2022-12-15Revert "Revert "[AArch64][GlobalISel][Legalizer] Legalize G_SHUFFLE_VECTOR wi...Kevin Athey5-3/+255
2022-12-15Revert "[AArch64][GlobalISel][Legalizer] Legalize G_SHUFFLE_VECTOR with diffe...Kevin Athey5-255/+3
2022-12-15[mlgo] Use LLVM_HAVE_TFLITE instead of LLVM_HAVE_TF_APIKazu Hirata2-14/+10
2022-12-15[RISCV][InsertVSETVL] Incorporate demanded fields into compatibility interfac...Philip Reames1-6/+9
2022-12-15APFloat: Add isSmallestNormalized predicate functionMatt Arsenault4-1/+111
2022-12-15[RISCV] Teach RISCVSExtWRemoval to remove sext.w whose upper bits aren't dema...Craig Topper2-6/+56
2022-12-15[APInt] Fix a bug in the unit testing introduced in 55968109dPeter Rong1-1/+2
2022-12-15[flang] Semantic-check for procedure pointers with assumed character lengthKelvin Li3-0/+39
2022-12-15[NFC][DebugInfo] assignment-tracking/sroa: do check !DIAssignID, and the meta...Roman Lebedev14-62/+887
2022-12-15[UpdateTestChecks] Handle !DIAssignID metadataRoman Lebedev4-20/+21
2022-12-15[NFC][UpdateTestChecks] Add coverage for missing !DIAssignID handlingRoman Lebedev4-205/+225
2022-12-16Fix buildbot out of memoryEmmmer2-21/+28
2022-12-15[AMDGPU] Test fixupChristudasan Devadasan1-1/+2
2022-12-15[APInt] provide a safe API for zext value and sext value.Peter Rong2-0/+41
2022-12-15[NFC] Rename Function::insertBasicBlockAt() to Function::insert().Vasileios Porpodas22-46/+46
2022-12-15[clang-tools-extra] Convert tests to check 'target=...'Paul Robinson5-5/+5
2022-12-15[libc] Templatize ato* testsAlex Brachet6-162/+115
2022-12-15[ADT] Remove llvm::Optional::transformKazu Hirata2-51/+0