Age | Commit message (Expand) | Author |
2012-07-26 | Stop reassociate from looking through expressions of arbitrary complexity. This | Duncan Sands |
2012-07-24 | Clean whitespaces. | Nadav Rotem |
2012-07-23 | Suppress a warning. | Nadav Rotem |
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-27 | Some reassociate optimizations create new instructions, which they insert just | Duncan Sands |
2012-06-24 | Remove a dangling reference to a deleted instruction. Fixes PR13185! | Nick Lewycky |
2012-06-15 | Fix issues (infinite loop and/or crash) with self-referential instructions, for | Duncan Sands |
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 | 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-02 | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer |
2012-05-26 | Since commit 157467, if reassociate isn't actually going to change an expression | Duncan Sands |
2012-05-26 | Move this debug statement earlier so it is easy to see the order in | Duncan Sands |
2012-05-25 | Make the reassociation pass more powerful so that it can handle expressions | Duncan Sands |
2012-05-08 | Calling ReassociateExpression recursively is extremely dangerous since it will | Duncan Sands |
2012-05-07 | Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o... | Owen Anderson |
2012-05-04 | Add 'landingpad' instructions to the list of instructions to ignore. | Bill Wendling |
2012-05-02 | Whitespace cleanup. | Bill Wendling |
2012-05-02 | The value held in the vector may be RAUW'ed by some of the canonicalization | Bill Wendling |
2012-04-26 | Teach the reassociate pass to fold chains of multiplies with repeated | Chandler Carruth |
2012-03-26 | Prune some includes and forward declarations. | Craig Topper |
2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
2011-08-02 | Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc... | Owen Anderson |
2011-07-29 | Clear DbgValues in the end. | Devang Patel |
2011-07-29 | Clean up debug info after reassociation. | Devang Patel |
2011-07-15 | start using the new helper methods a bit. | Chris Lattner |
2011-04-28 | Preserve line number information. | Devang Patel |
2011-04-12 | Fix reassociate to use a worklist instead of recursing when new | Dan Gohman |
2011-03-10 | RecursivelyDeleteTriviallyDeadInstructions only needs a | Dan Gohman |
2011-03-10 | Fix reassociate to postpone certain instruction deletions until | Dan Gohman |
2011-02-17 | fix PR9215, preventing -reassociate from clearing nsw/nuw when | Chris Lattner |
2011-02-02 | Fix reassociate to clear optional flags, such as nsw. | Dan Gohman |
2011-01-26 | Fix PR9039, a use-after-free in reassociate. The issue was that the | Duncan Sands |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-12 | cache dereferenced iterators | Gabor Greif |
2010-03-05 | fix a nice subtle reassociate bug which would only occur | Chris Lattner |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |