| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Add subtarget feature for CRC | Bernard Ogden | 2013-10-29 | 1 | -2/+2 |
* | Return early from getUnconditionalBranchTargetOpValue if the branch target is | Lang Hames | 2013-10-28 | 1 | -1/+1 |
* | [arm] Implement eabi_attribute, cpu, and fpu directives. | Logan Chien | 2013-10-28 | 1 | -0/+333 |
* | Add a MCAsmInfoELF class and factor some code into it. | Rafael Espindola | 2013-10-16 | 2 | -3/+2 |
* | Add subtarget feature support for Cortex-A53 | Bernard Ogden | 2013-10-14 | 1 | -2/+7 |
* | Flip the ownership of MCStreamer and MCTargetStreamer. | Benjamin Kramer | 2013-10-09 | 1 | -1/+1 |
* | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 3 | -44/+167 |
* | [ARM] Improve build attributes emission. | Amara Emerson | 2013-10-07 | 1 | -1/+1 |
* | Remove some really nasty uses of hasRawTextSupport. | Rafael Espindola | 2013-10-05 | 3 | -35/+8 |
* | [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly. | Amara Emerson | 2013-10-03 | 1 | -0/+11 |
* | [ARM] Use the load-acquire/store-release instructions optimally in AArch32. | Amara Emerson | 2013-09-26 | 1 | -1/+1 |
* | Added support for generate DWARF .debug_aranges sections automatically. | Richard Mitton | 2013-09-19 | 1 | -1/+1 |
* | [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}. | Joey Gouly | 2013-09-17 | 1 | -8/+25 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 1 | -1/+17 |
* | Generate compact unwind encoding from CFI directives. | Bill Wendling | 2013-09-09 | 2 | -2/+5 |
* | [ARMv8] Implement the new DMB/DSB operands. | Joey Gouly | 2013-09-05 | 1 | -9/+9 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-09-01 | 2 | -81/+80 |
* | Clean up some usage of Triple. The base class has methods for determining if... | Cameron Esfahani | 2013-08-29 | 1 | -2/+1 |
* | Revert "Fix the build broken by r189315." and "Move everything depending on O... | Charles Davis | 2013-08-27 | 2 | -79/+81 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-08-27 | 2 | -81/+79 |
* | Add support for Thumb2 literal loads with negative zero offset | Mihai Popa | 2013-08-16 | 1 | -2/+4 |
* | Fix signed overflow in when computing encodings for ADR instructions | Mihai Popa | 2013-08-13 | 1 | -1/+1 |
* | Fix assembling of Thumb2 branch instructions. | Mihai Popa | 2013-08-09 | 1 | -2/+8 |
* | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -1/+1 |
* | [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. | Joey Gouly | 2013-07-17 | 1 | -0/+13 |
* | Remove address spaces from MC. | Rafael Espindola | 2013-07-02 | 1 | -11/+10 |
* | Fix ARM EHABI compact model 1 and 2 without handlerdata. | Logan Chien | 2013-07-02 | 1 | -3/+13 |
* | Add a subtarget feature 'v8' to the ARM backend. | Joey Gouly | 2013-06-26 | 1 | -1/+4 |
* | ARM: fix literal load with positive offset encoding | Amaury de la Vieuville | 2013-06-18 | 1 | -1/+1 |
* | Use pointers to the MCAsmInfo and MCRegInfo. | Bill Wendling | 2013-06-18 | 2 | -35/+35 |
* | Rework r183728, suppress assert(0) for now. Its behavior depends on assertion... | NAKAMURA Takumi | 2013-06-11 | 1 | -1/+4 |
* | Tweak a couple of tests on win32 hosts with +Asserts. | NAKAMURA Takumi | 2013-06-11 | 1 | -1/+1 |
* | ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows(). | NAKAMURA Takumi | 2013-06-11 | 1 | -1/+1 |
* | Whitespace. | NAKAMURA Takumi | 2013-06-11 | 1 | -5/+5 |
* | ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. | Tim Northover | 2013-06-10 | 1 | -0/+2 |
* | Silencing an MSVC warning about comparing signed and unsigned values. | Aaron Ballman | 2013-06-10 | 1 | -1/+1 |
* | ARM: ISB cannot be passed the same options as DMB | Amaury de la Vieuville | 2013-06-10 | 1 | -0/+43 |
* | Fix ARM unwind opcode assembler in several cases. | Logan Chien | 2013-06-09 | 3 | -169/+185 |
* | Follow up of the introduction of MCSymbolizer. | Quentin Colombet | 2013-05-24 | 1 | -4/+5 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 2 | -8/+8 |
* | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 1 | -4/+5 |
* | Add MCSymbolizer for symbolic/annotated disassembly. | Ahmed Bougacha | 2013-05-24 | 4 | -0/+62 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 1 | -1/+1 |
* | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
* | Implement AsmParser for ARM unwind directives. | Logan Chien | 2013-05-10 | 1 | -26/+30 |
* | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -4/+5 |
* | Fix build failure introduced in 179591 when assertions are disabled. | Logan Chien | 2013-04-16 | 1 | -0/+4 |
* | Implement ARM unwind opcode assembler. | Logan Chien | 2013-04-16 | 5 | -45/+427 |
* | ARM: permit full range of valid ADR immediates. | Tim Northover | 2013-02-27 | 1 | -2/+15 |
* | Give the MCStreamer class hierarchy LLVM RTTI facilities for use with | Chandler Carruth | 2013-01-31 | 1 | -6/+9 |