summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
AgeCommit message (Expand)Author
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-02[WebAssembly] Initial SIMD128 support.Derek Schuff
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-05-05[WebAssembly] Don't emit epilogue code in the middle of stackified code.Dan Gohman
2016-02-16[WebAssembly] Implement __builtin_frame_address.Dan Gohman
2016-01-29[WebAssembly] Support frame pointerDerek Schuff
2016-01-25[WebAssembly] Fix unbalanced register stack code in the case of late DCE.Dan Gohman
2016-01-23[WebAssembly] Fix RegNumbering for the stack pointerDerek Schuff
2016-01-20[WebAssembly] Minor code cleanups. NFC.Dan Gohman
2015-12-23[WebAssembly] Add a TODO comment for a possible future optimization.Dan Gohman
2015-12-11[WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman
2015-11-13[WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman