summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/wasm-args-returns.cpp
AgeCommit message (Expand)Author
2016-07-19Let FuncAttrs infer the 'returned' argument attributeDavid Majnemer
2016-07-18Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' ...NAKAMURA Takumi
2016-07-16Revert "Revert r275029 - Update Clang tests after adding inference for the re...Hal Finkel
2016-07-11Revert r275029 - Update Clang tests after adding inference for the returned a...Hal Finkel
2016-07-10Update Clang tests after adding inference for the returned argument attributeHal Finkel
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-09-03[WebAssembly] Initial WebAssembly support in clangDan Gohman