Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-21New function for tablegenning: clang_tablegen.Oscar Fuentes
2011-02-19More 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-04Moved 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-14Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-11CMake: Fix mingw32 build.Michael J. Spencer
2010-09-11CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-06-26clang: 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-18Prevent 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-17The 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
2009-09-16Update Clang version for CMakeDouglas Gregor
2009-08-23CMake: Improve installation of ClangDouglas Gregor
2009-06-17Make sure that .td and .def files get into the list of headers in a CMake bui...Douglas Gregor
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes
2009-06-05First cut at regression testing Clang with CMakeDouglas Gregor
2009-03-25CMake: Also include header files in target when the generator is 'XCode'.Ted Kremenek
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-03-24Add CMake files for tools/driver; I am just guessing here, can someone test/fix?Daniel Dunbar
2009-03-17Build system changes to use TableGen to generate the variousDouglas Gregor
2009-03-14Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl
2009-03-14Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl
2008-12-13Add /Za to all MSVC build of a clang libraries.Cedric Venet
2008-11-11"a patch telling cmake to install clang headers in the targetChris Lattner
2008-11-02Add header files to CMake build solution. It use globing so it doesn't need t...Cedric Venet
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes