Revert r206732 which is causing llc to crash on most of the build bots.
[oota-llvm.git] / test / MC /
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-18 David BlaikieCompress debug sections only when beneficial.
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Yaron KerenUpdated test with register names following r206565.
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-17 Craig Topper[X86] Add disassembler support for the 0x0f 0x7f form...
2014-04-16 Konrad AnheimTest commit - Added a new line
2014-04-16 Matheus Almeida[mips] Use TwoOperandAliasConstraint for shift instruct...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Tim NorthoverAArch64/ARM64: produce correct relocation for condition...
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-15 Tim NorthoverAArch64/ARM64: only mangle MOVZ/MOVN during encoding...
2014-04-15 Stepan DyatkovskiyOptional hash symbol feature support for ARM64
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-14 Kaelyn TakataFix up MCFixup::getAccessVariant to handle unary expres...
2014-04-11 Rafael EspindolaDon't lose the thumb bit by using relocations with...
2014-04-11 Daniel SandersRevert: r205182 - llvm/test/MC/Mips/mips64r2/valid...
2014-04-10 Kaelyn TakataRemove the use of "%e" as it is not a valid expansion...
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-10 David BlaikieRevert debug info compression support.
2014-04-10 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-10 Daniel Sanders[mips] Switch the MIPS-III and MIPS-IV assembler tests...
2014-04-10 Reid KlecknerRevert "For the ARM integrated assembler add checking...
2014-04-09 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Bradley Smith[ARM64] Change SYS without a register to an alias to...
2014-04-09 Bradley Smith[ARM64] Correctly disassemble ISB operand as ISB not...
2014-04-09 Bradley Smith[ARM64] Properly support both apple and standard syntax...
2014-04-09 Bradley Smith[ARM64] Flag setting logical/add/sub immediate instruct...
2014-04-09 Bradley Smith[ARM64] Conditional branches must always print their...
2014-04-09 Bradley Smith[ARM64] Fix disassembly logic for extended loads/stores...
2014-04-09 Bradley Smith[ARM64] Add missing shifted register MVN alias to ORN
2014-04-09 Bradley Smith[ARM64] SXTW/UXTW are only valid aliases for 32-bit...
2014-04-09 Bradley Smith[ARM64] Fix canonicalisation of MOVs. MOV is too comple...
2014-04-09 Bradley Smith[ARM64] Fixup ADR/ADRP parsing such that they accept...
2014-04-09 Bradley Smith[ARM64] Ensure sp is decoded as SP, not XZR in LD1...
2014-04-09 Bradley Smith[ARM64] Tighten up the special casing in emitting arith...
2014-04-09 Bradley Smith[ARM64] Rename LR to the UAL-compliant 'X30'.
2014-04-09 Bradley Smith[ARM64] Rename FP to the UAL-compliant 'X29'.
2014-04-09 Bradley Smith[ARM64] Add a PostEncoderMethod to FCMP - the Rm field...
2014-04-09 Bradley Smith[ARM64] SCVTF and FCVTZS/U are undefined if scale<5...
2014-04-09 Bradley Smith[ARM64] EXT and EXTR instructions on v8i8 and W regs...
2014-04-09 Bradley Smith[ARM64] UBFM/BFM is undefined on w registers when imms...
2014-04-09 Bradley Smith[ARM64] Floating point to fixed point scaled conversion...
2014-04-09 Bradley Smith[ARM64] Port over the PostEncoderMethod fix for SMULH...
2014-04-09 Bradley Smith[ARM64] Add missing tlbi operands and error for extra...
2014-04-09 Bradley Smith[ARM64] Rework system register parsing to overcome...
2014-04-09 Bradley Smith[ARM64] Port over the PostEncoderMethod from AArch64...
2014-04-09 Bradley Smith[ARM64] Add WZR to isGPR32Register, since every use...
2014-04-09 Bradley Smith[ARM64] Move CPSRField and DBarrier operands over to...
2014-04-09 Bradley Smith[ARM64] Switch the decoder, disassembler, instprinter...
2014-04-09 Bradley Smith[ARM64] Shifted register ALU ops are reserved if sf...
2014-04-09 Bradley Smith[ARM64] Add support for NV condition code (exists only...
2014-04-09 Bradley Smith[ARM64] Add missing 1Q -> 1q vector kind alias
2014-04-09 Bradley Smith[ARM64] Add parsing for vector lists such as {v0.8b...
2014-04-09 Bradley Smith[ARM64] Correctly alias LSL to UXTW for 32bit instructi...
2014-04-09 Bradley Smith[ARM64] STRHro and STRBro were not being decoded at...
2014-04-09 Bradley Smith[ARM64] MOVK with sf=0 and hw<1>=1 is unallocated....
2014-04-09 Bradley Smith[ARM64] Register-offset loads and stores with the ...
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-04-08 Kevin EnderbyFix the ARM VLD3 (single 3-element structure to all...
2014-04-08 NAKAMURA TakumiX86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting...
2014-04-05 Saleem AbdulrasoolARM: consolidate MachO checks for ARM asm parser
2014-04-04 Kai Nacke[mips] Add Octeon cnMips instructions seqi/snei and...
2014-04-04 Stepan DyatkovskiyFix for PR18921 (LDRD/STRD part)::
2014-04-04 Stepan DyatkovskiyFixed register class in STRD instruction for Thumb2...
2014-04-03 Saleem AbdulrasoolARM: update even more tests
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-04-03 Daniel Sanders[mips] Add negative tests confirm that supported ISA...
2014-04-03 Daniel Sanders[mips] Implement ehb, ssnop, and pause in assembler
2014-04-03 Zoran JovanovicImplementation of 16-bit microMIPS instructions MFHI...
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-04-03 Zoran JovanovicMicroMIPS specific little endian fixup data byte ordering.
2014-04-03 Stepan DyatkovskiyPR19320:
2014-04-03 Sasa Stankovic[mips] Extend MipsMCExpr class to handle %higher(sym1...
2014-04-02 Kai Nacke[mips] Add more Octeon cnMips instructions
2014-04-02 Rafael EspindolaWork around gold bug sourceware.org/PR16794.
2014-04-01 Kai Nacke[mips] Add Octeon cnMips instructions mtmX and mtpX
2014-04-01 Daniel Sanders[mips] Extend ParseJumpTarget to support the full symbo...
2014-04-01 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-31 Rafael EspindolaDon't relocate with sections if there might be a paired...
2014-03-31 Daniel SandersRevert: [mips] Rewrite MipsAsmParser and MipsOperand...
2014-03-31 Rafael EspindolaNow that this test is assembly, make the checks a bit...
2014-03-31 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Daniel Sanders[mips] Implement missing relocations in the integrated...
2014-03-31 Daniel Sanders[mips] Remove R_MIPS_GOT which isn't used and shares...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-31 NAKAMURA Takumillvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES...
2014-03-31 Daniel Sanders[mips] Added a full set of instruction test cases for...
2014-03-30 Stepan DyatkovskiyPR18929:
2014-03-30 NAKAMURA Takumillvm/test/MC/ELF/nocompression.s: Loosen an expression...
2014-03-29 Logan Chienllvm-mc: Fix build breakage caused by r205050.
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Tim NorthoverARM64: initial backend import
next