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