aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-02-20Remove test.Tanya Lattner
2009-02-20Update tests to work on ppc.Tanya Lattner
2009-02-17Merge 64582 from mainlineTanya Lattner
2009-02-17Merge 64579 from mainline.Tanya Lattner
2009-02-17Merge 64314 from mainline.Tanya Lattner
2009-02-14Merge 64364 from mainline.Tanya Lattner
2009-02-14Merge 64177 from mainline.Tanya Lattner
2009-02-13Merge from mainline.Tanya Lattner
2009-02-04SROA CBE Fix.Tanya Lattner
2009-02-04Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did...Tanya Lattner
2009-02-04Merge from mainline.Tanya Lattner
2009-02-03Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky
2009-02-03fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner
2009-02-03Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner
2009-02-03Delete these two tests. They are specific to x86-64, and there's noDan Gohman
2009-02-03rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner
2009-02-03this test produces an undefined value, we don't careChris Lattner
2009-02-03It fails on Linux. XFAIL that machine.Bill Wendling
2009-02-03This is passing for us. Should it have been reenabled?Bill Wendling
2009-02-03Add explicit -march=x86 to these tests so that they don'tDan Gohman
2009-02-02Fix another test to not use -mcpu=yonah with 64-bit code.Dan Gohman
2009-02-02Yonah does not support x86-64. Change the -mcpu value to one that does.Dan Gohman
2009-02-02Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel
2009-02-02xfail this for now, will fix shortly.Chris Lattner
2009-02-02update testChris Lattner
2009-02-02Fix a bug which caused us to miscompile a couple of AdaChris Lattner
2009-02-02Do not add redundant arguments in a method definition DIE.Devang Patel
2009-02-02Make this test case smaller.Devang Patel
2009-02-02This passes on x86-32 linux at least.Duncan Sands
2009-02-02Make the XFAIL line actually match x86-32 targets.Duncan Sands
2009-02-02Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit...Evan Cheng
2009-02-02Fix PR3372Chris Lattner
2009-02-02reduce testcase.Chris Lattner
2009-02-01add 2 more testcases for -mattr=-sse (r63495).Torok Edwin
2009-02-01Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack forTorok Edwin
2009-02-01Fix PR3453 and probably a bunch of other potentialDuncan Sands
2009-01-31Reinstate this optimization to fold icmp of xor when possible. Don't try toNick Lewycky
2009-01-31Fix PR3452 (an infinite loop bootstrapping) by disabling the recentChris Lattner
2009-01-31Fix PR3401: when using large integers, the typeDuncan Sands
2009-01-31now that all the pieces are in place, teach instcombine'sChris Lattner
2009-01-31make sure to set Changed=true when instcombine hacks on the code,Chris Lattner
2009-01-31Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c -...Mon P Wang
2009-01-31If unsafe FP optimization is not set, don't allow -(A-B) => B-A becauseMon P Wang
2009-01-31Simplify and generalize the SROA "convert to scalar" transformation toChris Lattner
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-30This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng
2009-01-30Enable target tripple.Devang Patel
2009-01-30Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel
2009-01-30Add DW_AT_declaration for class methods.Devang Patel
2009-01-29XFAIL this test. It only worked before because of a bug in the spill point s...Owen Anderson