aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Declare sin & cos as readonly so they match the code in SelectionDAGBuildNate Begeman2009-11-031-4/+4
* Temporary xfail until PR5367 will be resolvedAnton Korobeynikov2009-11-032-0/+2
* Revert r85049, it is causing PR5367Anton Korobeynikov2009-11-031-1/+1
* Revert 85799 for now. It might be breaking llvm-gcc driver.Evan Cheng2009-11-022-6/+4
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-022-21/+26
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-022-0/+3
* Initilize the machine LICM CSE map upon the first time an instruction is hois...Evan Cheng2009-11-022-4/+6
* improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner2009-11-021-0/+14
* Remove an irrelevant and poorly reduced test case.Evan Cheng2009-11-021-414/+0
* Use the libanalysis 'ConstantFoldLoadFromConstPtr' functionChris Lattner2009-11-021-2/+9
* Unbreak ARMBaseRegisterInfo::copyRegToReg.Evan Cheng2009-11-021-0/+29
* fix a bug exposed by moving SRoA earlier which caused a crash building kc++Chris Lattner2009-11-021-3/+20
* fix instcombine to only do store sinking when the alignmentsChris Lattner2009-11-021-0/+18
* merge a test into store.llChris Lattner2009-11-022-37/+45
* convert to filecheckChris Lattner2009-11-021-2/+6
* Handle splats of undefs properly. This includes the testcase for PR5364 as well.Anton Korobeynikov2009-11-021-0/+20
* 64-bit FP loads & stores operate on both NEON and VFP pipelines.Anton Korobeynikov2009-11-021-0/+37
* Make use of imm12 version of Thumb2 ldr / str instructions more aggressively.Evan Cheng2009-11-011-0/+75
* merge phi-merge.ll into phi.llChris Lattner2009-11-012-31/+33
* when merging two loads, make sure to take the min of their alignment,Chris Lattner2009-11-011-0/+26
* fix a bug noticed by inspection: when instcombine sinks loads throughChris Lattner2009-11-011-0/+21
* convert to filecheck.Chris Lattner2009-11-011-20/+49
* We currently only run ipsccp at LTO time, which is silly. It subsumesChris Lattner2009-11-011-0/+19
* Fix tests.Evan Cheng2009-11-012-4/+4
* improve x86 codegen support for blockaddress. We now compileChris Lattner2009-11-011-0/+16
* Use cbz and cbnz instructions.Evan Cheng2009-10-312-0/+34
* vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid usingJim Grosbach2009-10-313-4/+6
* Consolidate test filesJim Grosbach2009-10-314-122/+100
* Change to use FileCheckJim Grosbach2009-10-311-1/+3
* Make tests more explicit about which instructions are expected.Jim Grosbach2009-10-311-2/+2
* Grammar tweak to commentsJim Grosbach2009-10-311-4/+4
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-311-26/+39
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-311-3/+16
* Expand 64-bit logical shift right inlineJim Grosbach2009-10-311-1/+1
* Expand 64-bit arithmetic shift right inlineJim Grosbach2009-10-311-1/+1
* Force triple; darwin's ASM syntax differs from linux's.Benjamin Kramer2009-10-311-1/+1
* Expand 64 bit left shift inline rather than using the libcall. For now, thisJim Grosbach2009-10-311-1/+1
* Add missing colons for FileCheck.Benjamin Kramer2009-10-312-5/+5
* Convert to FileCheckJim Grosbach2009-10-311-5/+9
* Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman2009-10-311-2/+0
* Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman2009-10-311-0/+2
* It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...Evan Cheng2009-10-311-0/+34
* Add a target triple so that this test behaves consistently across hosts.Dan Gohman2009-10-311-1/+1
* Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.Dan Gohman2009-10-301-1/+1
* Add a testcase for the recent duplicate PHI elimination changes.Dan Gohman2009-10-301-0/+21
* if basic blocks are destroyed while there are *just* BlockAddress' hanging Chris Lattner2009-10-301-2/+7
* Fix MachineLICM to use the correct virtual register class whenDan Gohman2009-10-301-0/+26
* Add missing substitution for %llvmgcc_only.Daniel Dunbar2009-10-301-0/+1
* I forgot to commit this test.Evan Cheng2009-10-301-0/+28
* This fixes functions likeRafael Espindola2009-10-301-0/+17