summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAG] Disallow indirect "i" constraintFangrui Song2019-12-291-1/+0
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* [WebAssembly][SelectionDAG] Remove unused WebAssemblyDAGToDAGISel::ForCodeSize.Hiroshi Yamauchi2019-11-221-4/+1
* [WebAssembly] Error when using wasm64 for ISelThomas Lively2019-10-021-0/+6
* [WebAssembly] Add atomic.fence instructionHeejin Ahn2019-08-281-75/+23
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-191-0/+10
* [WebAssembly] Fix __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-181-1/+1
* [WebAssembly] Implement __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-181-0/+17
* [WebAssembly] Compile all TLS on Emscripten as local-execGuanzhong Chen2019-07-161-2/+10
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-0/+49
* [WebAssembly] Support for atomic fencesHeejin Ahn2019-05-281-4/+93
* [WebAssembly] Use Function::hasOptSize() (NFC)Heejin Ahn2019-04-131-2/+1
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-101-2/+0
* Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"Thomas Lively2019-01-101-0/+2
* [WebAssembly] Add simd128-unimplemented subtarget featureThomas Lively2019-01-101-2/+0
* Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"Thomas Lively2019-01-101-0/+2
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-091-2/+0
* [WebAssembly] Print a debug message at the start of each passHeejin Ahn2019-01-091-0/+4
* [WebAssembly] Gate unimplemented SIMD ops on flagThomas Lively2018-12-201-0/+2
* [WebAssembly] Comment out a switch block in ISelDAGToDAGHeejin Ahn2018-06-291-5/+4
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper2018-01-261-5/+0
* Fix WebAssembly backend for some LLVM API changesDavid Blaikie2017-12-151-3/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [WebAssembly] Update calls to computeKnownBits after the changes from r301620.Craig Topper2017-04-281-0/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* SDAG: Implement Select instead of SelectImpl in WebAssemblyDAGToDAGISelJustin Bogner2016-05-131-14/+4
* SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner2016-05-051-2/+2
* [WebAssembly] Clean up several FIXME comments.Dan Gohman2015-11-251-1/+1
* [WebAssembly] Inline asm support.Dan Gohman2015-11-131-0/+19
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-1/+37
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+73
OpenPOWER on IntegriCloud