summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAge
* Clean up an inconsistency in v7s feature default.Evan Cheng2014-01-09
* [arm] Fix an incorrect comment in ARMUnwindOpAsm.h.Logan Chien2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM Streamer: print out tag namesSaleem Abdulrasool2014-01-07
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-06
* [arm] Add softvfp to supported FPU names.Logan Chien2014-01-02
* Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger2013-12-26
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* Correctly handle the degenerated triple "thumb".Rafael Espindola2013-12-18
* [arm] Rename Tag_VFP_arch to Tag_FP_arch.Logan Chien2013-12-18
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* [arm] Implement ARM .arch directive.Logan Chien2013-12-11
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* 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