summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Delete unused functions. NFC.Dan Gohman2015-11-291-6/+0
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-3/+2
* [WebAssembly] Add some comments. NFC.Dan Gohman2015-11-251-0/+5
* [WebAssembly] Clean up several FIXME comments.Dan Gohman2015-11-251-4/+4
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-251-0/+7
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-0/+1
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-1/+7
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-0/+1
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-1/+0
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-0/+1
* [WebAssembly] Support 'unreachable' expressionDerek Schuff2015-11-101-0/+6
* Try to fix WebAssembly build after r247864Hans Wennborg2015-09-161-1/+1
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-1/+7
* [WebAssembly] Support running without a register allocator in the default Cod...Dan Gohman2015-09-081-35/+0
* [WebAssembly] Enable SSA lowering and other pre-regalloc passesDan Gohman2015-09-081-1/+21
* [WebAssembly] Use the default alignment for SIMD types.Dan Gohman2015-08-191-2/+2
* Use llvm::make_unique to fix the MSVC build.Rafael Espindola2015-08-111-1/+1
* WebAssembly: print basic integer assembly.JF Bastien2015-07-311-1/+9
* WebAssembly: start instructionsJF Bastien2015-07-011-3/+9
* [WebAssembly] Define separate Target instances for 32-bit and 64-bit.Dan Gohman2015-07-011-1/+2
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+166
OpenPOWER on IntegriCloud