Some single-precision VFP instructions can execute in either the VPF or Neon
[oota-llvm.git] / test /
2011-04-19 Eli FriedmanAdd support for FastISel'ing varargs calls.
2011-04-19 Jakob Stoklund OlesenTighten test case a bit.
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-19 Chris LattnerImplement support for fast isel of calls of i1 argument...
2011-04-19 Chris LattnerHandle i1/i8/i16 constant integer arguments to calls...
2011-04-19 Chris Lattnerbe layout aware, to produce:
2011-04-19 Chris Lattnerfix rdar://9297006 - fast isel bails out on trunc to...
2011-04-19 Jakob Stoklund OlesenMake tests register allocation independent again.
2011-04-19 Evan ChengDo not lose mem_operands while lowering VLD / VST intri...
2011-04-18 Devang PatelRemove test to check line numbers. There are other...
2011-04-18 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-18 Chris Lattnerwhile we're at it, handle 'sdiv exact' of a power of...
2011-04-18 Chris Lattnerfix rdar://9297011 - udiv by power of two causing fast...
2011-04-18 Chris LattnerImplement major new fastisel functionality: the matcher...
2011-04-18 Chris Lattnerrelax this test to just check that the lock prefix...
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix an x86 fast isel issue where we'd completely give...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-17 Eli FriedmanRemove working entry from README.
2011-04-17 Chris Lattnerfix rdar://9289583 - fast isel should handle non-canoni...
2011-04-16 Eli FriedmanPR9055: extend the fix to PR4050 (r70179) to apply...
2011-04-16 Frits van BommelAdd test cases for Jay's r129641 and fix a 32-bit-centr...
2011-04-16 Evan ChengFix divmod libcall lowering. Convert to {S|U}DIVREM...
2011-04-15 Johnny ChenThumb2 BFC was insufficiently encoded.
2011-04-15 Johnny ChenA8.6.315 VLD3 (single 3-element structure to all lanes)
2011-04-15 Akira HatanakaRe-enable test o32_cc_vararg.ll.
2011-04-15 Cameron ZwarichAdd ORR and EOR to the CMP peephole optimizer. It's...
2011-04-15 Rafael EspindolaAdd this test back for Darwin.
2011-04-15 Cameron ZwarichThe AND instruction leaves the V flag unmodified, so...
2011-04-15 Cameron ZwarichAdd missing register forms of instructions to the ARM...
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-04-15 Joerg SonnenbergerAdd encoding tests for flds/filds
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-15 Evan ChengFix another fcopysign lowering bug. If src is f64 and...
2011-04-15 Michael J. SpencerAdd 3DNow! intrinsics.
2011-04-15 Johnny ChenThe ARM disassembler did not handle the alignment corre...
2011-04-14 Evan ChengFollow up on r127913. Fix Thumb revsh isel. rdar:/...
2011-04-14 Eli FriedmanAdd an instcombine for constructs like a | -(b != c...
2011-04-14 Owen AndersonFix an infinite alternation in JumpThreading where...
2011-04-14 Johnny ChenAdd sanity checkings for Thumb2 Load/Store Register...
2011-04-14 Daniel Dunbartests: Remove a FrontendC test which is no longer valid.
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-13 Johnny ChenThumb disassembler did not handle tBRIND (indirect...
2011-04-13 Mon P WangVectors with different number of elements of the same...
2011-04-13 Johnny ChenCheck for unallocated instruction encodings when disass...
2011-04-13 Johnny ChenThe LDR*T/STR*T (unpriviledged load/store) operations...
2011-04-13 Cameron ZwarichFix a typo in an ARM-specific DAG combine. This fixes...
2011-04-13 Cameron ZwarichFix a regression caused by r102515 where explicit align...
2011-04-13 Johnny ChenCheck the corner cases for t2LDRSHi12 correctly and...
2011-04-13 Johnny ChenFix a bug where for t2MOVCCi disassembly, the TIED_TO...
2011-04-13 Cameron ZwarichFix an obvious problem with an alignment computation...
2011-04-13 Cameron ZwarichIf a global variable has a specified alignment that...
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-13 Eric ChristopherTemporarily revert r129408 to see if it brings the...
2011-04-12 Johnny ChenAdd sanity check for Ld/St Dual forms of Thumb2 instruc...
2011-04-12 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-12 Oscar FuentesFix compiler command line used by lit.py when working...
2011-04-12 Johnny ChenThe Thumb2 RFE instructions need to have their second...
2011-04-12 Johnny ChenAdd bad register checks for Thumb2 Ld/St instructions.
2011-04-12 Andrew TrickRevert 129383. It causes some targets to hit a schedule...
2011-04-12 Andrew TrickPreRA scheduler heuristic fixes: VRegCycle, TokenFactor...
2011-04-12 Johnny ChenThe Thumb2 Ld, St, and Preload instructions with the...
2011-04-12 Johnny ChenPrint out a debug message when the reglist fails the...
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-12 Cameron ZwarichSplit a store of a VMOVDRR into two integer stores...
2011-04-12 Johnny ChenAdd one test case (svc).
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
2011-04-12 Johnny ChenA8.6.16 B
2011-04-12 Dan GohmanFix reassociate to use a worklist instead of recursing...
2011-04-12 Eric ChristopherTest for invalid constant expr addition - bad octal...
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
2011-04-11 Rafael EspindolaImplement cfi_rel_offset
2011-04-11 Rafael EspindolaAdd test for previous commit.
2011-04-11 Johnny ChenFix the bug where the immediate shift amount for Thumb...
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
2011-04-11 Johnny ChenCheck invalid register encodings for LdFrm/StFrm ARM...
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-04-09 Chris Lattnerfix rdar://8735979 - "int 3" doesn't match to "int3...
2011-04-09 Chris Lattnerlook for the verboten argument slot access in any order...
2011-04-09 Benjamin KramerDon't store Twine temporaries, it's not safe.
2011-04-09 Eli FriedmanAdd back a couple checks removed by r129128; the fact...
2011-04-09 Chris Lattnerfix PR9523, a crash in looprotate on a non-canonical...
2011-04-09 Chris LattnerFix a bug where RecursivelyDeleteTriviallyDeadInstructi...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Eli FriedmanTest for r129190.
2011-04-09 Chris Lattnerfix two completely broken tests, which were matching...
2011-04-09 Chris Lattnerremove a bunch of CHECK lines that aren't checking...
next