| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if... | Bill Wendling | 2009-02-08 | 1 | -0/+0 |
* | The 'false.c' test must depend on llvm-g++. | Mikhail Glushenkov | 2009-02-08 | 2 | -11/+26 |
* | Fix PR3486. Fix a bug in code that manually patch physical register live inte... | Evan Cheng | 2009-02-08 | 1 | -0/+22 |
* | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-... | Evan Cheng | 2009-02-08 | 1 | -0/+491 |
* | Revert r63999. It was breaking self-hosting builds. | Bill Wendling | 2009-02-08 | 2 | -2/+2 |
* | testcase for r64049 of llvm-gcc. | Chris Lattner | 2009-02-07 | 1 | -0/+7 |
* | Instrcombine should not change load(cast p) to cast(load p) if the cast | Mon P Wang | 2009-02-07 | 1 | -0/+19 |
* | Enable machine sinking pass in non-fast mode. | Evan Cheng | 2009-02-07 | 2 | -2/+2 |
* | Ignore DbgInfoIntrinsics. | Devang Patel | 2009-02-06 | 1 | -0/+71 |
* | fix PR3489, use bits instead of bytes. | Chris Lattner | 2009-02-06 | 1 | -0/+20 |
* | Fix test. It produces unexpected code if sse4.1 is on. | Evan Cheng | 2009-02-06 | 1 | -3/+3 |
* | Ignore dbg intrinsics while propagating conditional expression info. Take 2. | Devang Patel | 2009-02-05 | 1 | -0/+45 |
* | isAsCheapAsMove instructions can have register src operands. Check if they ar... | Evan Cheng | 2009-02-05 | 1 | -0/+12 |
* | Revert rev. 63876. It is causing llvm-gcc bootstrap failure. | Devang Patel | 2009-02-05 | 1 | -45/+0 |
* | Remove dead blocks in the end. | Devang Patel | 2009-02-05 | 1 | -0/+1 |
* | Ignore dbg intrinsics while propagating conditional expression info. | Devang Patel | 2009-02-05 | 1 | -0/+45 |
* | testcase for rdar://6551276 and llvm-gcc r63873 | Chris Lattner | 2009-02-05 | 1 | -0/+11 |
* | 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 |