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
/
Makefile
Age
Commit message (
Expand
)
Author
2012-03-02
Use tabs instead of spaces.
Benjamin Kramer
2012-03-02
clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.
Jia Liu
2010-09-29
Basic: Simplify getClangRepositoryPath and getClangRevision.
Daniel Dunbar
2010-09-29
Basic: Add support for git svn to get the repo version in clang executable,
Daniel Dunbar
2010-07-18
BUILD_ARCHIVE is the default for libraries, no need to set it.
Chris Lattner
2010-06-08
Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...
Daniel Dunbar
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-01-24
-fno-rtti is now the default.
Chris Lattner
2010-01-22
Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...
Ted Kremenek
2010-01-21
Update to use llvm/utils/GetSourceVersion to detect version number, instead of
Daniel Dunbar
2009-10-08
Installation of Clang libraries and headers, from Axel Naumann!
Douglas Gregor
2009-10-05
Provide a common set of routines in Version.h that return Subversion
Douglas Gregor
2009-08-23
Don't install Clang libraries.
Douglas Gregor
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner