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