summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-312-56/+0
* [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper2018-01-261-5/+0
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [WebAssembly] Add mem.* intrinsics.Dan Gohman2018-01-231-0/+9
* [WebAssembly] Fix MSVC buildDerek Schuff2018-01-201-5/+6
* [WebAssembly] Fix libcall signature lookupDerek Schuff2018-01-191-13/+14
* [WebAssembly] Make sign-extension opcodes a distinct feature.Dan Gohman2018-01-196-6/+20
* [WebAssembly] Add test expectations for gcc C++ tests (gcc/testsuite/g++.dg)Sam Clegg2018-01-191-0/+50
* [WebAssembly] Remove duplicated RTLIB namesDerek Schuff2018-01-181-976/+394
* Add support for emitting libcalls for x86_fp80 -> fp128 and vice-versaBenjamin Kramer2018-01-171-0/+4
* [WebAssembly] Update README.txt.Dan Gohman2018-01-151-13/+41
* [WebAssembly] Update libcall signature listsDerek Schuff2018-01-091-0/+60
* Fix build of WebAssembly and AVR backends after r321692Alex Bradbury2018-01-031-2/+2
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-222-6/+4
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-212-4/+6
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-212-6/+4
* [WebAssembly] Disable tee_local optimizations when targeting the ELF ABI.Dan Gohman2017-12-201-1/+9
* Fix Wasm as a follow up to r321035 and the other oneReid Kleckner2017-12-191-1/+7
* Fix WebAssembly backend for some LLVM API changesDavid Blaikie2017-12-156-11/+10
* [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg2017-12-154-0/+196
* Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun2017-12-136-7/+7
* [WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman2017-12-081-1/+1
* [WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...Dan Gohman2017-12-081-1/+50
* Revert "[WebAssemby] Support main functions with alternate signatures."Derek Schuff2017-12-081-45/+1
* [WebAssemby] Support main functions with alternate signatures.Dan Gohman2017-12-071-1/+45
* [WebAssembly] Don't try to emit size information for unsized typesDan Gohman2017-12-071-5/+7
* [WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman2017-12-063-28/+0
* [WebAssembly] Only emit stack pointer delcaration in BinFormatWasm assemblyDerek Schuff2017-12-061-2/+4
* [WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman2017-12-053-9/+14
* [WebAssembly] Don't emit .import_global for the wasm target.Dan Gohman2017-12-051-1/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-2/+1
* [WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman2017-11-301-0/+5
* [WebAssembly] Update test expectations for gcc torture testsSam Clegg2017-11-291-6/+0
* [WebAssembly] Fix fptoui lowering boundsDan Gohman2017-11-292-14/+47
* [WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman2017-11-281-6/+5
* [WebAssembly] Handle errors better in fast-isel.Dan Gohman2017-11-281-12/+40
* [WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman2017-11-288-19/+227
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-174-4/+4
* Try to fix WebAssembly build after r318352Reid Kleckner2017-11-161-2/+2
* [WebAssembly] Update test expectationsSam Clegg2017-11-081-14/+3
* [WebAssembly] Call signExtend to get sign extended registerDan Gohman2017-11-081-1/+1
* [WebAssembly] Revise the strategy for inline asm.Dan Gohman2017-11-082-6/+25
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-032-2/+2
* WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunctionInfo for use with ...David Blaikie2017-10-241-1/+1
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-4/+4
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-122-5/+6
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-122-6/+5
* [WebAssembly] Update MCObjectWriter and associated interfaces after r315327Derek Schuff2017-10-104-13/+22
OpenPOWER on IntegriCloud