aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Revert "[OpenMP] Add the `ompx_attribute` clause for target directives"Aaron Ballman1-63/+28
2023-07-25AMDGPU: Correctly expand f64 sqrt intrinsicMatt Arsenault1-0/+7
2023-07-25[FuncSpec] Add Phi nodes to the InstCostVisitor.Alexandros Lamprineas1-1/+14
2023-07-25Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 "[Support] Change SetVector...Simon Pilgrim1-2/+2
2023-07-25[Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song1-2/+2
2023-07-25[X86] Support -march=graniterapids-d and update -march=graniterapidsFreddy Ye2-0/+2
2023-07-24[OpenMP] Add the `ompx_attribute` clause for target directivesJohannes Doerfert1-28/+63
2023-07-24[Support] Change MapVector's default template parameter to SmallVector<*, 0>Fangrui Song1-6/+5
2023-07-25ADT: ArrayRef: Assert that begin <= endDavid Blaikie1-1/+3
2023-07-24[TextAPI] Remove TBD file attributes that aren't used anymore.Cyndy Ishida1-28/+1
2023-07-24[TextAPI] Introduce SymbolSetCyndy Ishida3-92/+261
2023-07-24Recognize ARM64EC binaries in COFFObjectFile::getMachine.Jacek Caban1-1/+10
2023-07-24[yaml2obj] Add support for load config section data.Jacek Caban2-0/+19
2023-07-24[LAA] Make MaxSafeDepDistBytes private in LoopAccessAnalysis. NFCMichael Maitland1-1/+0
2023-07-24[Remark] Overload `<<` for Remark, RemarkType and RemarkLocation.Zain Jaffal1-0/+44
2023-07-24[GlobalISel] Fix GIM_CheckIsSameOperandIgnoreCopiespvanhout1-3/+2
2023-07-24[JITLink] ppc64.h - fix MSVC "not all control paths return a value" warning. ...Simon Pilgrim1-0/+1
2023-07-24[clang][CodeGen] Introduce `-frecord-command-line` for MachOAntonio Frighetto1-0/+2
2023-07-24[JITLink][PowerPC] Correct handling of R_PPC64_REL24_NOTOCKai Luo1-33/+71
2023-07-24[XCOFF] Write source language ID and CPU version ID into C_FILE symbol.esmeyi1-0/+1
2023-07-24[AMDGPU] Add llvm.amdgcn.wave.reduce.umin/umax Intrinsic.Pravin Jagtap1-0/+13
2023-07-23Revert commits for kernel environmentShilei Tian2-10/+6
2023-07-24[AArch64][GlobalISel] Legalize <2 x s8> and <4 x s8> for G_BUILD_VECTORZhongyunde1-0/+22
2023-07-24Reapply: [MemCpyOpt] implement single BB stack-move optimization which unify ...khei41-0/+4
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian2-6/+10
2023-07-23[AArch64] Lower fcvtl2 (fpext) via tablegen patterns.David Green1-0/+2
2023-07-22[InstrProf] Stabilize --show-prof-sym-list dump orderFangrui Song1-4/+1
2023-07-22Change DW_LLE_baseaddr to DW_LLE_baseaddrx in .debug_loclist sectionShubham Sandeep Rastogi2-33/+31
2023-07-22Emit a .debug_addr section with dsymutilShubham Sandeep Rastogi2-0/+54
2023-07-22Revert "Reapply: [MemCpyOpt] implement single BB stack-move optimization whic...khei41-4/+0
2023-07-21[AArch64] Move branch relaxation after bbsection assignmentDaniel Hoekwater1-0/+4
2023-07-21[LV] Replace use of getMaxSafeDepDist with isSafeForAnyVector (NFC)Florian Hahn1-2/+0
2023-07-21[RISCV] Allow delayed decision for ADD/SUB relocationsFangrui Song1-0/+8
2023-07-21Add missing SLEEF mappings to scalable vector functions for log2 and log2fMaciej Gabka1-0/+5
2023-07-21Revert "[TLI][AArch64] Add missing SLEEF mappings to scalable vector function...Maciej Gabka1-5/+0
2023-07-21[TLI][AArch64] Add missing SLEEF mappings to scalable vector functions for lo...Maciej Gabka1-0/+5
2023-07-21[IR] Accept non-Instruction in BinaryOperator::CreateWithCopiedFlags() (NFC)Nikita Popov1-1/+1
2023-07-21[llvm-exegesis] Guard `__builtin_thread_pointer` behind a configure checkMarkus Böck1-0/+2
2023-07-20Implement -frecord-command-line for XCOFF integrated assembler pathJake Egan2-4/+4
2023-07-20[ConstantFolding] Update failure behavior documentation (NFC)Nikita Popov1-10/+8
2023-07-20[TableGen] Support named argumentswangpc1-3/+33
2023-07-20[WebAssembly] Use SetVector to stabilize iteration order after D120365Fangrui Song1-2/+2
2023-07-20[X86] Add AVX-VNNI-INT16 instructions.Freddy Ye2-0/+62
2023-07-20[X86] Add SM4 instructions.Freddy Ye2-1/+26
2023-07-20[RuntimeDyldChecker][NFC] Add `section_addr` to BNF in the comment.Kai Luo1-0/+1
2023-07-19AccelTable: Use MapVector to stabilize iteration orderFangrui Song1-9/+10
2023-07-20[X86] Add SM3 instructions.Freddy Ye2-0/+20
2023-07-20[X86] Add SHA512 instructions.Freddy Ye2-0/+15
2023-07-19[DX] Fix PSV resource serializationChris Bieneman2-3/+10
2023-07-19[CodeGenPrepare] Refactor optimizeSelectInst (NFC)Momchil Velikov1-0/+9