summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-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
* 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
* 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
* 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
* There's no need to be so picky about the particular register.Nick Lewycky2011-06-16
* PTX: Finish new calling convention implementationJustin Holewinski2011-06-16
* Add AVX suport for fpextend.Bruno Cardoso Lopes2011-06-16
* FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor...Eli Friedman2011-06-16
* Force a triple here so this test doesn't fail on EABI hosts (like clang-nativ...Eli Friedman2011-06-16
* Commit the right set of tests for r133124. Sorry 'bout that!Nick Lewycky2011-06-16
* Reenabling this test with REQUIRES: AssertsAndrew Trick2011-06-16
* Typos.Chad Rosier2011-06-16
* Revision r128665 added an optimization to make use of NEON multiplierChad Rosier2011-06-16
* Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky2011-06-16
* Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks2011-06-16
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-16
* Testcase for previous commit.Rafael Espindola2011-06-15
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Disabling this test until I can figure out the right lit flags.Andrew Trick2011-06-15
* Remove custom allocation orders in SystemZ.Jakob Stoklund Olesen2011-06-15
* Another revsh pattern. rdar://9609059Evan Cheng2011-06-15
* Added -stress-sched flag in the Asserts build.Andrew Trick2011-06-15
* TargetLoweringOpt is a struct used by DAGCombine, not a pass.Chad Rosier2011-06-15
* This test was failing on X86 machines which do not have SSE4. Fixed the test byNadav Rotem2011-06-15
* PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iffEvan Cheng2011-06-15
* Add an optimization that looks for a specific pair-wise add pattern and gener...Tanya Lattner2011-06-14
* Add triple.Rafael Espindola2011-06-14
* When pattern matching during instruction selection make sure shl x,1 is notChad Rosier2011-06-14
* Check the llc output.Rafael Espindola2011-06-14
* Test case for x86 MMX inline asm. rdar://problem/8886707Stuart Hastings2011-06-14
* Add a test for the recent regression.Rafael Espindola2011-06-14
* This test is still failing. Delete the rest of it.Dan Gohman2011-06-14
* Revert r132991. This test is failing on theDan Gohman2011-06-14
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
* Add a testcase for #9623Nadav Rotem2011-06-14
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14