llvm-project/clang/lib
Justin Lebar c0e42750da [CUDA] Generate CUDA's printf alloca in its function's entry block.
Summary:
This is necessary to prevent llvm from generating stacksave intrinsics
around this alloca.  NVVM doesn't have a stack, and we don't handle said
intrinsics.

Reviewers: rnk, echristo

Subscribers: cfe-commits, jhen, tra

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

llvm-svn: 259122
2016-01-28 23:58:28 +00:00
..
ARCMigrate Class Property: class property and instance property can have the same name. 2016-01-28 18:49:28 +00:00
AST Class Property: change PropertyMap to include isClassProperty. 2016-01-28 23:36:05 +00:00
ASTMatchers Remove autoconf support 2016-01-26 21:30:40 +00:00
Analysis Class Property: class property and instance property can have the same name. 2016-01-28 18:49:28 +00:00
Basic Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline. 2016-01-28 09:28:18 +00:00
CodeGen [CUDA] Generate CUDA's printf alloca in its function's entry block. 2016-01-28 23:58:28 +00:00
Driver ARMv7k: simplify logic for deciding sjlj-exceptions. 2016-01-27 22:14:02 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [Java] Remove unnecessary line break after complex annotations 2016-01-27 20:14:23 +00:00
Frontend Remove autoconf support 2016-01-26 21:30:40 +00:00
FrontendTool Remove autoconf support 2016-01-26 21:30:40 +00:00
Headers [CUDA] Implemented device-side support functions in <cmath>. 2016-01-26 23:37:29 +00:00
Index Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex [Lex] Share some common code between decimal and octal parsing in NumericLiteralParser. 2016-01-28 05:22:54 +00:00
Parse Include RecordDecls from anonymous unions in the AST. 2016-01-28 19:25:00 +00:00
Rewrite Remove autoconf support 2016-01-26 21:30:40 +00:00
Sema Class Property: change PropertyMap to include isClassProperty. 2016-01-28 23:36:05 +00:00
Serialization Remove autoconf support 2016-01-26 21:30:40 +00:00
StaticAnalyzer Class Property: change PropertyMap to include isClassProperty. 2016-01-28 23:36:05 +00:00
Tooling Remove autoconf support 2016-01-26 21:30:40 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00