| Commit message (Expand) | Author | Age | Files | Lines |
* | Implements parsing and emitting of .cfi_window_save in MC. | Venkatraman Govindaraju | 2013-09-26 | 2 | -0/+66 |
* | PPC: Allow partial fills in writeNopData() | David Majnemer | 2013-09-26 | 1 | -1/+4 |
* | PPC: Add support for fctid and fctiw | David Majnemer | 2013-09-26 | 1 | -4/+8 |
* | [mips][msa] Direct Object Emission for 3R instructions. | Jack Carter | 2013-09-26 | 1 | -0/+720 |
* | [mips][msa] Direct Object Emission for 2RF instructions. | Jack Carter | 2013-09-25 | 1 | -0/+90 |
* | [mips][msa] Direct Object Emission support for the MSA instruction set. | Jack Carter | 2013-09-25 | 1 | -0/+12 |
* | MC: Add support for treating $ as a reference to the PC | David Majnemer | 2013-09-25 | 1 | -0/+5 |
* | Make the size and expr arguments of .fill directive optional. | Roman Divacky | 2013-09-24 | 1 | -0/+16 |
* | Initial support for Neon scalar instructions. | Jiangning Liu | 2013-09-24 | 15 | -145/+278 |
* | X86: Use R_X86_64_TPOFF64 for FK_Data_8 | David Majnemer | 2013-09-22 | 1 | -0/+2 |
* | ELF: Parse types in directives like binutils gas | David Majnemer | 2013-09-21 | 2 | -1/+29 |
* | [ARMv8] Add support for the v8 cryptography extensions. | Amara Emerson | 2013-09-19 | 6 | -1/+243 |
* | [SystemZ] Add unsigned compare-and-branch instructions | Richard Sandiford | 2013-09-18 | 3 | -0/+1378 |
* | 'svn add' the test cases. | Joey Gouly | 2013-09-18 | 5 | -0/+92 |
* | COFF: Ensure that objects produced by LLVM link with /safeseh | Reid Kleckner | 2013-09-17 | 1 | -0/+13 |
* | COFF: Emit all MCSymbols rather than filtering out some of them | Reid Kleckner | 2013-09-17 | 1 | -1/+10 |
* | [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}. | Joey Gouly | 2013-09-17 | 1 | -3/+13 |
* | Implement 3 AArch64 neon instructions : umov smov ins. | Kevin Qin | 2013-09-17 | 1 | -0/+71 |
* | This patch implements Mips load/store instructions from/to coprocessor 2. Tes... | Vladimir Medic | 2013-09-16 | 1 | -0/+8 |
* | ELF: Add support for the exclude section bit for gas compat. | Benjamin Kramer | 2013-09-15 | 1 | -4/+21 |
* | MC: Add support for '?' flags in .section directives | David Majnemer | 2013-09-15 | 1 | -1/+1 |
* | Fix alignment of unwind data. | Kai Nacke | 2013-09-15 | 3 | -0/+226 |
* | Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH | Kai Nacke | 2013-09-15 | 1 | -1/+22 |
* | Add the remaining Intel SHA instructions | Ben Langmuir | 2013-09-14 | 2 | -1/+89 |
* | Fixed bug when generating Load Upper Immediate microMIPS instruction. | Zoran Jovanovic | 2013-09-14 | 3 | -0/+9 |
* | Support for microMIPS DIV instructions. | Zoran Jovanovic | 2013-09-14 | 3 | -0/+18 |
* | Support for misc microMIPS instructions. | Zoran Jovanovic | 2013-09-14 | 2 | -0/+42 |
* | Fix tests for hasFPARMv8 name change (r190692) | Amaury de la Vieuville | 2013-09-13 | 5 | -5/+5 |
* | [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options | Joey Gouly | 2013-09-13 | 1 | -1/+1 |
* | AArch64: use RegisterOperand for NEON registers. | Tim Northover | 2013-09-13 | 2 | -6/+11 |
* | Implement asm support for a few PowerPC bookIII that are needed for assembling | Roman Divacky | 2013-09-12 | 1 | -0/+107 |
* | Partial support for Intel SHA Extensions (sha1rnds4) | Ben Langmuir | 2013-09-12 | 2 | -0/+14 |
* | Mark PPC MFTB and DST (and friends) as deprecated | Hal Finkel | 2013-09-12 | 1 | -0/+12 |
* | Somehow this important part of the patch, where I actually check the Mask, | Joey Gouly | 2013-09-12 | 1 | -3/+6 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 1 | -0/+2 |
* | AVX-512: implemented extractelement with variable index. | Elena Demikhovsky | 2013-09-12 | 1 | -1/+9 |
* | [SystemZ] Add TM and TMY | Richard Sandiford | 2013-09-10 | 3 | -0/+123 |
* | Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ... | Vladimir Medic | 2013-09-10 | 1 | -0/+4 |
* | Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow... | Jiangning Liu | 2013-09-09 | 3 | -0/+1510 |
* | [mips] Add definition of instruction "drotr32" (double rotate right plus 32). | Akira Hatanaka | 2013-09-07 | 1 | -1/+5 |
* | [mips] Set instruction itineraries of loads, stores and conditional moves. | Akira Hatanaka | 2013-09-06 | 1 | -2/+2 |
* | This patch adds support for microMIPS Multiply and Add/Sub instructions. Test... | Vladimir Medic | 2013-09-06 | 3 | -0/+50 |
* | This patch adds support for microMIPS Move to/from HI/LO instructions. Test c... | Vladimir Medic | 2013-09-06 | 2 | -0/+24 |
* | This patch adds support for microMIPS Move Conditional instructions. Test cas... | Vladimir Medic | 2013-09-06 | 3 | -0/+50 |
* | This patch adds support for microMIPS disassembler and disassembler make chec... | Vladimir Medic | 2013-09-06 | 2 | -0/+298 |
* | Fixed a crash in the integrated assembler for Mach-O when a symbol difference | Kevin Enderby | 2013-09-05 | 1 | -0/+38 |
* | Improve handling of .file, .include and .incbin directives to | Yunzhong Gao | 2013-09-05 | 3 | -3/+3 |
* | [ARMv8] Add some missing tests for DSB/DMB. | Joey Gouly | 2013-09-05 | 3 | -3/+57 |
* | [ARMv8] Implement the new DMB/DSB operands. | Joey Gouly | 2013-09-05 | 1 | -1/+36 |
* | Add AArch32 DCPS{1,2,3} and HLT instructions. | Richard Barton | 2013-09-05 | 6 | -0/+119 |