r312865 - [Basic] Update CMakeLists.txt to handle repo

2017-09-09 Thread MinSeong Kim via cfe-commits
Author: minseongkim Date: Sat Sep 9 07:18:53 2017 New Revision: 312865 URL: http://llvm.org/viewvc/llvm-project?rev=312865&view=rev Log: [Basic] Update CMakeLists.txt to handle repo Summary: The find_first_existing_file and find_first_existing_vc_file macros in lib/Basic/CMakeLists.txt are remov

Re: [PATCH] D15664: Teaches clang about Exynos-M1

2016-01-05 Thread MinSeong KIM via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL256829: [AArch64] Teaches clang about Samsung Exynos-M1 (authored by MinSeongKIM). Changed prior to commit: http://reviews.llvm.org/D15664?vs=43354&id=43984#toc Repository: rL LLVM http://reviews.ll

r256829 - [AArch64] Teaches clang about Samsung Exynos-M1

2016-01-05 Thread MinSeong Kim via cfe-commits
Author: minseongkim Date: Tue Jan 5 06:53:24 2016 New Revision: 256829 URL: http://llvm.org/viewvc/llvm-project?rev=256829&view=rev Log: [AArch64] Teaches clang about Samsung Exynos-M1 Adds core tuning support for new Samsung Exynos-M1 core (ARMv8-A). Differential Revision: http://reviews.llvm.

Re: [PATCH] D15664: Teaches clang about Exynos-M1

2015-12-21 Thread MinSeong KIM via cfe-commits
MinSeongKIM updated this revision to Diff 43354. MinSeongKIM added a comment. Herald added a subscriber: aemerson. Code rewritten http://reviews.llvm.org/D15664 Files: lib/Basic/Targets.cpp lib/Driver/Tools.cpp test/CodeGen/arm-target-features.c test/Driver/aarch64-cpus.c test/Driver/