Address Duncan's CR request:
[oota-llvm.git] / test /
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).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Craig TopperAdd TB encoding to VEX versions of SSE fp logical opera...
2011-08-19 Jakob Stoklund OlesenAdd test case for r138018.
2011-08-19 Bruno Cardoso LopesFix PR10677. Initial patch and idea by Peter Cooper...
2011-08-19 Dan GohmanTrack a retain+release nesting level independently...
2011-08-18 Akira HatanakaUse subword loads instead of a 4-byte load when the...
2011-08-18 Owen AndersonSTC2L_POST and STC2L_POST should be handled the same...
2011-08-18 Owen AndersonFix the decoding of RFE instruction. RFEs have the...
2011-08-18 Owen AndersonImprove handling of failure and unpredictable cases...
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-18 Owen AndersonMore Thumb1 decoding tests.
2011-08-18 Devang PatelAdd another test.
2011-08-18 Devang PatelAdd test to check type uniquing.
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for EOR.
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for CMP.
2011-08-18 James MolloyTest commit; adding test for invalid LDRD which was...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding test for CMN.
2011-08-18 Owen AndersonPort over BL/BLX to disassembly tests.
2011-08-18 Jim GrosbachARM assembly parsing and encoding test for BX/BLX ...
2011-08-18 Jim GrosbachARM assembly parsing and encoding test for BL/BLX ...
2011-08-18 Richard OsborneAdd intrinsics for SETEV, GETED, GETET.
next