summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-0/+3
* [WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman2017-12-081-1/+1
* [WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...Dan Gohman2017-12-081-1/+50
* Revert "[WebAssemby] Support main functions with alternate signatures."Derek Schuff2017-12-081-45/+1
* [WebAssemby] Support main functions with alternate signatures.Dan Gohman2017-12-071-1/+45
* [WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman2017-11-301-0/+5
* [WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman2017-11-281-6/+5
* [WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcastsJacob Gravelle2017-10-101-1/+11
* [WebAssembly] Add some comments and tidy up whitespace.Dan Gohman2017-02-271-1/+1
* [WebAssembly] Don't create bitcast-wrappers for varargs.Dan Gohman2017-01-201-0/+5
* [WebAssembly] Only RAUW a constant once in FixFunctionBitcastsDerek Schuff2017-01-101-5/+12
* [WebAssembly] Don't abort on code with UB.Dan Gohman2017-01-071-6/+17
* [WebAssembly] Move a SmallVector to a more specific scope. NFC.Dan Gohman2017-01-071-2/+2
* [WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman2017-01-071-0/+148
OpenPOWER on IntegriCloud