| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 127131
|
| |
|
|
|
|
|
| |
This test requires shell feature, to change working directory.
On Windows, current directory cannot be moved nor removed.
llvm-svn: 127130
|
| |
|
|
|
|
|
|
|
|
|
| |
declaration because of interesting ordering dependencies while
instantiating a class template or member class thereof. Complain,
rather than asserting (+Asserts) or silently rejecting the code
(-Asserts).
Fixes the crash-on-invalid in PR8965.
llvm-svn: 127129
|
| |
|
|
| |
llvm-svn: 127128
|
| |
|
|
|
|
| |
conflict with MinGW headers, from Kirk Beitz!
llvm-svn: 127127
|
| |
|
|
| |
llvm-svn: 127126
|
| |
|
|
|
|
|
|
| |
arguments at the same offset, since it's needed when creating the empty
DeclRefExpr when deserializing. Fixes a memory corruption issue that would lead
to random bugs and crashes.
llvm-svn: 127125
|
| |
|
|
| |
llvm-svn: 127124
|
| |
|
|
|
|
| |
expressions, from Eric Niebler via John Wiegley
llvm-svn: 127123
|
| |
|
|
| |
llvm-svn: 127122
|
| |
|
|
| |
llvm-svn: 127121
|
| |
|
|
| |
llvm-svn: 127120
|
| |
|
|
| |
llvm-svn: 127119
|
| |
|
|
|
|
| |
ExtProtoInfo.", this time with the missing header.
llvm-svn: 127118
|
| |
|
|
|
|
|
|
|
| |
conversion function when we're binding the result to a reference, drop
cv-qualifiers on the type we're referring to, since we should be
deducing a type that can be adjusted (via cv-qualification) to the
requested type. Fixes PR9336, and the remaining Boost.Assign failure.
llvm-svn: 127117
|
| |
|
|
|
|
|
|
| |
the value splatted into every element. Extend this to getTrue and getFalse which
by providing new overloads that take Types that are either i1 or <N x i1>. Use
it in InstCombine to add vector support to some code, fixing PR8469!
llvm-svn: 127116
|
| |
|
|
|
|
|
|
| |
ExtProtoInfo."
It seems missing "clang/Basic/ExceptionSpecificationType.h".
llvm-svn: 127115
|
| |
|
|
| |
llvm-svn: 127114
|
| |
|
|
|
|
| |
current implementation of -pre-RA-sched=list-ilp.
llvm-svn: 127113
|
| |
|
|
| |
llvm-svn: 127112
|
| |
|
|
| |
llvm-svn: 127111
|
| |
|
|
| |
llvm-svn: 127110
|
| |
|
|
|
|
| |
It depends on LLVM r127073 that was reverted and is now blocking "make test"
llvm-svn: 127109
|
| |
|
|
|
|
|
|
|
|
|
| |
template name as the result of substitution. The qualifier is handled
separately by the tree transformer, so we would end up in an
inconsistent state.
This is actually the last bit of PR9016, and possibly also fixes
PR8965. It takes Boost.Icl from "epic fail" down to a single failure.
llvm-svn: 127108
|
| |
|
|
|
|
|
|
|
|
| |
bash for alternative of $(ECHO)."
It broke the llvm-gcc-native-mingw32 buildbot, and we need all of them to be green for the 2.9 branch.
Takumi, please reapply after we branch, preferably with a fix ;-)
llvm-svn: 127107
|
| |
|
|
|
|
| |
corresponds to "add" instruction, not to "sub" as in .pad case
llvm-svn: 127106
|
| |
|
|
|
|
| |
constpool. Emit unwinding information in case when this load from constpool is used to change the stack pointer in the prologue.
llvm-svn: 127105
|
| |
|
|
|
|
| |
because there is no way given the constpool index to examine the actual entry: the reason is clones inserted by constant island pass, which are not tracked at all! The only connection is done during asmprinting time via magic label names which is really gross and needs to be eventually fixed.
llvm-svn: 127104
|
| |
|
|
| |
llvm-svn: 127103
|
| |
|
|
| |
llvm-svn: 127102
|
| |
|
|
|
|
|
| |
This is just very first approximation how the stuff should be done
(e.g. ARM-only for now). More to follow.
llvm-svn: 127101
|
| |
|
|
| |
llvm-svn: 127100
|
| |
|
|
|
|
| |
mode".
llvm-svn: 127099
|
| |
|
|
| |
llvm-svn: 127098
|
| |
|
|
| |
llvm-svn: 127097
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The coalescer can in very rare cases leave too large live intervals around after
rematerializing cheap-as-a-move instructions.
Linear scan doesn't really care, but live range splitting gets very confused
when a live range is killed by a ghost instruction.
I will fix this properly in the coalescer after 2.9 branches.
llvm-svn: 127096
|
| |
|
|
| |
llvm-svn: 127094
|
| |
|
|
|
|
|
|
|
|
|
| |
template (not a specialization!), use the "injected" function template
arguments, which correspond to the template parameters of the function
template. This is required when substituting into the default template
parameters of template template parameters within a function template.
Fixes PR9016.
llvm-svn: 127092
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
transform the type that replaces the template type parameter. In the
vast majority of cases, there's nothing to do, because most template
type parameters are replaced with something non-dependent that doesn't
need further transformation. However, when we're dealing with the
default template arguments of template template parameters, we might
end up replacing a template parameter (of the template template
parameter) with a template parameter of the enclosing template.
This addresses part of PR9016, but not within function
templates. That's a separate issue.
llvm-svn: 127091
|
| |
|
|
| |
llvm-svn: 127090
|
| |
|
|
|
|
| |
map, reserve space early to avoid rehashing.
llvm-svn: 127089
|
| |
|
|
|
|
|
|
|
|
| |
This makes lookup slightly more expensive but it's worth it, unused
DenseMaps are common in LLVM code apparently.
1% speedup on clang -O3 bzip2.c
4% speedup on clang -O3 oggenc.c (Release build of clang on i386/linux)
llvm-svn: 127088
|
| |
|
|
|
|
|
|
| |
that at cc1 level we will always have normalized triple and thus can
provide necessary default based on e.g. environment value (e.g. for
"arm-eabi" triple, etc.)
llvm-svn: 127087
|
| |
|
|
| |
llvm-svn: 127086
|
| |
|
|
| |
llvm-svn: 127085
|
| |
|
|
| |
llvm-svn: 127084
|
| |
|
|
| |
llvm-svn: 127082
|
| |
|
|
| |
llvm-svn: 127080
|
| |
|
|
| |
llvm-svn: 127079
|
| |
|
|
|
|
|
|
| |
"test(1)" for Mingw MSYS.
Mingw MSYS does not have test.exe (only shell built-in test), and is not capable to invoke test(1) from utils/not.
llvm-svn: 127078
|