| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 58657
|
|
|
|
| |
llvm-svn: 58656
|
|
|
|
|
|
|
| |
have its node id set. The new and and shift nodes are the nodes that need
the IDs. This fixes PR2982.
llvm-svn: 58655
|
|
|
|
|
|
| |
< FileIDs.size() && "Invalid FileID!", file c:\cygwin\home\Administrator\llvm\tools\clang\include\clang/Basic/SourceManager.h, line 513
llvm-svn: 58654
|
|
|
|
| |
llvm-svn: 58653
|
|
|
|
|
|
| |
Fix Plist output.
llvm-svn: 58652
|
|
|
|
| |
llvm-svn: 58651
|
|
|
|
| |
llvm-svn: 58650
|
|
|
|
|
|
| |
already implemented
llvm-svn: 58649
|
|
|
|
| |
llvm-svn: 58647
|
|
|
|
| |
llvm-svn: 58646
|
|
|
|
| |
llvm-svn: 58644
|
|
|
|
| |
llvm-svn: 58643
|
|
|
|
|
|
|
| |
work correctly, and bring over a late change to ppcf128
SetCC handling.
llvm-svn: 58642
|
|
|
|
|
|
| |
X x(5, 7);
llvm-svn: 58641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sized integers like i129, and also reduce the number
of assumptions made about how vaarg is implemented.
This still doesn't work correctly for small integers
like (eg) i1 on x86, since x86 passes each of them
(essentially an i8) in a 4 byte stack slot, so the
pointer needs to be advanced by 4 bytes not by 1 byte
as now. But this is no longer a LegalizeTypes problem
(it was also wrong in LT before): it is a bug in the
operation expansion in LegalizeDAG: now LegalizeTypes
turns an i1 vaarg into an i8 vaarg which would work
fine if only the i8 vaarg was turned into correct code
later.
llvm-svn: 58635
|
|
|
|
|
|
| |
Eric C, thanks!
llvm-svn: 58634
|
|
|
|
|
|
|
| |
to avoid overload ambiguities. This fixes build errors introduced
by r58623.
llvm-svn: 58632
|
|
|
|
| |
llvm-svn: 58631
|
|
|
|
|
|
| |
would be hard pressed to be considered a sentence, but if it makes Bill happy...
llvm-svn: 58630
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cope with the case where a user-defined conversion is actually a copy
construction, and therefore can be compared against other standard
conversion sequences. While I called this a hack before, now I'm
convinced that it's the right way to go.
Compare overloads based on derived-to-base conversions that invoke
copy constructors.
Suppress user-defined conversions when attempting to call a
user-defined conversion.
llvm-svn: 58629
|
|
|
|
|
|
| |
fill in, but the basics are there.
llvm-svn: 58626
|
|
|
|
|
|
|
|
| |
This allows SCEV users to effectively calculate trip count.
LSR later on transforms back integer IVs to floating point IVs
later on to avoid int-to-float casts inside the loop.
llvm-svn: 58625
|
|
|
|
|
|
| |
adding a TargetMachine member to the base TargetAsmInfo class instead.
llvm-svn: 58624
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bits, use a union of a SimpleValueType enum and a regular Type*.
This increases the size of MVT on 64-bit hosts from 32 bits to 64 bits.
In most cases, this doesn't add significant overhead. There are places
in codegen that use arrays of MVTs, so these are now larger, but
they're small in common cases.
This eliminates restrictions on the size of integer types and vector
types that can be represented in codegen. As the included testcase
demonstrates, it's now possible to codegen very large add operations.
There are still some complications with using very large types. PR2880
is still open so they can't be used as return values on normal targets,
there are no libcalls defined for very large integers so operations
like multiply and divide aren't supported.
This also introduces a minimal tablgen Type library, capable of
handling IntegerType and VectorType. This will allow parts of
TableGen that don't depend on using SimpleValueType values to handle
arbitrary integer and vector types.
llvm-svn: 58623
|
|
|
|
|
|
|
|
|
|
|
| |
when appropriate.
Conversions for class types now make use of copy constructors. I've
replaced the egregious hack allowing class-to-class conversions with a
slightly less egregious hack calling these conversions standard
conversions (for overloading reasons).
llvm-svn: 58622
|
|
|
|
| |
llvm-svn: 58621
|
|
|
|
|
|
| |
class definitions.
llvm-svn: 58620
|
|
|
|
|
|
| |
specializing
llvm-svn: 58615
|
|
|
|
| |
llvm-svn: 58613
|
|
|
|
|
|
|
|
|
|
|
| |
reference-collapsing.
Implement diagnostic for formation of a reference to cv void.
Drop cv-qualifiers added to a reference type when the reference type
comes from a typedef.
llvm-svn: 58612
|
|
|
|
| |
llvm-svn: 58611
|
|
|
|
|
|
| |
wchar_t types. Fixes recent breakage on Linux.
llvm-svn: 58609
|
|
|
|
|
|
| |
10 bytes long, but is passed in 12/16 bytes).
llvm-svn: 58608
|
|
|
|
|
|
| |
Offset+NumBytes <= size() && "Invalid region to erase!", file c:\cygwin\home\Administrator\llvm\to ols\clang\include\clang/Rewrite/RewriteRope.h, line 219.
llvm-svn: 58607
|
|
|
|
| |
llvm-svn: 58606
|
|
|
|
|
|
|
| |
the designator corresponding to it, otherwise Sema and later parsing will
get confused.
llvm-svn: 58603
|
|
|
|
| |
llvm-svn: 58602
|
|
|
|
|
|
|
|
| |
the following command line in the HTML output: scan-build gcc -x c /dev/null -c -Dfoo='"string abc"'
Fixes <rdar://problem/6338651>
llvm-svn: 58600
|
|
|
|
| |
llvm-svn: 58598
|
|
|
|
| |
llvm-svn: 58597
|
|
|
|
| |
llvm-svn: 58596
|
|
|
|
|
|
| |
- Prepare AnonPointeeRegioin for later use.
llvm-svn: 58595
|
|
|
|
| |
llvm-svn: 58594
|
|
|
|
| |
llvm-svn: 58593
|
|
|
|
|
|
| |
We're still waiting on code that actually analyzes them properly.
llvm-svn: 58592
|
|
|
|
| |
llvm-svn: 58591
|
|
|
|
| |
llvm-svn: 58570
|
|
|
|
|
|
|
|
| |
* merge two weak functions by making them both alias a third non-weak fn
* don't reimplement CallSite::hasArgument
* whitelist the safe linkage types
llvm-svn: 58568
|
|
|
|
| |
llvm-svn: 58567
|