| Age | Commit message (Expand) | Author |
| 2012-07-04 | Reverted r156659, due to probable performance regressions, DenseMap should be... | Stepan Dyatkovskiy |
| 2012-07-03 | BoundsChecking: optimize out the check for offset < 0 if size is known to be... | Nuno Lopes |
| 2012-07-03 | Part of r159527. Splitted into series of patches and gone with fixed PR13256: | Stepan Dyatkovskiy |
| 2012-07-02 | Revert "IntRange:" as it appears to be breaking self hosting. | Eric Christopher |
| 2012-07-02 | GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection. | Duncan Sands |
| 2012-07-02 | fix the regression I introduced in r159385 (it's necessary to update PHI node... | Nuno Lopes |
| 2012-07-02 | IntRange: | Stepan Dyatkovskiy |
| 2012-07-02 | [asan] small code simplification | Kostya Serebryany |
| 2012-06-30 | Don't reinsert the 'atexit' function if it already exists. | Bill Wendling |
| 2012-06-29 | revert r159440. As Duncan pointed out, the test for invoke is not needed at t... | Nuno Lopes |
| 2012-06-29 | CodeGenPrepare: Don't crash when TLI is not available. | Benjamin Kramer |
| 2012-06-29 | Rework this to clarify where the removal of nodes from the queue is | Duncan Sands |
| 2012-06-29 | ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not... | Nuno Lopes |
| 2012-06-29 | Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to | Duncan Sands |
| 2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth |
| 2012-06-29 | The DIBuilder class is just a wrapper around debug info creation | Bill Wendling |
| 2012-06-28 | make simplifyCFG erase invokes to readonly/readnone functions | Nuno Lopes |
| 2012-06-28 | make instcombine produce calls to llvm.donothing instead of a random intrinsic | Nuno Lopes |
| 2012-06-28 | [asan] set a hard limit on the number of instructions instrumented pear each ... | Kostya Serebryany |
| 2012-06-28 | Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize. | Hal Finkel |
| 2012-06-28 | Remove a useless check in BBVectorize. | Hal Finkel |
| 2012-06-28 | Allow BBVectorize to form non-2^n-length vectors. | Hal Finkel |
| 2012-06-28 | Refactor operation equivalence checking in BBVectorize by extending Instructi... | Hal Finkel |
| 2012-06-28 | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling |
| 2012-06-27 | Revert r159136 due to PR13124. | Matt Beaumont-Gay |
| 2012-06-27 | Some reassociate optimizations create new instructions, which they insert just | Duncan Sands |
| 2012-06-26 | Remove a instcombine transform that (no longer?) makes sense: | Evan Cheng |
| 2012-06-26 | Replacing zero-sized alloca's with a null pointer is too aggressive, instead | Duncan Sands |
| 2012-06-25 | revert my previous commit (r159173), since as Eli pointed out, it's perfectly... | Nuno Lopes |
| 2012-06-25 | do not set realloc() as NotAlias, since it can return the same pointer. This ... | Nuno Lopes |
| 2012-06-25 | Fix the objc_autoreleasedReturnValue optimization code to locate | Dan Gohman |
| 2012-06-25 | improve optimization of invoke instructions: | Nuno Lopes |
| 2012-06-25 | If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it | Rafael Espindola |
| 2012-06-25 | The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l... | Eli Bendersky |
| 2012-06-24 | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi |
| 2012-06-24 | Allow controlling vectorization of boolean values separately from other integ... | Hal Finkel |
| 2012-06-24 | Remove dyn_cast + dereference pattern by replacing it with a cast and changing | Nick Lewycky |
| 2012-06-24 | Tab to spaces. No functionality change. | Nick Lewycky |
| 2012-06-24 | Remove a dangling reference to a deleted instruction. Fixes PR13185! | Nick Lewycky |
| 2012-06-23 | Allow BBVectorize to fuse compare instructions. | Hal Finkel |
| 2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg |
| 2012-06-23 | Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.... | Stepan Dyatkovskiy |
| 2012-06-23 | BoundsChecking: attach debug info to traps to make my life a bit more sane | Nuno Lopes |
| 2012-06-22 | Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x" | Jakob Stoklund Olesen |
| 2012-06-22 | Fixed r158979. | Stepan Dyatkovskiy |
| 2012-06-22 | fix whitespace in my last commit. | Nuno Lopes |
| 2012-06-22 | remove extractMallocCallFromBitCast, since it was tailor maded for its sole u... | Nuno Lopes |
| 2012-06-21 | instcombine: disable optimization of 'invoke null/undef'. I'll move this fun... | Nuno Lopes |
| 2012-06-21 | Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11... | Evan Cheng |
| 2012-06-21 | Add support for invoke to the MemoryBuiltin analysid. | Nuno Lopes |