summaryrefslogtreecommitdiff
path: root/docs/CMake.html
AgeCommit message (Expand)Author
2011-11-16There are already problems with building LLVM under VS2005, and it'sChandler Carruth
2011-10-31docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-16CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi
2011-10-13docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.NAKAMURA Takumi
2011-09-04Update the CMake documentation to the correct variables.Chandler Carruth
2011-05-01Update instructions: LLVM.cmake is now LLVMConfig.cmakeOscar Fuentes
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-12Document how to build a LLVM pass with CMake out of source.Oscar Fuentes
2011-04-10CMake: support for using LLVM from client projects with find_package.Oscar Fuentes
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-03-02Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes
2011-02-09Add testing stuff to CMake documents.NAKAMURA Takumi
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2010-12-20New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes
2010-11-25Bump required cmake version on CMake.html.Oscar Fuentes
2010-11-11CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi
2010-10-28Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience targetOscar Fuentes
2010-09-25New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) forOscar Fuentes
2010-08-09CMake: document how to incorporate LLVM into the cmake project of anOscar Fuentes
2010-08-09CMake: documented testing procedureOscar Fuentes
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2009-12-01Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes
2009-11-23CMake: generate targets for tools and examples even whenOscar Fuentes
2009-11-22Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar
2009-10-21Two corrections for docs/CMake.html.Oscar Fuentes
2009-09-13CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes
2009-08-18CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes
2009-08-16CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes
2009-08-16CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-07-18cmake builds don't need this hack for MSVC anymore.Daniel Dunbar
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes
2009-06-11CMake: Documented how to cross-compile with CMake.Oscar Fuentes
2009-06-04CMake: Renamed LLVM_ENABLE_ASSERTS toOscar Fuentes
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes
2008-12-31CMake: Added some VC++ specific info to CMake.html.Oscar Fuentes
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-11-25CMake: Documented two cmake variables.Oscar Fuentes
2008-11-20CMake: More documentation.Oscar Fuentes
2008-11-20CMake: Some documentation. Work in progress.Oscar Fuentes