| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 1 | -1/+1 |
* | Fix PR14060, an infinite loop in reassociate. The problem was that one of the | Duncan Sands | 2012-11-18 | 1 | -0/+19 |
* | Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, | Duncan Sands | 2012-11-15 | 1 | -0/+9 |
* | Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to | Duncan Sands | 2012-06-29 | 1 | -0/+11 |
* | Some reassociate optimizations create new instructions, which they insert just | Duncan Sands | 2012-06-27 | 1 | -0/+14 |
* | Remove a dangling reference to a deleted instruction. Fixes PR13185! | Nick Lewycky | 2012-06-24 | 1 | -0/+11 |
* | Fix issues (infinite loop and/or crash) with self-referential instructions, for | Duncan Sands | 2012-06-15 | 1 | -0/+25 |
* | Use std::map rather than SmallMap because SmallMap assumes that the value has | Duncan Sands | 2012-06-12 | 1 | -0/+16 |
* | Fix reassociate to postpone certain instruction deletions until | Dan Gohman | 2011-03-10 | 1 | -0/+25 |
* | fix a nice subtle reassociate bug which would only occur | Chris Lattner | 2010-03-05 | 1 | -2/+13 |
* | only factor from expressions whose uses are empty and whose | Chris Lattner | 2010-01-09 | 1 | -1/+19 |
* | fix an infinite loop in reassociate building emacs. | Chris Lattner | 2010-01-05 | 1 | -0/+15 |