aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-06-04Merge from mainline to fix PR2407.Tanya Lattner
2008-06-02Merge from mainline.Tanya Lattner
2008-06-02Merge from mainline.Tanya Lattner
2008-05-22Merge from mainline.Tanya Lattner
2008-05-22Merge from mainline.Tanya Lattner
2008-05-22Merge from mainline.Tanya Lattner
2008-05-22Merge from mainline.Tanya Lattner
2008-05-12Merge from mainline.Tanya Lattner
2008-05-10Add nounwind.Evan Cheng
2008-05-10If all sources of a PHI node are defined by an implicit_def, just emit an imp...Evan Cheng
2008-05-09Add a pattern to do move the low element of a v4f32 and zero extend the rest.Evan Cheng
2008-05-09Handle a few more cases of folding load i64 into xmm and zero top bits.Evan Cheng
2008-05-09Simplify test.Evan Cheng
2008-05-09Implement PR2298. This transforms:Chris Lattner
2008-05-08Use movq to move low half of XMM register and zero-extend the rest.Evan Cheng
2008-05-08More than just loads can read from memory: readonly calls like strlenChris Lattner
2008-05-08Make instcombine's DSE respect loads as well as stores. It is not safe toChris Lattner
2008-05-08new testcase.Chris Lattner
2008-05-08Handle vector move / load which zero the destination register top bits (i.e. ...Evan Cheng
2008-05-07Add nounwind.Evan Cheng
2008-05-07Yet another nasty spiller bug.Evan Cheng
2008-05-07Fix a bug in the ComputeMaskedBits logic for multiply.Dan Gohman
2008-05-06Removing.Bill Wendling
2008-05-06Use target triple in tests, not 'realign-stack=0' option. Per request.Anton Korobeynikov
2008-05-06Testcase for r50770.Owen Anderson
2008-05-06Move test files around a bit - fixes the reported number of test cases.Mikhail Glushenkov
2008-05-06Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov
2008-05-06Add a --linker command-line option, make all tests pass.Mikhail Glushenkov
2008-05-06Add two (currently failing) tests.Mikhail Glushenkov
2008-05-06Take object file as input and handle files with the same name correctly.Mikhail Glushenkov
2008-05-06First small tests for llvmc2.Mikhail Glushenkov
2008-05-06Testcase for PR2292.Duncan Sands
2008-05-06Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.Evan Cheng
2008-05-06Correct the value of LowBits in srem and urem handling inDan Gohman
2008-05-05Fix a crash when threading a block that includes a MRV call result.Chris Lattner
2008-05-05Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang
2008-05-05no need for eh infoChris Lattner
2008-05-05Add AsmPrinter support for emitting a directive to declare thatDan Gohman
2008-05-04Fix PR1098 by correcting the postdominators analysis.Owen Anderson
2008-05-04Select vector shift with non-immediate i32 shift amount operand by first movi...Evan Cheng
2008-05-03Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng
2008-05-02verify builtin optimization works like gcc.Chris Lattner
2008-05-02Fix a mistake in the computation of leading zeros for udiv.Dan Gohman
2008-05-02strength reduce exp2 into ldexp, rdar://5852514Chris Lattner
2008-05-02specify an arch for non-x86 hosts.Chris Lattner
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman
2008-05-01New test for bug fixed in 50545.Dale Johannesen
2008-05-01Fix an overaggressive SimplifyDemandedBits optimization on urem. ThisDan Gohman
2008-05-01Adding testcase.Bill Wendling
2008-05-01don't randomly miscompile seto/setuo just because we are in Chris Lattner