summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/wasm-args-returns.cpp
AgeCommit message (Expand)Author
2025-07-18[clang][CodeGen] Set `dead_on_return` when passing arguments indirectlyAntonio Frighetto
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-11-20Add the initializes attribute inference (#117104)Haopeng Liu
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-07-25[Passes] add a tail-call-elim pass near the end of the opt pipelineSanjay Patel
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2022-01-04[funcattrs] Infer writeonly argument attribute [part 2]Philip Reames
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
2019-11-26Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher
2019-11-26Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid
2019-11-25As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher
2019-09-23[NFC] Fixed clang wasm test after rL372573David Bolvansky
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
2019-05-30Reapply: LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2019-05-29Revert "LLVM IR: update Clang tests for byval being a typed attribute."Tim Northover
2019-05-29LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-08-31[WebAssembly] clang-format (NFC)Heejin Ahn
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