2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature.
|
commit | commitdiff | tree |
2011-02-20 |
Oscar Fuentes | Remove the link to Projects.html. It is useless for...
|
commit | commitdiff | tree |
2011-02-20 |
Oscar Fuentes | Use explicit add_subdirectory's for LLVM target sublibraries...
|
commit | commitdiff | tree |
2011-02-18 |
Oscar Fuentes | CMake: updated list of tblgen source files.
|
commit | commitdiff | tree |
2011-02-18 |
Oscar Fuentes | Move library stuff out of the toplevel CMakeLists.txt...
|
commit | commitdiff | tree |
2011-02-17 |
Oscar Fuentes | New library: LLVMX86Utils.
|
commit | commitdiff | tree |
2011-02-14 |
Oscar Fuentes | Add current binary and source directories to the header...
|
commit | commitdiff | tree |
2011-02-07 |
Oscar Fuentes | Install only *.cmake files. Don't install .svn directory.
|
commit | commitdiff | tree |
2011-02-06 |
Oscar Fuentes | Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes...
|
commit | commitdiff | tree |
2011-02-05 |
Oscar Fuentes | Moved more stuff to HandleLLVMOptions.cmake
|
commit | commitdiff | tree |
2011-02-04 |
Oscar Fuentes | LLVM_ON_WIN32 is not defined on config-ix.cmake. Use...
|
commit | commitdiff | tree |
2011-02-04 |
Oscar Fuentes | Add the tablegenned files to the `clean' target.
|
commit | commitdiff | tree |
2011-02-03 |
Oscar Fuentes | Moved to Clang's source tree its configuration options...
|
commit | commitdiff | tree |
2011-02-03 |
Oscar Fuentes | Changes for building Clang and others using LLVM as...
|
commit | commitdiff | tree |
2011-02-03 |
Oscar Fuentes | Platform tests for `sys/uio.h' header and `writev'...
|
commit | commitdiff | tree |
2011-01-31 |
Oscar Fuentes | Adds some platform checks to cmake/config-ix.cmake...
|
commit | commitdiff | tree |
2011-01-28 |
Oscar Fuentes | Fix libffi usage when it is on a custom path.
|
commit | commitdiff | tree |
2011-01-27 |
Oscar Fuentes | Use the paths to libffi's header and library even when...
|
commit | commitdiff | tree |
2011-01-27 |
Oscar Fuentes | Don't show -pedantic, -W and -Wall on the output of
|
commit | commitdiff | tree |
2011-01-21 |
Oscar Fuentes | Handles libffi on the CMake build.
|
commit | commitdiff | tree |
2011-01-17 |
Oscar Fuentes | Add some platform checks. Also fix a typo on a Makefile.
|
commit | commitdiff | tree |
2011-01-15 |
Oscar Fuentes | Make config.h.cmake similar to config.h.in
|
commit | commitdiff | tree |
2011-01-14 |
Oscar Fuentes | Reorder macros on config.h.cmake to easily compare...
|
commit | commitdiff | tree |
2011-01-13 |
Oscar Fuentes | Add some platform tests.
|
commit | commitdiff | tree |
2011-01-13 |
Oscar Fuentes | Disable RTTI when building unit tests. This avoids...
|
commit | commitdiff | tree |
2011-01-13 |
Oscar Fuentes | Platform tests for argz_* functions.
|
commit | commitdiff | tree |
2011-01-11 |
Oscar Fuentes | Add to the CMake build some options and platform tests...
|
commit | commitdiff | tree |
2011-01-11 |
Oscar Fuentes | Made llvm_replace_compiler_option more robust. Use...
|
commit | commitdiff | tree |
2011-01-09 |
Oscar Fuentes | Apply -fPIC to C sources too.
|
commit | commitdiff | tree |
2011-01-09 |
Oscar Fuentes | Rewrite handling of LLVM_ENABLE_PIC. It was being processed...
|
commit | commitdiff | tree |
2011-01-07 |
Oscar Fuentes | Don't use -O3 on Mingw, as people report it as unreliable...
|
commit | commitdiff | tree |
2011-01-03 |
Oscar Fuentes | TableGen.cmake: sometimes the .td file is not in the...
|
commit | commitdiff | tree |
2011-01-03 |
Oscar Fuentes | LLVMProcessSources: add .def files along with .h files...
|
commit | commitdiff | tree |
2011-01-02 |
Oscar Fuentes | A workaround for a bug in cmake 2.8.3 diagnosed on...
|
commit | commitdiff | tree |
2011-01-02 |
Oscar Fuentes | Propagate to parent scope changes made to CMAKE_CXX_FLAGS.
|
commit | commitdiff | tree |
2010-12-31 |
Oscar Fuentes | Add to the list of cmake files the object file, not...
|
commit | commitdiff | tree |
2010-12-31 |
Oscar Fuentes | CMake (MSVC): cmake automatically adds the /EHsc and...
|
commit | commitdiff | tree |
2010-12-23 |
Oscar Fuentes | Do not re-test for the existence of pthread.h.
|
commit | commitdiff | tree |
2010-12-22 |
Oscar Fuentes | Fixes file extension for loadable modules on OS X.
|
commit | commitdiff | tree |
2010-12-20 |
Oscar Fuentes | New cmake option LLVM_APPEND_VC_REV for controlling...
|
commit | commitdiff | tree |
2010-12-20 |
Oscar Fuentes | Update cmake library dependencies.
|
commit | commitdiff | tree |
2010-11-25 |
Oscar Fuentes | Bump required cmake version on CMake.html.
|
commit | commitdiff | tree |
2010-11-18 |
Oscar Fuentes | Updated library dependencies.
|
commit | commitdiff | tree |
2010-11-16 |
Oscar Fuentes | Fix assembling X86CompilationCallback_Win64.asm on...
|
commit | commitdiff | tree |
2010-11-14 |
Oscar Fuentes | Detect presence of AsmPrinter's. Remove some cruft...
|
commit | commitdiff | tree |
2010-11-14 |
Oscar Fuentes | Updated CMake library dependencies.
|
commit | commitdiff | tree |
2010-11-14 |
Oscar Fuentes | CMakeLists.txt: removed mismatched endif predicate.
|
commit | commitdiff | tree |
2010-11-02 |
Oscar Fuentes | Removed obsolete section about VC++ project files.
|
commit | commitdiff | tree |
2010-10-28 |
Oscar Fuentes | Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New...
|
commit | commitdiff | tree |
2010-10-22 |
Oscar Fuentes | Loadable modules are not supported on Cygwin. PR 6655.
|
commit | commitdiff | tree |
2010-10-22 |
Oscar Fuentes | Avoid stalled file dependency when tablegenning.
|
commit | commitdiff | tree |
2010-10-22 |
Oscar Fuentes | Don't try to guess svn version when current path is...
|
commit | commitdiff | tree |
2010-10-22 |
Oscar Fuentes | Teach CMake to only touch tablegen-generated files...
|
commit | commitdiff | tree |
2010-10-21 |
Oscar Fuentes | Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt...
|
commit | commitdiff | tree |
2010-10-17 |
Oscar Fuentes | Build with RTTI and exceptions disabled. Only in GCC...
|
commit | commitdiff | tree |
2010-10-14 |
Oscar Fuentes | Added basic support for CPack.
|
commit | commitdiff | tree |
2010-10-14 |
Oscar Fuentes | Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPr...
|
commit | commitdiff | tree |
2010-10-14 |
Oscar Fuentes | When building shared libraries, link to required system...
|
commit | commitdiff | tree |
2010-10-13 |
Oscar Fuentes | GetTargetTriple.cmake: detect MinGW 64 bits.
|
commit | commitdiff | tree |
2010-10-02 |
Oscar Fuentes | Stop the build if cyclic library dependecies found.
|
commit | commitdiff | tree |
2010-10-02 |
Oscar Fuentes | Update library dependencies.
|
commit | commitdiff | tree |
2010-10-02 |
Oscar Fuentes | Handle InstPrinter's on the CMake build.
|
commit | commitdiff | tree |
2010-09-29 |
Oscar Fuentes | Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by...
|
commit | commitdiff | tree |
2010-09-28 |
Oscar Fuentes | Removed a bunch of unnecessary target_link_libraries.
|
commit | commitdiff | tree |
2010-09-28 |
Oscar Fuentes | Simplified LLVMConfig.
|
commit | commitdiff | tree |
2010-09-28 |
Oscar Fuentes | Use the canonical library name for library PIC16Passes.
|
commit | commitdiff | tree |
2010-09-28 |
Oscar Fuentes | Added library LLVMPIC16passes to CMake build.
|
commit | commitdiff | tree |
2010-09-28 |
Oscar Fuentes | Added PTX target to the CMake build.
|
commit | commitdiff | tree |
2010-09-28 |
Oscar Fuentes | Add ARM Disassembler to the CMake build.
|
commit | commitdiff | tree |
2010-09-27 |
Oscar Fuentes | Removed remnant target library dependencies from LLVMLibDeps...
|
commit | commitdiff | tree |
2010-09-27 |
Oscar Fuentes | Updated LLVMLibDeps.cmake
|
commit | commitdiff | tree |
2010-09-25 |
Oscar Fuentes | New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES...
|
commit | commitdiff | tree |
2010-09-25 |
Oscar Fuentes | Avoid warnings about implicit conversions to `bool...
|
commit | commitdiff | tree |
2010-09-25 |
Oscar Fuentes | Reverting "CMake: Don't include tools, unittets, or...
|
commit | commitdiff | tree |
2010-09-23 |
Oscar Fuentes | Avoid warnings about conversions to `bool' in MS compilers.
|
commit | commitdiff | tree |
2010-09-23 |
Oscar Fuentes | Fix VS 2010 build.
|
commit | commitdiff | tree |
2010-09-17 |
Oscar Fuentes | cmake: test for the presence of fenv.h
|
commit | commitdiff | tree |
2010-09-17 |
Oscar Fuentes | tests/CMakeLists.txt: use `configure_file' instead...
|
commit | commitdiff | tree |
2010-09-17 |
Oscar Fuentes | Updated GettingStartedVS.html to reflect current state.
|
commit | commitdiff | tree |
2010-09-17 |
Oscar Fuentes | Updated LLVMLibDeps.cmake
|
commit | commitdiff | tree |
2010-09-17 |
Oscar Fuentes | Direct CMake users to the right place for up-to-date...
|
commit | commitdiff | tree |
2010-09-03 |
Oscar Fuentes | Fix cmake build without native target selected.
|
commit | commitdiff | tree |
2010-08-26 |
Oscar Fuentes | Updated CMake library dependencies. Removed unnecessary...
|
commit | commitdiff | tree |
2010-08-15 |
Oscar Fuentes | Updated LLVMLibDeps.cmake
|
commit | commitdiff | tree |
2010-08-15 |
Oscar Fuentes | CMake: Improved COMMENT on a custom command
|
commit | commitdiff | tree |
2010-08-15 |
Oscar Fuentes | Updated the GenLibDeps -> LLVMLibDeps.cmake transformation...
|
commit | commitdiff | tree |
2010-08-11 |
Oscar Fuentes | CMake: corrections on LLVM.cmake external services.
|
commit | commitdiff | tree |
2010-08-10 |
Oscar Fuentes | Avoid multiple definition warnings when both config...
|
commit | commitdiff | tree |
2010-08-09 |
Oscar Fuentes | Update cmake library dependencies.
|
commit | commitdiff | tree |
2010-08-09 |
Oscar Fuentes | CMake: eliminated unnecessary target_link_libraries.
|
commit | commitdiff | tree |
2010-08-09 |
Oscar Fuentes | CMake: llvm_map_components_to_libraries now returns...
|
commit | commitdiff | tree |
2010-08-09 |
Oscar Fuentes | CMake: document how to incorporate LLVM into the cmake...
|
commit | commitdiff | tree |
2010-08-09 |
Oscar Fuentes | CMake: system for providing llvm-config-like features...
|
commit | commitdiff | tree |
2010-08-09 |
Oscar Fuentes | CMake: documented testing procedure
|
commit | commitdiff | tree |
2010-08-08 |
Oscar Fuentes | CMake: set configure macro LLVM_PREFIX
|
commit | commitdiff | tree |
2010-08-08 |
Oscar Fuentes | CMake: configure header llvm-config.h
|
commit | commitdiff | tree |
2010-08-05 |
Oscar Fuentes | When building from git, add ref-id to PACKAGE_VERSION
|
commit | commitdiff | tree |
2010-08-05 |
Oscar Fuentes | New system for choosing CRT type on MSVC.
|
commit | commitdiff | tree |
2010-08-03 |
Oscar Fuentes | CMake: Change somme target library names:
|
commit | commitdiff | tree |
2010-08-03 |
Oscar Fuentes | CMake: add version control info to PACKAGE_VERSION...
|
commit | commitdiff | tree |
next |