On mac, it seems the MC disassembler is actually using the targetinfo
[oota-llvm.git] / test /
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Jim GrosbachARM update tests for CPS instruction.
2011-07-29 Bruno Cardoso LopesFix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso LopesMatch VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso LopesAdd v8i32 and v4i64 vpermil patterns
2011-07-29 Jakob Stoklund OlesenTransfer implicit operands in NEONMoveFixPass.
2011-07-29 Jakob Stoklund OlesenAdd -verify-arm-pseudo-expand.
2011-07-29 Eli FriedmanMake sure to correctly clear the exact/nuw/nsw flags...
2011-07-28 Jim GrosbachCBZ/CBNZ are Thumb2 only. No need for ARM mode tests...
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Jakob Stoklund OlesenHandle REG_SEQUENCE with implicitly defined operands.
2011-07-28 Jim GrosbachRemove obsolete FIXME reference in comment.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Jim GrosbachARM parsing and encoding for ADR.
2011-07-28 Jim GrosbachUpdate ARM tests for parsing and encoding of WFE, WFI...
2011-07-28 Duncan SandsDue to changes coming from the new LLVM type system...
2011-07-28 Bruno Cardoso LopesAdd patterns to generate copies for extract_subvector...
2011-07-28 Bruno Cardoso LopesAdd a few patterns to match allzeros without having...
2011-07-28 Bruno Cardoso LopesAdd SINT_TO_FP and FP_TO_SINT support for v8i32 types...
2011-07-28 Jim GrosbachARM parsing and encoding tests.
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USUB16 and USUB8.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USAX.
2011-07-27 Kevin EnderbyFix llvm-mc handing of x86 instructions that take 8...
2011-07-27 Jim GrosbachClean up tabs.
2011-07-27 Jim GrosbachARM assembly parsing and encoding support for USAT...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for USAD8 and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQSUB16...
2011-07-27 Jim GrosbachFix comment copy/paste-o.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQASX and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UMAAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHSUB16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHADD16...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TST instruc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TEQ instruc...
2011-07-27 Owen AndersonRefactor the STRT and STRBT instructions to distinguish...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for extend instructions.
2011-07-27 Nick LewyckyTeach the ConstantMerge pass about alignment. Fixes...
2011-07-27 Bruno Cardoso LopesThe vpermilps and vpermilpd have different behaviour...
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-27 Eric ChristopherRemove these two directories. The tests can be ported...
2011-07-26 Eric ChristopherRemove test/FrontendC, almost all of the tests have...
2011-07-26 Jakob Stoklund OlesenEliminate copies of undefined values during coalescing.
2011-07-26 Benjamin KramerUpdate test.
2011-07-26 Benjamin KramerAdd a neat little two's complement hack for x86.
2011-07-26 Bruno Cardoso LopesRecognize unpckh* masks and match 256-bit versions...
2011-07-26 Eli FriedmanPrevent x86-specific DAGCombine from creating nodes...
2011-07-26 Jim GrosbachFileCheck'ize test.
2011-07-26 Eli FriedmanXFAIL this test while I investigate it; it's failing...
2011-07-26 Eli FriedmanAdd obvious missing case to switch. PR10497.
2011-07-26 Jim GrosbachARM diagnostics for ldrexd/stredx out of order paired...
2011-07-26 Jim GrosbachARM parsing and encoding tests for load/store exclusive...
2011-07-26 Jim GrosbachARM assembly parsing and encoding for SWP[B] instructions.
2011-07-26 Jim GrosbachARM parsing and encoding for SVC instruction.
2011-07-26 Jim GrosbachARM assembly parsing and encoding tests for SUB instruc...
2011-07-26 Jim GrosbachUpdate ARM STM tests. Fix check: prefix for diagnostic...
2011-07-26 Bruno Cardoso LopesAdd 256-bit isel for movsldup/movshdup
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAX, SSUB16...
2011-07-25 Nick LewyckyFinish adding support for lifetime intrinsics to SROA...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT16 instruction.
2011-07-25 Bruno Cardoso LopesCodegen allonesvector better while using AVX: vpcmpeqd...
2011-07-25 Bruno Cardoso Lopes- Handle special scalar_to_vector case: splats. Using...
2011-07-25 Eli FriedmanAttempt to fix test failure reported on llvm-commits.
2011-07-25 Eli FriedmanMake sure this DAGCombine actually returns an UNDEF...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT instruction.
2011-07-25 Eli FriedmanGet rid of an incorrect optimization for shuffles with...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-24 Jakob Stoklund OlesenCorrectly handle <undef> tied uses when rewriting after...
2011-07-22 Dan GohmanMove the last uses of RetainFunc etc. over to using...
2011-07-22 Jim GrosbachAdd FIXME
2011-07-22 Jim GrosbachARM encoding and assembly parsing tests for SMULWB...
2011-07-22 Jim GrosbachARM assembly parsing and encoding updates.
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
2011-07-22 Bruno Cardoso LopesFix test check!
2011-07-22 Bruno Cardoso LopesFix PR10422 by adding the necessary AVX UCOMISD memory...
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests for SMLAWB...
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
2011-07-22 Jim GrosbachARM assembly parsing and encoding of SMLAL instruction.
2011-07-22 Jim GrosbachARM encoding and assembly parsing of SMLAD{X} instructions.
2011-07-22 Jim GrosbachARM testcases for assembly parsing and encoding SMLA...
2011-07-22 Rafael EspindolaTurn shuffles into unpacks for VT == MVT::v2i64 and...
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SMC instruction.
2011-07-22 Jim GrosbachARM encoding and assembly parsing tests.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SETEND instruction.
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests for SEL instruc...
2011-07-22 Bruno Cardoso Lopes-Inspected a AVX code block added by someone in early...
2011-07-22 Bruno Cardoso LopesAlthough we already support this, add testcases for...
2011-07-22 Bruno Cardoso LopesAdd a DAGCombine for transforming 128->256 casts into...
2011-07-21 Dan GohmanFix MergeInVectorType to check for vector types with...
2011-07-21 Jim GrosbachARM parsing and encoding tests for SBC instruction.
2011-07-21 Jim GrosbachARM testcases for SADD/SASX parsing and encoding.
2011-07-21 Jim GrosbachARM assembly parsing support for RSC instruction.
2011-07-21 Jim GrosbachARM assembly parsing support for RSB instruction.
next