summaryrefslogtreecommitdiff
path: root/lib/Driver/CMakeLists.txt
Commit message (Expand)AuthorAge
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Revert 201202Jonathan Roelofs2014-02-12
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* [CMake] clangDriver: Move LLVM stuff in target_link_library to LLVM_LINK_COMP...NAKAMURA Takumi2013-12-09
* Re-apply r188666Alexey Samsonov2013-08-19
* Move SanitizerArgs implementation from .h to .cppAlexey Samsonov2013-08-08
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-27
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-27
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-06
* Remove AST and Parse from Driver's dependencies.Jordan Rose2012-06-04
* Speculatively fix windows cmake builders.Andrew Trick2012-05-02
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-01
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-25
* Split the Windows toolchain definition into its own file. This isChandler Carruth2011-12-17
* Fix MSVC build.Michael J. Spencer2011-11-05
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-10
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-10
* Clean up CMake dependenciesDouglas Gregor2010-09-09
* Update CMake build for new attribute changes.Sean Hunt2010-06-17
* Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...Daniel Dunbar2010-05-20
* Sort calls to add_clang_library()Kovarththanan Rajaratnam2010-03-22
* Add missing dependency for CMake.Daniel Dunbar2009-11-19
* Sketch .td file and build system goop for OptTable based clang-cc options.Daniel Dunbar2009-11-19
* Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar2009-11-19
* Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar2009-11-19
* Fix some TableGen-related dependencies for the Clang CMake buildDouglas Gregor2009-06-23
* Add some missing CMake dependenciesDouglas Gregor2009-06-18
* Really fix cmake style builds.Mike Stump2009-03-24
* support cmakeGabor Greif2009-03-13
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-02
* Minor update to CMake build system.Eli Friedman2008-11-30
* Update CMakeLists.txtCedric Venet2008-11-04
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-26