summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-121-2/+2
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-3/+3
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-2/+2
* [WebAssembly] Use named operands to identify loads and storesThomas Lively2019-03-091-5/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-3/+4
* [WebAssembly] Use the frame pointer instead of the stack pointerDerek Schuff2016-09-261-4/+9
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-1/+1
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-82/+48
* [WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writebackDerek Schuff2016-03-171-6/+65
* Revert "[WebAssembly] Stackify code emitted by eliminateFrameIndex"Derek Schuff2016-02-231-7/+3
* [WebAssembly] Stackify code emitted by eliminateFrameIndexDerek Schuff2016-02-231-3/+7
* [WebAssembly] Fix uses of FrameIndex as store valuesDerek Schuff2016-01-301-3/+3
* WebAssembly: don't optimize frameindex storeJF Bastien2016-01-301-2/+3
* [WebAssembly] Omit no-op adds for non-mem uses of FrameIndexDerek Schuff2016-01-261-9/+12
* [WebAssembly] Minor code formatting cleanups. NFC.Dan Gohman2016-01-251-5/+7
* [WebAssembly] Use the templated form of MachineFunction::getSubtarget(). NFC.Dan Gohman2016-01-191-1/+1
* [WebAssembly] Support combining GEP and FrameIndex offsets in memory operand ...Derek Schuff2016-01-071-6/+12
* [WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff2015-12-111-4/+31
* [WebAssembly] Initial varargs support.Dan Gohman2015-12-041-0/+9
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-4/+5
* [WebAssembly] Clean up several FIXME comments.Dan Gohman2015-11-251-1/+1
* Targets: commonize some stack realignment codeJF Bastien2015-07-201-19/+0
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-1/+55
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+33
OpenPOWER on IntegriCloud