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