| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 1 | -0/+15 |
* | Fix PR7647, handling the case when 'To' ends up being | Chris Lattner | 2010-07-15 | 1 | -0/+47 |
* | see comment. | Chris Lattner | 2010-07-15 | 1 | -0/+4 |
* | Temporarily disable this test. | Eric Christopher | 2010-07-14 | 1 | -1/+2 |
* | Make it a .ll test case. | Devang Patel | 2010-07-14 | 2 | -50/+108 |
* | Add a testcase for the vla and stack realignment warning. | Eric Christopher | 2010-07-14 | 1 | -0/+7 |
* | Tests for llvm-gcc commit 108360. | Dale Johannesen | 2010-07-14 | 2 | -0/+41 |
* | Improve 64-subtraction of immediates when parts of the immediate can fit | Jim Grosbach | 2010-07-14 | 3 | -2/+132 |
* | Delete fast-isel's trivial load optimization; it breaks debugging because | Dan Gohman | 2010-07-14 | 1 | -23/+0 |
* | Fix test to appease the buildbots. | Bob Wilson | 2010-07-14 | 1 | -1/+1 |
* | Fix for PR7193 was overly conservative. The only case where sibcall callee | Evan Cheng | 2010-07-14 | 1 | -0/+13 |
* | Add support for NEON VMVN immediate instructions. | Bob Wilson | 2010-07-14 | 1 | -0/+48 |
* | revert r108320, I see the failures now... | Chris Lattner | 2010-07-14 | 1 | -13/+0 |
* | reapply benjamin's instcombine patch, I don't see anything wrong with it and ... | Chris Lattner | 2010-07-14 | 1 | -0/+13 |
* | Re-enable the test with fix. | Evan Cheng | 2010-07-14 | 1 | -3/+2 |
* | temporarily disable to test to fix buildbots. | Chris Lattner | 2010-07-14 | 1 | -2/+3 |
* | Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D... | Evan Cheng | 2010-07-14 | 1 | -1/+1 |
* | Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes. | Bob Wilson | 2010-07-14 | 1 | -0/+12 |
* | Add AVX 256-bit compare instructions and a bunch of testcases | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+448 |
* | Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent | Bob Wilson | 2010-07-13 | 1 | -1/+1 |
* | AVX 256-bit conversion instructions | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+208 |
* | In inline asm treat indirect 'X' constraint as 'm'. | Dale Johannesen | 2010-07-13 | 1 | -0/+18 |
* | Add support for empty named metadata too. This isn't particularly | Dan Gohman | 2010-07-13 | 1 | -0/+1 |
* | Add support for empty metadata nodes: !{}. | Dan Gohman | 2010-07-13 | 1 | -1/+2 |
* | Extend the r107852 optimization which turns some fp compare to code sequence ... | Evan Cheng | 2010-07-13 | 1 | -9/+62 |
* | -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math. | Evan Cheng | 2010-07-13 | 3 | -3/+3 |
* | Fix PR number. | Dale Johannesen | 2010-07-13 | 1 | -1/+1 |
* | Handle the case of a tail recursion in which the tail call is followed | Duncan Sands | 2010-07-13 | 1 | -1/+4 |
* | my work on adding segment registers to LEA missed the | Chris Lattner | 2010-07-13 | 1 | -0/+3 |
* | Add AVX 256-bit packed logical forms | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+128 |
* | Add AVX 256-bit unop arithmetic instructions | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+64 |
* | Add AVX 256 binary arithmetic instructions | Bruno Cardoso Lopes | 2010-07-12 | 2 | -0/+192 |
* | Apply the SSE dependence idiom for SSE unary operations to | Dan Gohman | 2010-07-12 | 1 | -0/+41 |
* | Add AVX 256-bit MOVMSK forms | Bruno Cardoso Lopes | 2010-07-12 | 2 | -0/+15 |
* | MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 2 | -3/+1 |
* | MC/AsmParser: Move .desc parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -1/+1 |
* | MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. | Daniel Dunbar | 2010-07-12 | 2 | -4/+4 |
* | Add a lint check for mismatched return types, inspired by PR6944. | Dan Gohman | 2010-07-12 | 1 | -0/+9 |
* | Nope, still breaks the release selfhost bots :( | Benjamin Kramer | 2010-07-12 | 1 | -13/+0 |
* | Reapply the "or" half of r108136, which seems to be less problematic. | Benjamin Kramer | 2010-07-12 | 1 | -0/+13 |
* | Revert r108141 again, sigh. | Benjamin Kramer | 2010-07-12 | 2 | -27/+0 |
* | Reapply 108136 with an ugly pasto fixed. | Benjamin Kramer | 2010-07-12 | 2 | -0/+27 |
* | Revert r108136 until I figure out why it broke selfhost. | Benjamin Kramer | 2010-07-12 | 2 | -28/+0 |
* | instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x... | Benjamin Kramer | 2010-07-12 | 2 | -0/+28 |
* | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner | 2010-07-12 | 1 | -0/+11 |
* | if jump threading is able to infer interesting values on both | Chris Lattner | 2010-07-12 | 1 | -0/+24 |
* | fix PR7429, a crash turning a load from a string into a float. | Chris Lattner | 2010-07-12 | 1 | -0/+13 |
* | convert to filechecconvert to filecheckk | Chris Lattner | 2010-07-12 | 1 | -10/+10 |
* | merge two tests. | Chris Lattner | 2010-07-12 | 2 | -11/+11 |
* | Remove TargetInstrInfo::copyRegToReg entirely. | Jakob Stoklund Olesen | 2010-07-11 | 2 | -4/+3 |