aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2022-12-15[MachOYAML] Improve section offset misalignment error messageMichael Buch2-2/+8
2022-12-15[llvm] Convert tests to check 'target=...'Paul Robinson8-8/+8
2022-12-15[mlgo] Retire LLVM_HAVE_TF_APIKazu Hirata5-8/+2
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[mlgo] Use have_tflite instead of have_tf_apiKazu Hirata20-21/+21
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[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 Porpodas36-78/+79
2022-12-15Revert "[NFC][DebugInfo] Autogenerate check lines in assignment-tracking/sroa/*"Roman Lebedev14-1177/+103
2022-12-16[AArch64] Minor changes and sanity checks in relation to https://reviews.llvm...Nilanjana Basu1-8/+11
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[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-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 Porpodas20-39/+40
2022-12-15[ADT] Remove llvm::Optional::transformKazu Hirata2-51/+0
2022-12-15[InstCombine] add nuw to any (1<<x)Sanjay Patel41-333/+337
2022-12-15Revert "[SelectionDAG] Do not second-guess alignment for alloca"Ron Lieberman43-145/+138
2022-12-15[X86] combineBitcastvxi1 - handle boolmask sign-extension through vselectSimon Pilgrim2-16/+21
2022-12-15[LoopVersioningLICM] Regenerate test checks (NFC)Nikita Popov1-11/+82
2022-12-15[RISCV] Bugfix for 90f91683 noticed in follow up workPhilip Reames1-0/+7
2022-12-15[UpdateTestChecks][PowerPC] Add ppc64 triple supportKai Nacke1-0/+1
2022-12-15[X86] Add test case for Issue #59526Simon Pilgrim1-0/+71
2022-12-15[ProgressMeter] Remove unnecessary semicolon (NFC)Nikita Popov1-1/+1
2022-12-15[NFC][DebugInfo] Autogenerate check lines in assignment-tracking/sroa/*Roman Lebedev14-103/+352
2022-12-15[GVN] reportMayClobberedLoad - avoid repeated cast<> calls. NFCI.Simon Pilgrim1-29/+29
2022-12-15[MRI] Print more debug infor in clearVirtRegs() (NFC)Nikita Popov1-1/+5
2022-12-15Fix failing test in presence of exceptions D140098Guillaume Chatelet1-4/+0
2022-12-15[RISCV][InsertVSETVLI] Mutate prior vsetvli AVL if doing so allows us to remo...Philip Reames7-58/+48
2022-12-15[AArch64] Extending lowering of 'trunc <(8|16) x i64> %x to <(8|16) x i8>' to...Nilanjana Basu2-185/+340
2022-12-15[AArch64] Extra unit tests for trunc lowering of vectorsNilanjana Basu1-0/+102
2022-12-15[Hexagon] Record original result type in wide multiplicationKrzysztof Parzyszek1-2/+7
2022-12-15[SelectionDAG] Do not second-guess alignment for allocaAndrew Savonichev43-138/+145
2022-12-15[NFC] Use std::optional over llvm::Optional to implement MaybeAlignGuillaume Chatelet3-9/+25
2022-12-15[PowerPC] Simplify PPCSubtargetKai Nacke3-254/+21
2022-12-15[PPC] Convert tests to check 'target=<triple>'Paul Robinson1-1/+1
2022-12-15Reland "[TargetLowering] Teach DemandedBits about VSCALE"Benjamin Maxwell2-13/+41