aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[𝘀𝗽𝗿] initial versionusers/Prabhuk/sprasmprintercallgraphsection-emit-call-graph-sectionNecip Fazil Yildiran1-0/+125
2024-04-03Print more descriptive error message when trying to link a global with append...Gleb Popov1-1/+1
2024-04-02[CallSiteInfo][NFC] CallSiteInfo -> CallSiteInfo.ArgRegPairs (#86842)Prabhuk1-3/+3
2024-03-19[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#83862)Daniil Kovalev1-0/+12
2024-03-15[X86,AsmPrinter] Set assembler dialect for module inline asmFangrui Song1-2/+4
2024-03-13[CodeGen][Tablegen] Fix uninitialized var and shift overflow. (#84896)mahesh-attarde1-1/+2
2024-03-02Revert "[Dwarf] Support `__ptrauth` qualifier in metadata nodes" (#83672)Daniil Kovalev1-14/+0
2024-03-01[DWARF] Use std::tie after #83047. NFCFangrui Song1-3/+2
2024-03-01[Dwarf] Support `__ptrauth` qualifier in metadata nodes (#82363)Daniil Kovalev1-0/+14
2024-02-26[LLVM][DWARF] Make dwarf::getDebugNamesBucketCount return a pair. (#83047)cmtice1-1/+3
2024-02-25[Codegen] Change getSpillSize/getReloadSize to LocationSize. NFC (#82636)David Green1-15/+11
2024-02-21[LLVM][DWARF] Refactor code for generating DWARF V5 .debug_names (#82394)cmtice1-12/+2
2024-02-20Reapply "[llvm] Fix assertion error where we didn't check fixed point… (#82...PiJoules1-0/+3
2024-02-19Revert "[llvm] Fix assertion error where we didn't check fixed point types." ...Vladimir Vereschaka1-3/+0
2024-02-15[llvm] Fix assertion error where we didn't check fixed point types. (#80757)PiJoules1-0/+3
2024-02-15[LLVM][DWARF] Fix for memory leak (#81828)Alexander Yermolovich1-1/+4
2024-02-14[LLVM][DWARF] Change .debug_names abbrev to be an index (#81200)Alexander Yermolovich1-80/+50
2024-02-08[NVPTX] Add support for calling aliases (#81170)Alex MacLean1-1/+1
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee1-26/+65
2024-01-23[AsmPrinter] Remove mbb-profile-dump flag (#76595)Aiden Grossman1-51/+0
2024-01-22Arm64EC entry/exit thunks, consolidated. (#79067)Eli Friedman1-0/+33
2024-01-19[AsmPrinter][DebugNames] Implement DW_IDX_parent entries (#77457)Felipe de Azevedo Piovezan1-14/+113
2024-01-18[AsmPrinter] Fix gcc -Wparentheses warning [NFC]Mikael Holmen1-6/+6
2024-01-16Revert "[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined ...Davide Italiano3-58/+31
2024-01-12[LLVM][DWARF] Fix accelerator table switching between CU and TU (#77511)Alexander Yermolovich1-2/+10
2024-01-11[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined function...Vladislav Dzhidzhoev3-31/+58
2024-01-08[AccelTable][nfc] Add helper function to cast AccelTableData (#77100)Felipe de Azevedo Piovezan1-6/+5
2024-01-05[AsmPrinter][Dwarf5][nfc] Remove template from AccelTable class (#76296)Felipe de Azevedo Piovezan1-37/+25
2024-01-03[SHT_LLVM_BB_ADDR_MAP][AsmPrinter] Implements PGOAnalysisMap emitting in AsmP...Micah Weston1-3/+77
2023-12-21[AccelTable][NFC] Fix typos and duplicated code (#76155)Felipe de Azevedo Piovezan1-2/+2
2023-12-19[SystemZ][z/OS] Add exception handling for XPLINK (#74638)Yusra Syeda1-0/+1
2023-12-17[CodeGen] Remove unused forward declarations (NFC)Kazu Hirata2-2/+0
2023-12-17[CodeGen] Remove unnecessary includes (NFC)Kazu Hirata1-1/+0
2023-12-14CodeGen: add a missing check for bit-slice overlap in CV (#75504)Saleem Abdulrasool1-0/+6
2023-12-14[llvm] Support IFuncs on Darwin platforms (#73686)Jon Roelofs1-38/+99
2023-12-12[LLVM][DWARF] Add compilation directory and dwo name to TU in dwo section (#7...Alexander Yermolovich1-0/+10
2023-12-04[AIX] In assembly file, create a dummy text renamed to an empty string (#73052)stephenpeckham1-2/+13
2023-12-04[LLVM][DWARF] Add support for .debug_names with split dwarf (#73872)Alexander Yermolovich2-18/+37
2023-11-18[LLVM][DWARF] Add support for monolithic types in .debug_names (#70515)Alexander Yermolovich8-134/+271
2023-11-14[llvm] Allow GOTPCREL replacements for negative offsets (#72308)PiJoules1-5/+0
2023-11-13[DebugInfo] Implement TAG_label entries for debug_names (#71724)Felipe de Azevedo Piovezan1-3/+12
2023-11-09[XCOFF] Ensure .file is emitted before any .info pseudo-ops (#71577)stephenpeckham1-2/+10
2023-11-08Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev3-58/+31
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-1/+1
2023-11-06[AsmPrinter] Use StringRef::starts_with/ends_with instead of startswith/endsw...Simon Pilgrim4-7/+8
2023-11-02[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev3-31/+58
2023-11-01[llvm] Stop including llvm/Support/Endian.h (NFC)Kazu Hirata1-1/+0
2023-11-01[AsmPrinter] Avoid use of ConstantExpr::getIntegerCast() (NFCI)Nikita Popov1-3/+6
2023-10-27[BasicBlockSections] Apply path cloning with -basic-block-sections. (#68860)Rahman Lavaee1-21/+28
2023-10-25[LLVM[NFC] Refactor to allow debug_names entries to conatain DIE offset (#69399)Alexander Yermolovich3-16/+20