aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-10-18Fix incorrect check for sign-extended constant BUILD_VECTOR.Bob Wilson
2011-10-18Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.Bob Wilson
2011-10-18PTX: Fix disabling of MAD instruction selectionJustin Holewinski
2011-10-18Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-17Add CHECKs and document PR11158.Nadav Rotem
2011-10-17stabalize tests by specifying the exact sse levelNadav Rotem
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-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-16Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem
2011-10-16Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there wasNadav Rotem
2011-10-14Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman
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-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
2011-10-13Should not add instructions to a BB after a return instruction. The machine i...Bill Wendling
2011-10-13Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper
2011-10-12Also inflate register classes around inline asm.Jakob Stoklund Olesen
2011-10-12We need to verify that the machine instruction we're using as a replacement forBill Wendling
2011-10-12Fix -widen-vmovs liveness issues.Jakob Stoklund Olesen
2011-10-11Make this test more specific. There are 3 stats that matched "machine-licm".Bob Wilson
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-10-11Revert r141529. This is causing failures in the test-suite, like bigstack and...Bill Wendling
2011-10-11Add dominance check for the instruction being hoisted.Devang Patel
2011-10-11Add support for legalization of vector SHL/SRA/SRL instructionsNadav Rotem
2011-10-11Test case for X86 LZCNT instruction selection.Craig Topper
2011-10-11Test simplification that Ana Pazos noticed.Bill Wendling
2011-10-11test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak wi...NAKAMURA Takumi
2011-10-11Test cases for 64-bit load and store instructions.Akira Hatanaka
2011-10-11Add testcase for PR11107.Bill Wendling
2011-10-10Revert r141569 and r141576.Devang Patel
2011-10-10Reapply r141365 now that PR11107 is fixed.Bill Wendling
2011-10-10Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F...Eli Friedman
2011-10-10If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel
2011-10-10Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem
2011-10-10Add dominance check for the instruction being hoisted.Devang Patel
2011-10-10X86: Add patterns for the movbe instruction (mov + bswap, only available on a...Benjamin Kramer
2011-10-10Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling