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