summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Handle aliases in WebAssemblyFixFunctionBitcastsSam Clegg2019-08-211-0/+2
* Move some classes into anonymous namespaces. NFC.Benjamin Kramer2019-02-111-1/+1
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-19/+19
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-1/+1
* [WebAssembly] Re-enable main-function signature rewritingDan Gohman2019-01-291-12/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Print a debug message at the start of each passHeejin Ahn2019-01-091-0/+2
* Revert "[WebAssembly] Fixup `main` signature by default"Sam Clegg2018-11-061-1/+6
* [WebAssembly] Fixup `main` signature by defaultSam Clegg2018-11-011-6/+1
* [WebAssembly] Fix signature of `main` in FixFunctionBitcastsSam Clegg2018-09-131-2/+4
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-17/+14
* [WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcastsSam Clegg2018-08-301-7/+27
* [WebAssembly] Remove temporary workaround for function bitcastsJacob Gravelle2018-08-161-5/+0
* [WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b...Sam Clegg2018-08-021-25/+82
* 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