| Commit message (Expand) | Author | Age | Files | Lines |
* | Debug Info: clean up usage of Verify. | Manman Ren | 2013-06-28 | 1 | -1/+2 |
* | Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen. | Justin Holewinski | 2013-05-21 | 2 | -0/+33 |
* | TBAA: remove !tbaa from testing cases if not used. | Manman Ren | 2013-04-30 | 1 | -4/+1 |
* | XFAIL some of the generic CodeGen tests for Hexagon. | Jyotsna Verma | 2013-03-25 | 4 | -3/+4 |
* | Add a test case for PR15318 fixed in r177472 | Hao Liu | 2013-03-20 | 1 | -0/+7 |
* | For inline asm: | Eric Christopher | 2013-01-11 | 1 | -0/+21 |
* | After reducing the size of an operation in the DAG we zero-extend the reduced | Nadav Rotem | 2012-12-19 | 1 | -0/+21 |
* | move X86-specific test | Paul Redmond | 2012-12-11 | 1 | -8/+0 |
* | Codegen support for arbitrary vector getelementptrs. | Duncan Sands | 2012-11-13 | 1 | -0/+5 |
* | BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle | Manman Ren | 2012-08-24 | 1 | -0/+32 |
* | Fix broken check lines. | Benjamin Kramer | 2012-08-17 | 1 | -2/+2 |
* | The normal edge of an invoke is not allowed to branch to a block with a | Eli Friedman | 2012-08-10 | 1 | -19/+0 |
* | Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ... | Nadav Rotem | 2012-07-15 | 1 | -0/+8 |
* | Extend TargetPassConfig to allow running only a subset of the normal passes. | Bob Wilson | 2012-07-02 | 1 | -0/+10 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 2 | -4/+4 |
* | add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG... | Nuno Lopes | 2012-06-28 | 1 | -0/+31 |
* | Fix llc's -print-before=pass and -print-after=pass. | Rafael Espindola | 2012-06-26 | 1 | -0/+6 |
* | There are a number of generic inline asm operand modifiers that | Jack Carter | 2012-06-26 | 1 | -3/+0 |
* | Enforce stricter liveness rules for PHIs. | Jakob Stoklund Olesen | 2012-06-25 | 1 | -0/+26 |
* | test/CodeGen/Generic/asm-large-immediate.ll: Mark it as XFAIL: powerpc, possi... | NAKAMURA Takumi | 2012-06-22 | 1 | -1/+3 |
* | The inline asm operand modifier 'n' is suppose | Jack Carter | 2012-06-21 | 1 | -1/+4 |
* | Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc si... | NAKAMURA Takumi | 2012-06-21 | 1 | -1/+0 |
* | Fix test case to work on ARM. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -2/+3 |
* | Don't run RAFast in the optimizing regalloc pipeline. | Jakob Stoklund Olesen | 2012-06-08 | 2 | -2/+2 |
* | Fix a crash in APInt::lshr when shiftAmt > BitWidth. | Chad Rosier | 2012-06-08 | 1 | -0/+8 |
* | test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911. | NAKAMURA Takumi | 2012-06-08 | 1 | -0/+1 |
* | Add an insertPass API to TargetPassConfig. <rdar://problem/11498613> | Bob Wilson | 2012-05-30 | 1 | -0/+14 |
* | revert my previous patches that introduced an additional parameter to the obj... | Nuno Lopes | 2012-05-22 | 2 | -18/+2 |
* | change the objectsize intrinsic signature: add a 3rd parameter to denote the ... | Nuno Lopes | 2012-05-09 | 2 | -2/+18 |
* | Move to X86 directory because this fails on non-X86 platforms. | Bill Wendling | 2012-04-16 | 1 | -59/+0 |
* | Don't try to zExt just to check if an integer constant is zero, it might | Rafael Espindola | 2012-04-10 | 1 | -0/+18 |
* | Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou... | Pete Cooper | 2012-04-03 | 1 | -0/+8 |
* | Add testcase for r153705 | Bill Wendling | 2012-03-30 | 1 | -0/+59 |
* | misched: tag a few XFAILs that I plan to fix | Andrew Trick | 2012-03-21 | 1 | -20/+0 |
* | I meant to disable this test, not XFAIL it | Andrew Trick | 2012-03-21 | 1 | -2/+2 |
* | misched: beginning to add unit tests | Andrew Trick | 2012-03-21 | 1 | -0/+20 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now.... | NAKAMURA Takumi | 2012-02-02 | 1 | -26/+0 |
* | PR11868. The previous loop in LiveIntervals::join would sometimes fall over if | Lang Hames | 2012-02-02 | 1 | -0/+26 |
* | Remove all references to the old EH. | Bill Wendling | 2012-01-31 | 2 | -4/+0 |
* | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 2 | -20/+20 |
* | Remove the the test which checks the saving of a vector of booleans into memory. | Nadav Rotem | 2011-10-16 | 1 | -11/+0 |
* | PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201... | David Meyer | 2011-09-26 | 1 | -1/+0 |
* | This test is completely invalid with the modern EH model. Delete. | Bill Wendling | 2011-09-20 | 1 | -17/+0 |
* | This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.ll | Nadav Rotem | 2011-09-08 | 1 | -15/+0 |
* | Add X86-SSE4 codegen support for vector-select. | Nadav Rotem | 2011-09-08 | 1 | -1/+1 |
* | Revert r129875, XFAILing this test for arm, since the fix was reverted. | Dan Gohman | 2011-09-03 | 1 | -0/+1 |
* | Try to eliminate the use of the 'unwind' instruction. | Bill Wendling | 2011-09-02 | 1 | -1/+1 |
* | XFAIL this test on arm until the backend is fixed. | Benjamin Kramer | 2011-09-01 | 1 | -0/+3 |
* | Revert r138894. This was failing on cmake-clang-i686-msvc10. | Bill Wendling | 2011-08-31 | 1 | -3/+0 |