summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.Andrew Trick2012-04-28
* ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach2012-04-27
* Revert r155745Derek Schuff2012-04-27
* Fix fastcc structure return with fast-isel on x86-32Derek Schuff2012-04-27
* Temporarily revert r155668: Fix the SD scheduler to avoid gluing.Andrew Trick2012-04-27
* Add x86-specific DAG combine to simplify:Chad Rosier2012-04-27
* Make test less fragile.Evan Cheng2012-04-27
* Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).Hal Finkel2012-04-27
* Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames2012-04-27
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-27
* Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton2012-04-27
* Missed some register numbers.Benjamin Kramer2012-04-27
* Update edis test for r155704.Benjamin Kramer2012-04-27
* X86: Don't emit conditional floating point moves on when targeting pre-pentiu...Benjamin Kramer2012-04-27
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-27
* [tsan] Atomic support for ThreadSanitizer, patch by Dmitry VyukovKostya Serebryany2012-04-27
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-27
* Implement a bastardized ABI.Evan Cheng2012-04-27
* - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng2012-04-27
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-27
* Add instcombine patterns for the following transformations:Chad Rosier2012-04-26
* Fix the SD scheduler to avoid gluing the same node twice.Andrew Trick2012-04-26
* Use VLD1 in NEON extenting-load patterns instead of VLDR.Tim Northover2012-04-26
* Teach the reassociate pass to fold chains of multiplies with repeatedChandler Carruth2012-04-26
* Specify cpu to unbreak tests.Evan Cheng2012-04-26
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Try to fix llvm-arm-linux builder with -mcpu.Jakob Stoklund Olesen2012-04-25
* Trivial change to make the test use -mcpu=generic so as to avoidPreston Gurd2012-04-25
* Actually delete now-empty file.Chandler Carruth2012-04-25
* Reverting r155468. Chris and Chandler have convinced me that it's dangerous andLang Hames2012-04-25
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-25
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-24
* ConstantFoldSelectInstruction swapped the operands of the select.Nadav Rotem2012-04-24
* Fix the testcase. We do expect two vblendw on XMMs.Nadav Rotem2012-04-24
* Add a testcase for 155440Nadav Rotem2012-04-24
* MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng2012-04-24
* Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixesLang Hames2012-04-24
* Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth2012-04-24
* Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2012-04-24
* Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby2012-04-24
* AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem2012-04-24
* FileCheck-ize tests.Bill Wendling2012-04-24
* FileCheck-ize these tests.Bill Wendling2012-04-24
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-24
* Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...Nadav Rotem2012-04-23
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.Jim Grosbach2012-04-23
* Add ARM mode tests for the NEON vector shift-accumulate tests.Jim Grosbach2012-04-23
* Tidy up. Reformat for ease of reading.Jim Grosbach2012-04-23
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-23