index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
Reassociate
/
crash.ll
Age
Commit message (
Expand
)
Author
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-11-18
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-15
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-06-29
Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to
Duncan Sands
2012-06-27
Some reassociate optimizations create new instructions, which they insert just
Duncan Sands
2012-06-24
Remove a dangling reference to a deleted instruction. Fixes PR13185!
Nick Lewycky
2012-06-15
Fix issues (infinite loop and/or crash) with self-referential instructions, for
Duncan Sands
2012-06-12
Use std::map rather than SmallMap because SmallMap assumes that the value has
Duncan Sands
2011-03-10
Fix reassociate to postpone certain instruction deletions until
Dan Gohman
2010-03-05
fix a nice subtle reassociate bug which would only occur
Chris Lattner
2010-01-09
only factor from expressions whose uses are empty and whose
Chris Lattner
2010-01-05
fix an infinite loop in reassociate building emacs.
Chris Lattner