summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* test/Unit: Fix enable shared test to follow check that we have actually loadedDaniel Dunbar2011-06-22
* Needs a triple.Nick Lewycky2011-06-22
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-22
* Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick2011-06-22
* PTX: Add signed integer comparisonsJustin Holewinski2011-06-22
* PTX: Add .address_size directive if PTX version >= 2.3Justin Holewinski2011-06-22
* Test case for r133560.Devang Patel2011-06-22
* Add support for assembling "movq" when it's correct to do so, while continuingNick Lewycky2011-06-21
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-21
* Add support for sadd.with.overflow and uadd.with.overflow intrinsics to the C...Anna Zaks2011-06-21
* Add a reduced test case for the buildbot failure (clang self-hostedJay Foad2011-06-21
* Teach dag combine to match halfword byteswap patterns.Evan Cheng2011-06-21
* indvars -disable-iv-rewrite: Adds support for eliminating identityAndrew Trick2011-06-21
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-21
* PTX: Fix conversion between predicates and value typesJustin Holewinski2011-06-20
* Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky2011-06-20
* Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky2011-06-20
* This is an automatically reduced test case that crashed in GVN, at someJay Foad2011-06-20
* Fix PromoteIntRes_TRUNCATE: Add support for cases where theNadav Rotem2011-06-20
* Update test.Benjamin Kramer2011-06-19
* Reduce the runtime of the test. Keep only the interesting cases.Nadav Rotem2011-06-19
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* remove an unreduced testcase.Chris Lattner2011-06-18
* MC: Allow .common as alias for .comm assembler directive. PR10116.Hans Wennborg2011-06-18
* Fix PR10103: Less code for enum type translation.Hans Wennborg2011-06-18
* Add test for r133251.Nick Lewycky2011-06-18
* When scalar replacement returns a vector type, only accept it if the vectorCameron Zwarich2011-06-18
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix an invalid bitcast crash that occurs when doing a partial memset of a vectorCameron Zwarich2011-06-18
* Switch ARM to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-18
* Moved to the right place.Galina Kistanova2011-06-18
* Fix UMULO support for 2x register width to allow the fullEric Christopher2011-06-18
* Fix a bug in the type-lowering of integer-promoted elements. Add a check thatNadav Rotem2011-06-17
* Add an alternative rev16 pattern. We should figure out a better way to handle...Evan Cheng2011-06-17
* Lower multiply with overflow checking to __mulo<mode>Eric Christopher2011-06-17
* est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.Galina Kistanova2011-06-17
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-17
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-17
* Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky2011-06-17
* Test for previous commit.Rafael Espindola2011-06-17
* PTX: Adjust rounding modesJustin Holewinski2011-06-17
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-17
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-17
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Update an insertion point iterator after replacing a return instruction with aCameron Zwarich2011-06-17
* Don't use register classes larger than TLI->getRegClassFor(VT).Jakob Stoklund Olesen2011-06-16
* Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick2011-06-16