| Commit message (Expand) | Author | Age | Files | Lines |
* | fix two bogus tests that the asmparser now rejects. | Chris Lattner | 2009-12-30 | 2 | -2/+2 |
* | reimplement insertvalue/extractvalue metadata handling to not blindly | Chris Lattner | 2009-12-30 | 1 | -1/+3 |
* | fix parsing of mdstring values. | Chris Lattner | 2009-12-30 | 1 | -0/+8 |
* | Each instruction is allowed to have *multiple* different | Chris Lattner | 2009-12-29 | 1 | -3/+4 |
* | Do not crash when .ll printing metadata that smells like debug info, but isn't. | Chris Lattner | 2009-12-29 | 1 | -0/+8 |
* | Extern declaration for unordered.f32 libcall was not being emitted. Fixed that. | Sanjiv Gupta | 2009-12-29 | 1 | -0/+44 |
* | Fixed llc crash for zext (i1 -> i8) loads. | Sanjiv Gupta | 2009-12-28 | 1 | -0/+37 |
* | Testcase for llvm-gcc checkin 92108. | Dale Johannesen | 2009-12-24 | 1 | -0/+16 |
* | handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a | Chris Lattner | 2009-12-24 | 1 | -4/+38 |
* | move an optimization for memcmp out of simplifylibcalls and into | Chris Lattner | 2009-12-24 | 2 | -3/+76 |
* | Remove an XFAIL. | Daniel Dunbar | 2009-12-23 | 1 | -1/+0 |
* | Allow (set_option SwitchOption, true). | Mikhail Glushenkov | 2009-12-23 | 1 | -2/+7 |
* | Reapply 91904. | Sanjiv Gupta | 2009-12-23 | 1 | -0/+15 |
* | deleting empty file. | Sanjiv Gupta | 2009-12-23 | 1 | -0/+0 |
* | Reverting back 91904. | Sanjiv Gupta | 2009-12-23 | 1 | -15/+0 |
* | Use more sensible type for flags in asms. PR 5570. | Dale Johannesen | 2009-12-23 | 1 | -0/+29 |
* | Update objectsize intrinsic and associated dependencies. Fix | Eric Christopher | 2009-12-23 | 1 | -4/+4 |
* | Add testcase for PR5703 | Anton Korobeynikov | 2009-12-22 | 1 | -0/+13 |
* | Remove target attribute break-sse-dep. Instead, do not fold load into sse par... | Evan Cheng | 2009-12-22 | 1 | -14/+7 |
* | While converting one of the operands to a memory operand, we need to check if... | Sanjiv Gupta | 2009-12-22 | 1 | -0/+15 |
* | specify a triple to use, fixing the test on non-x86-64 hosts. | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | Generalize SROA to allow the first index of a GEP to be non-zero. Add a | Bob Wilson | 2009-12-22 | 1 | -0/+53 |
* | various cleanups, make the disassemble reject lines with too much | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | rewrite the file parser for the disassembler, implementing support for | Chris Lattner | 2009-12-22 | 2 | -0/+19 |
* | Implement PR5795 by merging duplicated return blocks. This could go further | Chris Lattner | 2009-12-22 | 1 | -0/+19 |
* | convert to filecheck | Chris Lattner | 2009-12-22 | 1 | -5/+15 |
* | Fix a bug in !subst where TableGen would go and resubstitute text it had | David Greene | 2009-12-21 | 1 | -0/+15 |
* | XFAIL these tests on powerpc, under the assumption that no one cares. If you ... | Daniel Dunbar | 2009-12-21 | 2 | -0/+2 |
* | fix PR5837 by having SSAUpdate reuse phi nodes for the | Chris Lattner | 2009-12-21 | 1 | -0/+35 |
* | add check lines for min/max tests. | Chris Lattner | 2009-12-21 | 1 | -0/+16 |
* | really convert this to filecheck. | Chris Lattner | 2009-12-21 | 1 | -5/+5 |
* | give instcombine some helper functions for matching MIN and MAX, and | Chris Lattner | 2009-12-21 | 1 | -0/+40 |
* | filecheckize | Chris Lattner | 2009-12-21 | 1 | -56/+175 |
* | enhance x-(-A) -> x+A to preserve NUW/NSW. | Chris Lattner | 2009-12-21 | 1 | -0/+13 |
* | Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggers | Chris Lattner | 2009-12-21 | 1 | -0/+37 |
* | convert to filecheck | Chris Lattner | 2009-12-21 | 1 | -1/+21 |
* | fix an overly conservative caching issue that caused memdep to | Chris Lattner | 2009-12-19 | 1 | -0/+32 |
* | fix inconsistent use of tabs | Chris Lattner | 2009-12-19 | 1 | -20/+20 |
* | Emit direction operand in binary insns that stores in memory. | Sanjiv Gupta | 2009-12-19 | 1 | -0/+13 |
* | Test cases for changes done in 91768. | Sanjiv Gupta | 2009-12-19 | 2 | -0/+21 |
* | fix PR5827 by disabling the phi slicing transformation in a case | Chris Lattner | 2009-12-19 | 1 | -1/+57 |
* | Increase opportunities to optimize (brcond (srl (and c1), c2)). | Evan Cheng | 2009-12-18 | 1 | -0/+29 |
* | Reapply 91459 with a simple fix for the problem that broke the x86_64-darwin | Bob Wilson | 2009-12-18 | 1 | -0/+89 |
* | Make 'set_option' work with list options. | Mikhail Glushenkov | 2009-12-18 | 1 | -1/+6 |
* | Optimize icmp of null and select of two constants even if the select has | Eli Friedman | 2009-12-18 | 1 | -0/+16 |
* | On recent Intel u-arch's, folding loads into some unary SSE instructions can | Evan Cheng | 2009-12-18 | 1 | -0/+28 |
* | Tidy up this testcase and add test for tailcall optimization | Dan Gohman | 2009-12-18 | 1 | -7/+12 |
* | Handle ARM inline asm "w" constraints with 64-bit ("d") registers. | Bob Wilson | 2009-12-18 | 1 | -0/+12 |
* | Remove "tail" keywords. These calls are not intended to be tail calls. | Dan Gohman | 2009-12-18 | 1 | -33/+33 |
* | Add test case for the phi reuse patch. | Jakob Stoklund Olesen | 2009-12-18 | 1 | -0/+66 |