aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-02-21[VPlan] Use opaque pointers in VPlan unit test IR (#69947)calebwat2-200/+200
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber1-40/+0
2024-02-21[LLVM][SelectionDAG] Reduce number of ComputeValueVTs variants. (#75614)Paul Walker1-0/+3
2024-02-20[LLVM][unittests] Fix type issue in STLExtrasTest.cppCaroline Tice1-1/+1
2024-02-20[VPlan] Merge main VPlan verifer with HCFG verifier.Florian Hahn1-3/+108
2024-02-20[RemoveDIs][NFC] Introduce DbgRecord base class [1/3] (#78252)Orlando Cazalet-Hyams3-31/+36
2024-02-20[LLVM][ADT] Put both vesions of 'unique' into STLExtras.h (#82312)cmtice1-0/+13
2024-02-19[APInt] Add APIntOps::absdiff to compute the absolute difference of 2 unsigne...Simon Pilgrim1-0/+34
2024-02-19Revert "[ARM] __ARM_ARCH macro definition fix (#81493)"Tomas Matheson1-8/+0
2024-02-17[TargetParser] Expose Triple::getArchPointerBitWidth. (#82086)Lang Hames1-1/+17
2024-02-17Revert "[Support] Introduce formatv variant of createStringError" (#82126)Alex Langford1-17/+0
2024-02-16[Support] Introduce formatv variant of createStringError (#80493)Alex Langford1-0/+17
2024-02-15[MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (#81257)NAKAMURA Takumi1-5/+5
2024-02-14[MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2>` (#81221)NAKAMURA Takumi1-10/+9
2024-02-13[llvm][Support] Add ExponentialBackoff helper (#81206)Michael Spencer2-0/+32
2024-02-13[SPIRV] Add to LINK_COMPONENTS to fix BUILD_SHARED_LIBS checkJessica Clarke1-0/+1
2024-02-13[ARM] __ARM_ARCH macro definition fix (#81493)James Westwood1-0/+8
2024-02-13[MC/DC] Refactor: Make `MCDCParams` as `std::variant` (#81227)NAKAMURA Takumi1-3/+3
2024-02-13[ADT] Allow std::next to work on BitVector's set_bits_iterator (#80830)Jay Foad1-0/+3
2024-02-13[MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (#81459)NAKAMURA Takumi1-4/+3
2024-02-13[LLT] Add and use isPointerVector and isPointerOrPointerVector. NFC. (#81283)Jay Foad1-0/+3
2024-02-12Gsymutil aggregation similar to DwarfDump --verify (#81154)Kevin Frei1-46/+73
2024-02-12[ORC] Make EPCDynamicLibrarySearchGenerator asyncBen Langmuir1-3/+3
2024-02-12[DWARFYAML] Implement debug_names support (#79666)Felipe de Azevedo Piovezan1-0/+253
2024-02-12[C API] Add blockaddress getters to C API (#81382)Benji Smith1-0/+39
2024-02-09[AArch64] Add the Ampere1B core (#81297)Philipp Tomsich2-1/+16
2024-02-08[NFC][RemoveDIs] Remove conditional compilation for RemoveDIs (#81149)Jeremy Morse2-22/+2
2024-02-08[ConstantRange] Improve ConstantRange::binaryXor (#80146)Yingwei Zheng1-0/+6
2024-02-08[PatternMatch] Add m_PtrAdd() matcher (NFC)Nikita Popov1-0/+22
2024-02-08[DebugInfo][RemoveDIs] Final omnibus test fixing for RemoveDIs (#81125)Jeremy Morse1-0/+1
2024-02-08[RISCV][test] Add test coverage for RISCVInstrInfo::isCopyInstrImplAlex Bradbury1-0/+63
2024-02-07[NFC][InstrProf]Generalize getParsedIRPGOFuncName to getParsedIRPGOName (#81054)Mingming Liu1-4/+2
2024-02-07[NewPM/Codegen] Move MachineModuleInfo ownership outside of analysis (#80937)Arthur Eubanks2-6/+9
2024-02-07[GISel] Add support for scalable vectors in getGCDType (#80307)Michael Maitland1-0/+56
2024-02-07[DebugInfo][RemoveDIs] Final final test-maintenence patch (#80988)Jeremy Morse1-0/+2
2024-02-07[PatternMatch] Add a matching helper `m_ElementWiseBitCast`. NFC. (#80764)Yingwei Zheng1-0/+42
2024-02-06[GISel] Add support for scalable vectors in getLCMType (#80306)Michael Maitland1-0/+87
2024-02-06[llvm][unittests] Put human-readable names on TargetParserTests. NFC (#80749)Jon Roelofs1-3/+19
2024-02-06[RISCV] Add Ssqosid support to -march. (#80747)Craig Topper1-0/+1
2024-02-06[DebugInfo][RemoveDIs] Don't allocate one DPMarker per instruction (#79345)Jeremy Morse1-6/+5
2024-02-05[CodeGen][NewPM] Consolidate PASS_NAME and CONSTRUCTOR in MachinePassRegistry...Arthur Eubanks1-0/+6
2024-02-05[RISCV] Add support for RISC-V Pointer Masking (#79929)Michael Maitland1-0/+5
2024-02-02Reapply "[ADT][StringMap] Add ability to precompute and reuse the string hash"David Blaikie1-0/+11
2024-02-02[SPIR-V] add convergence region analysis (#78456)Nathan Gauër2-0/+1116
2024-02-02CoverageMappingWriter: Emit `Decision` before `Expansion` (#78966)NAKAMURA Takumi1-0/+36
2024-02-01[RISCV] Add -march support for many of the S extensions mentioned in the prof...Craig Topper1-0/+17
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee2-193/+306
2024-02-01[RISCV][MC] MC layer support for the experimental zalasr extension (#79911)Brendan Sweeney1-0/+1
2024-02-01[AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)Anatoly Trosinenko1-21/+33
2024-02-01[AArch64] Replace LLVM IR function attributes for PSTATE.ZA. (#79166)Sander de Smalen1-41/+78