Go to file
Jakob Stoklund Olesen 6a81d30269 Remove variable_ops from ARM call instructions.
Function argument registers are added to the call SDNode, but
InstrEmitter now knows how to make those operands implicit, and the call
instruction doesn't have to be variadic.

Explicit register operands should only be those that are encoded in the
instruction, implicit register operands are for extra dependencies like
call argument and return values.

llvm-svn: 160188
2012-07-13 20:27:00 +00:00
clang Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. 2012-07-13 19:02:42 +00:00
compiler-rt [tsan] use internal_strnlen in strncpy interceptor (the bug found while booting chromium) 2012-07-13 13:04:43 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Applied constexpr to <chrono>. 2012-07-13 19:17:27 +00:00
libcxxabi Add missing #include <stdlib.h> into test which uses ::exit. 2012-07-11 09:37:56 +00:00
lld Add missing LLVMSupport 2012-07-04 02:16:35 +00:00
lldb Add accessors on process to get & set the selected thread by IndexID (useful since that's the one that "thread list" shows and it won't get reused even if the underlying system thread ID gets reused. 2012-07-13 20:18:18 +00:00
llvm Remove variable_ops from ARM call instructions. 2012-07-13 20:27:00 +00:00
polly Revert "Add preliminary implementation for GPGPU code generation." 2012-07-13 07:44:56 +00:00