summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Process some link components that map to other expandable componentsOscar Fuentes2011-03-09
* Remove remnant of my experimentation with CMake.Oscar Fuentes2011-03-08
* Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes2011-03-02
* Added missing va_end().Talin2011-03-01
* cmake: Add xdot.py support as it already exists in autoconf.Tobias Grosser2011-02-27
* Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running testsOscar Fuentes2011-02-23
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-22
* CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi2011-02-21
* CMake: Fix breakage on clang standalone build.NAKAMURA Takumi2011-02-21
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-20
* Add the PARSE_ARGUMENTS CMake macro to LLVM so I can use it to cleanJeffrey Yasskin2011-02-19
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* New library: LLVMX86Utils.Oscar Fuentes2011-02-17
* CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts to use GnuWin32 tools.NAKAMURA Takumi2011-02-10
* CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...NAKAMURA Takumi2011-02-09
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-09
* Install only *.cmake files. Don't install .svn directory.Oscar Fuentes2011-02-07
* Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155.Oscar Fuentes2011-02-06
* Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes2011-02-05
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* LLVM_ON_WIN32 is not defined on config-ix.cmake. Use something else.Oscar Fuentes2011-02-04
* Add the tablegenned files to the `clean' target.Oscar Fuentes2011-02-04
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-03
* cmake/*: Add svn:eol-style=native and fix CRLF.NAKAMURA Takumi2011-02-03
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-03
* Adds some platform checks to cmake/config-ix.cmake and fixes checkingOscar Fuentes2011-01-31
* Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes2011-01-27
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes2011-01-17
* Make config.h.cmake similar to config.h.inOscar Fuentes2011-01-15
* Add some platform tests.Oscar Fuentes2011-01-13
* Platform tests for argz_* functions.Oscar Fuentes2011-01-13
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-11
* Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes2011-01-11
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-09
* Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes2011-01-07
* TableGen.cmake: sometimes the .td file is not in the current directoryOscar Fuentes2011-01-03
* LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes2011-01-03
* Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes2011-01-02
* CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes2010-12-31
* Fixes file extension for loadable modules on OS X.Oscar Fuentes2010-12-22
* Update cmake library dependencies.Oscar Fuentes2010-12-20
* Reverting commit to LLVMLibDeps that was inadvertently done in 121649.Wesley Peck2010-12-12
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-12
* Add dependency to "make check".NAKAMURA Takumi2010-12-10
* Disable C++ exception handling on MSVC.Francois Pichet2010-12-04
* Disable RTTI on Windows. Francois Pichet2010-12-04
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-03
* Update library dependencies changed in the System -> Support merge.Michael J. Spencer2010-11-29