aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/crash.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-181-0/+19
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-151-0/+9
* Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due toDuncan Sands2012-06-291-0/+11
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-271-0/+14
* Remove a dangling reference to a deleted instruction. Fixes PR13185!Nick Lewycky2012-06-241-0/+11
* Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands2012-06-151-0/+25
* Use std::map rather than SmallMap because SmallMap assumes that the value hasDuncan Sands2012-06-121-0/+16
* Fix reassociate to postpone certain instruction deletions untilDan Gohman2011-03-101-0/+25
* fix a nice subtle reassociate bug which would only occurChris Lattner2010-03-051-2/+13
* only factor from expressions whose uses are empty and whoseChris Lattner2010-01-091-1/+19
* fix an infinite loop in reassociate building emacs.Chris Lattner2010-01-051-0/+15