aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
AgeCommit message (Expand)Author
2013-05-10Implement AsmParser for ARM unwind directives.Logan Chien
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-16Fix build failure introduced in 179591 when assertions are disabled.Logan Chien
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-30Override virtual function for ARM EH directives.Logan Chien
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-08Simplify code. Sort includes. No functionality change.Benjamin Kramer
2012-12-08Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth
2012-12-07Added Mapping Symbols for ARM ELFTim Northover