llvm-project/llvm/lib/CodeGen/AsmPrinter
Sander de Smalen fd6584a220 [AArch64][SVE] Fix CFA calculation in presence of SVE objects.
The CFA is calculated as (SP/FP + offset), but when there are
SVE objects on the stack the SP offset is partly scalable and
should instead be expressed as the DWARF expression:

     SP + offset + scalable_offset * VG

where VG is the Vector Granule register, containing the
number of 64bits 'granules' in a scalable vector.

Reviewed By: efriedma

Differential Revision: https://reviews.llvm.org/D84043
2020-08-04 11:47:06 +01:00
..
ARMException.cpp [MC] De-capitalize another set of MCStreamer::Emit* functions 2020-02-14 19:26:52 -08:00
AccelTable.cpp [MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex} 2020-02-14 23:08:40 -08:00
AddressPool.cpp [MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex} 2020-02-14 23:08:40 -08:00
AddressPool.h
AsmPrinter.cpp Support addrspacecast initializers with isNoopAddrSpaceCast 2020-07-31 10:42:43 -04:00
AsmPrinterDwarf.cpp [AArch64][SVE] Fix CFA calculation in presence of SVE objects. 2020-08-04 11:47:06 +01:00
AsmPrinterInlineAsm.cpp [MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etc 2020-02-15 09:11:48 -08:00
ByteStreamer.h [AsmPrinter] De-capitalize some AsmPrinter::Emit* functions 2020-02-13 13:38:33 -08:00
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
CodeViewDebug.cpp Use llvm::is_contained where appropriate (NFC) 2020-08-01 21:51:06 -07:00
CodeViewDebug.h Re-land [Debug][CodeView] Emit fully qualified names for globals 2020-05-18 17:31:00 -07:00
DIE.cpp [DebugInfo] Make DIEDelta::SizeOf() more explicit. NFCI. 2020-08-03 15:04:15 +07:00
DIEHash.cpp DIEHash.cpp - remove headers explicitly included in DIEHash.h. NFC. 2020-05-16 15:00:57 +01:00
DIEHash.h [AsmPrinter] Remove unused forward declarations. NFC. 2020-04-22 14:01:52 +01:00
DIEHashAttributes.def
DbgEntityHistoryCalculator.cpp [DebugInfo] Drop location ranges for variables which exist entirely outside the variable's scope 2020-07-22 12:45:21 +01:00
DebugHandlerBase.cpp Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI." 2020-07-24 13:02:33 +01:00
DebugLocEntry.h [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly operands locations 2019-12-20 14:39:05 -08:00
DebugLocStream.cpp hwasan: add tag_offset DWARF attribute to optimized debug info 2019-12-12 16:18:54 -08:00
DebugLocStream.h hwasan: add tag_offset DWARF attribute to optimized debug info 2019-12-12 16:18:54 -08:00
DwarfCFIException.cpp Call Frame Information (CFI) Handling for Basic Block Sections 2020-07-14 12:54:12 -07:00
DwarfCompileUnit.cpp [DebugInfo] Fix misleading using of DWARF forms with DIELabel. NFCI. 2020-08-03 15:04:08 +07:00
DwarfCompileUnit.h DwarfCompileUnit.cpp - remove duplicate includes that already exist in DwarfCompileUnit.h. NFC. 2020-07-22 19:25:27 +01:00
DwarfDebug.cpp Revert "Re-apply:" Emit DW_OP_implicit_value for Floating point constants"" 2020-07-27 09:44:13 -05:00
DwarfDebug.h [DebugInfo] Fix a comment and a variable name. NFC. 2020-08-03 15:04:00 +07:00
DwarfException.h Call Frame Information (CFI) Handling for Basic Block Sections 2020-07-14 12:54:12 -07:00
DwarfExpression.cpp Revert "Re-apply:" Emit DW_OP_implicit_value for Floating point constants"" 2020-07-27 09:44:13 -05:00
DwarfExpression.h Revert "Re-apply:" Emit DW_OP_implicit_value for Floating point constants"" 2020-07-27 09:44:13 -05:00
DwarfFile.cpp [MC] De-capitalize another set of MCStreamer::Emit* functions 2020-02-14 19:26:52 -08:00
DwarfFile.h Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List" 2019-12-18 16:28:19 -08:00
DwarfStringPool.cpp [MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex} 2020-02-14 23:08:40 -08:00
DwarfStringPool.h
DwarfUnit.cpp [DebugInfo] Fix misleading using of DWARF forms with DIELabel. NFCI. 2020-08-03 15:04:08 +07:00
DwarfUnit.h DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebug 2020-07-20 19:21:39 -07:00
EHStreamer.cpp [MC] De-capitalize another set of MCStreamer::Emit* functions 2020-02-14 19:26:52 -08:00
EHStreamer.h
ErlangGCPrinter.cpp [AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstruction 2020-02-13 17:06:24 -08:00
LLVMBuild.txt
OcamlGCPrinter.cpp [MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex} 2020-02-14 23:08:40 -08:00
WasmException.cpp [MC] De-capitalize another set of MCStreamer::Emit* functions 2020-02-14 19:26:52 -08:00
WasmException.h
WinCFGuard.cpp Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI." 2020-07-24 13:02:33 +01:00
WinCFGuard.h Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00
WinException.cpp TargetLowering.h - remove unnecessary TargetMachine.h include. NFC 2020-05-23 19:49:38 +01:00
WinException.h [AsmPrinter] Remove unused forward declarations. NFC. 2020-04-22 14:01:52 +01:00