summaryrefslogtreecommitdiff
path: root/lib/MC/MCLinkerOptimizationHint.cpp
AgeCommit message (Expand)Author
2017-02-11[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer
2016-06-22Prune some includes from headers and sink some inline functionsReid Kleckner
2015-06-01MC: Tidy up LOH naming a bit. NFC.Jim Grosbach
2015-05-20MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFCDuncan P. N. Exon Smith
2015-03-04This file should always have included MCAssembler and not MCStreamer. NFCPete Cooper
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-04-02[ARM64][CollectLOH] Add some comments to explain how the LOHsQuentin Colombet
2014-03-29Detemplatize LOHDirective.Benjamin Kramer
2014-03-29MachO: Add linker-optimisation hint framework to MC.Tim Northover