| Age | Commit message (Expand) | Author |
| 2012-07-17 | Revert "LSR: try not to blow up solving combinatorial problems brute force." | Andrew Trick |
| 2012-07-17 | LSR: try not to blow up solving combinatorial problems brute force. | Andrew Trick |
| 2012-07-16 | fix PR13339 (remove the predecessor from the unwind BB when removing an invoke) | Nuno Lopes |
| 2012-07-13 | LSR Fix: check SCEV expression safety before expansion. | Andrew Trick |
| 2012-07-03 | BoundsChecking: optimize out the check for offset < 0 if size is known to be... | Nuno Lopes |
| 2012-07-02 | fix the regression I introduced in r159385 (it's necessary to update PHI node... | 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 | 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 | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling |
| 2012-06-27 | Some reassociate optimizations create new instructions, which they insert just | 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-24 | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi |
| 2012-06-24 | Remove a dangling reference to a deleted instruction. Fixes PR13185! | Nick Lewycky |
| 2012-06-23 | BoundsChecking: attach debug info to traps to make my life a bit more sane | Nuno Lopes |
| 2012-06-21 | port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most... | Nuno Lopes |
| 2012-06-21 | refactor the MemoryBuiltin analysis: | Nuno Lopes |
| 2012-06-21 | Add a number of threshold arguments to the SRA pass. | Nadav Rotem |
| 2012-06-17 | Now that SROA can form alloca's for dynamic vector accesses, further improve ... | Pete Cooper |
| 2012-06-16 | Move the Metadata merging methods from GVN and make them public in MDNode. | Hal Finkel |
| 2012-06-16 | It's not deterministic to iterate over SmallPtrSet. Replace it with SmallSetV... | Evan Cheng |
| 2012-06-16 | Fix crash from r158529 on Bullet. | Pete Cooper |
| 2012-06-15 | LSR: fix expansion of scaled reg in non-address type formulae. | Andrew Trick |
| 2012-06-15 | LSR fix: "Special" users are just like "Basic" users but allow -1 scale. | Andrew Trick |
| 2012-06-15 | Allow SROA to split up an array of vectors into multiple vectors, even when t... | Pete Cooper |
| 2012-06-15 | Fix issues (infinite loop and/or crash) with self-referential instructions, for | Duncan Sands |
| 2012-06-14 | Recommit r158407: Allow SROA to look at a vector type and see if the offset i... | Pete Cooper |
| 2012-06-14 | Revert r158454: Allow SROA to look at a vector type... Its breaking the vect... | Pete Cooper |
| 2012-06-14 | Recommit r158407: Allow SROA to look at a vector type and see if the offset i... | Pete Cooper |
| 2012-06-13 | Revert "Allow SROA to look at a vector type and see if the offset is out of r... | Pete Cooper |
| 2012-06-13 | Allow SROA to look at a vector type and see if the offset is out of range to ... | Pete Cooper |
| 2012-06-13 | It is possible for several constants which aren't individually absorbing to | Duncan Sands |
| 2012-06-13 | When linearizing a multiplication, return at once if we see a factor of zero, | Duncan Sands |
| 2012-06-12 | Use DenseMap as SmallMap workaround rather than std::map, at Chandler's request. | Duncan Sands |
| 2012-06-12 | Use std::map rather than SmallMap because SmallMap assumes that the value has | Duncan Sands |
| 2012-06-12 | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands |
| 2012-06-08 | Reapply commit 158073 with a fix (the testcase was already committed). The | Duncan Sands |
| 2012-06-08 | BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum... | Nuno Lopes |
| 2012-06-08 | Revert commit 158073 while waiting for a fix. The issue is that reassociate | Duncan Sands |
| 2012-06-06 | Grab-bag of reassociate tweaks. Unify handling of dead instructions and | Duncan Sands |
| 2012-06-04 | When gvn decides to replace an instruction with another, we have to patch the | Rafael Espindola |
| 2012-06-02 | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer |
| 2012-06-01 | BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul... | Nuno Lopes |
| 2012-05-31 | add -bounds-checking-multiple-traps option to make one trap BB per check | Nuno Lopes |