aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-21[nfc]For InstrProfData.inc, clang-format functions and opt-out of formatting ...Mingming Liu1-13/+20
2024-02-21[ARM,MC] Support FDPIC relocationsFangrui Song6-0/+21
2024-02-21Correctly round FP -> BF16 when SDAG expands such nodes (#82399)David Majnemer1-0/+13
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber1-10/+2
2024-02-21[LLVM][DWARF] Refactor code for generating DWARF V5 .debug_names (#82394)cmtice1-0/+19
2024-02-21[AArch64][GlobalISel] Refactor BITCAST Legalization (#80505)chuongg31-0/+5
2024-02-21[LLVM][SelectionDAG] Reduce number of ComputeValueVTs variants. (#75614)Paul Walker2-20/+16
2024-02-21[AArch64] Added feature dependencies for SME2p1 to TargetParser (#81860)Lukacma1-1/+1
2024-02-21[GlobalISel] replace right identity X * -1.0 with fneg(x) (#80526)Nick Anderson1-1/+9
2024-02-21[LIR][SCEVExpander] Restore original flags when aborting transform (#82362)Nikita Popov1-0/+20
2024-02-21[llvm-exegesis][NFC] Refactor all `ValidationEvent` info in a single … (#82...Clement Courbet1-0/+1
2024-02-21Revert "Implement convergence control in MIR using SelectionDAG (#71785)"Sameer Sahasrabuddhe10-104/+21
2024-02-21Implement convergence control in MIR using SelectionDAG (#71785)Sameer Sahasrabuddhe10-21/+104
2024-02-21[WebAssembly] Add segment RETAIN flag to support private retained data (#81539)Yuta Saito2-0/+4
2024-02-20[ORC] Add SectCreateMaterializationUnit, llvm-jitlink -sectcreate option.Lang Hames2-0/+71
2024-02-20[RemoveDIs][NFC] Introduce DbgRecord base class [1/3] (#78252)Orlando Cazalet-Hyams5-93/+161
2024-02-20[LLVM][ADT] Put both vesions of 'unique' into STLExtras.h (#82312)cmtice2-4/+7
2024-02-20[XCOFF] Support the subtype flag in DWARF section headers (#81667)stephenpeckham2-1/+10
2024-02-20[IndVars] Recompute flags if needed in widenIVUse of IV increment. (#82352)Florian Hahn1-0/+8
2024-02-20[AMDGPU] Fix operand types for `V_DOT2_F32_BF16` (#82044)Shilei Tian1-2/+2
2024-02-20[GlobalIsel] Combine logic of floating point compares (#81886)Thorsten Schütt1-0/+3
2024-02-20[Coro][WebAssembly] Add tail-call check for async lowering (#81481)Yuta Saito1-4/+4
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini1-1/+4
2024-02-19[ptrauth] Teach LLVM & LLDB about LLVM_ptrauth_authentication_mode (#82272)Jonas Devlieghere1-0/+1
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere1-0/+1
2024-02-19[llvm] Format OSType enum (NFC)Jonas Devlieghere1-10/+10
2024-02-19[RemoveDIs] Account for DPVAssigns in isIdenticalToWhenDefined (#82257)Orlando Cazalet-Hyams1-5/+4
2024-02-19[APInt] Add APIntOps::absdiff to compute the absolute difference of 2 unsigne...Simon Pilgrim1-0/+5
2024-02-19Revert "[ARM] __ARM_ARCH macro definition fix (#81493)"Tomas Matheson1-1/+0
2024-02-19[BatchAA] Fix a reference to a non-exising `pointsToConstantMemory` overload ...Momchil Velikov1-3/+1
2024-02-19[llvm-exegesis] Add branch miss validation counter (#81094)Aiden Grossman1-0/+1
2024-02-17[TargetParser] Expose Triple::getArchPointerBitWidth. (#82086)Lang Hames1-0/+8
2024-02-17Revert "[Support] Introduce formatv variant of createStringError" (#82126)Alex Langford1-10/+0
2024-02-17[llvm][misexpect][NFC] Fix typos in comments (#82124)Paul Kirth1-4/+4
2024-02-17[Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant.Frederic Cambus1-0/+1
2024-02-16[Support] Introduce formatv variant of createStringError (#80493)Alex Langford1-0/+10
2024-02-16[GlobalIsel] Lower integer constants to constant pool in `LegalizerHelper`. (...Mikhail Gudim1-0/+1
2024-02-16[LegacyPM] Remove legacy LoopRotate passArthur Eubanks3-8/+0
2024-02-16[AMDGPU] Use `bf16` instead of `i16` for bfloat (#80908)Shilei Tian1-4/+4
2024-02-16Add llvm_v3i32_ty. NFC. (#81928)Stanislav Mekhanoshin1-0/+1
2024-02-16[SROA] Use !tbaa instead of !tbaa.struct if op matches field. (#81289)Florian Hahn1-0/+3
2024-02-16[Transforms][Utils] Add helpers to map between Reduction IntrinsicID and Arit...Simon Pilgrim2-30/+17
2024-02-15[Object][Wasm] Use offset instead of index for Global address and store size ...Derek Schuff2-1/+3
2024-02-15[llvm][Support] Add quotes around option name (#81784)Jacob Lambert1-1/+1
2024-02-15[ConstantFolding] Do not consider padded-in-memory types as uniform (#81854)Björn Pettersson1-1/+2
2024-02-15CoverageMapping: Move `getParams<InnerParamTy>(MCDCParams)` into `mcdc::`NAKAMURA Takumi2-12/+17
2024-02-15[AArch64][GlobalISel] Refactor Combine G_CONCAT_VECTOR (#80866)chuongg32-14/+19
2024-02-15[MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (#81257)NAKAMURA Takumi1-2/+2
2024-02-15Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal3-2/+198
2024-02-14[clang] Add fixed point precision macros (#81207)PiJoules1-0/+1