llvm-project/clang/lib
Matt Arsenault 7a124f3ce5 Fix creating bitcasts with wrong address space
In a future commit AMDGPU will start passing
aggregates directly to more functions, triggering
asserts in test/CodeGenOpenCL/addr-space-struct-arg.cl

llvm-svn: 309741
2017-08-01 20:36:57 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Improve readability of CXX method overrides list 2017-07-29 20:42:58 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Revert "Thread Safety Analysis: fix assert_capability." 2017-08-01 19:53:31 +00:00
Basic [x86][inline-asm]Allow a pack of Control Debug to be properly picked 2017-08-01 10:51:09 +00:00
CodeGen Fix creating bitcasts with wrong address space 2017-08-01 20:36:57 +00:00
Driver [Driver] Make sure the deployment target is earlier than iOS 11 when 2017-07-31 22:19:34 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: [JS] no whitespace between typeof operator and l_paren. 2017-08-01 17:42:16 +00:00
Frontend [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table 2017-07-28 00:10:10 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [X86][AVX] Ensure vector non-temporal load/store intrinsics force pointer alignment (PR33830) 2017-07-29 15:33:34 +00:00
Index [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
Lex PR33902: Invalidate line number cache when adding more text to existing buffer. 2017-07-30 06:31:29 +00:00
Parse Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema Revert "Thread Safety Analysis: fix assert_capability." 2017-08-01 19:53:31 +00:00
Serialization Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
StaticAnalyzer [StaticAnalyzer] LoopUnrolling - Attempt #2 to fix a crash in r309006. 2017-07-25 23:49:16 +00:00
Tooling [clang-diff] Renames, NFC 2017-08-01 20:17:46 +00:00
CMakeLists.txt