| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
llvm-svn: 48402
|
|
|
|
|
|
| |
Generate CallingConv::Fast when fastcall attribute is present
llvm-svn: 48017
|
|
|
|
| |
llvm-svn: 47837
|
|
|
|
| |
llvm-svn: 47753
|
|
|
|
| |
llvm-svn: 47689
|
|
|
|
| |
llvm-svn: 47451
|
|
|
|
| |
llvm-svn: 47412
|
|
|
|
|
|
| |
discussion of this change.
llvm-svn: 45410
|
|
|
|
| |
llvm-svn: 42730
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
out of the llvm namespace. This makes the clang namespace be a sibling of
llvm instead of being a child.
The good thing about this is that it makes many things unambiguous. The
bad things is that many things in the llvm namespace (notably data structures
like smallvector) now require an llvm:: qualifier. IMO, libsystem and libsupport
should be split out of llvm into their own namespace in the future, which will fix
this issue.
llvm-svn: 39659
|
|
Submitted by:
Reviewed by:
Add AttributeList.cpp (for "raw" attributes).
llvm-svn: 39626
|