summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)AuthorFilesLines
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren1-0/+32
2012-08-17Fix broken check lines.Benjamin Kramer1-2/+2
2012-08-10The normal edge of an invoke is not allowed to branch to a block with aEli Friedman1-19/+0
2012-07-15Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...Nadav Rotem1-0/+8
2012-07-02Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson1-0/+10
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2-4/+4
2012-06-28add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes1-0/+31
2012-06-26Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola1-0/+6
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter1-3/+0
2012-06-25Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen1-0/+26
2012-06-22test/CodeGen/Generic/asm-large-immediate.ll: Mark it as XFAIL: powerpc, possi...NAKAMURA Takumi1-1/+3
2012-06-21The inline asm operand modifier 'n' is suppose Jack Carter1-1/+4
2012-06-21Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc si...NAKAMURA Takumi1-1/+0
2012-06-11Fix test case to work on ARM.Jakob Stoklund Olesen1-2/+3
2012-06-08Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2-2/+2
2012-06-08Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier1-0/+8
2012-06-08test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911.NAKAMURA Takumi1-0/+1
2012-05-30Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson1-0/+14
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2-18/+2
2012-05-09change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2-2/+18
2012-04-16Move to X86 directory because this fails on non-X86 platforms.Bill Wendling1-59/+0
2012-04-10Don't try to zExt just to check if an integer constant is zero, it mightRafael Espindola1-0/+18
2012-04-03Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper1-0/+8
2012-03-30Add testcase for r153705Bill Wendling1-0/+59
2012-03-21misched: tag a few XFAILs that I plan to fixAndrew Trick1-20/+0
2012-03-21I meant to disable this test, not XFAIL itAndrew Trick1-2/+2
2012-03-21misched: beginning to add unit testsAndrew Trick1-0/+20
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2012-02-02Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi1-26/+0
2012-02-02PR11868. The previous loop in LiveIntervals::join would sometimes fall over ifLang Hames1-0/+26
2012-01-31Remove all references to the old EH.Bill Wendling2-4/+0
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2-20/+20
2011-10-16Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem1-11/+0
2011-09-26PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer1-1/+0
2011-09-20This test is completely invalid with the modern EH model. Delete.Bill Wendling1-17/+0
2011-09-08This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.llNadav Rotem1-15/+0
2011-09-08Add X86-SSE4 codegen support for vector-select.Nadav Rotem1-1/+1
2011-09-03Revert r129875, XFAILing this test for arm, since the fix was reverted.Dan Gohman1-0/+1
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling1-1/+1
2011-09-01XFAIL this test on arm until the backend is fixed.Benjamin Kramer1-0/+3
2011-08-31Revert r138894. This was failing on cmake-clang-i686-msvc10.Bill Wendling1-3/+0
2011-08-31Update more tests to the new EH scheme.Bill Wendling1-0/+3
2011-08-26Revert r138606 until LowerInvoke has been converted to the new EH scheme.Bill Wendling1-4/+1
2011-08-25Update to the new EH scheme.Bill Wendling8-9/+40
2011-08-25LSR wants to split the landing pad's critical edge. Let it do it, but use theBill Wendling1-0/+29
2011-07-12Comment correction.Andrew Trick1-2/+3
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-1/+1
2011-07-09more tests not making the jump into the brave new world.Chris Lattner2-878/+0
2011-07-07Added a testcase for PR10220.Lang Hames1-0/+15
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak1-0/+223