summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix resume-only case in Emscripten EHHeejin Ahn2020-01-291-1/+4
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-146-6/+7
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-4/+2
* [TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...Craig Topper2020-01-101-6/+0
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-081-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [WebAssembly] Fix landingpad-only case in Emscripten EHHeejin Ahn2020-01-061-1/+1
* [SelectionDAG] Disallow indirect "i" constraintFangrui Song2019-12-291-1/+0
* [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik2019-12-206-0/+33
* [WebAssembly] Add avgr_u intrinsics and require nuw in patternsThomas Lively2019-12-181-16/+17
* [WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructionsThomas Lively2019-12-171-1/+20
* [WebAssembly] Replace SIMD int min/max builtins with patternsThomas Lively2019-12-162-4/+11
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-112-0/+2
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-114-1/+36
* [ARM] Teach the Arm cost model that a Shift can be folded into other instruct...David Green2019-12-092-2/+4
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-061-0/+24
* [WebAssembly][SelectionDAG] Remove unused WebAssemblyDAGToDAGISel::ForCodeSize.Hiroshi Yamauchi2019-11-221-4/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-214-4/+4
* [WebAssembly] Fix miscompile of select with andThomas Lively2019-11-151-7/+0
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-0/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-3/+3
* [WebAssembly] Add experimental SIMD dot product instructionThomas Lively2019-11-011-0/+7
* Reland "[WebAssembly] Expand setcc of v2i64"Thomas Lively2019-11-012-0/+31
* [WebAssembly] SIMD integer min and max instructionsThomas Lively2019-10-311-0/+9
* Reland "[WebAssembly] Handle multiple loads of splatted loads"Thomas Lively2019-10-314-17/+27
* Revert "[WebAssembly] Handle multiple loads of splatted loads"Vlad Tsyrklevich2019-10-314-27/+17
* Revert "[WebAssembly] Expand setcc of v2i64"Vlad Tsyrklevich2019-10-312-31/+0
* [WebAssembly] Handle multiple loads of splatted loadsThomas Lively2019-10-314-17/+27
* [WebAssembly] Expand setcc of v2i64Thomas Lively2019-10-312-0/+31
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-233-4/+7
* Use Align for TFL::TransientStackAlignmentGuillaume Chatelet2019-10-211-1/+1
* Prune a LegacyDivergenceAnalysis and MachineLoopInfo include eachReid Kleckner2019-10-193-0/+3
* Prune Analysis includes from SelectionDAG.hReid Kleckner2019-10-191-1/+1
* Prune two MachineInstr.h includes, fix up depsReid Kleckner2019-10-191-1/+1
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-159-93/+135
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+17
* recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...Zi Xuan Wu2019-10-122-3/+4
* Fix -Wparentheses warning. NFCI.Simon Pilgrim2019-10-101-2/+2
* [WebAssembly] Make returns variadicThomas Lively2019-10-099-168/+73
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-091-0/+4
* [WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR loweringThomas Lively2019-10-093-74/+132
* Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...Jinsong Ji2019-10-082-4/+3
* [WebAssembly] Fix a bug in 'try' placementHeejin Ahn2019-10-081-13/+23
* [LoopVectorize][PowerPC] Estimate int and float register pressure separately ...Zi Xuan Wu2019-10-082-3/+4
* [WebAssembly] Fix unwind mismatch stat computationHeejin Ahn2019-10-071-3/+5
* [WebAssembly] Add memory intrinsics handling to mayThrow()Heejin Ahn2019-10-071-1/+15
* [WebAssembly] Error when using wasm64 for ISelThomas Lively2019-10-021-0/+6
OpenPOWER on IntegriCloud