aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)AuthorFilesLines
2020-02-07[MachineInstr] Add isCandidateForCallSiteEntry predicateVedant Kumar1-1/+1
2020-02-07[AsmPrinter] Print FP constant in hexadecimal form insteadJinsong Ji1-4/+4
2020-02-07[DebugInfo]: Reorderd the emission of debug_str section.Sourabh Singh Tomar1-2/+2
2020-02-06[MC][ELF] Rename MC related "Associated" to "LinkedToSym"Fangrui Song1-4/+4
2020-02-04DebugInfo: Hash DW_OP_convert in loclists when using Split DWARFDavid Blaikie2-2/+2
2020-02-04[Remarks] Extend the RemarkStreamer to support other emittersFrancis Visoiu Mistrih1-3/+3
2020-02-04Revert "DebugInfo: Check DW_OP_convert in loclists with Split DWARF"Nico Weber2-2/+2
2020-02-03DebugInfo: Hash DW_OP_convert in loclists when using Split DWARFDavid Blaikie2-2/+2
2020-02-03DebugInfo: Simplify emitDebugLocEntry by never passing a null CUDavid Blaikie2-11/+7
2020-01-31DwarfDebug.cpp: Fix some indentationDavid Blaikie1-12/+13
2020-01-31DebugInfo: Split DWARF: Hash non-member function child DIEsDavid Blaikie1-1/+1
2020-01-30[AIX] Minor cleanup in AsmPrinter. [NFC]Sean Fertile1-5/+9
2020-01-30[AArch64] -fpatchable-function-entry=N,0: place patch label after BTIFangrui Song1-1/+7
2020-01-29[AsmPrinter][ELF] Define local aliases (.Lfoo$local) for GlobalObjectsFangrui Song1-1/+25
2020-01-29Run clang-format on DwarfExpression (NFC)Adrian Prantl2-36/+24
2020-01-29DwarfExpression: Factor out getOrCreateBaseType() (NFC)Adrian Prantl2-13/+21
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2-10/+11
2020-01-27Fix an assertion failure in DwarfExpression's subregister compositionAdrian Prantl2-13/+30
2020-01-27Reland (again): [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar5-20/+37
2020-01-27[DWARF] Do not pass Version to DWARFExpression. NFCI.Igor Kudrin1-1/+1
2020-01-27Improvements to call site register worklistDavid Stenberg1-34/+74
2020-01-27Don't separate imp/expl def handling for call site paramsDavid Stenberg1-21/+14
2020-01-24Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar4-28/+12
2020-01-24[Alignment][NFC] Deprecate Align::None()Guillaume Chatelet1-2/+2
2020-01-23Add function attribute "patchable-function-prefix" to support -fpatchable-fun...Fangrui Song1-4/+29
2020-01-23[NFC][DwarfDebug] Use proper analog GNU attribute for the pc addressDjordje Todorovic1-1/+0
2020-01-20[AsmPrinter] Don't emit __patchable_function_entries entry if "patchable-func...Fangrui Song1-1/+5
2020-01-20Recommit "[DWARF5][DebugInfo]: Added support for DebugInfo generation for aut...Awanish Pandey1-0/+8
2020-01-18[AsmPrinter] Delete dead takeDeletedSymbsForFunction()Fangrui Song1-10/+0
2020-01-17DebugInfo: Move SectionLabel tracking into CU's addRangeDavid Blaikie3-5/+9
2020-01-17[WebAssembly] Track frame registers through VReg and local allocationDerek Schuff1-6/+24
2020-01-17Move the sysroot attribute from DIModule to DICompileUnitAdrian Prantl2-4/+3
2020-01-17Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot"Adrian Prantl2-3/+4
2020-01-17Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2-4/+3
2020-01-16Revert "[WebAssembly] Track frame registers through VReg and local allocation"Derek Schuff1-24/+6
2020-01-16[WebAssembly] Track frame registers through VReg and local allocationDerek Schuff1-6/+24
2020-01-15DWARF: Simplify the way the return PC is attached to call site tags, NFCVedant Kumar1-5/+7
2020-01-15[DWARF] Emit DW_AT_call_return_pc as an addressVedant Kumar4-53/+15
2020-01-13Revert "[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto ...Amy Huang1-8/+0
2020-01-13[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return t...Awanish Pandey1-0/+8
2020-01-12__patchable_function_entries: don't use linkage field 'unique' with -no-integ...Fangrui Song1-18/+21
2020-01-10[AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...Fangrui Song1-2/+37
2020-01-06Don't rely on 'l'(ell) modifiers to indicate a label referenceBill Wendling1-19/+16
2019-12-24DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, ra...David Blaikie1-1/+1
2019-12-24DebugInfo: Add {} to address -Wdangling-else warning.David Blaikie1-1/+2
2019-12-24[DebugInfo] Fix v4 macinfo for dwo files.Sourabh Singh Tomar1-4/+9
2019-12-22[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor1-4/+33
2019-12-21DebugInfo: Remove out of date commentDavid Blaikie1-4/+0
2019-12-20[DWARF] Defer creating declaration DIEs until we prepare call site infoVedant Kumar1-7/+0
2019-12-20Reland: [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar4-7/+30