aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-10-17ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach
2011-10-17Fixed quoting on default data layout option.Lang Hames
2011-10-17Add support for the Objective-C personality function to the instructionBill Wendling
2011-10-17Add CHECKs and document PR11158.Nadav Rotem
2011-10-17stabalize tests by specifying the exact sse levelNadav Rotem
2011-10-17Suppress partial retain+release elimination when there's aDan Gohman
2011-10-17Correct over-zealous removal of hack.Bill Wendling
2011-10-17Temporarily XFAIL waiting for a fix.Bill Wendling
2011-10-17llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer
2011-10-17llvm-objdump: Add tests.Michael J. Spencer
2011-10-17use FileCheck and not grep in new testsHal Finkel
2011-10-17Clean the triple, add check lines.Nadav Rotem
2011-10-17Previously v2i32 vectors were legalized to v4i32. Now, they are legalized toNadav Rotem
2011-10-17Test case for CanLowerReturn fix (r141981)Hal Finkel
2011-10-17Add PPC 440 scheduler and some associated tests (new files)Hal Finkel
2011-10-17Add a routine to swap branch instruction operands, and update anyChandler Carruth
2011-10-16Add tripple and stabalize a few more tests.Nadav Rotem
2011-10-16Add triple to tests.Nadav Rotem
2011-10-16fix a typo in the testNadav Rotem
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-10-16Oops! Fix testcase.Nick Lewycky
2011-10-16When looking for dependencies on the src pointer, scan the src pointer. ScanningNick Lewycky
2011-10-16Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem
2011-10-16Add X86 PEXTR and PDEP instructions.Craig Topper
2011-10-16Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there wasNadav Rotem
2011-10-16Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper
2011-10-16Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-16Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper
2011-10-16test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead of $(PRO...NAKAMURA Takumi
2011-10-15Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper
2011-10-15Let this test pass even if 'int' is somewhere in its directory path.Nico Weber
2011-10-15Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick
2011-10-14Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman
2011-10-14Update test for disabling of code/data marker labels in ELF.Owen Anderson
2011-10-14OCaml bindings: add some missing functions and testcases.Torok Edwin
2011-10-14OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin
2011-10-14Update live-in lists when splitting critical edges.Jakob Stoklund Olesen
2011-10-14Add X86 ANDN instruction. Including instruction selection.Craig Topper
2011-10-14Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper
2011-10-14Add value numbers when spilling dead defs.Jakob Stoklund Olesen
2011-10-13ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer
2011-10-13llvm-object: Add inline relocation information to disassembly.Michael J. Spencer
2011-10-13Reapply r141870, SCEV expansion of post-inc.Andrew Trick
2011-10-13Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick
2011-10-13LSR: Reuse the post-inc expansion of expressions.Andrew Trick
2011-10-13Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer
2011-10-13Mark 'branch indirect' instruction as an indirect branch.Kalle Raiskila
2011-10-13More closely follow libgcc, which has code after the `ret' instruction toBill Wendling
2011-10-13Revert r141854 because it was causing failures:Bill Wendling