summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * It fails on Linux. XFAIL that machine.Bill Wendling2009-02-031-2/+2
| * This is passing for us. Should it have been reenabled?Bill Wendling2009-02-031-2/+1
| * Add explicit -march=x86 to these tests so that they don'tDan Gohman2009-02-031-2/+2
| * Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman2009-02-032-66/+67
| * Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware hasDan Gohman2009-02-032-17/+22
| * Last DebugLoc propagation for this file.Dale Johannesen2009-02-021-180/+204
| * Fix another test to not use -mcpu=yonah with 64-bit code.Dan Gohman2009-02-021-2/+2
| * Yonah does not support x86-64. Change the -mcpu value to one that does.Dan Gohman2009-02-021-1/+1
| * More DebugLoc propagation. This should be everythingDale Johannesen2009-02-021-100/+112
| * Improve -fno-opt style option processing to not require an extraMike Stump2009-02-023-54/+42
| * MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson2009-02-023-4/+22
| * DebugLoc propagation. ExpandOp and PromoteOp,Dale Johannesen2009-02-021-307/+330
| * Only force SSE level if it is not correct.Torok Edwin2009-02-021-3/+10
| * Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-023-1/+12
| * Commit missing files.Dale Johannesen2009-02-022-0/+15
| * inline SROA::ConvertToScalar, no functionality change.Chris Lattner2009-02-021-20/+14
| * More DebugLoc propagation.Dale Johannesen2009-02-021-109/+127
| * remove #if 0 code on Bill's request.Torok Edwin2009-02-021-4/+0
| * Remove trailing spaces.Duncan Sands2009-02-023-15/+15
| * Update hand-crafted VC++ build.Steve Naroff2009-02-021-0/+1
| * DebugLoc propagation for int<->fp conversions.Dale Johannesen2009-02-021-74/+89
| * Refactor PerformPHIConstruction, no functionality changes.Evan Cheng2009-02-021-125/+165
| * xfail this for now, will fix shortly.Chris Lattner2009-02-021-0/+1
| * update testChris Lattner2009-02-021-1/+1
| * Reposition the DebugLoc field to reduce padding spaceDan Gohman2009-02-021-17/+18
| * Fix a bug which caused us to miscompile a couple of AdaChris Lattner2009-02-022-1/+22
| * Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-022-11/+121
| * Make this test case smaller.Devang Patel2009-02-021-86/+16
| * Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.Sanjiv Gupta2009-02-022-0/+28
| * Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta2009-02-023-34/+40
| * Fix a comment (bytes -> bits), reformat a commentDuncan Sands2009-02-021-29/+29
| * Fix an obvious thinko.Duncan Sands2009-02-021-1/+1
| * ADD / SUB / SMUL / UMUL with overflow second result top bits must be zero.Evan Cheng2009-02-021-0/+8
| * This passes on x86-32 linux at least.Duncan Sands2009-02-021-1/+0
| * Make the XFAIL line actually match x86-32 targets.Duncan Sands2009-02-021-1/+1
| * Add comment.Evan Cheng2009-02-021-0/+2
| * Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit...Evan Cheng2009-02-022-0/+44
| * reject things like: zext <4 x i32> %tmp to i256Chris Lattner2009-02-021-0/+10
| * validation error fix.Chris Lattner2009-02-021-2/+0
| * Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner2009-02-021-1/+53
| * Fix PR3372Chris Lattner2009-02-022-2/+9
| * reduce indentation, (~XorCST->getValue()).isSignBit() -> isMaxSignedValue()Chris Lattner2009-02-021-20/+19
| * reduce testcase.Chris Lattner2009-02-021-480/+18
| * Preserve more SourceValue information.Mon P Wang2009-02-022-8/+18
| * add 2 more testcases for -mattr=-sse (r63495).Torok Edwin2009-02-012-0/+66
| * Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack forTorok Edwin2009-02-015-7/+70
| * Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-017-42/+57
| * Forgot some more DebugLoc propagations.Bill Wendling2009-02-011-17/+22
| * Fix test failures causes by my previous commit.Owen Anderson2009-02-011-0/+1
| * Fix an issue in PHI construction that was exposed by GCC 4.2 producing a diff...Owen Anderson2009-02-011-40/+27