Age | Commit message (Expand) | Author |
2010-09-21 | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |
2010-06-04 | Fixed a bug during widening where we would avoid legalizing a node. When we | Mon P Wang |
2010-04-15 | 80 col violations. | Evan Cheng |
2010-03-02 | Remove dead parameter passing. | Bill Wendling |
2010-02-25 | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman |
2010-02-24 | Make getTypeSizeInBits work correctly for array types; it should return | 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-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
2009-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
2009-11-20 | Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), | Duncan Sands |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-31 | Use a range insert instead of an explicit loop. | Dan Gohman |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
2009-07-08 | Nowadays vectors are only split if they have an even | Duncan Sands |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-05-31 | Rename CustomLowerResults to CustomLowerNode, since | Duncan Sands |
2009-05-16 | Put back a bit of expensive checking logic that | Duncan Sands |
2009-04-27 | Now that PR2957 is resolved, remove a bunch of | Duncan Sands |
2009-04-25 | Refactor the code to grab the low and high parts of a value | Dan Gohman |
2009-03-29 | Fix PR3899: add support for extracting floats from vectors | Duncan Sands |
2009-03-20 | Fixed the comment. No functionality change. | Sanjiv Gupta |
2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
2009-02-03 | Fix PR3411. When replacing values, nodes are analyzed | Duncan Sands |
2009-01-31 | DebugLoc propagation. Done with file. | Dale Johannesen |
2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |
2009-01-31 | Propagate debug info through MakeLibCall and a | Dale Johannesen |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-26 | Fix PR3393, which amounts to a bug in the expensive | Duncan Sands |
2009-01-26 | Take the next steps in making SDUse more consistent with LLVM Use, and | Dan Gohman |
2009-01-21 | Cleanup whitespace and comments, and tweak some | Duncan Sands |
2009-01-21 | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta |
2009-01-13 | When replacing uses and the same node is reached | Duncan Sands |
2009-01-13 | Fix some typos. Also, the WidenedVectors map | Duncan Sands |
2009-01-01 | Factorize (and generalize) the code promoting SELECT | Duncan Sands |
2008-12-18 | Added support for vector widening. | Mon P Wang |
2008-12-09 | Fix PR3117: not all nodes being legalized. The | Duncan Sands |
2008-12-03 | Only check that the result of the mapping was not | Duncan Sands |
2008-12-02 | Remove a (what appears to be) overly strict assertion. Here is what happened: | Evan Cheng |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |