summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly
AgeCommit message (Expand)Author
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg
2017-12-08[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman
2017-12-08[WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...Dan Gohman
2017-12-08Revert "[WebAssemby] Support main functions with alternate signatures."Derek Schuff
2017-12-07[WebAssemby] Support main functions with alternate signatures.Dan Gohman
2017-12-07[WebAssembly] Don't try to emit size information for unsized typesDan Gohman
2017-12-06[WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman
2017-12-05[WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman
2017-12-05[WebAssembly] Don't emit .import_global for the wasm target.Dan Gohman
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-30[WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-29[WebAssembly] Fix fptoui lowering boundsDan Gohman
2017-11-28[WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman
2017-11-28[WebAssembly] Handle errors better in fast-isel.Dan Gohman
2017-11-28[WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman
2017-11-15[WebAssembly] Update cfg-stackify.ll to remove the workaround added in r318288.Dan Gohman
2017-11-15Workaround CodeGen/WebAssembly/cfg-stackify.ll failure after r318202Ilya Biryukov
2017-11-14Use input redirection in WebAssembly/comdat.ll test.Ilya Biryukov
2017-11-14[WebAssembly] Explicily disable comdat support for wasm outputSam Clegg
2017-11-10[WebAssembly] Fix stack offsets of return values from call lowering.Jatin Bhateja
2017-11-08[WebAssembly] Add a test for inline-asm "m" constraints.Dan Gohman
2017-11-08[WebAssembly] Call signExtend to get sign extended registerDan Gohman
2017-11-08[WebAssembly] Revise the strategy for inline asm.Dan Gohman
2017-10-10[WebAssembly] Narrow the scope of WebAssemblyFixFunctionBitcastsJacob Gravelle
2017-10-05[WebAssembly] Add the rest of the atomic loadsDerek Schuff
2017-09-13[WebAssembly] Add sign extend instructions from atomics proposalDerek Schuff
2017-08-31[WebAssembly] Refactor load ISel tablegen patterns into classesDerek Schuff
2017-08-30[WebAssembly] Add target feature for atomicsDerek Schuff
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-24[WebAssembly] FastISel : Bail to SelectionDAG for constexpr callsJacob Gravelle
2017-08-16[WebAssembly] Remove infinite loop from reg-stackify testDerek Schuff
2017-07-19Revert r308273 to reinstate part of r308100.Chandler Carruth
2017-07-18Revert part of r308100 since the cause (r308025) was also reverted.Chandler Carruth
2017-07-15[wasm] Update two tests for r308025 which causes scheduling changes dueChandler Carruth
2017-07-05Fix libcall expansion creating DAG nodes with invalid type post type legaliza...Vadim Chugunov
2017-06-30[WebAssembly] Add support for exception handling instructionsHeejin Ahn
2017-06-22[WebAssembly] WebAssemblyFastISel getelementptr variable index supportJacob Gravelle
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg
2017-05-29[wasm] Fix test after r304117.Benjamin Kramer
2017-04-17[WebAssembly] Fix WebAssemblyOptimizeReturned after r300367Jacob Gravelle
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2017-02-24[WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2017-02-24[WebAssembly] Handle f16 in fast-isel.Dan Gohman
2017-02-22[WebAssembly] Configure codegen to legalize f16 values.Dan Gohman
2017-02-15Codegen: Make chains from trellis-shaped CFGsKyle Butt
2017-01-31CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt
2017-01-20[WebAssembly] Don't create bitcast-wrappers for varargs.Dan Gohman
2017-01-18[WebAssembly] Update grow_memory's return type.Dan Gohman