ARM64: add intrinsic for pmull (p64 x p64 = p128) operations.
[oota-llvm.git] / test / MC /
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)
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-27 Jiangning LiuARM: raise error message when complex SO expressions...
2014-03-27 Rafael EspindolaCorrectly propagates st_size.
2014-03-26 Kevin EnderbyFix the ARM VST4 (single 4-element structure from one...
2014-03-26 Matheus Almeida[mips] Use TwoOperandAliasConstraint for ArithLogicR...
2014-03-26 Matheus Almeida[mips] Add support to the '.dword' directive.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-26 Matheus Almeida[mips] Add support for '.option pic2'.
2014-03-26 Daniel Sanders[mips] Add tests for t0-t3 for N32/N64
2014-03-26 Daniel Sanders[mips] The register names depend on the ABI being N32...
2014-03-26 Daniel Sanders[mips] $s8 is an alias for $fp in all ABI's, not just...
2014-03-26 Daniel Sanders[mips] Move the CHECK lines in mips*-register-names...
2014-03-26 Rafael EspindolaCorrectly detect if a symbol uses a reserved section...
2014-03-25 Rafael EspindolaCreate .symtab_shndxr only when needed.
2014-03-25 Daniel Sanders[mips] '.set at=$0' should be equivalent to '.set noat'
2014-03-25 Daniel Sanders[mips] Correct testcase for .set at=$reg and emit the...
2014-03-25 Daniel Sanders[mips] Fix assembler temporary expansion and add associ...
2014-03-25 Kevin EnderbyFix crashes when assembler directives are used that...
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-24 Daniel Sanders[mips] Add error message when trying to use $at in...
2014-03-24 Daniel Sanders[mips] Add regression tests for parenthetic expressions...
2014-03-24 Daniel Sanders[mips] Allow dsubu to take an immediate as an alias...
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-24 Rafael EspindolaAdd back tests that were reverted in r204203.
2014-03-24 Rafael EspindolaPropagate section from base to derived symbol.
2014-03-23 Rafael EspindolaPropagate types from symbol to aliases.
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
2014-03-21 Rafael EspindolaFix the value computation in
2014-03-21 Rafael EspindolaMove codegen test over to MC.
2014-03-21 Rafael EspindolaSplit out the MC part of this test.
2014-03-21 Richard Sandiford[SystemZ] Add support for z196 float<->unsigned conversions
2014-03-21 Jiangning LiuThis reverts commit r203762, "ARM: support emission...
2014-03-21 Rafael EspindolaConvert a CodeGen test into a MC test.
2014-03-20 Rafael EspindolaConvert another CodeGen test into a MC test.
2014-03-20 Greg Fitzgeraldllvm-objdump output hex to match binutils' objdump
2014-03-20 Rafael EspindolaConvert CodeGen test into a more specific MC test.
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-03-20 Zoran JovanovicProvide an operand for microMIPS wait instruction.
2014-03-20 Zoran JovanovicImplementation of microMIPS 16-bit instructions MOVE...
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 Craig TopperTest case for r204305.
2014-03-20 Saleem AbdulrasoolReapply 'ARM IAS: support .thumb_set'
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Matheus Almeida[mips] Making sure that a '.set noreorder' directive...
2014-03-19 Rafael EspindolaMake the test harder by using a non-zero offset.
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-18 NAKAMURA TakumiMove yet another test that requires ARM to an ARM test...
2014-03-18 Jim GrosbachMove tests that require ARM to an ARM test directory.
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
2014-03-17 Saleem AbdulrasoolARM IAS: support .thumb_set
2014-03-17 NAKAMURA Takumillvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression...
2014-03-17 Rafael EspindolaConsider the base pointer for setting the symbol type.
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-17 David BlaikieTest case
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-14 Rafael EspindolaCorrectly handle an ELF symbol defined with "a = b...
2014-03-14 Oliver StannardGeneralise assembly tests to not rely on anonymous...
next