[clang] a90ea38 - [Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdollars-in-identifiers flag.

2020-01-15 Thread Scott Egerton via cfe-commits
Author: Scott Egerton Date: 2020-01-15T11:28:57Z New Revision: a90ea386981f4fa3c7cb7f62c6900069764b05a8 URL: https://github.com/llvm/llvm-project/commit/a90ea386981f4fa3c7cb7f62c6900069764b05a8 DIFF: https://github.com/llvm/llvm-project/commit/a90ea386981f4fa3c7cb7f62c6900069764b05a8.diff

[clang] cbe681b - Revert "[RISCV] Add Clang frontend support for Bitmanip extension"

2020-01-15 Thread Scott Egerton via cfe-commits
Author: Scott Egerton Date: 2020-01-15T10:43:42Z New Revision: cbe681bd8339d3a018d25441a5f4ef9da2bd017d URL: https://github.com/llvm/llvm-project/commit/cbe681bd8339d3a018d25441a5f4ef9da2bd017d DIFF: https://github.com/llvm/llvm-project/commit/cbe681bd8339d3a018d25441a5f4ef9da2bd017d.diff

[clang] 57cf6ee - [RISCV] Add Clang frontend support for Bitmanip extension

2020-01-14 Thread Scott Egerton via cfe-commits
Author: Scott Egerton Date: 2020-01-14T17:45:45Z New Revision: 57cf6ee9c84434161088c39a6f8dd2aae14eb12d URL: https://github.com/llvm/llvm-project/commit/57cf6ee9c84434161088c39a6f8dd2aae14eb12d DIFF: https://github.com/llvm/llvm-project/commit/57cf6ee9c84434161088c39a6f8dd2aae14eb12d.diff

Re: [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings

2016-03-09 Thread Scott Egerton via cfe-commits
s.egerton added a subscriber: s.egerton. s.egerton added a comment. Hello. I will take a look at fixing the warnings coming from LLVMMipsAsmParser. http://reviews.llvm.org/D17983 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

r257762 - [mips] Added support for -Wa,-mips32 and similar.

2016-01-14 Thread Scott Egerton via cfe-commits
Author: s.egerton Date: Thu Jan 14 07:01:48 2016 New Revision: 257762 URL: http://llvm.org/viewvc/llvm-project?rev=257762=rev Log: [mips] Added support for -Wa,-mips32 and similar. Reviewers: vkalintiris, dsanders Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D15070

Re: [PATCH] D15070: [mips] Added support for -Wa, -mips32 and similar.

2015-12-17 Thread Scott Egerton via cfe-commits
s.egerton updated this revision to Diff 43131. s.egerton marked 4 inline comments as done. s.egerton added a comment. Responded to reviewers comments. The -mips* option is now saved until all arguments have been parsed. The last -mips* option is the only one pushed back. The tests are now

[PATCH] D15070: [mips] Added support for -Wa,-mips32 and similar.

2015-11-30 Thread Scott Egerton via cfe-commits
s.egerton created this revision. s.egerton added reviewers: dsanders, vkalintiris. s.egerton added a subscriber: cfe-commits. http://reviews.llvm.org/D15070 Files: lib/Driver/Tools.cpp test/Driver/mips-ias-Wa.s Index: test/Driver/mips-ias-Wa.s

[PATCH] D13100: [mips] Separated mips specific -Wa options, so that they are not checked on other platforms.

2015-09-23 Thread Scott Egerton via cfe-commits
s.egerton created this revision. s.egerton added reviewers: dsanders, vkalintiris. s.egerton added a subscriber: cfe-commits. This is a follow on to post review comments on revision r248276. http://reviews.llvm.org/D13100 Files: lib/Driver/Tools.cpp Index: lib/Driver/Tools.cpp