index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
/
config-ix.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-07-01
1
-0
/
+3
*
Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...
Douglas Gregor
2009-06-29
1
-2
/
+2
*
CMake: add configure checks for pthread_rwlock_init and pthread_getspecific
Douglas Gregor
2009-06-26
1
-0
/
+2
*
Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT
Douglas Gregor
2009-06-17
1
-0
/
+44
*
More portability checks for CMake's config.h.
Douglas Gregor
2009-06-05
1
-0
/
+3
*
Properly detect malloc_zone_statistics in CMake build system
Douglas Gregor
2009-06-04
1
-0
/
+2
*
CMake: Use libdl only when available. Fixes build on FreeBSD.
Oscar Fuentes
2009-05-23
1
-0
/
+1
*
termios.h contains the winsize structure we need to determine the
Douglas Gregor
2009-05-18
1
-0
/
+1
*
Add terminal width detection to llvm::sys::Process. This is needed to
Douglas Gregor
2009-05-11
1
-0
/
+3
*
CMake: Detects libpthread and sets HAVE_LIBPTHREAD.
Oscar Fuentes
2009-05-06
1
-0
/
+4
*
CMake: defines and uses macro add_llvm_definitions for keeping track
Oscar Fuentes
2009-04-04
1
-0
/
+5
*
Remove configurey-fu to autodetect hash_map and hash_set now that they are
Nick Lewycky
2009-03-09
1
-17
/
+0
*
Add mode_t to the config.h generated by cmake on win32. Used by clang.
Cedric Venet
2009-02-14
1
-0
/
+1
*
CMake: when building shared libraries, use -fPIC for compiling
Oscar Fuentes
2008-11-20
1
-0
/
+3
*
CMake: Option for enabling/disabling threads.
Oscar Fuentes
2008-11-18
1
-2
/
+11
*
CMake: Removed some cruft.
Oscar Fuentes
2008-10-29
1
-6
/
+6
*
CMake: GetTargetTriple: new module for determining the target
Oscar Fuentes
2008-10-26
1
-0
/
+4
*
CMake: MSVC++ no longer uses a special configuration method.
Oscar Fuentes
2008-10-25
1
-5
/
+30
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+93