aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/CMakeLists.txt
AgeCommit message (Expand)Author
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-06Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet
2012-06-04Remove AST and Parse from Driver's dependencies.Jordan Rose
2012-05-02Speculatively fix windows cmake builders.Andrew Trick
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2012-01-25Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth
2011-12-17Split the Windows toolchain definition into its own file. This isChandler Carruth
2011-11-05Fix MSVC build.Michael J. Spencer
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-06-17Update CMake build for new attribute changes.Sean Hunt
2010-05-20Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...Daniel Dunbar
2010-03-22Sort calls to add_clang_library()Kovarththanan Rajaratnam
2009-11-19Add missing dependency for CMake.Daniel Dunbar
2009-11-19Sketch .td file and build system goop for OptTable based clang-cc options.Daniel Dunbar
2009-11-19Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar
2009-11-19Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar
2009-06-23Fix some TableGen-related dependencies for the Clang CMake buildDouglas Gregor
2009-06-18Add some missing CMake dependenciesDouglas Gregor
2009-03-24Really fix cmake style builds.Mike Stump
2009-03-13support cmakeGabor Greif
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar
2008-11-30Minor update to CMake build system.Eli Friedman
2008-11-04Update CMakeLists.txtCedric Venet
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes