index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
Age
Commit message (
Expand
)
Author
2009-07-17
Sketch support for target specific assembly parser.
Daniel Dunbar
2009-07-17
Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.
Xerxes Ranby
2009-07-16
Regerate CMake library dependencies.
Daniel Dunbar
2009-07-16
Kill off cmake magic to force linking.
Daniel Dunbar
2009-07-15
Tweak CMake component lookup, I misunderstood what was happening here.though. :(
Daniel Dunbar
2009-07-15
Teach Makefiles & CMake to link in the <TARGET>Info library when linking the
Daniel Dunbar
2009-07-13
CMake: tablegen: Add .td files under the inlude/llvm directory
Oscar Fuentes
2009-07-01
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-06-29
Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...
Douglas Gregor
2009-06-26
CMake: add configure checks for pthread_rwlock_init and pthread_getspecific
Douglas Gregor
2009-06-25
Add missing dependencies to the CMake build system.
Douglas Gregor
2009-06-23
Reinstate target dependencies on Table_gen targets in CMake
Douglas Gregor
2009-06-23
CMake: remove support for llvm-config-generated dependencies in the build
Douglas Gregor
2009-06-23
Eliminate some unused code in CMa'e add_llvm_target. No functionality change.
Douglas Gregor
2009-06-23
Eliminate object-relinking support from CMake. Fixes PR 4429 and
Douglas Gregor
2009-06-17
Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT
Douglas Gregor
2009-06-12
CMake: New variable LLVM_LIBDIR_SUFFIX.
Oscar Fuentes
2009-06-11
CMake: Fixed parallel build problem related to native tblgen when
Oscar Fuentes
2009-06-05
More portability checks for CMake's config.h.
Douglas Gregor
2009-06-04
CMake: Use explicit dependencies for Xcode (as well as MSVC), to make
Douglas Gregor
2009-06-04
Properly detect malloc_zone_statistics in CMake build system
Douglas Gregor
2009-05-27
CMake: Set LIBS on llvm-config so we can query the system libraries
Oscar Fuentes
2009-05-23
CMake: Use libdl only when available. Fixes build on FreeBSD.
Oscar Fuentes
2009-05-18
termios.h contains the winsize structure we need to determine the
Douglas Gregor
2009-05-11
Add terminal width detection to llvm::sys::Process. This is needed to
Douglas Gregor
2009-05-06
CMake: Use pthread library when requested and available.
Oscar Fuentes
2009-05-06
CMake: Detects libpthread and sets HAVE_LIBPTHREAD.
Oscar Fuentes
2009-04-04
CMake: Added notes pointing to the LLVM CMake documentation.
Oscar Fuentes
2009-04-04
CMake: defines and uses macro add_llvm_definitions for keeping track
Oscar Fuentes
2009-03-16
CMake: Build system fixes for XCode. llvm-config still causes us some serious...
Douglas Gregor
2009-03-16
CMake: Make sure to build TableGen'd files in the binary directory
Douglas Gregor
2009-03-09
Remove configurey-fu to autodetect hash_map and hash_set now that they are
Nick Lewycky
2009-02-14
Add mode_t to the config.h generated by cmake on win32. Used by clang.
Cedric Venet
2009-01-22
CMake: Tests PERL availability with PERL_EXECUTABLE variable.
Oscar Fuentes
2009-01-07
CMake: replace `rm' with portable invocations of cmake.
Oscar Fuentes
2008-11-30
Fix a link issue I ran into trying compiling LLVM on MinGW with CMake.
Eli Friedman
2008-11-21
CMake: Do not rebuild the world when tblgen changes but the .inc files
Oscar Fuentes
2008-11-20
CMake: when building shared libraries, use -fPIC for compiling
Oscar Fuentes
2008-11-18
CMake: Option for enabling/disabling threads.
Oscar Fuentes
2008-11-16
CMake: MSVC: Pass list of components the right way to msvc_llvm_config
Oscar Fuentes
2008-11-15
CMake: Forces linking of the rest of architecture targets and its
Oscar Fuentes
2008-11-15
CMake: Adds header and TableGen files to Visual Studio solution. A new
Oscar Fuentes
2008-11-14
CMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DIR, for
Oscar Fuentes
2008-11-14
CMake: Fixed dependencies of .cpp source files on .td and tablegenned
Oscar Fuentes
2008-11-11
CMake: Updated library dependency info used for MSVC++.
Oscar Fuentes
2008-11-11
CMake: Removed unnecessary library path setting that was breaking the
Oscar Fuentes
2008-11-10
CMake: Fixed cross-compiling.
Oscar Fuentes
2008-11-10
CMake: Builds a native tblgen when cross-compiling and the user didn't
Oscar Fuentes
2008-11-10
CMake: Non-working code for auto-building the native tblgen util when
Oscar Fuentes
2008-11-09
CMake: Support for cross-compiling. For now, requires a previously
Oscar Fuentes
[next]