Go to file
Preston Gurd 457daddc9b Verify that llvm can generate the prefetchw instruction when the CPU is
Atom Silvermont.

Patch by Sriram Murali.

llvm-svn: 190957
2013-09-18 21:08:09 +00:00
clang ObjectiveC migrator: For consistency, also infer 2013-09-18 20:35:47 +00:00
clang-tools-extra Check for #include in extern and namespace blocks. 2013-09-18 18:19:43 +00:00
compiler-rt [tsan] No-op implementation of AnnotateMemoryIsInitialized. 2013-09-18 11:20:31 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Fix typo. 2013-09-17 08:46:53 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [PECOFF] Fix base relocation block alignment 2013-09-18 18:36:39 +00:00
lldb Fixed a logic error in Module::ResolveSymbolContextForAddress(). Asking an address if its offet is greater than zero doesn't actually correctly tell us wether the address is section offset or not. A symbol could be the first symbol in a section and its offset can be zero. Also, a non-section offset lldb_private::Address can have a NULL section and calling GetOffset() will return the absolute address. To really test if an address is section offset clients should use Address::IsSectionOffset(). Also simplified the code that backs the address up by one to use the Address::Slide() function. 2013-09-18 20:03:31 +00:00
llvm Verify that llvm can generate the prefetchw instruction when the CPU is 2013-09-18 21:08:09 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00