| Commit message (Expand) | Author | Age | Files | Lines |
* | lit support for REQUIRES: asserts. | Andrew Trick | 2011-06-22 | 4 | -3/+12 |
* | Reenable tail duplication of bb with just an unconditional jump, but | Rafael Espindola | 2011-06-22 | 1 | -0/+28 |
* | test/Unit: Fix enable shared test to follow check that we have actually loaded | Daniel Dunbar | 2011-06-22 | 1 | -8/+8 |
* | Needs a triple. | Nick Lewycky | 2011-06-22 | 1 | -1/+1 |
* | Emit trailing padding on constant vectors when TargetData says that the vector | Nick Lewycky | 2011-06-22 | 1 | -0/+13 |
* | Only do config-time substitution of LLVM_BUILD_MODE in | Andrew Trick | 2011-06-22 | 1 | -2/+7 |
* | PTX: Add signed integer comparisons | Justin Holewinski | 2011-06-22 | 1 | -0/+72 |
* | PTX: Add .address_size directive if PTX version >= 2.3 | Justin Holewinski | 2011-06-22 | 1 | -0/+2 |
* | Test case for r133560. | Devang Patel | 2011-06-22 | 1 | -0/+245 |
* | Add support for assembling "movq" when it's correct to do so, while continuing | Nick Lewycky | 2011-06-21 | 1 | -0/+8 |
* | Revert r133452: "Emit movq for 64-bit register to XMM register moves..." | Bob Wilson | 2011-06-21 | 8 | -36/+10 |
* | Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C... | Anna Zaks | 2011-06-21 | 1 | -0/+35 |
* | Add a reduced test case for the buildbot failure (clang self-hosted | Jay Foad | 2011-06-21 | 1 | -0/+182 |
* | Teach dag combine to match halfword byteswap patterns. | Evan Cheng | 2011-06-21 | 2 | -3/+75 |
* | indvars -disable-iv-rewrite: Adds support for eliminating identity | Andrew Trick | 2011-06-21 | 1 | -0/+1 |
* | Re-apply 132758 and 132768 which were speculatively reverted in 132777. | Akira Hatanaka | 2011-06-21 | 2 | -6/+98 |
* | PTX: Fix conversion between predicates and value types | Justin Holewinski | 2011-06-20 | 2 | -54/+64 |
* | Emit movq for 64-bit register to XMM register moves, but continue to accept | Nick Lewycky | 2011-06-20 | 8 | -10/+36 |
* | Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow | Roman Divacky | 2011-06-20 | 1 | -0/+29 |
* | This is an automatically reduced test case that crashed in GVN, at some | Jay Foad | 2011-06-20 | 1 | -0/+106 |
* | Fix PromoteIntRes_TRUNCATE: Add support for cases where the | Nadav Rotem | 2011-06-20 | 1 | -0/+11 |
* | Update test. | Benjamin Kramer | 2011-06-19 | 1 | -27/+27 |
* | Reduce the runtime of the test. Keep only the interesting cases. | Nadav Rotem | 2011-06-19 | 1 | -1077/+0 |
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-19 | 29 | -319/+81 |
* | remove an unreduced testcase. | Chris Lattner | 2011-06-18 | 1 | -282/+0 |
* | MC: Allow .common as alias for .comm assembler directive. PR10116. | Hans Wennborg | 2011-06-18 | 1 | -0/+2 |
* | Fix PR10103: Less code for enum type translation. | Hans Wennborg | 2011-06-18 | 2 | -1/+37 |
* | Add test for r133251. | Nick Lewycky | 2011-06-18 | 1 | -0/+26 |
* | When scalar replacement returns a vector type, only accept it if the vector | Cameron Zwarich | 2011-06-18 | 2 | -2/+19 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 84 | -3058/+1367 |
* | Fix an invalid bitcast crash that occurs when doing a partial memset of a vector | Cameron Zwarich | 2011-06-18 | 1 | -0/+22 |
* | Switch ARM to using AltOrders instead of MethodBodies. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -1/+1 |
* | Moved to the right place. | Galina Kistanova | 2011-06-18 | 2 | -0/+5 |
* | Fix UMULO support for 2x register width to allow the full | Eric Christopher | 2011-06-18 | 1 | -2/+45 |
* | Fix a bug in the type-lowering of integer-promoted elements. Add a check that | Nadav Rotem | 2011-06-17 | 1 | -0/+1468 |
* | Add an alternative rev16 pattern. We should figure out a better way to handle... | Evan Cheng | 2011-06-17 | 1 | -0/+17 |
* | Lower multiply with overflow checking to __mulo<mode> | Eric Christopher | 2011-06-17 | 1 | -0/+38 |
* | est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder. | Galina Kistanova | 2011-06-17 | 1 | -0/+0 |
* | remove support for a bunch of obsolete instruction encodings | Chris Lattner | 2011-06-17 | 18 | -237/+0 |
* | Stop accepting and ignoring attributes in function types. Attributes are app... | Chris Lattner | 2011-06-17 | 6 | -26/+7 |
* | Fix a few places where 32bit instructions/registerset were used on PPC64. | Roman Divacky | 2011-06-17 | 1 | -0/+14 |
* | Test for previous commit. | Rafael Espindola | 2011-06-17 | 1 | -0/+85 |
* | PTX: Adjust rounding modes | Justin Holewinski | 2011-06-17 | 6 | -22/+22 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 23 | -99/+0 |
* | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner | 2011-06-17 | 9 | -43/+18 |
* | remove parser support for the obsolete "multiple return values" syntax, which | Chris Lattner | 2011-06-17 | 11 | -305/+39 |
* | stop accepting begin/end around function bodies in the .ll parser, this isn't... | Chris Lattner | 2011-06-17 | 24 | -672/+4 |
* | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner | 2011-06-17 | 16 | -65/+11 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 130 | -5810/+262 |
* | Update an insertion point iterator after replacing a return instruction with a | Cameron Zwarich | 2011-06-17 | 1 | -0/+20 |