| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -10/+6 | 
| *  | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling | 2012-02-06 | 1 | -2/+1 | 
| *  | Narrow test further. Make bot and test happy. | Jim Grosbach | 2012-02-03 | 1 | -1/+3 | 
| *  | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-02-03 | 1 | -55/+55 | 
| *  | Restrict InstCombine from converting varargs to or from fixed args. | Jim Grosbach | 2012-02-03 | 1 | -0/+7 | 
| *  | Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs." | Jim Grosbach | 2012-02-03 | 1 | -5/+14 | 
| *  | Disable InstCombine unsafe folding bitcasts of calls w/ varargs. | Jim Grosbach | 2012-02-01 | 1 | -14/+5 | 
| *  | continue making the world safe for ConstantDataVector.  At this point, | Chris Lattner | 2012-01-27 | 1 | -6/+9 | 
| *  | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 1 | -2/+1 | 
| *  | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -0/+2 | 
| *  | Zap some completely ridiculous code.  There's probably a miscompile here, but... | Eli Friedman | 2011-11-29 | 1 | -1/+1 | 
| *  | Refactor code to use new attribute getters on CallSite for NoCapture and ByVal. | Nick Lewycky | 2011-11-20 | 1 | -2/+2 | 
| *  | Stop emitting instructions with the name "tmp" they eat up memory and have to... | Benjamin Kramer | 2011-09-27 | 1 | -8/+6 | 
| *  | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -10/+87 | 
| *  | When inserting new instructions, use getFirstInsertionPt instead of | Bill Wendling | 2011-08-25 | 1 | -1/+1 | 
| *  | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -3/+5 | 
| *  | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -5/+3 | 
| *  | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -3/+5 | 
| *  | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -2/+1 | 
| *  | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -34/+34 | 
| *  | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -4/+4 | 
| *  | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -1/+1 | 
| *  | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -5/+5 | 
| *  | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -5/+5 | 
| *  | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -5/+5 | 
| *  | Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte... | Owen Anderson | 2011-07-01 | 1 | -2/+6 | 
| *  | Revamp the "ConstantStruct::get" methods.  Previously, these were scattered | Chris Lattner | 2011-06-20 | 1 | -6/+11 | 
| *  | Final step of instcombine debuginfo; switch a couple more places over to Inse... | Eli Friedman | 2011-05-27 | 1 | -0/+1 | 
| *  | Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o... | Benjamin Kramer | 2011-05-21 | 1 | -14/+0 | 
| *  | InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow(... | Benjamin Kramer | 2011-05-21 | 1 | -0/+14 | 
| *  | Add comment. | Evan Cheng | 2011-05-19 | 1 | -0/+1 | 
| *  | More instcombine cleanup, towards improving debug line info. | Eli Friedman | 2011-05-18 | 1 | -1/+1 | 
| *  | More instcombine cleanup aimed towards improving debug line info. | Eli Friedman | 2011-05-18 | 1 | -21/+18 | 
| *  | Fix inelegant initialization. | Stuart Hastings | 2011-05-18 | 1 | -2/+1 | 
| *  | Start trying to make InstCombine preserve more debug info.  The idea here is ... | Eli Friedman | 2011-05-18 | 1 | -5/+5 | 
| *  | Use ReplaceInstUsesWith instead of replaceAllUsesWith where appropriate in in... | Eli Friedman | 2011-05-18 | 1 | -6/+6 | 
| *  | X86 pmovsx/pmovzx ignore the upper half of their inputs. | Stuart Hastings | 2011-05-17 | 1 | -0/+22 | 
| *  | Reapply r129401 with patch for clang. | Bill Wendling | 2011-04-13 | 1 | -5/+1 | 
| *  | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling | 2011-04-12 | 1 | -1/+5 | 
| *  | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling | 2011-04-12 | 1 | -5/+1 | 
| *  | Use APInt's umul_ov instead of rolling our own overflow detection. | Benjamin Kramer | 2011-03-27 | 1 | -5/+6 | 
| *  | If we don't know how long a string is we can't fold an _chk version to the | Eric Christopher | 2011-03-15 | 1 | -3/+7 | 
| *  | InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can... | Benjamin Kramer | 2011-03-10 | 1 | -1/+29 | 
| *  | change instcombine to not turn a call to non-varargs bitcast of | Chris Lattner | 2011-02-24 | 1 | -5/+15 | 
| *  | Teach instcombine about the rest of the SSE and SSE2 conversion | Chandler Carruth | 2011-01-10 | 1 | -4/+11 | 
| *  | Revert 122959, it needs more thought. Add it back to README.txt with addition... | Benjamin Kramer | 2011-01-07 | 1 | -4/+0 | 
| *  | InstCombine: Turn _chk functions into the "unsafe" variant if length and max ... | Benjamin Kramer | 2011-01-06 | 1 | -0/+2 | 
| *  | InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi... | Benjamin Kramer | 2011-01-06 | 1 | -1/+5 | 
| *  | InstCombine: Teach llvm.objectsize folding to look through GEPs. | Benjamin Kramer | 2011-01-06 | 1 | -50/+41 | 
| *  | don't lose TD info | Chris Lattner | 2010-12-25 | 1 | -2/+2 |