aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* lit support for REQUIRES: asserts.Andrew Trick2011-06-224-3/+12
* Reenable tail duplication of bb with just an unconditional jump, butRafael Espindola2011-06-221-0/+28
* test/Unit: Fix enable shared test to follow check that we have actually loadedDaniel Dunbar2011-06-221-8/+8
* Needs a triple.Nick Lewycky2011-06-221-1/+1
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-221-0/+13
* Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick2011-06-221-2/+7
* PTX: Add signed integer comparisonsJustin Holewinski2011-06-221-0/+72
* PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski2011-06-221-0/+2
* Test case for r133560.Devang Patel2011-06-221-0/+245
* Add support for assembling "movq" when it's correct to do so, while continuingNick Lewycky2011-06-211-0/+8
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-218-36/+10
* Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...Anna Zaks2011-06-211-0/+35
* Add a reduced test case for the buildbot failure (clang self-hostedJay Foad2011-06-211-0/+182
* Teach dag combine to match halfword byteswap patterns.Evan Cheng2011-06-212-3/+75
* indvars -disable-iv-rewrite: Adds support for eliminating identityAndrew Trick2011-06-211-0/+1
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-212-6/+98
* PTX: Fix conversion between predicates and value typesJustin Holewinski2011-06-202-54/+64
* Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky2011-06-208-10/+36
* Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky2011-06-201-0/+29
* This is an automatically reduced test case that crashed in GVN, at someJay Foad2011-06-201-0/+106
* Fix PromoteIntRes_TRUNCATE: Add support for cases where theNadav Rotem2011-06-201-0/+11
* Update test.Benjamin Kramer2011-06-191-27/+27
* Reduce the runtime of the test. Keep only the interesting cases.Nadav Rotem2011-06-191-1077/+0
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-1929-319/+81
* remove an unreduced testcase.Chris Lattner2011-06-181-282/+0
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-181-0/+2
* Fix PR10103: Less code for enum type translation.Hans Wennborg2011-06-182-1/+37
* Add test for r133251.Nick Lewycky2011-06-181-0/+26
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-182-2/+19
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-1884-3058/+1367
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-181-0/+22
* Switch ARM to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-181-1/+1
* Moved to the right place.Galina Kistanova2011-06-182-0/+5
* Fix UMULO support for 2x register width to allow the fullEric Christopher2011-06-181-2/+45
* Fix a bug in the type-lowering of integer-promoted elements. Add a check thatNadav Rotem2011-06-171-0/+1468
* Add an alternative rev16 pattern. We should figure out a better way to handle...Evan Cheng2011-06-171-0/+17
* Lower multiply with overflow checking to __mulo<mode>Eric Christopher2011-06-171-0/+38
* est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.Galina Kistanova2011-06-171-0/+0
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-1718-237/+0
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-176-26/+7
* Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky2011-06-171-0/+14
* Test for previous commit.Rafael Espindola2011-06-171-0/+85
* PTX: Adjust rounding modesJustin Holewinski2011-06-176-22/+22
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-1723-99/+0
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-179-43/+18
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-1711-305/+39
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-1724-672/+4
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-1716-65/+11
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17130-5810/+262
* Update an insertion point iterator after replacing a return instruction with aCameron Zwarich2011-06-171-0/+20