aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/JSBackend/ExpandI64.cpp
AgeCommit message (Expand)Author
2014-03-26optimize x < 0 and generalize it to non-i64 values tooAlon Zakai
2014-03-24apply switch-related phi changes after illegal phis were erasedAlon Zakai
2014-03-23handle switches that reach phis appearing before them; fixes emscripen issue ...Alon Zakai
2014-03-02tolerate phis that refer to values from unreachable blocksAlon Zakai
2014-02-28Move ExpandI64 into lib/Target/JSBackend.Dan Gohman