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