aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Revert "[llvm-cov] reset executation count to 0 after wrapped segment"Tom Stellard1-1/+1
2021-02-19[CSSPGO][llvm-profgen] Compress recursive cycles in calling contextwlei3-1/+48
2021-02-12[Support] Indent multi-line descr of enum cli options.Joachim Meyer1-0/+22
2021-02-04Revert "[ConstantFold] Fold more operations to poison"Juneyoung Lee1-12/+13
2021-01-26[GlobalISel] Implement computeKnownBits for G_SEXT_INREGJessica Paquette1-0/+72
2021-01-26[clang][cli] Accept strings instead of options in ImpliedByAnyOfJan Svoboda1-3/+3
2021-01-25Revert "Revert "[GlobalISel] LegalizerHelper - Extract widenScalarAddoSubo me...Mitch Phillips1-6/+84
2021-01-25Support: Remove duplicated code in {File,clang::ModulesDependency}Collector, NFCDuncan P. N. Exon Smith1-1/+0
2021-01-25[YAML I/O] Fix bug in emission of empty sequenceJonas Devlieghere1-6/+17
2021-01-24Fix sign-comparison warnings in unit test EXPECTsDavid Blaikie1-31/+31
2021-01-24[ValueTracking] Don't assume readonly function will returnNikita Popov1-7/+14
2021-01-23[OpenMPIRBuilder] Implement tileLoops.Michael Kruse1-0/+449
2021-01-23[FuzzMutate] Add mutator to modify instruction flags.Florian Hahn1-0/+105
2021-01-22ADT: Use 'using' to inherit assign and append in SmallStringDuncan P. N. Exon Smith1-0/+18
2021-01-22[RGT][TextAPI] Remove a zero-trip loop and the assertions within itPaul Robinson1-10/+2
2021-01-22[RGT] Don't use EXPECT* macros in a subprocess that exits by signallingPaul Robinson1-2/+6
2021-01-22[RGT][ADT] Remove test assertion that will not be executedPaul Robinson1-1/+0
2021-01-22Revert "[GlobalISel] LegalizerHelper - Extract widenScalarAddoSubo method"Mitch Phillips1-84/+6
2021-01-22[VFS] Fix inconsistencies between relative paths and fallthrough.Jonas Devlieghere1-1/+35
2021-01-22[GlobalISel] LegalizerHelper - Extract widenScalarAddoSubo methodCassie Jones1-6/+84
2021-01-22[Analysis] Support AIX vec_malloc routinesShimin Cui1-0/+6
2021-01-21ADT: Fix reference invalidation in SmallVector::emplace_back and assign(N,V)Duncan P. N. Exon Smith1-20/+76
2021-01-20D94954: Fixes Snapdragon Kryo CPU core detectionRyan Houdek1-0/+26
2021-01-20[NFC][AMDGPU] Split AMDGPUSubtarget.h to R600 and GCN subtargetsdfukalov1-1/+2
2021-01-19[ValueTracking] Strengthen impliesPoison reasoningNikita Popov1-0/+40
2021-01-19AArch64: add apple-a14 as a CPUTim Northover1-1/+9
2021-01-19[ORC] Move OrcError.h to include/llvm/ExecutionEngine/Orc/Shared.Lang Hames2-2/+2
2021-01-18[STLExtras] Add a default value to drop_beginKazu Hirata1-0/+11
2021-01-16Fix llvm::Optional build breaks in MSVC using std::is_trivially_copyableJames Player1-0/+138
2021-01-15[StringExtras] Rename SubsequentDelim to ListSeparatorKazu Hirata1-7/+7
2021-01-15Revert "Revert "ADT: Fix reference invalidation in SmallVector...""Duncan P. N. Exon Smith1-28/+124
2021-01-15[MIPatternMatch] Add m_OneNonDBGUseJessica Paquette1-5/+16
2021-01-15Revert "Reapply "ADT: Fix reference invalidation in SmallVector::push_back an...Nikita Popov1-124/+28
2021-01-15[clang][cli] Specify KeyPath prefixes via TableGen classesJan Svoboda2-11/+13
2021-01-14Re-land [Support] On Windows, take the affinity mask into accountAlexandre Ganea1-20/+81
2021-01-14[Support] Ensure KnownBits::sextInReg can handle the src == dst sext-in-reg c...Simon Pilgrim1-1/+1
2021-01-14[Support] Add KnownBits::sextInReg exhaustive testsSimon Pilgrim1-0/+20
2021-01-14Revert "Fix llvm::Optional build breaks in MSVC using std::is_trivially_copya...Alexandre Ganea1-121/+0
2021-01-13ADT: Fix reference invalidation in SmallVector::resizeDuncan P. N. Exon Smith1-5/+7
2021-01-13ADT: Fix reference invalidation in N-element SmallVector::append and insertDuncan P. N. Exon Smith1-6/+25
2021-01-13Reapply "ADT: Fix reference invalidation in SmallVector::push_back and single...Duncan P. N. Exon Smith1-16/+91
2021-01-13Revert "ADT: Fix reference invalidation in SmallVector::push_back and single-...Duncan P. N. Exon Smith1-91/+16
2021-01-13ADT: Fix reference invalidation in SmallVector::push_back and single-element ...Duncan P. N. Exon Smith1-16/+91
2021-01-13Revert "[Support] On Windows, take the affinity mask into account"Alexandre Ganea1-62/+9
2021-01-13[Support] On Windows, take the affinity mask into accountAlexandre Ganea1-9/+62
2021-01-13Fix llvm::Optional build breaks in MSVC using std::is_trivially_copyableJames Player1-0/+121
2021-01-13[ValueTracking] Fix one s/dyn_cast/dyn_cast_or_null/Markus Lavin1-1/+6
2021-01-13[llvm-readelf/obj] - Add support of multiple SHT_SYMTAB_SHNDX sections.Georgii Rymar1-0/+33
2021-01-13[Orc] Add a unit test for asynchronous definition generation.Lang Hames1-1/+48
2021-01-12[AMDGPU] Add _e64 suffix to VOP3 InstsJoe Nash1-4/+4