summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Make sure EH pads are preferred in sortingHeejin Ahn2019-10-011-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [WebAssembly] Don't analyze branches after CFGStackifyHeejin Ahn2019-03-261-9/+20
* [WebAssembly] Rename a variable in CFGSort (NFC)Heejin Ahn2019-03-241-4/+4
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Fix wasm backend compilation on gcc 5.4: variable name cannot m...Heejin Ahn2018-08-091-5/+5
* [WebAssembly] CFG sort support for exception handlingHeejin Ahn2018-08-071-54/+184
* [WebAssembly] Add more utility functionsHeejin Ahn2018-06-191-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-0/+3
* fix trivial typos; NFCHiroshi Inoue2017-07-091-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [WebAssembly] Split CFG-sorting into its own pass. NFC.Dan Gohman2017-02-271-0/+277
OpenPOWER on IntegriCloud