summaryrefslogtreecommitdiff
path: root/lib/Driver/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-081-0/+1
* Revert 373538 and follow-ups 373549 and 373552.Nico Weber2019-10-031-1/+0
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-021-0/+1
* [PowerPC] [Clang] Port MMX intrinsics and basic test cases to PowerQiu Chaofan2019-04-231-0/+1
* [MSP430] Provide a toolchain descriptionAnton Korobeynikov2019-01-151-0/+1
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-0/+1
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-291-0/+1
* NFC: Fix some darwin linker warnings introduced in r338385Erik Pilkington2018-09-271-1/+1
* [RISCV] Add driver for riscv32-unknown-elf baremetal targetDavid Bolvansky2018-07-311-0/+1
* Add HIP toolchainYaxun Liu2018-05-301-0/+1
* [RISCV] Add the RISCV target and compiler driverAlex Bradbury2018-01-111-0/+1
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-1/+0
* Add support for Ananas platformEd Schouten2017-06-251-0/+1
* Update libdeps to add BinaryFormat, introduced in r304864.NAKAMURA Takumi2017-06-071-0/+1
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-251-0/+1
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+1
* Driver/ToolChains: Mips -> MipsLinuxKonstantin Zhuravlyov2017-03-081-1/+1
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-12/+37
* [Driver] Move architecture-specific free helper functions to their own files.David L. Jones2017-02-241-1/+8
* [Driver] Refactor distro detection & classification as a separate APIMichal Gorny2016-11-281-0/+1
* MSVCToolChain.cpp: Make version.dll generic for win32.NAKAMURA Takumi2016-05-141-0/+6
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-0/+1
* Driver: add CrossWindowsToolChainSaleem Abdulrasool2014-10-241-0/+1
* Driver: rename Windows to MSVCToolChainSaleem Abdulrasool2014-10-221-1/+1
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-1/+0
* cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker2014-07-091-2/+0
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-5/+1
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+1
* Revert 201202Jonathan Roelofs2014-02-121-1/+0
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+1
* [CMake] clangDriver: Move LLVM stuff in target_link_library to LLVM_LINK_COMP...NAKAMURA Takumi2013-12-091-2/+6
* Re-apply r188666Alexey Samsonov2013-08-191-0/+1
* Move SanitizerArgs implementation from .h to .cppAlexey Samsonov2013-08-081-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-4/+1
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+1
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-1/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-4/+9
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-061-7/+0
* Remove AST and Parse from Driver's dependencies.Jordan Rose2012-06-041-1/+1
* Speculatively fix windows cmake builders.Andrew Trick2012-05-021-1/+1
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-1/+0
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-251-1/+0
* Split the Windows toolchain definition into its own file. This isChandler Carruth2011-12-171-0/+1
* Fix MSVC build.Michael J. Spencer2011-11-051-0/+8
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-13/+4
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-4/+13
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+2
* Update CMake build for new attribute changes.Sean Hunt2010-06-171-2/+2