summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Fix incorrect check for sign-extended constant BUILD_VECTOR.Bob Wilson2011-10-18
* Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.Bob Wilson2011-10-18
* PTX: Fix disabling of MAD instruction selectionJustin Holewinski2011-10-18
* Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier2011-10-18
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Add CHECKs and document PR11158.Nadav Rotem2011-10-17
* stabalize tests by specifying the exact sse levelNadav Rotem2011-10-17
* use FileCheck and not grep in new testsHal Finkel2011-10-17
* Clean the triple, add check lines.Nadav Rotem2011-10-17
* Previously v2i32 vectors were legalized to v4i32. Now, they are legalized toNadav Rotem2011-10-17
* Test case for CanLowerReturn fix (r141981)Hal Finkel2011-10-17
* Add PPC 440 scheduler and some associated tests (new files)Hal Finkel2011-10-17
* Add tripple and stabalize a few more tests.Nadav Rotem2011-10-16
* Add triple to tests.Nadav Rotem2011-10-16
* fix a typo in the testNadav Rotem2011-10-16
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-16
* Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem2011-10-16
* Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there wasNadav Rotem2011-10-16
* Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman2011-10-14
* Update live-in lists when splitting critical edges.Jakob Stoklund Olesen2011-10-14
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-14
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-14
* Add value numbers when spilling dead defs.Jakob Stoklund Olesen2011-10-14
* Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer2011-10-13
* Mark 'branch indirect' instruction as an indirect branch.Kalle Raiskila2011-10-13
* More closely follow libgcc, which has code after the `ret' instruction toBill Wendling2011-10-13
* Revert r141854 because it was causing failures:Bill Wendling2011-10-13
* Should not add instructions to a BB after a return instruction. The machine i...Bill Wendling2011-10-13
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-13
* Also inflate register classes around inline asm.Jakob Stoklund Olesen2011-10-12
* We need to verify that the machine instruction we're using as a replacement forBill Wendling2011-10-12
* Fix -widen-vmovs liveness issues.Jakob Stoklund Olesen2011-10-12
* Make this test more specific. There are 3 stats that matched "machine-licm".Bob Wilson2011-10-11
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11
* Revert r141529. This is causing failures in the test-suite, like bigstack and...Bill Wendling2011-10-11
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-11
* Add support for legalization of vector SHL/SRA/SRL instructionsNadav Rotem2011-10-11
* Test case for X86 LZCNT instruction selection.Craig Topper2011-10-11
* Test simplification that Ana Pazos noticed.Bill Wendling2011-10-11
* test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak wi...NAKAMURA Takumi2011-10-11
* Test cases for 64-bit load and store instructions.Akira Hatanaka2011-10-11
* Add testcase for PR11107.Bill Wendling2011-10-11
* Revert r141569 and r141576.Devang Patel2011-10-10
* Reapply r141365 now that PR11107 is fixed.Bill Wendling2011-10-10
* Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F...Eli Friedman2011-10-10
* If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel2011-10-10
* Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem2011-10-10
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-10
* X86: Add patterns for the movbe instruction (mov + bswap, only available on a...Benjamin Kramer2011-10-10
* Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling2011-10-10