summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury2019-07-171-0/+19
* Add explicit dependencies on MCSection.h and MCDwarf.h to the .cppEric Christopher2019-04-121-0/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+2
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-2/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-0/+3
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-3/+0
* Revert r343341Luke Cheeseman2018-11-231-0/+3
* Revert r343317Luke Cheeseman2018-09-281-3/+0
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-0/+3
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-3/+0
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-0/+3
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-3/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+3
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-3/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+3
* Style update. NFC.Rafael Espindola2018-03-291-2/+2
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [DWARF] Add EmitDwarfOffset function, NFC.Alexey Bataev2018-03-221-0/+4
* Use assembler expressions to lay out the EH LSDA.Rafael Espindola2018-02-091-9/+10
* [DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffsets() to take a DwarfStr...Wolfgang Pieb2018-01-111-3/+4
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-4/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* [AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih2017-11-021-0/+3
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-151-3/+10
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-1/+1
* Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.Adrian Prantl2016-12-091-30/+0
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-1/+1
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-1/+1
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-2/+2
* Rely on a single DWARF version instead of having two copiesGreg Clayton2016-11-231-1/+1
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-2/+1
* CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.Peter Collingbourne2016-05-201-3/+3
* Generalize ownership/passing semantics to allow dsymutil to own abbreviations...David Blaikie2015-11-181-12/+5
* [X86] Generate .cfi_adjust_cfa_offset correctly when pushing argumentsMichael Kuperstein2015-11-031-0/+3
* [AsmPrinter] Prune dead code. NFC.Benjamin Kramer2015-10-151-12/+0
* [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before callsMichael Kuperstein2015-10-071-0/+6
* Test commit. Fix comment. NFC.Maksim Panchenko2015-09-191-1/+1
* Fix typos.Bruce Mitchener2015-09-121-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+1
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-1/+1
* AsmPrinter: Cleanup DIEValue::EmitValue() API, NFCDuncan P. N. Exon Smith2015-06-241-3/+2
* Rename and improve emitSectionOffset.Rafael Espindola2015-06-161-18/+14
* AsmPrinter: Stop exposing underlying DIE children list, NFCDuncan P. N. Exon Smith2015-05-281-1/+1
* AsmPrinter: Stop exposing underlying DIEValue list, NFCDuncan P. N. Exon Smith2015-05-271-7/+5
* AsmPrinter: Store abbreviation data directly in DIE and DIEValueDuncan P. N. Exon Smith2015-05-271-12/+8
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-4/+4
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-4/+4
OpenPOWER on IntegriCloud