| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on machine LICM in non-fast mode. | Evan Cheng | 2009-02-05 | 2 | -4/+4 |
* | if we have a large GEP offset on a 32-bit or other target, make | Chris Lattner | 2009-02-05 | 1 | -0/+9 |
* | Ignore dbg intrinsics while folding switch instruction. | Devang Patel | 2009-02-05 | 1 | -0/+58 |
* | Ignore dbg intrinsics. | Devang Patel | 2009-02-04 | 1 | -0/+122 |
* | Add test case for r63760. | Mon P Wang | 2009-02-04 | 1 | -0/+15 |
* | Remove now-incorrect test. | Nate Begeman | 2009-02-04 | 1 | -9/+0 |
* | Allow the inverse transform x86_fp80 -> i80 (also | Duncan Sands | 2009-02-04 | 1 | -0/+5 |
* | Fix PR3468: a crash when constant folding a bitcast of | Duncan Sands | 2009-02-04 | 1 | -0/+7 |
* | Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl... | Owen Anderson | 2009-02-04 | 1 | -0/+14 |
* | Fixes a case where we generate an incorrect mask for pshfhw in the presence | Mon P Wang | 2009-02-04 | 1 | -0/+23 |
* | While folding vallue comparison terminators ignore dbg intrinsics. | Devang Patel | 2009-02-04 | 1 | -0/+49 |
* | Ignore dbg intrinsics while hoisting common code in the two blocks up into th... | Devang Patel | 2009-02-04 | 1 | -0/+33 |
* | Do not let dbg intrinsic block folding of two entry phi node. | Devang Patel | 2009-02-03 | 1 | -0/+28 |
* | teach "convert from scalar" to handle loads of fca's. | Chris Lattner | 2009-02-03 | 1 | -0/+9 |
* | make scalar conversion handle stores of first class | Chris Lattner | 2009-02-03 | 1 | -0/+12 |
* | Make SROA produce a vector only when the alloca is actually | Chris Lattner | 2009-02-03 | 1 | -0/+19 |
* | this produces an undefined result, just check that the alloca is gone | Chris Lattner | 2009-02-03 | 1 | -1/+1 |
* | Fix PR3411. When replacing values, nodes are analyzed | Duncan Sands | 2009-02-03 | 1 | -0/+30 |
* | APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ... | Evan Cheng | 2009-02-03 | 1 | -0/+19 |
* | add another case of undefined behavior without crashing, PR3466. | Chris Lattner | 2009-02-03 | 1 | -0/+9 |
* | Revert r63600. It didn't fix the bug, it just moved it a bit. | Nick Lewycky | 2009-02-03 | 1 | -32/+0 |
* | Update the callgraph when replacing InvokeInst with CallInst when inlining. | Nick Lewycky | 2009-02-03 | 1 | -0/+32 |
* | fix a bitcode reader bug where it can't handle extractelement correctly: | Chris Lattner | 2009-02-03 | 1 | -0/+8 |
* | Teach ConvertUsesToScalar to handle memset, allowing it to handle | Chris Lattner | 2009-02-03 | 1 | -0/+18 |
* | Delete these two tests. They are specific to x86-64, and there's no | Dan Gohman | 2009-02-03 | 2 | -42/+0 |
* | rearrange how SRoA handles promotion of allocas to vectors. | Chris Lattner | 2009-02-03 | 2 | -1/+10 |
* | this test produces an undefined value, we don't care | Chris Lattner | 2009-02-03 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Run dsymutil on darwin, when it is expected, before running gdb test. | Devang Patel | 2009-02-02 | 3 | -1/+12 |
* | 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 |
* | Fix a bug which caused us to miscompile a couple of Ada | Chris Lattner | 2009-02-02 | 1 | -0/+16 |
* | Do not add redundant arguments in a method definition DIE. | Devang Patel | 2009-02-02 | 1 | -0/+103 |
* | Make this test case smaller. | Devang Patel | 2009-02-02 | 1 | -86/+16 |
* | 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 |
* | Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit... | Evan Cheng | 2009-02-02 | 1 | -0/+23 |
* | Fix PR3372 | Chris Lattner | 2009-02-02 | 1 | -0/+6 |
* | reduce testcase. | Chris Lattner | 2009-02-02 | 1 | -480/+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 | 2 | -2/+46 |
* | Fix PR3453 and probably a bunch of other potential | Duncan Sands | 2009-02-01 | 1 | -0/+32 |
* | Reinstate this optimization to fold icmp of xor when possible. Don't try to | Nick Lewycky | 2009-01-31 | 2 | -1/+22 |
* | Fix PR3452 (an infinite loop bootstrapping) by disabling the recent | Chris Lattner | 2009-01-31 | 2 | -0/+485 |
* | Fix PR3401: when using large integers, the type | Duncan Sands | 2009-01-31 | 3 | -0/+51 |
* | now that all the pieces are in place, teach instcombine's | Chris Lattner | 2009-01-31 | 1 | -0/+24 |