Age | Commit message (Expand) | Author |
2011-03-26 | Turn SelectionDAGBuilder::GetRegistersForValue into a local function. | Benjamin Kramer |
2011-03-17 | Move more logic into getTypeForExtArgOrReturn. | Cameron Zwarich |
2011-03-17 | Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn(). | Cameron Zwarich |
2011-03-16 | The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte | Cameron Zwarich |
2011-03-16 | Don't recompute something that we already have in a local variable. | Cameron Zwarich |
2011-03-11 | Replace -dag-chain-limit flag with constant. It has survived a release cycle ... | Andrew Trick |
2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
2011-02-25 | Fix formatting of debug helper string. | Jim Grosbach |
2011-02-24 | Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfo | Cameron Zwarich |
2011-02-22 | Roll out r126169 and r126170 in an attempt to fix the selfhost bot. | Cameron Zwarich |
2011-02-22 | Merge information about the number of zero, one, and sign bits of live-out re... | 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-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
2011-02-13 | Revisit my fix for PR9028: the issue is that DAGCombine was | Chris Lattner |
2011-02-13 | when legalizing extremely wide shifts, make sure that | Chris Lattner |
2011-02-13 | fix visitShift to properly zero extend the shift amount if the provided operand | Chris Lattner |
2011-01-28 | Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger! | Nick Lewycky |
2011-01-25 | Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini... | Devang Patel |
2011-01-24 | Speculatively revert r124138. | Devang Patel |
2011-01-24 | Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini... | Devang Patel |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2011-01-10 | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen |
2011-01-08 | Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister... | Jakob Stoklund Olesen |
2011-01-07 | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng |
2011-01-07 | Add ARM patterns to match EXTRACT_SUBVECTOR nodes. | Bob Wilson |
2011-01-06 | Avoid zero extend bit test operands to pointer type if all the masks fit in | Evan Cheng |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-12-13 | reduce indentation by using continue, no functionality change. | Chris Lattner |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
2010-11-30 | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-11-22 | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer |
2010-11-20 | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick |
2010-11-17 | Bug 8621 fix - pointer cast stripped from inline asm constraint argument. | John Thompson |
2010-11-12 | typo (4th checkin for one fix) | Andrew Trick |
2010-11-12 | Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents | Andrew Trick |
2010-11-12 | tidy up. | Chris Lattner |
2010-11-11 | Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this. | Dan Gohman |
2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
2010-11-02 | If value map does not have register for an argument then try to find frame in... | Devang Patel |
2010-11-02 | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel |
2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
2010-10-26 | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen |
2010-10-26 | Assign source ordering to nodes created for StoreInst. | Devang Patel |
2010-10-21 | X86: Base _fltused on the FunctionType of the called value instead of the pot... | Michael J. Spencer |