aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne
2011-10-06Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne
2011-09-23CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} o...NAKAMURA Takumi
2011-08-02Fix cmake for r136702 (at least for the most part). Chandler has been kind Chad Rosier
2011-08-02Temporarily revert parts of r136702 to make cmake builds happy.Chad Rosier
2011-08-02When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier
2011-07-14Tweak the CMake build so that building a project just containing ClangDouglas Gregor
2011-06-08Revert "hack in my new variables for GCC"Chandler Carruth
2011-06-08hack in my new variables for GCCChandler Carruth
2011-05-20CMake: add support for CLANG_VENDOR. PR9966.Oscar Fuentes
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes
2011-04-10Reflect rename on LLVM cmake file.Oscar Fuentes
2011-03-29CMake: removed some unnecesary conditionals from add_clang_library.Oscar Fuentes
2011-03-26Removed workaround for unspecified build problem on MinGW.Oscar Fuentes
2011-03-17Fix some issues with include directories: remove a duplicate and putOscar Fuentes
2011-02-28CMake: [PR9321] Don't install include/clang/**/*.td.NAKAMURA Takumi
2011-02-25CMake: add version information into the clang executable and libclangDouglas Gregor
2011-02-25LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang testsDouglas Gregor
2011-02-25Don't include Clang's unit tests if LLVM's unit tests aren't being builtDouglas Gregor
2011-02-21CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS...NAKAMURA Takumi
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-20New function for tablegenning: clang_tablegen.Oscar Fuentes
2011-02-18More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar
2011-02-16CMake: Tweak for Visual Studio 10 quirk at clang-standalone build.NAKAMURA Takumi
2011-02-15Add CMake support to the clang unittests.Jeffrey Yasskin
2011-02-14Add current binary and source directories to the header search listOscar Fuentes
2011-02-10Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corres...Ted Kremenek
2011-02-03Moved here from LLVM Clang's configuration options and related macros.Oscar Fuentes
2011-02-03Optionally, Clang now builds using LLVM as an external library.Oscar Fuentes
2011-01-03Use some of the llvm cmake infraestructure. This takes care ofOscar Fuentes
2010-12-16CMake: Add runtime dir.Michael J. Spencer
2010-10-15Copied some flags from the Makefile build to the list of GCC flags.Oscar Fuentes
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-11CMake: Fix mingw32 build.Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-06-25clang: Derive version name from LLVM unless specified explicitly. This meansDaniel Dunbar
2010-06-25build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar
2010-06-08Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor
2010-04-25exclude cmake build directories from being installedChris Lattner
2010-04-17Prevent accidental in-source builds with CMake, and detect when there areChandler Carruth
2010-04-01Include *.inc in install targetKovarththanan Rajaratnam
2009-11-17Add optional CMake build for Clang examples, patch by Kovarththanan Rajaratnam.Daniel Dunbar
2009-10-27Rather than excluding quite some things, and still installingOscar Fuentes
2009-10-27CMake: Append LLVM_LIBDIR_SUFFIX to library destination.Oscar Fuentes
2009-10-11CMake mingw build fixes.Benjamin Kramer
2009-09-25CMake build support for libCIndex and c-index-test. The indexing testsDouglas Gregor
2009-09-18Make the GCC warning flags passed by CMake the same as the warning flags pass...Douglas Gregor
2009-09-17Add CLANG_{SOURCE,BINARY}_DIR cmake variables.Daniel Dunbar
2009-09-16The CMake build system now derives the Clang version number from VER.Douglas Gregor
2009-09-16Collapse more clang version numbers down into fewer places.Mike Stump