Changes in directory llvm/lib/Target/ARM:
ARMAsmPrinter.cpp updated: 1.68 -> 1.69
ARMTargetAsmInfo.cpp updated: 1.16 -> 1.17
---
Log message:
Enable protected visibility on ARM.
---
Diffs of the changes: (+16 -4)
ARMAsmPrinter.cpp| 19 +++
ARMTargetAsmInfo.cpp |1
Changes in directory llvm/lib/Target/ARM:
ARMAsmPrinter.cpp updated: 1.58 -> 1.59
ARMTargetAsmInfo.cpp updated: 1.12 -> 1.13
---
Log message:
For Darwin, put constant data into .const, .const_data, .literal{4|8|16}
sections.
---
Diffs of the changes: (+26 -2)
ARMAsmPrinter.cpp| 25 +++
Changes in directory llvm/lib/Target/ARM:
ARMAsmPrinter.cpp updated: 1.52 -> 1.53
ARMTargetAsmInfo.cpp updated: 1.9 -> 1.10
---
Log message:
Darwin -static should codegen static ctors / dtors to .constructor /
.destructor sections.
---
Diffs of the changes: (+16 -3)
ARMAsmPrinter.cpp|
Changes in directory llvm/lib/Target/ARM:
ARMAsmPrinter.cpp updated: 1.31 -> 1.32
ARMTargetAsmInfo.cpp updated: 1.1 -> 1.2
---
Log message:
print weak references
---
Diffs of the changes: (+14 -1)
ARMAsmPrinter.cpp| 14 +-
ARMTargetAsmInfo.cpp |1 +
2 files changed, 1