summaryrefslogtreecommitdiff
path: root/lib/System/CMakeLists.txt
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-16
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* When building shared libraries, link to required system libraries.Oscar Fuentes2010-10-14
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-15
* Update CMake build.Ted Kremenek2010-03-11
* Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.Oscar Fuentes2009-11-19
* CMake: make sure that the *.inc files for libSystem show up in the resulting Douglas Gregor2009-07-27
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-15
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Update cmake build files.Owen Anderson2009-06-25
* Update CMake files to account for new location of Threading.cpp.Ted Kremenek2009-06-18
* Add RWMutex.cpp to the CMake makefilesDouglas Gregor2009-06-17
* Add Atomic.cpp to the CMake build system.Owen Anderson2009-05-21
* CMake: when bulding shared libraries on non-WIN32 systems, link dl toOscar Fuentes2008-11-12
* CMake: Added Host.cpp to lib/System/CMakeLists.txt.Oscar Fuentes2008-10-02
* Initial support for the CMake build system.Oscar Fuentes2008-09-22