| Commit message (Expand) | Author | Age | Files | Lines |
| * | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar | 2010-02-24 | 1 | -33/+7 |
| * | Re-apply 96540 and 96556 with fixes. | Evan Cheng | 2010-02-24 | 1 | -7/+33 |
| * | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands | 2010-02-19 | 1 | -30/+4 |
| * | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng | 2010-02-19 | 1 | -3/+13 |
| * | Some dag combiner goodness: | Evan Cheng | 2010-02-18 | 1 | -4/+20 |
| * | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 1 | -1/+1 |
| * | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 1 | -0/+18 |
| * | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
| * | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner | 2010-01-26 | 1 | -3/+2 |
| * | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 2010-01-26 | 1 | -4/+4 |
| * | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner | 2010-01-26 | 1 | -2/+4 |
| * | stub out a new target hook, need some refactoring before I can | Chris Lattner | 2010-01-26 | 1 | -0/+11 |
| * | Rearrange handling of jump tables. Highlights: | Chris Lattner | 2010-01-25 | 1 | -0/+17 |
| * | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang | 2010-01-24 | 1 | -1/+1 |
| * | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman | 2010-01-09 | 1 | -10/+14 |
| * | APInt'fy TargetLowering::SimplifySetCC to fix PR5963. | Evan Cheng | 2010-01-07 | 1 | -15/+15 |
| * | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng | 2010-01-06 | 1 | -9/+13 |
| * | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta | 2009-12-28 | 1 | -0/+4 |
| * | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -2/+2 |
| * | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng | 2009-12-09 | 1 | -42/+0 |
| * | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -5/+0 |
| * | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer | 2009-11-12 | 1 | -3/+2 |
| * | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov | 2009-11-07 | 1 | -0/+5 |
| * | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng | 2009-10-27 | 1 | -1/+1 |
| * | Convert comparisons like (x == infinity) to (x >= infinity) on targets | Dan Gohman | 2009-09-26 | 1 | -0/+37 |
| * | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 1 | -3/+3 |
| * | kill off the last use of TRI::AsmName. | Chris Lattner | 2009-09-13 | 1 | -1/+1 |
| * | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
| * | Unbreak build. Evan, please make sure my changes are correct. | Benjamin Kramer | 2009-08-15 | 1 | -1/+0 |
| * | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -0/+9 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -3/+2 |
| * | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -13/+59 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -159/+160 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -200/+200 |
| * | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -3/+3 |
| * | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -42/+0 |
| * | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta | 2009-07-30 | 1 | -0/+3 |
| * | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -5/+9 |
| * | Reorganize code a bit to reduce indentation. No visible functionality | Eli Friedman | 2009-07-26 | 1 | -287/+287 |
| * | Add support for promoting SETCC operations. | Jakob Stoklund Olesen | 2009-07-24 | 1 | -5/+10 |
| * | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 1 | -1/+0 |
| * | Move stripping of bitcasts in inline asm arguments | Dale Johannesen | 2009-07-20 | 1 | -12/+2 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -3/+3 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -3/+4 |
| * | Operand of asm("call") (the callee function) is represented | Dale Johannesen | 2009-07-07 | 1 | -3/+16 |
| * | This increases the maximum for MVT::LAST_VALUETYPE | David Greene | 2009-06-24 | 1 | -1/+1 |
| * | Fixed names of libcalls checked in r73480. | Sanjiv Gupta | 2009-06-16 | 1 | -8/+4 |
| * | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta | 2009-06-16 | 1 | -0/+16 |
| * | CheckTailCallReturnConstraints is missing a check on the | Arnold Schwaighofer | 2009-06-15 | 1 | -1/+5 |
| * | Adapt the x86 build_vector dagcombine to the current state of the legalizer. | Nate Begeman | 2009-06-05 | 1 | -6/+11 |