aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-26[MachineCycle][NFC] add a cache for block and its top level cycleChen Zheng2-16/+32
2022-09-15[llvm-objdump] Change printSymbolVersionDependency to use ELFFile APIFangrui Song1-1/+1
2022-09-07[Symbolizer] Handle {{{bt}}} symbolizer markup element.Daniel Thornburgh1-0/+2
2022-09-07[Symbolizer] Implement pc element in symbolizing filter.Daniel Thornburgh1-0/+17
2022-09-07[Symbolizer] Implement data symbolizer markup element.Daniel Thornburgh1-2/+9
2022-08-30[MCContext] Reverse order of DebugPrefixMap sort for generated assembly debug...Dan McGregor1-1/+2
2022-08-30[LAA] Require AddRecs to be in the innermost loop for diff-checks.Florian Hahn1-0/+2
2022-08-16[DebugInfo] -fdebug-prefix-map: handle '#line "file"' for asm sourceFangrui Song1-0/+1
2022-08-16[MCDwarf] Respect -fdebug-prefix-map= for generated assembly debug info (DWAR...Fangrui Song2-0/+8
2022-08-12[X86][BF16] Enable __bf16 for x86 targets.Freddy Ye1-0/+5
2022-08-12[AArch64][LoopVectorize] Introduce trip count minimal value threshold to igno...Dinar Temirbulatov2-0/+11
2022-08-10[ELF] Support --package-metadataAlex Brachet1-0/+1
2022-08-09[DAGCombiner] Extend visitAND to include EXTRACT_SUBVECTORDavid Sherwood1-0/+5
2022-08-08Wrap `llvm_unreachable` macro in do-while loopStefan Gränitz1-1/+5
2022-08-08[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUALTobias Hieta1-0/+3
2022-08-08[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAction is linked into tools.Lang Hames1-0/+3
2022-08-08[Orc] Disable use of shared memory on AndroidAnubhab Ghosh1-0/+3
2022-08-02[Support] Handle SPARC in sys::getHostCPUNameRainer Orth1-0/+1
2022-07-26[InstCombine] Fold strtoul and strtoull and avoid PR #56293Martin Sebor1-1/+1
2022-07-26[Matrix] Refactor tiled loops in a struct. NFCFrancis Visoiu Mistrih1-26/+21
2022-07-26[GlobalISel] Import patterns for G_FMAXIMUM + G_FMINIMUMJessica Paquette1-0/+2
2022-07-26[MachineFunctionPass] Support -print-changed and -print-changed=quietFangrui Song1-0/+15
2022-07-26[WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to fu...Stefan Gränitz1-2/+6
2022-07-26[SVE][SelectionDAG] Use INDEX to generate matching instances of BUILD_VECTOR.Paul Walker1-0/+6
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks4-1/+19
2022-07-26[Debuginfo][llvm-dwarfutil] Add check for unsupported debug sections.Alexey Lapshin1-1/+1
2022-07-26[MC,llvm-objdump,ARM] Target-dependent disassembly resync policy.Simon Tatham1-0/+23
2022-07-26[lldb][AArch64] Add support for memory tags in core filesDavid Spickett1-0/+2
2022-07-25[ADT] Deprecate Optional::getValueOr (NFC)Kazu Hirata1-2/+5
2022-07-25[DirectX backend] [NFC]Add DXILOpBuilder to generate DXIL operationXiang Li1-0/+63
2022-07-25[IRBuilder] Add assert for AtomicRMW orderingAlexander Shaposhnikov1-0/+2
2022-07-25Fix assertion in SmallDenseMap constructor with reserve from non-power-of-2 b...Vladislav Dzhidzhoev1-0/+2
2022-07-25[JITLink][COFF][x86_64] Reimplement ADDR32NB/REL32.Sunho Kim1-1/+22
2022-07-25[LoongArch] Parse LoongArch base ABI in ObjectYAML and llvm-readobjWeining Lu1-0/+20
2022-07-24Remove redundaunt override specifiers (NFC)Kazu Hirata1-12/+11
2022-07-24[llvm] Remove redundaunt virtual specifiers (NFC)Kazu Hirata11-69/+58
2022-07-24[NFC] Add parentheses in MathExtra.hAmaury Séchet1-1/+1
2022-07-24[ExecutionEngine] Fix a header guard (NFC)Kazu Hirata1-3/+3
2022-07-24[llvm] Remove unused forward declarations (NFC)Kazu Hirata6-9/+0
2022-07-24[ELF] Optimize some non-constant alignTo with alignToPowerOf2. NFCFangrui Song1-0/+6
2022-07-24[MC] Remove unused renameELFSectionFangrui Song1-2/+0
2022-07-24[MC] Delete dead zlib-gnu code and simplify writeSectionDataFangrui Song1-1/+0
2022-07-23[Analysis] Use default member initialization (NFC)Kazu Hirata1-3/+3
2022-07-23[CodeGen] Use range-based for loops (NFC)Kazu Hirata6-22/+14
2022-07-23[LegacyPM] Remove {,PostInline}EntryExitInstrumenterPassFangrui Song3-13/+0
2022-07-23[NFC] Switch a few uses of undef to poison as placeholders for unreachable codeNuno Lopes2-2/+2
2022-07-23[TableGen] Drop an unnecessary const from a return type (NFC)Kazu Hirata1-1/+1
2022-07-23[ADT] Use default member initialization (NFC)Kazu Hirata6-18/+18
2022-07-22Add a nop instruction if a section starts with landing pad for function splitterARCHIT SAXENA1-0/+2
2022-07-22llvm.swift.async.context.addr cannot be modeled as NoMem because we don't wan...Arnold Schwaighofer1-1/+1