| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Propagate debug loc info during SDNode -> machine instr creation. | Bill Wendling | 2009-02-03 | 1 | -6/+9 |
* | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling | 2009-02-03 | 8 | -46/+111 |
* | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen | 2009-02-03 | 7 | -115/+134 |
* | It fails on Linux. XFAIL that machine. | Bill Wendling | 2009-02-03 | 1 | -2/+2 |
* | This is passing for us. Should it have been reenabled? | Bill Wendling | 2009-02-03 | 1 | -2/+1 |
* | Add explicit -march=x86 to these tests so that they don't | Dan Gohman | 2009-02-03 | 1 | -2/+2 |
* | Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode | Dan Gohman | 2009-02-03 | 2 | -66/+67 |
* | Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware has | Dan Gohman | 2009-02-03 | 2 | -17/+22 |
* | Last DebugLoc propagation for this file. | Dale Johannesen | 2009-02-02 | 1 | -180/+204 |
* | Fix another test to not use -mcpu=yonah with 64-bit code. | Dan Gohman | 2009-02-02 | 1 | -2/+2 |
* | Yonah does not support x86-64. Change the -mcpu value to one that does. | Dan Gohman | 2009-02-02 | 1 | -1/+1 |
* | More DebugLoc propagation. This should be everything | Dale Johannesen | 2009-02-02 | 1 | -100/+112 |
* | Improve -fno-opt style option processing to not require an extra | Mike Stump | 2009-02-02 | 3 | -54/+42 |
* | MergeValueInto is too smart: it might choose to do the merge the opposite dir... | Owen Anderson | 2009-02-02 | 3 | -4/+22 |
* | DebugLoc propagation. ExpandOp and PromoteOp, | Dale Johannesen | 2009-02-02 | 1 | -307/+330 |
* | Only force SSE level if it is not correct. | Edwin Török | 2009-02-02 | 1 | -3/+10 |
* | Run dsymutil on darwin, when it is expected, before running gdb test. | Devang Patel | 2009-02-02 | 3 | -1/+12 |
* | Commit missing files. | Dale Johannesen | 2009-02-02 | 2 | -0/+15 |
* | inline SROA::ConvertToScalar, no functionality change. | Chris Lattner | 2009-02-02 | 1 | -20/+14 |
* | More DebugLoc propagation. | Dale Johannesen | 2009-02-02 | 1 | -109/+127 |
* | remove #if 0 code on Bill's request. | Edwin Török | 2009-02-02 | 1 | -4/+0 |
* | Remove trailing spaces. | Duncan Sands | 2009-02-02 | 3 | -15/+15 |
* | Update hand-crafted VC++ build. | Steve Naroff | 2009-02-02 | 1 | -0/+1 |
* | DebugLoc propagation for int<->fp conversions. | Dale Johannesen | 2009-02-02 | 1 | -74/+89 |
* | Refactor PerformPHIConstruction, no functionality changes. | Evan Cheng | 2009-02-02 | 1 | -125/+165 |
* | xfail this for now, will fix shortly. | Chris Lattner | 2009-02-02 | 1 | -0/+1 |
* | update test | Chris Lattner | 2009-02-02 | 1 | -1/+1 |
* | Reposition the DebugLoc field to reduce padding space | Dan Gohman | 2009-02-02 | 1 | -17/+18 |
* | Fix a bug which caused us to miscompile a couple of Ada | Chris Lattner | 2009-02-02 | 2 | -1/+22 |
* | Do not add redundant arguments in a method definition DIE. | Devang Patel | 2009-02-02 | 2 | -11/+121 |
* | Make this test case smaller. | Devang Patel | 2009-02-02 | 1 | -86/+16 |
* | Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. | Sanjiv Gupta | 2009-02-02 | 2 | -0/+28 |
* | Made the common case of default address space directive as non-virtual for pe... | Sanjiv Gupta | 2009-02-02 | 3 | -34/+40 |
* | Fix a comment (bytes -> bits), reformat a comment | Duncan Sands | 2009-02-02 | 1 | -29/+29 |
* | Fix an obvious thinko. | Duncan Sands | 2009-02-02 | 1 | -1/+1 |
* | ADD / SUB / SMUL / UMUL with overflow second result top bits must be zero. | Evan Cheng | 2009-02-02 | 1 | -0/+8 |
* | This passes on x86-32 linux at least. | Duncan Sands | 2009-02-02 | 1 | -1/+0 |
* | Make the XFAIL line actually match x86-32 targets. | Duncan Sands | 2009-02-02 | 1 | -1/+1 |
* | Add comment. | Evan Cheng | 2009-02-02 | 1 | -0/+2 |
* | Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit... | Evan Cheng | 2009-02-02 | 2 | -0/+44 |
* | reject things like: zext <4 x i32> %tmp to i256 | Chris Lattner | 2009-02-02 | 1 | -0/+10 |
* | validation error fix. | Chris Lattner | 2009-02-02 | 1 | -2/+0 |
* | Document type upreferences (PR3380), patch by Stein Roger Skafløtten | Chris Lattner | 2009-02-02 | 1 | -1/+53 |
* | Fix PR3372 | Chris Lattner | 2009-02-02 | 2 | -2/+9 |
* | reduce indentation, (~XorCST->getValue()).isSignBit() -> isMaxSignedValue() | Chris Lattner | 2009-02-02 | 1 | -20/+19 |
* | reduce testcase. | Chris Lattner | 2009-02-02 | 1 | -480/+18 |
* | Preserve more SourceValue information. | Mon P Wang | 2009-02-02 | 2 | -8/+18 |
* | add 2 more testcases for -mattr=-sse (r63495). | Edwin Török | 2009-02-01 | 2 | -0/+66 |
* | Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack for | Edwin Török | 2009-02-01 | 5 | -7/+70 |
* | Fix PR3453 and probably a bunch of other potential | Duncan Sands | 2009-02-01 | 7 | -42/+57 |