aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove address spaces from MC.Rafael Espindola2013-07-021-11/+10
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-021-3/+13
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-4/+4
* Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-06-101-1/+1
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-091-53/+71
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-101-26/+30
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-4/+5
* Fix build failure introduced in 179591 when assertions are disabled.Logan Chien2013-04-161-0/+4
* Implement ARM unwind opcode assembler.Logan Chien2013-04-161-45/+101
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-6/+9
* Override virtual function for ARM EH directives.Logan Chien2013-01-301-2/+216
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Simplify code. Sort includes. No functionality change.Benjamin Kramer2012-12-081-6/+6
* Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth2012-12-081-2/+3
* Added Mapping Symbols for ARM ELFTim Northover2012-12-071-0/+201