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
/
Headers
/
Makefile
Age
Commit message (
Expand
)
Author
2012-01-29
Introduce a module map for (some of) the compiler-supplied
Douglas Gregor
2011-10-06
Clang-side build system infrastructure for multiple tblgens.
Peter Collingbourne
2010-07-22
build: Make sure arm_neon.h gets installed.
Daniel Dunbar
2010-06-26
Add a missing dependency to try to fix a buildbot failure.
Bob Wilson
2010-06-25
build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...
Daniel Dunbar
2010-06-17
Generate arm_neon.inc in include/clang/Basic, which provides:
Nate Begeman
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-05-28
Convert arm_neon.h into arm_neon.td, from which arm_neon.h will be built
Nate Begeman
2009-09-16
Collapse more clang version numbers down into fewer places.
Mike Stump
2009-09-15
Back to 1.1 we go.
Mike Stump
2009-02-21
Put compiler headers in <prefix>/lib/clang/1.0/include (vs
Daniel Dunbar
2009-01-22
Avoid creating .dir files in the installation area.
Mike Stump
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner