[PATCH] D158135: [Clang][CodeGen] Add __builtin_bcopy

2023-08-31 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo added a comment. Ping. Any other comments/concerns? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158135/new/ https://reviews.llvm.org/D158135 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D158135: [Clang][CodeGen] Add __builtin_bcopy

2023-08-28 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo added a comment. FWIW, the pre-merge checks failed due to a problem with git-clang-format, not the tests themselves (they are all green). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158135/new/ https://reviews.llvm.org/D158135

[PATCH] D158135: [Clang][CodeGen] Add __builtin_bcopy

2023-08-25 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo updated this revision to Diff 553467. cseo added a comment. Address issues from the last revision. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158135/new/ https://reviews.llvm.org/D158135 Files: clang/include/clang/Basic/Builtins.def cl

[PATCH] D158135: [Clang][CodeGen] Add __builtin_bcopy

2023-08-22 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo updated this revision to Diff 552370. cseo added a comment. Fix builtin definition and tests Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158135/new/ https://reviews.llvm.org/D158135 Files: clang/include/clang/Basic/Builtins.def clang/li

[PATCH] D158135: [Clang] Add __builtin_bcopy

2023-08-17 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo updated this revision to Diff 551187. cseo added a comment. Herald added subscribers: kbarton, nemanjai. Fix ppc bcopy test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158135/new/ https://reviews.llvm.org/D158135 Files: clang/include/clan

[PATCH] D158135: [Clang] Add __builtin_bcopy

2023-08-16 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo created this revision. Herald added a project: All. cseo requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Add __builtin_bcopy to the list of GNU builtins. This was causing a series of test failures in glibc. Fixes #51409. Fixes #63065.

[PATCH] D144654: [Lex] Warn when defining or undefining any builtin macro

2023-06-01 Thread Carlos Eduardo Seo via Phabricator via cfe-commits
cseo added a comment. In D144654#4381893 , @nickdesaulniers wrote: > In D144654#4380488 , @john.brawn > wrote: > >> gcc has the same warning so I wasn't expecting this cause to change >> problems, but looking m