aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-25[debug-info] refactor emitDwarfUnitLengthChen Zheng1-5/+2
2020-09-15[DebugInfo] Fix emitting DWARF64 .debug_addr sections (15/19).Igor Kudrin1-3/+1
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-1/+1
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-3/+3
2020-02-13[AsmPrinter] De-capitalize some AsmPrinter::Emit* functionsFangrui Song1-1/+1
2019-01-24DebugInfo: Use assembly label arithmetic for address pool size for easier rea...David Blaikie1-8/+16
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-24Revert rL350048 and rL350050Max Kazantsev1-15/+8
2018-12-24Fix build - follow-up to r350048 which broke headerless (v4) address poolDavid Blaikie1-5/+9
2018-12-24DebugInfo: Use assembly label arithmetic for address pool size for easier rea...David Blaikie1-5/+8
2018-12-24DebugInfo: Add assembly comments for debug_addr contribution header fieldsDavid Blaikie1-0/+4
2018-10-20DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie1-3/+3
2018-09-20[DWARF] - Emit the correct value for DW_AT_addr_base.George Rimar1-5/+7
2018-08-01[DWARF] Basic support for producing DWARFv5 .debug_addr sectionVictor Leschuk1-0/+18
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie1-1/+1
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-08-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko1-1/+4
2016-08-06Move helpers into anonymous namespaces. NFC.Benjamin Kramer1-2/+0
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-1/+1
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-1/+1
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames1-2/+2
2014-04-26DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie1-0/+1
2014-04-25Add missing cpp file headerDavid Blaikie1-0/+8
2014-04-23Separate out the DWARF address pool into its own type/files.David Blaikie1-0/+36