summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Don't use setRequiresStructuredCFG(true).Dan Gohman2016-02-181-3/+4
* [WebAssembly] Disable register stackification and coloring when not optimizingDerek Schuff2016-02-171-4/+6
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+4
* [WebAssembly] Disable some WebAssembly-specific optimization passes at -O0.Dan Gohman2016-01-191-3/+6
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-2/+3
* [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman2015-12-251-6/+3
* [WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELFDan Gohman2015-12-171-2/+2
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-171-4/+3
* [WebAssembly] Implement eliminateCallFramePseudoDerek Schuff2015-12-161-0/+3
* [WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff2015-12-111-1/+7
* [WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman2015-12-091-0/+4
* [WebAssembly] Call TargetPassConfig base class functions in overriding functi...Dan Gohman2015-12-051-1/+11
* [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman2015-12-051-4/+3
* [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