Age | Commit message (Expand) | Author |
2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
2010-03-02 | Fix several places to handle vector operands properly. | Dan Gohman |
2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-28 | Remove dead variable. | Bill Wendling |
2009-12-07 | Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f... | Anton Korobeynikov |
2009-12-04 | Add note about a subtle bug in this code. Does not effect the main | Duncan Sands |
2009-12-03 | Fix ExpandShiftWithUnknownAmountBit, which was completely bogus. | Duncan Sands |
2009-09-23 | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman |
2009-09-23 | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman |
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-07-25 | Convert a few more things to use raw_ostream. | Dan Gohman |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-24 | Add support for promoting SETCC operations. | Jakob Stoklund Olesen |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
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-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-11 | Use CreateStackStoreLoad helper in more places. | Eli Friedman |
2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
2009-07-08 | Remove trailing whitespace. Reorder some methods | Duncan Sands |
2009-06-05 | Allow libcalls for i16 sdiv/udiv/rem operations. | Sanjiv Gupta |
2009-06-04 | Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was | Dale Johannesen |
2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |
2009-05-31 | Rename CustomLowerResults to CustomLowerNode, since | Duncan Sands |
2009-04-20 | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson |
2009-04-18 | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands |
2009-04-13 | Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be | Bob Wilson |
2009-04-09 | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman |
2009-03-31 | Fully general expansion of integer shift of any size. | Evan Cheng |
2009-03-18 | Added missing support for widening when splitting an unary op (PR3683) | Mon P Wang |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
2009-03-04 | PR3686: make the legalizer handle bitcast from i80 to x86 long double. | Eli Friedman |
2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
2009-02-22 | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel |
2009-02-17 | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel |
2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc versions of getNode. | Dale Johannesen |
2009-02-05 | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen |
2009-02-04 | Check in file I forgot. | Dale Johannesen |
2009-02-04 | Fill in more omissions in DebugLog propagation. | Dale Johannesen |
2009-02-03 | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen |
2009-02-02 | Remove trailing spaces. | Duncan Sands |
2009-02-02 | Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. | Sanjiv Gupta |
2009-02-02 | Preserve more SourceValue information. | Mon P Wang |
2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |