aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-05-01X86: optimization for max-like structManman Ren
2012-05-01X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov
2012-05-01Regression test for PR2960.Jay Foad
2012-05-01An instruction in a loop is not guaranteed to be executed just because the loopNick Lewycky
2012-05-01Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. FixesLang Hames
2012-04-30X86: optimization for -(x != 0)Manman Ren
2012-04-30test/CodeGen/X86/select.ll: remove spacesManman Ren
2012-04-30Fix fastcc structure return with fast-isel on x86-32Derek Schuff
2012-04-30Don't introduce illegal types when creating vmull operations. <rdar://11324364>Bob Wilson
2012-04-30Just mark the sign bit as known zero, rather than any other irrelevant bitsDuncan Sands
2012-04-30Second attempt at PR12573:Bill Wendling
2012-04-30Make sure HoistInsertPosition finds a position that is dominated by allRafael Espindola
2012-04-28Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.Andrew Trick
2012-04-27ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach
2012-04-27Revert r155745Derek Schuff
2012-04-27Fix fastcc structure return with fast-isel on x86-32Derek Schuff
2012-04-27Temporarily revert r155668: Fix the SD scheduler to avoid gluing.Andrew Trick
2012-04-27Add x86-specific DAG combine to simplify:Chad Rosier
2012-04-27Make test less fragile.Evan Cheng
2012-04-27Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).Hal Finkel
2012-04-27Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames
2012-04-27Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman
2012-04-27Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton
2012-04-27Missed some register numbers.Benjamin Kramer
2012-04-27Update edis test for r155704.Benjamin Kramer
2012-04-27X86: Don't emit conditional floating point moves on when targeting pre-pentiu...Benjamin Kramer
2012-04-27Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi
2012-04-27[tsan] Atomic support for ThreadSanitizer, patch by Dmitry VyukovKostya Serebryany
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2012-04-27Implement a bastardized ABI.Evan Cheng
2012-04-27- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng
2012-04-27Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman
2012-04-26Add instcombine patterns for the following transformations:Chad Rosier
2012-04-26Fix the SD scheduler to avoid gluing the same node twice.Andrew Trick
2012-04-26Use VLD1 in NEON extenting-load patterns instead of VLDR.Tim Northover
2012-04-26Teach the reassociate pass to fold chains of multiplies with repeatedChandler Carruth
2012-04-26Specify cpu to unbreak tests.Evan Cheng
2012-04-26If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng
2012-04-25Try to fix llvm-arm-linux builder with -mcpu.Jakob Stoklund Olesen
2012-04-25Trivial change to make the test use -mcpu=generic so as to avoidPreston Gurd
2012-04-25Actually delete now-empty file.Chandler Carruth
2012-04-25Reverting r155468. Chris and Chandler have convinced me that it's dangerous andLang Hames
2012-04-25Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka
2012-04-24ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach
2012-04-24ConstantFoldSelectInstruction swapped the operands of the select.Nadav Rotem
2012-04-24Fix the testcase. We do expect two vblendw on XMMs.Nadav Rotem
2012-04-24Add a testcase for 155440Nadav Rotem
2012-04-24MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng
2012-04-24Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixesLang Hames
2012-04-24Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth