Age | Commit message (Expand) | Author |
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 |
2009-07-07 | Operand of asm("call") (the callee function) is represented | Dale Johannesen |
2009-06-24 | This increases the maximum for MVT::LAST_VALUETYPE | David Greene |
2009-06-16 | Fixed names of libcalls checked in r73480. | Sanjiv Gupta |
2009-06-16 | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta |
2009-06-15 | CheckTailCallReturnConstraints is missing a check on the | Arnold Schwaighofer |
2009-06-05 | Adapt the x86 build_vector dagcombine to the current state of the legalizer. | Nate Begeman |
2009-05-22 | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands |
2009-05-13 | Run code placement optimization for targets that want it (arm and x86 for now). | Evan Cheng |
2009-05-08 | Typo | Anton Korobeynikov |
2009-05-03 | Fix typo | Anton Korobeynikov |
2009-05-03 | Properly handle sdiv / udiv / srem / urem libcalls | Anton Korobeynikov |
2009-05-03 | Proper name 16 bit libcalls | Anton Korobeynikov |
2009-05-01 | Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets. | Bob Wilson |
2009-04-30 | Move helper functions for optimizing division by constant into the APInt | Jay Foad |
2009-04-29 | Disable the load-shrinking optimization from looking at | Chris Lattner |
2009-04-18 | Fix PR3898, which manifests as failures on are an Xcore, | Chris Lattner |
2009-04-08 | Implement support for using modeling implicit-zero-extension on x86-64 | Dan Gohman |
2009-04-03 | Fix a TargetLowering optimization so that it doesn't duplicate | Dan Gohman |
2009-03-28 | Make check in CheckTailCallReturnConstraints for ignorable instructions between | Arnold Schwaighofer |
2009-03-28 | Enable tail call optimization for functions that return a struct (bug 3664) a... | Arnold Schwaighofer |