Doubleword Shift Left Logical Plus 32
[oota-llvm.git] / test / MC /
2012-07-16 Jack CarterDoubleword Shift Left Logical Plus 32
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-07-13 Jack Cartertest case for revision 160084: Alignment filling betwee...
2012-07-12 Akira HatanakaFix check strings in test/MC/Disassembler/Mips/* and...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-09 Chad RosierRevert r159938 (and r159945) to appease the buildbots.
2012-07-09 Akira HatanakaReapply r158846.
2012-07-09 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-09 Richard BartonPrevent ARM assembler from losing a right shift by...
2012-07-09 Richard BartonTeach the assembler to use the narrow thumb encodings...
2012-07-06 Akira Hatanakarevert r159851.
2012-07-06 Akira HatanakaReapply r158846.
2012-07-03 Craig TopperAdd aliases for pblendvb, blendvpd, and blendvps instru...
2012-07-02 Jack CarterPass the correct ELFOSABI enumeration to the MipsELFObj...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Richard BartonTeach assembler to handle capitalised operation values...
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-26 Craig TopperRemove some duplicate instructions that exist only...
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2012-06-22 Jim GrosbachARM: Add a better diagnostic for some out of range...
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-14 Richard BartonReplace assertion failure for badly formatted CPS instr...
2012-06-06 Richard BartonCorrect decoder for T1 conditional B encoding
2012-05-31 Akira HatanakaAdd lit.local.cfg to run the tests in test/MC/Disassemb...
2012-05-29 Benjamin KramerAdd intrinsics, code gen, assembler and disassembler...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-17 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR APSR...
2012-05-15 Kevin EnderbyAdd a test case for r156840, a fix to llvm-objdump...
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Silviu BarangaAdded the missing bit definition for the 4th bit of...
2012-05-11 Silviu BarangaFixed the LLVM ARM v7 assembler and instruction printer...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-03 Silviu BarangaFixed disassembler for vstm/vldm ARM VFP instructions.
2012-05-02 Jim GrosbachARM: Add missing two-operand VBIC aliases.
2012-05-02 Richard BartonDisallow YIELD and other allocated nop hints in pre...
2012-05-01 Jim GrosbachARM: Add a few missing add->sub aliases w/ 'w' suffix.
2012-05-01 Jim GrosbachARM: allow vanilla expressions for movw/movt.
2012-05-01 Jim GrosbachMC: Unknown assembler directives are now hard errors.
2012-04-27 Jim GrosbachARM: Thumb add(sp plus register) asm constraints.
2012-04-27 Richard BartonFix ARM assembly parsing for upper case condition codes...
2012-04-27 Benjamin KramerMissed some register numbers.
2012-04-27 Benjamin KramerUpdate edis test for r155704.
2012-04-26 Evan ChengSpecify cpu to unbreak tests.
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD3 (single 3-element...
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD4 (single 4-element...
2012-04-23 Jim GrosbachARM: Add testcases for two-operand variants of VSRA...
2012-04-23 Jim GrosbachAdd ARM mode tests for the NEON vector shift-accumulate...
2012-04-23 Jim GrosbachTidy up. Reformat for ease of reading.
2012-04-20 Jim GrosbachARM: Update NEON assembly two-operand aliases.
2012-04-20 Jim GrosbachARM some VFP tblgen'erated two-operand aliases.
2012-04-20 Jim GrosbachTidy up. Formatting.
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
2012-04-18 Silviu BarangaFix the bahavior of the disassembler when decoding...
2012-04-18 Silviu BarangaAdded support for unpredictable mcrr/mcrr2/mrrc/mrrc2...
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-04-18 Silviu BarangaAdd suport for unpredicatble cases of the cmp, tst...
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-17 Kevin EnderbyFix ARM disassembly of VLD2 (single 2-element structure...
2012-04-16 Jim GrosbachARM two-operand forms for vhadd and vhsub instructions.
2012-04-16 Jim GrosbachMC assembly parser handling for trailing comma in macro...
2012-04-16 Akira HatanakaThis patch fixes 3 problems:
2012-04-16 Jim GrosbachARM assembly two-operand forms for VRSHL.
2012-04-16 Jim GrosbachTidy up. Test formatting.
2012-04-16 Akira HatanakaDo not add offset in applyFixup. This has already been...
2012-04-16 Jim GrosbachARM two-operand aliases for VRHADD instructions.
2012-04-16 Jim GrosbachTidy up. Testcase formatting.
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2012-04-11 Kevin EnderbyFixed a case of ARM disassembly getting an assert on...
2012-04-11 Jim GrosbachARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
2012-04-11 Jim GrosbachARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
2012-04-11 Evan ChengClean up ARM fused multiply + add/sub support some...
2012-04-11 Charles DavisAdd retw and lretw instructions. Also, fix Intel syntax...
2012-04-11 Kevin EnderbyFix ARM disassembly of VLD instructions with writebacks...
2012-04-11 Jim GrosbachARM add missing Thumb1 two-operand aliases for shift...
2012-04-11 Evan ChengFix a number of problems with ARM fused multiply add...
2012-04-10 Jim GrosbachARM fix cc_out operand handling for t2SUBrr instructions.
2012-04-06 Craig TopperAdd the tests that were supposed to go with r153935...
2012-04-05 Jim GrosbachARM assembly aliases for add negative immediates using...
2012-04-05 Silviu BarangaAdded support for unpredictable ADC/SBC instructions...
2012-04-05 Silviu BarangaAdded support for handling unpredictable arithmetic...
next