aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-01-05[ELF][Obvious] Last time fixing this test hopefullyJoseph Huber1-1/+1
2024-01-05[ELF] Again attempt to fix test on BE architecturesJoseph Huber1-1/+7
2024-01-05[ELF] Attempt to fix test on big endian architecturesJoseph Huber1-4/+3
2024-01-05[ELF] Attempt to set the OS when using 'makeTriple()' (#76992)Joseph Huber1-7/+34
2024-01-04[InstrProf] No linkage prefixes in IRPGO names (#76994)Ellis Hoag1-16/+2
2024-01-04[AArch64] Correct features for Arm Cortex-A78C, Cortex-X1C and Cortex-X2 (#76...Jonathan Thackray1-3/+3
2024-01-03[NFC][llvm-exegesis] Remove redundant register initial values argumentAiden Grossman1-2/+1
2024-01-03[Orc] Deduplicate GDB JIT Interface declarations (NFC) (#76373)Stefan Gränitz1-30/+3
2024-01-03[GlobalISel][AArch64] Tail call libcalls. (#74929)David Green1-1/+3
2024-01-02[RISCV][test] Add tests for RISCVInstrInfo::describeLoadedValue (#76041)Alex Bradbury1-0/+78
2023-12-30[RISCV] Add MC layer support for Zicfiss. (#66043)Yeting Kuo1-0/+1
2023-12-28[RISCV] Remove XSfcie extension.Craig Topper1-1/+0
2023-12-28[RISCV][MC] Add support for experimental Zcmop extension (#76395)Wang Pengcheng1-0/+1
2023-12-26[RISCV][MC] Add support for experimental Zimop extension (#75182)Jivan Hakobyan1-0/+1
2023-12-23[LiveDebugValues][nfc] Reduce memory usage of InstrRef (#76051)Felipe de Azevedo Piovezan1-30/+15
2023-12-22[AArch64] Assembly support for the Armv9.5-A Memory System Extensions (#76237)Lucas Duarte Prates1-0/+2
2023-12-21Re-land "[AArch64] Codegen support for FEAT_PAuthLR" (#75947)Tomas Matheson1-1/+3
2023-12-21Revert "[AArch64] Codegen support for FEAT_PAuthLR"Tomas Matheson1-3/+1
2023-12-21[ValueTracking] Shufflevector produces poison rather than undefNikita Popov1-4/+4
2023-12-21[AArch64] Codegen support for FEAT_PAuthLRTomas Matheson1-1/+3
2023-12-21[TLI] Add getLibFunc that accepts an Opcode and scalar Type. (#75919)Paschalis Mpeis1-0/+35
2023-12-20Reland: [AArch64] Assembly support for the Checked Pointer Arithmetic Extensi...Lucas Duarte Prates1-1/+3
2023-12-20[RISCV] Make Zcmt imply Zicsr. (#75464)Yvan Roux1-2/+4
2023-12-19[Support] Fix warningsKazu Hirata1-2/+2
2023-12-19Reland the reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifie...Mingming Liu1-2/+2
2023-12-20[CommandLine] Add subcommand groups (#75678)Igor Kudrin1-0/+27
2023-12-19[VFABI] Create FunctionType for vector functions (#75058)Paschalis Mpeis1-32/+172
2023-12-18[RISCV] Remove experimental from Vector Crypto extensions (#74213)Eric Biggers1-16/+16
2023-12-19[IR] Disallow ZeroInit for spirv.Image (#73887)Wenju He1-1/+1
2023-12-18Revert "Reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, ...Mingming Liu1-2/+2
2023-12-18Reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semi...Mingming Liu1-2/+2
2023-12-18[llvm][Support] Lift raw_socket_stream implementation out into own files (#75...criis1-1/+1
2023-12-18Revert "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semi...Mingming Liu1-2/+2
2023-12-18[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as...Mingming Liu1-2/+2
2023-12-18Triple: Fix handling of macos with unexpected target arches (#75469)Matt Arsenault1-0/+7
2023-12-18[llvm][Support] Add indirection to call correct validate(...) function (#71966)arrv-sc1-0/+3
2023-12-18[RISCV][test] Fix lifetime bug with Module in testAlex Bradbury1-3/+4
2023-12-17[Analysis] Use llvm::erase (NFC)Kazu Hirata1-6/+1
2023-12-17[CodeGen] Remove unnecessary includes (NFC)Kazu Hirata1-1/+0
2023-12-16[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2-2/+2
2023-12-15[llvm-exegesis] Adjust page size in unit tests to fix ppc failuresAiden Grossman1-9/+9
2023-12-15[AMDGPU] - Add address space for strided buffers (#74471)Jessica Del2-16/+22
2023-12-15[symbolizer] Support symbol+offset lookup (#75067)Serge Pavlov1-1/+2
2023-12-14[OptTable] Make new lines in help text respect indentation (#75366)Andres Villegas2-0/+32
2023-12-14[llvm-exegesis] Refactor MMAP platform-specific preprocessor directives (#75422)Aiden Grossman1-15/+1
2023-12-14Revert "[ADT][StringMap] Add ability to precompute and reuse the string hash"David Blaikie1-11/+0
2023-12-14[InstrRef][nfc] Remove usage of unique_ptrs of arrays (#74203)Felipe de Azevedo Piovezan1-9/+2
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata19-46/+49
2023-12-13[LLVM] Add file magic detection for SPIR-V files. (#75363)Joseph Huber1-0/+6
2023-12-13[llvm][Windows] Don't run socket tests on old versions of WindowsMichael Spencer1-0/+16