summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Print error message for llvm.clear_cache intrinsicHeejin Ahn2019-07-111-0/+4
* [TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...Simon Pilgrim2019-06-121-0/+1
* [WebAssembly] Implement ReplaceNodeResults to fix a SIMD crashThomas Lively2019-05-231-0/+3
* [WebAssembly] Implement __builtin_return_address for emscriptenThomas Lively2019-05-231-0/+1
* [WebAssembly] Don't override default implementation of isOffsetFoldingLegal. ...Sam Clegg2019-03-181-1/+0
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-2/+1
* [WebAssembly] Optimize BUILD_VECTOR lowering for sizeThomas Lively2019-01-301-0/+1
* 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-0/+1
* Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"Thomas Lively2019-01-101-1/+0
* [WebAssembly] Add simd128-unimplemented subtarget featureThomas Lively2019-01-101-0/+1
* Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"Thomas Lively2019-01-101-1/+0
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-091-0/+1
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+1
* [WebAssembly] Expand inserts and extracts with variable indicesThomas Lively2018-11-021-0/+1
* [WebAssembly] Custom lower i64x2 constant shifts to avoid wrapThomas Lively2018-10-201-0/+1
* [WebAssembly] v8x16.shuffleThomas Lively2018-09-071-0/+1
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-8/+8
* [WebAssembly] Enable atomic expansion for unsupported atomicrmwsHeejin Ahn2018-08-071-0/+1
* [WebAssembly] Support for atomic.wait / atomic.wake instructionsHeejin Ahn2018-08-021-0/+3
* [WebAssembly] Add getSetCCResultType placeholder override to handle vector co...Simon Pilgrim2018-06-281-0/+3
* [WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn2018-05-311-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman2017-11-281-0/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-211-1/+2
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-1/+1
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-2/+2
* [WebAssembly] Don't expand divisions by constants.Dan Gohman2016-05-181-0/+1
* [WebAssembly] Implement __builtin_frame_address.Dan Gohman2016-02-161-0/+1
* [WebAssembly] Insert COPY_LOCAL between CopyToReg and FrameIndex DAG nodesDerek Schuff2016-02-161-0/+1
* [WebAssembly] Reformat WebAssemblyFrameLowering and WebAssemblyISelLoweringDerek Schuff2016-02-111-8/+8
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+2
* [WebAssembly] Implement instruction selection for constant offsets in addresses.Dan Gohman2015-12-151-0/+2
* [WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff2015-12-111-0/+1
* [WebAssembly] Initial varargs support.Dan Gohman2015-12-041-0/+1
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-251-0/+1
* [WebAssembly] Implement isCheapToSpeculateCtlz and isCheapToSpeculateCttz.Dan Gohman2015-11-191-0/+2
* [WebAssembly] Inline asm support.Dan Gohman2015-11-131-0/+3
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-0/+2
* WebAssembly: Implement callJF Bastien2015-08-241-8/+10
* Revert two bad commits.JF Bastien2015-08-241-6/+3
* callJF Bastien2015-08-241-3/+6
* [WebAssembly] Skeleton FastISel supportDan Gohman2015-08-241-0/+8
* WebAssembly: implement WebAssemblyTargetLowering::getTargetNodeNameJF Bastien2015-08-111-1/+3
* WebAssembly: implement getScalarShiftAmountTy so we can shift by amount, with...JF Bastien2015-08-031-0/+2
* WebAssembly: print basic integer assembly.JF Bastien2015-07-311-0/+2
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-0/+16
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+49
OpenPOWER on IntegriCloud