summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Use assembly label arithmetic for address pool size for easier rea...David Blaikie2019-01-241-8/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert rL350048 and rL350050Max Kazantsev2018-12-241-15/+8
* Fix build - follow-up to r350048 which broke headerless (v4) address poolDavid Blaikie2018-12-241-5/+9
* DebugInfo: Use assembly label arithmetic for address pool size for easier rea...David Blaikie2018-12-241-5/+8
* DebugInfo: Add assembly comments for debug_addr contribution header fieldsDavid Blaikie2018-12-241-0/+4
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-3/+3
* [DWARF] - Emit the correct value for DW_AT_addr_base.George Rimar2018-09-201-5/+7
* [DWARF] Basic support for producing DWARFv5 .debug_addr sectionVictor Leschuk2018-08-011-0/+18
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-1/+4
* Move helpers into anonymous namespaces. NFC.Benjamin Kramer2016-08-061-2/+0
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-2/+2
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-261-0/+1
* Add missing cpp file headerDavid Blaikie2014-04-251-0/+8
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-231-0/+36
OpenPOWER on IntegriCloud