[clang] 1724a16 - [NFC][clang] Move IR-independent parts of target MV support to X86TargetParser.cpp

2021-08-30 Thread Andrei Elovikov via cfe-commits
Author: Andrei Elovikov Date: 2021-08-30T09:48:48-07:00 New Revision: 1724a164378f1fb5210771680eb577ddf13c5a47 URL: https://github.com/llvm/llvm-project/commit/1724a164378f1fb5210771680eb577ddf13c5a47 DIFF:

[clang] 4c418c1 - Try to fix build with modules enabled after D108422

2021-08-24 Thread Andrei Elovikov via cfe-commits
Author: Andrei Elovikov Date: 2021-08-24T10:18:15-07:00 New Revision: 4c418c1bfbc544e24b9614efc3926fe2c6218b0c URL: https://github.com/llvm/llvm-project/commit/4c418c1bfbc544e24b9614efc3926fe2c6218b0c DIFF:

[clang] f387a36 - [NFC][clang] Move remaining part of X86Target.def to llvm/Support/X86TargetParser.def

2021-08-24 Thread Andrei Elovikov via cfe-commits
Author: Andrei Elovikov Date: 2021-08-24T09:16:31-07:00 New Revision: f387a361786081f8aadf079aa32e73ed05386242 URL: https://github.com/llvm/llvm-project/commit/f387a361786081f8aadf079aa32e73ed05386242 DIFF:

[clang] f5c2889 - [NFC][clang] Use X86 Features declaration from X86TargetParser

2021-08-23 Thread Andrei Elovikov via cfe-commits
Author: Andrei Elovikov Date: 2021-08-23T12:30:28-07:00 New Revision: f5c28894884488d236d66b766fe5da557cd1ac88 URL: https://github.com/llvm/llvm-project/commit/f5c28894884488d236d66b766fe5da557cd1ac88 DIFF:

r340174 - [NFC] Don't define static function in header (UninitializedObject.h)

2018-08-20 Thread Andrei Elovikov via cfe-commits
Author: a.elovikov Date: Mon Aug 20 06:45:38 2018 New Revision: 340174 URL: http://llvm.org/viewvc/llvm-project?rev=340174=rev Log: [NFC] Don't define static function in header (UninitializedObject.h) Summary: See also http://lists.llvm.org/pipermail/cfe-users/2016-January/000854.html for the

r338551 - [NFC] Silence warning about ptr-to-func to ptr-to-obj cast in clang-fuzzer/handle-llvm/handle_llvm.cpp.

2018-08-01 Thread Andrei Elovikov via cfe-commits
Author: a.elovikov Date: Wed Aug 1 06:34:18 2018 New Revision: 338551 URL: http://llvm.org/viewvc/llvm-project?rev=338551=rev Log: [NFC] Silence warning about ptr-to-func to ptr-to-obj cast in clang-fuzzer/handle-llvm/handle_llvm.cpp. Summary: I don't have the whole list of GCC binaries