summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
AgeCommit message (Expand)Author
2017-12-08[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman
2017-12-08[WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...Dan Gohman
2017-12-08Revert "[WebAssemby] Support main functions with alternate signatures."Derek Schuff
2017-12-07[WebAssemby] Support main functions with alternate signatures.Dan Gohman
2017-11-30[WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman
2017-11-28[WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman
2017-10-10[WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcastsJacob Gravelle
2017-02-27[WebAssembly] Add some comments and tidy up whitespace.Dan Gohman
2017-01-20[WebAssembly] Don't create bitcast-wrappers for varargs.Dan Gohman
2017-01-10[WebAssembly] Only RAUW a constant once in FixFunctionBitcastsDerek Schuff
2017-01-07[WebAssembly] Don't abort on code with UB.Dan Gohman
2017-01-07[WebAssembly] Move a SmallVector to a more specific scope. NFC.Dan Gohman
2017-01-07[WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman