Move the segmented stack switch to a function attribute
[oota-llvm.git] / test / MC /
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
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 David BlaikieDebug Compression: Avoid compression debug_frame for now
2014-03-28 David Blaikiellvm-mc: error when -compress-debug-sections is request...
2014-03-28 Rafael EspindolaConvert one last llc -filetype=obj test.
2014-03-28 Rafael EspindolaConvert llc -filetype=obj test.
2014-03-28 Rafael EspindolaConvert llc -filetype=obj test.
2014-03-28 Rafael EspindolaRemove bogus test.
2014-03-28 Rafael EspindolaConvert another llc -filetype=obj test.
2014-03-28 Rafael EspindolaMap ELf flags back to more specific section kinds.
2014-03-28 Rafael EspindolaParse .gpdword and convert another llc -filetype=obj...
2014-03-28 Rafael Espindolaconvert another llc -filetype=obj test.
2014-03-28 Rafael EspindolaConvert "llc -filetype=obj" test into llvm-mc tests.
2014-03-28 David BlaikieOnly test compression when linked with zlib.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 Daniel Sanders[mips] Attempting to use register $32 should be an...
2014-03-27 Daniel Sanders[mips] Add support for .cpsetup
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFixed test for r204899 (pr18931 fix)
next