summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/crash.ll
Commit message (Expand)AuthorAge
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-18
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-15
* Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due toDuncan Sands2012-06-29
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-27
* Remove a dangling reference to a deleted instruction. Fixes PR13185!Nick Lewycky2012-06-24
* Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands2012-06-15
* Use std::map rather than SmallMap because SmallMap assumes that the value hasDuncan Sands2012-06-12
* Fix reassociate to postpone certain instruction deletions untilDan Gohman2011-03-10
* fix a nice subtle reassociate bug which would only occurChris Lattner2010-03-05
* only factor from expressions whose uses are empty and whoseChris Lattner2010-01-09
* fix an infinite loop in reassociate building emacs.Chris Lattner2010-01-05