aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman
2009-02-03Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware hasDan Gohman
2009-02-02Last DebugLoc propagation for this file.Dale Johannesen
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-02More DebugLoc propagation. This should be everythingDale Johannesen
2009-02-02Improve -fno-opt style option processing to not require an extraMike Stump
2009-02-02MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson
2009-02-02DebugLoc propagation. ExpandOp and PromoteOp,Dale Johannesen
2009-02-02Only force SSE level if it is not correct.Torok Edwin
2009-02-02Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel
2009-02-02Commit missing files.Dale Johannesen
2009-02-02inline SROA::ConvertToScalar, no functionality change.Chris Lattner
2009-02-02More DebugLoc propagation.Dale Johannesen
2009-02-02remove #if 0 code on Bill's request.Torok Edwin
2009-02-02Remove trailing spaces.Duncan Sands
2009-02-02Update hand-crafted VC++ build.Steve Naroff
2009-02-02DebugLoc propagation for int<->fp conversions.Dale Johannesen
2009-02-02Refactor PerformPHIConstruction, no functionality changes.Evan Cheng
2009-02-02xfail this for now, will fix shortly.Chris Lattner
2009-02-02update testChris Lattner
2009-02-02Reposition the DebugLoc field to reduce padding spaceDan Gohman
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-02Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.Sanjiv Gupta
2009-02-02Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta
2009-02-02Fix a comment (bytes -> bits), reformat a commentDuncan Sands
2009-02-02Fix an obvious thinko.Duncan Sands
2009-02-02ADD / SUB / SMUL / UMUL with overflow second result top bits must be zero.Evan Cheng
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-02Add comment.Evan Cheng
2009-02-02Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit...Evan Cheng
2009-02-02reject things like: zext <4 x i32> %tmp to i256Chris Lattner
2009-02-02validation error fix.Chris Lattner
2009-02-02Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner
2009-02-02Fix PR3372Chris Lattner
2009-02-02reduce indentation, (~XorCST->getValue()).isSignBit() -> isMaxSignedValue()Chris Lattner
2009-02-02reduce testcase.Chris Lattner
2009-02-02Preserve more SourceValue information.Mon P Wang
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-02-01Forgot some more DebugLoc propagations.Bill Wendling
2009-02-01Fix test failures causes by my previous commit.Owen Anderson
2009-02-01Fix an issue in PHI construction that was exposed by GCC 4.2 producing a diff...Owen Anderson