llvm-project/clang/lib
Alexey Bataev e290ec02c7 [OPENMP, NVPTX] Fix codegen for the teams reduction.
Added NUW flags for all the add|mul|sub operations + replaced sdiv by udiv
as we operate on unsigned values only (addresses, converted to integers)

llvm-svn: 329411
2018-04-06 16:03:36 +00:00
..
ARCMigrate Fix typos in clang 2018-04-06 15:14:32 +00:00
AST Fix typos in clang 2018-04-06 15:14:32 +00:00
ASTMatchers Fix typos in clang 2018-04-06 15:14:32 +00:00
Analysis Fix typos in clang 2018-04-06 15:14:32 +00:00
Basic Fix typos in clang 2018-04-06 15:14:32 +00:00
CodeGen [OPENMP, NVPTX] Fix codegen for the teams reduction. 2018-04-06 16:03:36 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Fix typos in clang 2018-04-06 15:14:32 +00:00
Edit [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-27 00:01:49 +00:00
Format Fix typos in clang 2018-04-06 15:14:32 +00:00
Frontend Fix typos in clang 2018-04-06 15:14:32 +00:00
FrontendTool Make a build bot happy. 2018-02-10 14:26:53 +00:00
Headers Fix typos in clang 2018-04-06 15:14:32 +00:00
Index [Index] fix USR generation for namespace{extern{X}} 2018-02-02 14:13:37 +00:00
Lex Fix typos in clang 2018-04-06 15:14:32 +00:00
Parse Fix typos in clang 2018-04-06 15:14:32 +00:00
Rewrite [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-27 00:01:49 +00:00
Sema Fix typos in clang 2018-04-06 15:14:32 +00:00
Serialization Fix typos in clang 2018-04-06 15:14:32 +00:00
StaticAnalyzer Fix typos in clang 2018-04-06 15:14:32 +00:00
Tooling Fix typos in clang 2018-04-06 15:14:32 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00