summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Simplify iterator navigations (NFC)Heejin Ahn2019-03-051-15/+11
* [WebAssembly] Fix ScopeTops info in CFGStackify for EH padsHeejin Ahn2019-02-271-5/+16
* [WebAssembly] Remove unnecessary instructions after TRY marker placementHeejin Ahn2019-02-271-2/+94
* [WebAssembly] Rename a variable in CFGStackify (NFC)Heejin Ahn2019-02-241-7/+7
* [WebAssembly] Merge two identical switch case routines into one (NFC)Heejin Ahn2019-02-241-6/+0
* [WebAssembly] Remove debug statement submitted in rL354657Sam Clegg2019-02-221-1/+0
* [WebAssembly] Remove getBottom function from CFGStackify (NFC)Heejin Ahn2019-02-221-27/+4
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-24/+24
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-55/+33
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Delete registerScope functionHeejin Ahn2018-12-071-20/+2
* [WebAssembly] Fix bugs in rethrow depth counting and InstPrinterHeejin Ahn2018-11-021-1/+14
* [WebAssembly] Fix immediate of rethrow when throwing to callerHeejin Ahn2018-10-241-1/+1
* [WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStackify pass when looking fo...Yury Delendik2018-10-041-0/+4
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-11/+21
* [WebAssembly] CFG stackify support for exception handlingHeejin Ahn2018-08-161-108/+542
* [WebAssembly] Update SIMD binary arithmeticDerek Schuff2018-08-071-0/+2
* [WebAssembly] Replace SIMD expression types with V128Derek Schuff2018-08-061-4/+6
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-3/+1
* [WebAssembly] Add more utility functionsHeejin Ahn2018-06-191-2/+3
* [WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn2018-05-311-3/+0
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Add an assertion for an invalid CFGHeejin Ahn2018-04-171-0/+3
* [WebAssembly] Fix a bug in MachineBasicBlock::findDebugLoc() callHeejin Ahn2018-04-141-3/+4
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-0/+4
* [WebAssembly] Add DebugLoc information to WebAssembly block and loop.Derek Schuff2018-03-151-8/+11
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-0/+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-222/+1
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-0/+14
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-2/+0
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-26/+14
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-11/+75
* [WebAssembly] Remove loop's bottom label.Dan Gohman2016-10-061-19/+14
* [WebAssembly] Update to more stack-machine-oriented terminology.Dan Gohman2016-10-031-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* [WebAssembly] Unbreak the build.Benjamin Kramer2016-09-051-8/+9
* WebAssembly: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-081-4/+4
* [WebAssembly] Implement irreducible control flow.Dan Gohman2016-03-091-35/+0
* [WebAssembly] Switch from RPO sorting to topological sorting.Dan Gohman2016-02-161-109/+167
* [WebAssembly] Fix insertion of a BLOCK in a loop header that also ends a BLOCK.Dan Gohman2016-02-121-1/+3
* [WebAssembly] Refine block placement to insert blocks between trees.Dan Gohman2016-01-301-5/+22
* [WebAssemly] Invalidate liveness in CFG stackifierDerek Schuff2016-01-131-0/+3
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-63/+84
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-1/+2
* [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman2015-12-251-3/+4
* [WebAssembly] Fix the CFG Stackifier to handle unoptimized branchesDan Gohman2015-12-161-2/+14
* [WebAssembly] Implement a new algorithm for placing BLOCK markersDan Gohman2015-12-141-67/+144
OpenPOWER on IntegriCloud