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