Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Eli Friedman edbd9289b7 Use double-underscores in front of all non-keywords to protect against
#define pollution.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51128 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14 20:32:22 +00:00
Eli Friedman 1e6d14fdd2 Make header use the new __builtin_shufflevector builtin.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51117 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14 20:11:29 +00:00
Chris Lattner bda0b626e7 Make a major restructuring of the clang tree: introduce a top-level
lib dir and move all the libraries into it.  This follows the main
llvm tree, and allows the libraries to be built in parallel.  The
top level now enforces that all the libs are built before Driver,
but we don't care what order the libs are built in.  This speeds
up parallel builds, particularly incremental ones.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48402 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-15 23:59:48 +00:00