ARM asm backend initialize isThumbMode based on target triple.
[oota-llvm.git] / test /
2011-08-24 Jim GrosbachThumb parsing and encoding for SUB (SP minu immediate).
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Eli FriedmanBasic tests for atomic load and store on x86.
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-24 Owen AndersonPort over more encoding tests to decoding tests.
2011-08-24 Richard OsborneAdd Uses=[SP] to call instructions. This fixes a miscom...
2011-08-24 Craig TopperBreak 256-bit vector int add/sub/mul into two 128-bit...
2011-08-23 Bruno Cardoso LopesFix a nasty bug where a v4i64 was being wrong emitted...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Jim GrosbachThumb parsing and encoding for WFE, WFI and YIELD.
2011-08-23 Jim GrosbachThumb parsing and encoding for UXTB and UXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for TST.
2011-08-23 Jim GrosbachThumb parsing and encoding for SXTB and SXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for SVC.
2011-08-23 Jim GrosbachThumb parsing and encoding for SUB.
2011-08-23 Nick LewyckyPerformSubCombine to work on integers larger than i128...
2011-08-23 Jim GrosbachThumb parsing and encoding for STRH.
2011-08-23 Jim GrosbachThumb parsing and encoding for STRB.
2011-08-23 Jim GrosbachThumb parsing and encoding for tSTRspi.
2011-08-23 Jim GrosbachThumb parsing and encoding for STR.
2011-08-23 Jim GrosbachThumb parsing and encoding for STM.
2011-08-23 Nadav RotemFix a typo in the test from the previous commit.
2011-08-23 Owen AndersonFix decoding of Thumb2 prefetch instructions, which...
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-08-23 Owen AndersonFix two more instances of mis-matched operand names...
2011-08-23 Owen AndersonPort more assemble tests over to disassembly tests.
2011-08-23 Craig TopperAdd support for breaking 256-bit v16i16 and v32i8 VSETC...
2011-08-23 Bruno Cardoso LopesIntroduce a pass to insert vzeroupper instructions...
2011-08-22 Jim GrosbachThumb parsing and encoding for SETEND.
2011-08-22 Jim GrosbachThumb parsing and encoding for SBC.
2011-08-22 Jim GrosbachThumb parsing and encoding for RSB.
2011-08-22 Jim GrosbachThumb parsing and encoding for ROR.
2011-08-22 Jim GrosbachThumb parsing and encoding for REV/REV16/REVSH.
2011-08-22 Owen Andersont2SMLAD is a four-register instruction, not a three...
2011-08-22 Owen AndersonCorrect operand naming of t2USAT16 to allow proper...
2011-08-22 Owen AndersonMatch operand naming to allow correct decoding of t2LDR...
2011-08-22 Jim GrosbachImprove error checking for tPUSH and tPOP register...
2011-08-22 Jim GrosbachTidy up. Trailing whitespace.
2011-08-22 Owen AndersonProvide a correct decoder hook for Thumb2 shifted regis...
2011-08-22 Jim GrosbachThumb parsing and encoding for PUSH.
2011-08-22 Jim GrosbachFix think-o.
2011-08-22 Jim GrosbachThumb assemmbly parsing diagnostic improvements for...
2011-08-22 Jim GrosbachThumb assembly parsing and encoding for POP.
2011-08-22 Owen AndersonProvide operand encoding information for half-precision...
2011-08-22 Bruno Cardoso LopesAdd support for breaking 256-bit int VETCC into two...
2011-08-22 Owen AndersonFix decoding of VMOVSRR and VMOVRRS, which account...
2011-08-22 Owen AndersonFix another batch of VLD/VST decoding crashes discovere...
2011-08-22 Owen AndersonCorrect writeback handling of duplicating VLD instructi...
2011-08-22 Owen AndersonPort another swathe of Thumb1 encoding tests over to...
2011-08-22 Owen AndersonFix an incorrect shift when decoding SP-relative stores...
2011-08-22 Jim GrosbachThumb assembly parsing and encoding for ORR.
2011-08-22 Dan GohmanConstant pointers to objects don't need reference counting.
2011-08-22 Dan GohmanMake a few tests slightly more strict.
2011-08-22 Duncan SandsTestcase for PR10663.
2011-08-20 Jim GrosbachFix AsmParser binary precedence for shift operators.
2011-08-20 Jim GrosbachTidy up. Whitespace.
2011-08-20 Nadav RotemAdd constant folding support for bitcasts of splat...
2011-08-20 Eric ChristopherRemove remainder of migrated or obsolete tests from...
2011-08-20 Eric ChristopherRemove migrated or obsolete tests.
2011-08-20 Eric ChristopherRemove obsolete or migrated tests.
2011-08-20 Chad RosierWith the fix in r138164: "Add <imp-def> operands to...
2011-08-20 Eric ChristopherRemove obsoleted test.
2011-08-20 Eric ChristopherRemove tests that were either migrated to clang or...
2011-08-20 Eric ChristopherRemove the rest of the files in FrontendC++ and the...
2011-08-20 Chad RosierVMOVQQQQs pseudo instructions are only created by ARMBa...
2011-08-20 Eric ChristopherRemove migrated or obsolete tests.
2011-08-19 Eric ChristopherRemove migrated or obsolete tests.
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-19 Jim GrosbachThumb parsing and encoding support for NOP.
2011-08-19 Eric ChristopherRemove obsolete test.
2011-08-19 Eric ChristopherRemove migrated test.
2011-08-19 Jim GrosbachUse regex to remove false dependencies on register...
2011-08-19 Eric ChristopherRemove obsolete or migrated tests.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for NEG.
2011-08-19 Jim GrosbachBe more lenient on tied operand matching for MUL.
2011-08-19 Bruno Cardoso LopesRe-write part of VEX encoding logic, to be more easy...
2011-08-19 Eric ChristopherRemove tests migrated to clang.
2011-08-19 Eric ChristopherRemove previously migrated test.
2011-08-19 Jim GrosbachUpdate tests.
2011-08-19 Eric ChristopherRemove tests migrated to clang or are unnecessary.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MVN.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MUL.
2011-08-19 Eric ChristopherRemove this test. The feature and test have already...
2011-08-19 Eric ChristopherRemove tests migrated to clang.
2011-08-19 Eric ChristopherRemove 2009-09-04-modify-crash.cpp as clang doesn't...
2011-08-19 Eric ChristopherRemove migrated tests.
2011-08-19 Eric ChristopherRemove migrated test.
2011-08-19 Eric ChristopherRemove this test. There are other, duplicates, in the...
2011-08-19 Eric ChristopherAdd file.
2011-08-19 Eric ChristopherMove 2010-03-22-empty-baseclass.cpp from a frontend...
2011-08-19 Jim GrosbachAdd FIXME.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MOV.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSR.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSL(register).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSL(immediate).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRSB and LDRSH.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRH.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRB.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(register).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(literal).
next