aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0910-195/+131
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2310-55/+187
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0221-400/+522
* Update LLVM for rebase to r212749.Stephen Hines2014-07-219-245/+62
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2915-115/+348
* Update to LLVM 3.5a.Stephen Hines2014-04-2421-806/+1709
* am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...Colin Cross2014-02-181-2/+0
|\
| * llvm: convert makefiles to support multilib buildColin Cross2014-02-061-2/+0
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1110-183/+669
|\ \ | |/ |/|
| * ARM: Add subtarget feature for CRCBernard Ogden2013-10-291-2/+2
| * Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-281-1/+1
| * [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-281-0/+333
| * Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
| * Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-141-2/+7
| * Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-091-1/+1
| * Add a MCTargetStreamer interface.Rafael Espindola2013-10-083-44/+167
| * [ARM] Improve build attributes emission.Amara Emerson2013-10-071-1/+1
| * Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-053-35/+8
| * [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-031-0/+11
| * [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-261-1/+1
| * Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+1
| * [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-171-8/+25
| * Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-1/+17
| * Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-2/+5
| * [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-9/+9
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-012-81/+80
| * Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-2/+1
| * Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-272-79/+81
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-272-81/+79
| * Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-161-2/+4
| * Fix signed overflow in when computing encodings for ADR instructionsMihai Popa2013-08-131-1/+1
| * Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-091-2/+8
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-074-52/+77
|\ \ | |/
| * This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-221-1/+1
| * [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-171-0/+13
| * 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
| * Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-1/+4
| * ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-181-1/+1
| * Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-182-35/+35
* | Update LLVM for merge to r183849.Stephen Hines2013-06-131-0/+1
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-1211-210/+342
|\ \ | |/
| * Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-111-1/+4
| * Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-111-1/+1
| * ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().NAKAMURA Takumi2013-06-111-1/+1
| * Whitespace.NAKAMURA Takumi2013-06-111-5/+5
| * ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-101-0/+2
| * Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-06-101-1/+1
| * ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-101-0/+43
| * Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-093-169/+185