summaryrefslogtreecommitdiffstats
path: root/lld/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Get lld building with MSVC2013Alp Toker2013-11-121-4/+2
* CMake: Support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg2013-08-241-9/+16
* CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg2013-08-231-4/+9
* [lld] Allow flags other than -std= in CMAKE_CXX_FLAGS. Also simplify the IF c...Rui Ueyama2013-05-141-10/+5
* Add VTune as an optional external dependency and add task tracking.Michael J. Spencer2013-04-061-0/+14
* Add basic linker script parsing.Michael J. Spencer2013-03-011-0/+1
* Allow the LLD CMake build to work with -std=gnu++0x and -std=gnu++11 asChandler Carruth2013-01-191-1/+3
* [CMake] Don't add flags this late and don't force libc++. Error if we know th...Michael J. Spencer2013-01-051-20/+17
* [Core][ErrorOr] Add support for user error data.Michael J. Spencer2012-12-191-0/+4
* [CMake] Fix external llvm build. It needs to know where llvm-tblgen is.Michael J. Spencer2012-12-101-0/+8
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-181-0/+7
* Disable /Za on Windows. It breaks C++11 ;/.Michael J. Spencer2012-03-281-8/+0
* Fix MSVC incompatibilities.Michael J. Spencer2012-03-091-7/+9
* Use the old -std=c++0x flag for compatibility with pre-2011 versions of GCC.Benjamin Kramer2012-03-091-4/+4
* Sources now require C++11 to build.Nick Kledzik2012-03-081-0/+16
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-181-0/+121
OpenPOWER on IntegriCloud