Age | Commit message (Expand) | Author |
2010-03-14 | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands |
2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
2010-03-11 | Remove getWidenVectorType, which is no longer used. | Dan Gohman |
2010-03-02 | Fix several places to handle vector operands properly. | Dan Gohman |
2010-03-01 | Fix optimization of ISD::TRUNCATE on vector operands. Based on a patch | Dan Gohman |
2010-02-27 | Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. | Evan Cheng |
2010-02-24 | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar |
2010-02-24 | Re-apply 96540 and 96556 with fixes. | Evan Cheng |
2010-02-19 | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands |
2010-02-19 | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng |
2010-02-18 | Some dag combiner goodness: | Evan Cheng |
2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
2010-02-10 | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |
2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner |
2010-01-26 | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner |
2010-01-26 | stub out a new target hook, need some refactoring before I can | Chris Lattner |
2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
2010-01-24 | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang |
2010-01-09 | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman |
2010-01-07 | APInt'fy TargetLowering::SimplifySetCC to fix PR5963. | Evan Cheng |
2010-01-06 | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng |
2009-12-28 | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta |
2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman |
2009-12-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
2009-11-12 | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer |
2009-11-07 | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov |
2009-10-27 | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng |
2009-09-26 | Convert comparisons like (x == infinity) to (x >= infinity) on targets | Dan Gohman |
2009-09-23 | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman |
2009-09-13 | kill off the last use of TRI::AsmName. | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-15 | Unbreak build. Evan, please make sure my changes are correct. | Benjamin Kramer |
2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-30 | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-26 | Reorganize code a bit to reduce indentation. No visible functionality | Eli Friedman |
2009-07-24 | Add support for promoting SETCC operations. | Jakob Stoklund Olesen |
2009-07-21 | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman |
2009-07-20 | Move stripping of bitcasts in inline asm arguments | Dale Johannesen |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |