| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. | Daniel Dunbar | 2010-02-23 | 4 | -16/+2 |
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 7 | -30/+10 |
* | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar | 2010-02-23 | 6 | -25/+2 |
* | Kill unused llvmgccmajvers testing variable. | Daniel Dunbar | 2010-02-23 | 6 | -8/+1 |
* | add some #if 0'd out code for checking that named values in | Chris Lattner | 2010-02-23 | 1 | -19/+41 |
* | Reject patterns that use a name multiple times in the src or result | Chris Lattner | 2010-02-23 | 1 | -7/+8 |
* | disable two patterns that are using non-sensical result pattern types. | Chris Lattner | 2010-02-23 | 1 | -4/+4 |
* | remove a confused pattern that is trying to match an address | Chris Lattner | 2010-02-23 | 1 | -7/+0 |
* | reject patterns that have dead named arguments in the input pattern | Chris Lattner | 2010-02-23 | 1 | -7/+24 |
* | remove a bunch of dead named arguments in input patterns, | Chris Lattner | 2010-02-23 | 5 | -46/+46 |
* | reject patterns that mention a name in the destination pattern | Chris Lattner | 2010-02-23 | 1 | -3/+29 |
* | merge some code. | Chris Lattner | 2010-02-23 | 2 | -16/+21 |
* | fix a type mismatch in this pattern, where we were using an i64 imm in a | Chris Lattner | 2010-02-23 | 1 | -1/+7 |
* | more tidying up | Chris Lattner | 2010-02-23 | 1 | -15/+15 |
* | Update memdep when load PRE inserts a new load, and add some debug output. | Bob Wilson | 2010-02-23 | 1 | -0/+2 |
* | reduce indentation by eliminating 'else after return' | Chris Lattner | 2010-02-23 | 1 | -23/+33 |
* | reapply my cellspu changes with a fix to not break the old isel. | Chris Lattner | 2010-02-23 | 1 | -42/+73 |
* | Update LangRef to match the code; pointers default to being 64-bit. | Dan Gohman | 2010-02-23 | 1 | -1/+1 |
* | Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll. | Dan Gohman | 2010-02-23 | 1 | -71/+42 |
* | X86InstrInfoSSE.td declares PINSRW as having type v8i16, | Chris Lattner | 2010-02-23 | 3 | -7/+19 |
* | Added versions of VCGE, VCGT, VCLE, and VCLT NEON instructions which compare to | Johnny Chen | 2010-02-23 | 1 | -9/+25 |
* | fix hte last cellspu failure. | Chris Lattner | 2010-02-23 | 1 | -11/+12 |
* | hack around more crimes in instruction selection. | Chris Lattner | 2010-02-23 | 1 | -16/+26 |
* | Convert this test to FileCheck and add a testcase for PR3574. | Dan Gohman | 2010-02-23 | 1 | -3/+15 |
* | the cell backend is making all sorts of unsafe and incorrect assumptions | Chris Lattner | 2010-02-23 | 1 | -26/+44 |
* | really fix an off-by-one error | Chris Lattner | 2010-02-23 | 1 | -1/+1 |
* | fix an off-by-one error. | Chris Lattner | 2010-02-23 | 1 | -1/+1 |
* | switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a | Chris Lattner | 2010-02-23 | 2 | -5/+53 |
* | Added VCEQ (immediate #0) NEON instruction for disassembly only. | Johnny Chen | 2010-02-23 | 1 | -0/+41 |
* | Dead code elimination | Jakob Stoklund Olesen | 2010-02-23 | 2 | -14/+0 |
* | Fix viewCFG on Linux. | Jeffrey Yasskin | 2010-02-23 | 1 | -1/+1 |
* | add a new Push2 opcode for targets (like cellspu) which have | Chris Lattner | 2010-02-22 | 2 | -6/+32 |
* | These should not have been committed. | Evan Cheng | 2010-02-22 | 4 | -46/+10 |
* | no need to run llvm-as here. | Chris Lattner | 2010-02-22 | 5 | -5/+5 |
* | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng | 2010-02-22 | 6 | -15/+86 |
* | Change ComplexPattern handling to push the node being matched as | Chris Lattner | 2010-02-22 | 1 | -21/+13 |
* | Updated version of r96634 (which was reverted due to failing 176.gcc and | Jim Grosbach | 2010-02-22 | 6 | -5/+34 |
* | Add a test for canonicalizing ConstantExpr operands. | Dan Gohman | 2010-02-22 | 1 | -1/+10 |
* | Clean up a bit and fix for when SPAdj != 0 | Jim Grosbach | 2010-02-22 | 1 | -3/+2 |
* | The predicate index isn't fixed, so scan for it to make sure we get the proper | Jim Grosbach | 2010-02-22 | 1 | -2/+3 |
* | Canonicalize ConstantInts to the right operand of commutative | Dan Gohman | 2010-02-22 | 3 | -3/+7 |
* | expand my hack to work with nodes that have flags but no chains and the | Chris Lattner | 2010-02-22 | 1 | -1/+2 |
* | add a new CheckMultiOpcode opcode for checking that a node | Chris Lattner | 2010-02-22 | 5 | -3/+51 |
* | When matching patterns that have a complex pattern as their root, make | Chris Lattner | 2010-02-22 | 1 | -1/+16 |
* | add some debug hooks for tracking the behavior of the isel. | Chris Lattner | 2010-02-22 | 1 | -0/+12 |
* | remove dupes now. | Chris Lattner | 2010-02-22 | 1 | -2/+0 |
* | move #includes earlier. | Chris Lattner | 2010-02-22 | 2 | -2/+3 |
* | MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. | Daniel Dunbar | 2010-02-22 | 1 | -3/+1 |
* | Minor formatting cleanup. | Dan Gohman | 2010-02-22 | 1 | -2/+1 |
* | Use Instruction::isCommutative instead of duplicating it. | Dan Gohman | 2010-02-22 | 1 | -24/+1 |