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
/
Basic
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-03-25
<rdar://problem/13358795> Teach CMake to check Subversion version information...
Douglas Gregor
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-02-08
Pull Lexer's CharInfo table out for general use throughout Clang.
Jordan Rose
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2012-12-20
Move operator precedence calculation to new header
Daniel Jasper
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-12
clang/lib/Basic/CMakeLists.txt: Add missing dependency, ClangDiagnosticComment.
NAKAMURA Takumi
2012-07-03
Share ConvertUTF8toWide() between Lex and CodeGen.
Nico Weber
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-20
Restructure how the driver communicates information about the
John McCall
2011-12-17
Update CMake dependencies.
Ted Kremenek
2011-11-30
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-04-15
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-03-23
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor
2011-02-11
Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.
Jeffrey Yasskin
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2010-11-23
rework the stat cache, pulling it out of FileManager.h into
Chris Lattner
2010-11-18
Update CMake build.
Benjamin Kramer
2010-10-22
Don't try to guess svn version when current path is a symlink.
Oscar Fuentes
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-06-17
Update CMake build system for ARM NEON generation.
Douglas Gregor
2010-06-17
Update CMake build for new attribute changes.
Sean Hunt
2009-10-24
Fix cmake failure trying to get SVN info for non-SVN trees.
Daniel Dunbar
2009-10-05
Provide a common set of routines in Version.h that return Subversion
Douglas Gregor
2009-06-14
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-22
Add missing dependency, patch by Jason Haslam!
Chris Lattner
2009-04-01
Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF.
Steve Naroff
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes