Age | Commit message (Expand) | Author |
2011-03-15 | sext(undef) = 0, because the top bits will all be the same. | Evan Cheng |
2011-03-14 | BIT_CONVERT has been renamed to BITCAST. | Evan Cheng |
2011-03-14 | Minor optimization. sign-ext/anyext of undef is still undef. | Evan Cheng |
2011-03-07 | Use the correct LHS type when determining the legalization of a shift's RHS t... | Owen Anderson |
2011-03-02 | Avoid exponential blow-up when printing DAGs. | Bob Wilson |
2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
2011-02-24 | Add a getNumSignBits() method to APInt. | Cameron Zwarich |
2011-02-18 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
2011-02-18 | Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure. | Cameron Zwarich |
2011-02-17 | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel |
2011-02-16 | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings |
2011-02-14 | fix two comment thinkos | Chris Lattner |
2011-02-13 | Enhance ComputeMaskedBits to know that aligned frameindexes | Chris Lattner |
2011-02-13 | Revisit my fix for PR9028: the issue is that DAGCombine was | Chris Lattner |
2011-02-07 | Remove comment about an argument that was removed couple of years ago. | Devang Patel |
2011-02-01 | Take Bill Wendling's suggestion for structuring a couple of asserts. | Matt Beaumont-Gay |
2011-01-27 | Speculatively revert r124380. | Devang Patel |
2011-01-27 | While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ... | Devang Patel |
2011-01-27 | Try harder to not have unused variables. | Matt Beaumont-Gay |
2011-01-27 | Opt-mode -Wunused-variable cleanup | Matt Beaumont-Gay |
2011-01-26 | [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a | David Greene |
2011-01-26 | [AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default | David Greene |
2011-01-25 | Provide an interface to transfer SDDbgValue from one SDNode to another. | Devang Patel |
2011-01-23 | Null initialize a few variables flagged by | Ted Kremenek |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2011-01-09 | Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi... | Jakob Stoklund Olesen |
2011-01-06 | Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy | Evan Cheng |
2011-01-06 | Revert r122936. I'll re-implement the change. | Evan Cheng |
2011-01-06 | r105228 reduced the memcpy / memset inline limit to 4 with -Os to avoid blowing | Evan Cheng |
2011-01-02 | Try to reuse the value when lowering memset. | Benjamin Kramer |
2011-01-02 | Lower the i8 extension in memset to a multiply instead of a potentially long ... | Benjamin Kramer |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-12-19 | teach MaskedValueIsZero how to analyze ADDE. This is | Chris Lattner |
2010-12-12 | Catch attempts to remove a deleted node from the CSE maps. Better to | Duncan Sands |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-04 | Remove unneeded zero arrays. | Benjamin Kramer |
2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-11-20 | Silence Release build warnings about unused functions. | Benjamin Kramer |
2010-11-20 | On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics, | Duncan Sands |
2010-11-19 | Make isScalarToVector to return false if the node is a scalar. This will prevent | Mon P Wang |
2010-11-18 | Do not throw away alignment when generating the DAG for | Dale Johannesen |
2010-11-05 | When passing a parameter using the 'byval' mechanism, inline code needs to be... | Duncan Sands |
2010-11-03 | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands |
2010-10-26 | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen |
2010-10-20 | Make CodeGen TBAA-aware. | Dan Gohman |
2010-10-19 | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach |
2010-09-21 | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner |
2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |