| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -6/+6 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -7/+7 |
* | Remove the last bit of constant folding from LinearizeExprTree (most of it was | Duncan Sands | 2012-11-18 | 1 | -11/+0 |
* | Fix PR14060, an infinite loop in reassociate. The problem was that one of the | Duncan Sands | 2012-11-18 | 1 | -6/+24 |
* | Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, | Duncan Sands | 2012-11-15 | 1 | -54/+21 |
* | revert r167740 | Shuxin Yang | 2012-11-13 | 1 | -314/+8 |
* | This change is to fix rdar://12571717 which is about assertion in Reassociate... | Shuxin Yang | 2012-11-12 | 1 | -8/+314 |
* | Stop reassociate from looking through expressions of arbitrary complexity. This | Duncan Sands | 2012-07-26 | 1 | -0/+2 |
* | Clean whitespaces. | Nadav Rotem | 2012-07-24 | 1 | -1/+1 |
* | Suppress a warning. | Nadav Rotem | 2012-07-23 | 1 | -1/+2 |
* | Rework this to clarify where the removal of nodes from the queue is | Duncan Sands | 2012-06-29 | 1 | -8/+9 |
* | Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to | Duncan Sands | 2012-06-29 | 1 | -5/+13 |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -6/+6 |
* | Some reassociate optimizations create new instructions, which they insert just | Duncan Sands | 2012-06-27 | 1 | -11/+7 |
* | Remove a dangling reference to a deleted instruction. Fixes PR13185! | Nick Lewycky | 2012-06-24 | 1 | -0/+1 |
* | Fix issues (infinite loop and/or crash) with self-referential instructions, for | Duncan Sands | 2012-06-15 | 1 | -6/+14 |
* | It is possible for several constants which aren't individually absorbing to | Duncan Sands | 2012-06-13 | 1 | -1/+6 |
* | When linearizing a multiplication, return at once if we see a factor of zero, | Duncan Sands | 2012-06-13 | 1 | -40/+14 |
* | Use DenseMap as SmallMap workaround rather than std::map, at Chandler's request. | Duncan Sands | 2012-06-12 | 1 | -1/+1 |
* | Use std::map rather than SmallMap because SmallMap assumes that the value has | Duncan Sands | 2012-06-12 | 1 | -2/+1 |
* | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands | 2012-06-12 | 1 | -25/+204 |
* | Reapply commit 158073 with a fix (the testcase was already committed). The | Duncan Sands | 2012-06-08 | 1 | -123/+120 |
* | Revert commit 158073 while waiting for a fix. The issue is that reassociate | Duncan Sands | 2012-06-08 | 1 | -111/+123 |
* | Grab-bag of reassociate tweaks. Unify handling of dead instructions and | Duncan Sands | 2012-06-06 | 1 | -123/+111 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | Since commit 157467, if reassociate isn't actually going to change an expression | Duncan Sands | 2012-05-26 | 1 | -17/+20 |
* | Move this debug statement earlier so it is easy to see the order in | Duncan Sands | 2012-05-26 | 1 | -2/+2 |
* | Make the reassociation pass more powerful so that it can handle expressions | Duncan Sands | 2012-05-25 | 1 | -255/+405 |
* | Calling ReassociateExpression recursively is extremely dangerous since it will | Duncan Sands | 2012-05-08 | 1 | -7/+7 |
* | Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o... | Owen Anderson | 2012-05-07 | 1 | -4/+28 |
* | Add 'landingpad' instructions to the list of instructions to ignore. | Bill Wendling | 2012-05-04 | 1 | -7/+9 |
* | Whitespace cleanup. | Bill Wendling | 2012-05-02 | 1 | -87/+80 |
* | The value held in the vector may be RAUW'ed by some of the canonicalization | Bill Wendling | 2012-05-02 | 1 | -2/+3 |
* | Teach the reassociate pass to fold chains of multiplies with repeated | Chandler Carruth | 2012-04-26 | 1 | -10/+247 |
* | Prune some includes and forward declarations. | Craig Topper | 2012-03-26 | 1 | -5/+5 |
* | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands | 2011-08-12 | 1 | -1/+1 |
* | Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc... | Owen Anderson | 2011-08-02 | 1 | -22/+1 |
* | Clear DbgValues in the end. | Devang Patel | 2011-07-29 | 1 | -0/+1 |
* | Clean up debug info after reassociation. | Devang Patel | 2011-07-29 | 1 | -1/+21 |
* | start using the new helper methods a bit. | Chris Lattner | 2011-07-15 | 1 | -1/+1 |
* | Preserve line number information. | Devang Patel | 2011-04-28 | 1 | -0/+7 |
* | Fix reassociate to use a worklist instead of recursing when new | Dan Gohman | 2011-04-12 | 1 | -59/+67 |
* | RecursivelyDeleteTriviallyDeadInstructions only needs a | Dan Gohman | 2011-03-10 | 1 | -3/+2 |
* | Fix reassociate to postpone certain instruction deletions until | Dan Gohman | 2011-03-10 | 1 | -3/+11 |
* | fix PR9215, preventing -reassociate from clearing nsw/nuw when | Chris Lattner | 2011-02-17 | 1 | -3/+4 |
* | Fix reassociate to clear optional flags, such as nsw. | Dan Gohman | 2011-02-02 | 1 | -0/+16 |
* | Fix PR9039, a use-after-free in reassociate. The issue was that the | Duncan Sands | 2011-01-26 | 1 | -4/+11 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |