Go to file
Bill Wendling 63b8819445 Initial submission for the attribute group feature.
Attribute groups are of the form:

   = attributes { noinline "no-sse" "cpu"="cortex-a8" alignstack=4 }

Target-dependent attributes are represented as strings. Attributes can have
optional values associated with them. E.g., the "cpu" attribute has the value
"cortex-a8".

Target-independent attributes are listed as enums inside the attribute classes.

Multiple attribute groups can be referenced by the same object. In that case,
the attributes are merged together.

llvm-svn: 174493
2013-02-06 06:52:58 +00:00
clang Formatter: No space after & and * in front of ObjC message expressions. 2013-02-06 06:20:11 +00:00
clang-tools-extra Adds JSON output for replacements, to simplify tools integration. 2013-02-05 15:52:21 +00:00
compiler-rt [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx [tests] One last batch of XFAILs, for tests using new symbols added to libc++. 2013-02-06 00:59:06 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF][x86-64] Handle PLT32 relocations to IFUNC. 2013-02-05 19:15:03 +00:00
lldb <rdar://problem/11109570> 2013-02-06 00:38:25 +00:00
llvm Initial submission for the attribute group feature. 2013-02-06 06:52:58 +00:00
polly CodeGen: clang-format goodness 2013-02-05 18:01:29 +00:00