Go to file
Andrey Bokhanko f7fa634887 [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
This patch implements __unaligned as a type qualifier; before that, it was
modeled as an attribute. Proper mangling of __unaligned is implemented as well.
Some OpenCL code/tests are tangenially affected, as they relied on existing
number and sizes of type qualifiers.

Differential Revision: http://reviews.llvm.org/D18596

llvm-svn: 266415
2016-04-15 08:03:51 +00:00
clang [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier 2016-04-15 08:03:51 +00:00
clang-tools-extra [clang-tidy] Add check misc-multiple-statement-macro 2016-04-14 21:15:57 +00:00
compiler-rt Fix StaticAnalyzer complaints. NFC. 2016-04-14 23:58:26 +00:00
debuginfo-tests
libclc [AMDGPU] Implement get_local_size for amdgcn--amdhsa triple 2016-04-07 19:54:19 +00:00
libcxx [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors 2016-04-15 03:29:40 +00:00
libcxxabi Update copyright year to 2016. 2016-03-30 22:40:47 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Delete a dead repl. 2016-04-15 00:15:02 +00:00
lldb Add the PDBParser.{cpp,h} files to the Xcode project. 2016-04-15 01:42:30 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm Use MVT instead of EVT to remove a bunch of unnecessary calls to getSimpleVT. 2016-04-15 06:20:21 +00:00
openmp [ITTNOTIFY] Correct barrier imbalance time in case of tasks 2016-04-14 16:06:49 +00:00
polly [Polly] Remove unwanted --check-prefix=CHECK from unit tests. NFC. 2016-04-15 06:12:29 +00:00