Logo
Explore Help
Sign In
mirrors/llvm-project
0
0
Fork 0
You've already forked llvm-project
mirror of https://github.com/llvm/llvm-project.git synced 2025-05-17 14:36:07 +00:00
Code Issues Projects Releases Wiki Activity
llvm-project/llvm/lib/Transforms/CMakeLists.txt

10 lines
242 B
CMake
Raw Normal View History

Move library stuff out of the toplevel CMakeLists.txt file. llvm-svn: 125968
2011-02-18 22:06:14 +00:00
add_subdirectory(Utils)
add_subdirectory(Instrumentation)
add_subdirectory(InstCombine)
add_subdirectory(Scalar)
add_subdirectory(IPO)
Add a basic-block autovectorization pass. This is the initial checkin of the basic-block autovectorization pass along with some supporting vectorization infrastructure. Special thanks to everyone who helped review this code over the last several months (especially Tobias Grosser). llvm-svn: 149468
2012-02-01 03:51:43 +00:00
add_subdirectory(Vectorize)
Move library stuff out of the toplevel CMakeLists.txt file. llvm-svn: 125968
2011-02-18 22:06:14 +00:00
add_subdirectory(Hello)
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. llvm-svn: 173647
2013-01-28 01:35:51 +00:00
add_subdirectory(ObjCARC)
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes This adds boilerplate code for all coroutine passes, the passes are no-ops for now. Also, a small test has been added to verify that passes execute in the expected order or not at all if coroutine support is disabled. Patch by Gor Nishanov! Differential Revision: https://reviews.llvm.org/D22847 llvm-svn: 277033
2016-07-28 21:04:31 +00:00
add_subdirectory(Coroutines)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 2363ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API