aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-04-30[mips] Add instruction alias (sltu).Matheus Almeida
2014-04-30ELFObjectWriter: deduplicate suffices in strtabHans Wennborg
2014-04-30ARM64: print fp immediates without using scientific notation.Tim Northover
2014-04-30AArch64/ARM64: implement remaining TLS relocations (purely MC).Tim Northover
2014-04-30AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests.Tim Northover
2014-04-30AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0"Tim Northover
2014-04-30[mips] Add instruction alias (dsll and dsrl).Matheus Almeida
2014-04-30Relax the test a bit.Rafael Espindola
2014-04-30R600/SI: Use VALU instructions for copying i1 valuesTom Stellard
2014-04-30R600/SI: Teach moveToVALU how to handle some SMRD instructionsTom Stellard
2014-04-30[ARM64][fast-isel] Fast-isel doesn't know how to handle f128.Chad Rosier
2014-04-30Rename the test, it is testing the symver directive.Rafael Espindola
2014-04-30[mips] Add instruction alias (sll and srl).Matheus Almeida
2014-04-30[mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic
2014-04-30[mips] Update tests with encoding information for slt, slti, sltiu and sltu.Matheus Almeida
2014-04-30ARM64: enable AArch64's basic-a64-instructions testTim Northover
2014-04-30ARM64: print lsr instead of lsrv for variable shifts (etc)Tim Northover
2014-04-30ARM64: use 32-bit operations for uxtb & uxthTim Northover
2014-04-30AArch64/ARM64: copy support for bCC instead of b.CC across.Tim Northover
2014-04-30AArch64/ARM64: use HS instead of CS & LO instead of CC.Tim Northover
2014-04-30[mips][msa] Fix vector insertions where the index is variableDaniel Sanders
2014-04-30ARM64: accept ELF-relocated load/store insts without a #.Tim Northover
2014-04-30[mips] Add support for .cpload.Matheus Almeida
2014-04-30[mips] Emit all three relocation operations for each relocation entry on Mips...Matheus Almeida
2014-04-30ARM64: use hex immediates for movz/movk instructionsTim Northover
2014-04-30ARM64: hexify printing various immediate operandsTim Northover
2014-04-30ARM64: print canonical syntax for add/sub (imm) instructions.Tim Northover
2014-04-30[ARM64] Ensure arm64_be is dealt with when emitting debug info.James Molloy
2014-04-30ARM64: make sure FastISel uses a GPR64 source in 64-bit extensions.Tim Northover
2014-04-30ARM: support stack probe emission for Windows on ARMSaleem Abdulrasool
2014-04-30ARM: print COFF function header for Windows on ARMSaleem Abdulrasool
2014-04-30ARM: partially handle 32-bit relocations for WoASaleem Abdulrasool
2014-04-29Implement X86 code generation for musttailReid Kleckner
2014-04-29R600/SI: Custom lower SI_IF and SI_ELSE to avoid machine verifier errorsTom Stellard
2014-04-29R600/SI: Only select SALU instructions in the entry or exit blockTom Stellard
2014-04-29R600: optimize the UDIVREM 64 algorithmTom Stellard
2014-04-29Also handle ConstantAggregateZero when optimizing vpermilvar*.Rafael Espindola
2014-04-29Two fixes to the vpermilvar optimization.Rafael Espindola
2014-04-29Fix vectorization remarks.Diego Novillo
2014-04-29Continue slp vectorization even the BB already has vectorized store radar://1...Yi Jiang
2014-04-29Add Simple return instruction to Mips fast-iselReed Kotler
2014-04-29[ARM64] Disable regression tests for the old JIT.Tilmann Scheller
2014-04-29[mips][msa] Use CHECK-LABEL in basic_operations*.llDaniel Sanders
2014-04-29Parse and create GOT_PREL relocations.Joerg Sonnenberger
2014-04-29[mips][msa] Fix element extraction where the index is variable.Daniel Sanders
2014-04-29Centralize the handling of the thumb bit.Rafael Espindola
2014-04-29ARM: fix test after change to indirect symbol emission.Tim Northover
2014-04-29X86: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover
2014-04-29ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.Tim Northover
2014-04-29AArch64: Mark vector long multiplication as expand.Benjamin Kramer