aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
AgeCommit message (Expand)AuthorFilesLines
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