summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAge
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-28
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-14
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-09
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* [ARM] Improve build attributes emission.Amara Emerson2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-03
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-17
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-16
* Fix signed overflow in when computing encodings for ADR instructionsMihai Popa2013-08-13
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-09
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-17
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Fix ARM EHABI compact model 1 and 2 without handlerdata.Logan Chien2013-07-02
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-11
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-11
* ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().NAKAMURA Takumi2013-06-11
* Whitespace.NAKAMURA Takumi2013-06-11
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-10
* Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-06-10
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-09
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* 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
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-27
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31