summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
Commit message (Expand)AuthorAge
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-09
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-02
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-06-10
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-09
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-10
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Fix build failure introduced in 179591 when assertions are disabled.Logan Chien2013-04-16
* Implement ARM unwind opcode assembler.Logan Chien2013-04-16
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Override virtual function for ARM EH directives.Logan Chien2013-01-30
* Remove duplicate includes.Roman Divacky2012-12-21
* Simplify code. Sort includes. No functionality change.Benjamin Kramer2012-12-08
* Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth2012-12-08
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07