summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Split CFG-sorting into its own pass. NFC.Dan Gohman2017-02-271-1/+5
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-3/+13
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-1/+5
* [WebAssembly] Add a pass to create wrappers for function bitcasts.Dan Gohman2017-01-071-0/+4
* [WebAssembly] Eliminate an ad-hoc command-line argument.Dan Gohman2016-12-031-7/+1
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-0/+9
* [WebAssembly] Fix for 0xc call_indirect changesDerek Schuff2016-10-211-0/+5
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+4
* [WebAssembly] Update to more stack-machine-oriented terminology.Dan Gohman2016-10-031-3/+3
* [WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302)Heejin Ahn2016-09-011-1/+13
* Revert "Add asm.js-style setjmp/longjmp handling for wasm"Heejin Ahn2016-09-011-8/+1
* Add asm.js-style setjmp/longjmp handling for wasmHeejin Ahn2016-08-311-1/+8
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* [WebAssembly] Refactor WebAssemblyLowerEmscriptenException pass for setjmp/lo...Derek Schuff2016-08-181-4/+11
* [WebAssembly] Fix bugs in WebAssemblyLowerEmscriptenExceptions passDerek Schuff2016-08-091-1/+1
* [WebAssembly] Add asm.js-style exception handling supportDerek Schuff2016-08-011-0/+14
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-3/+3
* [WebAssembly] Update WebAssembly target for r269988.Dan Gohman2016-05-191-3/+10
* Factor PrologEpilogInserter around spilling, frame finalization, and scavengingDerek Schuff2016-05-171-8/+0
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-23/+27
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* Disable the PatchableFunction pass for NVPTX & WasmSanjoy Das2016-04-191-0/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [WebAssembly] Remove duplicate disabling of passesDerek Schuff2016-03-281-12/+6
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-281-0/+14
* [WebAssembly] Implement irreducible control flow.Dan Gohman2016-03-091-0/+3
* [WebAssembly] Re-enable the TailDuplicate pass.Dan Gohman2016-02-221-1/+0
* [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
OpenPOWER on IntegriCloud