llvm-project/clang/lib
Justin Lebar 3cf25461e0 [CUDA] Add --ptxas-path= flag.
Summary:
This lets you build with one CUDA installation but use ptxas from
another install.

This is useful e.g. if you want to avoid bugs in an old ptxas without
actually upgrading wholesale to a newer CUDA version.

Reviewers: tra

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D27788

llvm-svn: 289847
2016-12-15 18:44:57 +00:00
..
ARCMigrate Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
AST Re-commit r289252 and r289285, and fix PR31374 2016-12-15 08:09:08 +00:00
ASTMatchers [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType 2016-12-08 11:46:22 +00:00
Analysis Fix os_log formating with arbitrary precision and field width 2016-12-15 04:02:31 +00:00
Basic Re-commit r289252 and r289285, and fix PR31374 2016-12-15 08:09:08 +00:00
CodeGen Fix typo in comment. NFC. 2016-12-15 17:55:32 +00:00
Driver [CUDA] Add --ptxas-path= flag. 2016-12-15 18:44:57 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format Update the default of the Mozilla coding style 2016-12-14 16:09:29 +00:00
Frontend Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers Revert "[Headers] Add #include_next for tgmath.h on Darwin" 2016-12-12 23:06:58 +00:00
Index [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +00:00
Lex [CrashReproducer] Collect headermap files 2016-12-11 04:27:28 +00:00
Parse Remove special error recovery for ::(id) 2016-12-09 21:10:43 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [c++1z] Permit constant evaluation of a call through a function pointer whose 2016-12-15 02:35:39 +00:00
Serialization Remove unused variable found by GCC warning. 2016-12-14 19:45:03 +00:00
StaticAnalyzer Remove custom handling of array copies in lambda by-value array capture and 2016-12-14 00:03:17 +00:00
Tooling Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs} 2016-12-13 16:19:34 +00:00
CMakeLists.txt