summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use register classes larger than TLI->getRegClassFor(VT).Jakob Stoklund Olesen2011-06-161-0/+24
* Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick2011-06-161-1/+1
* cmake may require LIT_TOOLS_DIR.Andrew Trick2011-06-161-0/+1
* There's no need to be so picky about the particular register.Nick Lewycky2011-06-161-4/+4
* Fix ARCOpt to insert releases on both successors of an invoke ratherDan Gohman2011-06-161-0/+67
* Move test for appropriate directory.Galina Kistanova2011-06-161-0/+0
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-1614-82/+82
* Add testcase for r133050 which added support for printing and parsing escapedNick Lewycky2011-06-161-0/+24
* Add AVX suport for fpextend.Bruno Cardoso Lopes2011-06-161-0/+10
* FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor...Eli Friedman2011-06-161-7/+34
* Force a triple here so this test doesn't fail on EABI hosts (like clang-nativ...Eli Friedman2011-06-161-1/+1
* Commit the right set of tests for r133124. Sorry 'bout that!Nick Lewycky2011-06-162-4/+9
* Reenabling this test with REQUIRES: AssertsAndrew Trick2011-06-161-3/+2
* Add support to lit for build mode requirements. e.g.Andrew Trick2011-06-162-1/+2
* Typos.Chad Rosier2011-06-161-4/+4
* Revision r128665 added an optimization to make use of NEON multiplierChad Rosier2011-06-161-0/+22
* Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky2011-06-162-2/+48
* Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks2011-06-161-12/+12
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-161-0/+81
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-1519-0/+3383
* Testcase for previous commit.Rafael Espindola2011-06-151-0/+33
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-152-0/+29
* Disabling this test until I can figure out the right lit flags.Andrew Trick2011-06-151-1/+3
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-151-2/+2
* Another revsh pattern. rdar://9609059Evan Cheng2011-06-151-0/+13
* Added -stress-sched flag in the Asserts build.Andrew Trick2011-06-151-0/+17
* TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier2011-06-151-1/+1
* This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav Rotem2011-06-151-0/+17
* Improve the heuristic to emit the alias if the number of hard-coded registersBill Wendling2011-06-151-15/+15
OpenPOWER on IntegriCloud