Go to file
Justin Lebar 2a161f986f [CUDA] Make empty parameter lists in nvptx function decls easier to read.
Summary:
Before:

  .func  (.param .b32 func_retval0) _ZL21__nvvm_reflect_anchorv(

  )
  {

After:

  .func  (.param .b32 func_retval0) _ZL21__nvvm_reflect_anchorv()
  {

Reviewers: bkramer

Subscribers: llvm-commits, tra, jhen, echristo, jholewinski

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

llvm-svn: 258637
2016-01-23 21:12:17 +00:00
clang Improving documentation for the isMoveAssignmentOperator AST matcher. 2016-01-23 17:49:18 +00:00
clang-tools-extra [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss check. 2016-01-22 21:45:51 +00:00
compiler-rt When building without DIA SDK, don't set suppressions.cpp fail 2016-01-22 20:26:10 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Revert "unordered_map: Reuse insert logic in emplace when possible, NFC" 2016-01-23 15:12:47 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF] Avoid unnecessary global variable. 2016-01-23 01:49:37 +00:00
lldb [LLDB] Consider only valid symbols while resolving by address 2016-01-23 10:36:06 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [CUDA] Make empty parameter lists in nvptx function decls easier to read. 2016-01-23 21:12:17 +00:00
openmp Add missing cleanup code for cached indirect lock pool. 2016-01-22 19:16:14 +00:00
polly ScopInfo: Simplify code by folding definition into if 2016-01-23 20:23:06 +00:00