| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
of class in objc2's nonfragile abi.
llvm-svn: 62935
|
| |
|
|
|
|
| |
Add serialization support for ReferenceType.
llvm-svn: 62934
|
| |
|
|
|
|
|
| |
alignment must always be a constant. Just let the constant folder
do it.
llvm-svn: 62933
|
| |
|
|
| |
llvm-svn: 62932
|
| |
|
|
| |
llvm-svn: 62931
|
| |
|
|
| |
llvm-svn: 62930
|
| |
|
|
|
|
| |
implemented class in objc2's nonfrigile abi.
llvm-svn: 62929
|
| |
|
|
|
|
| |
different than those for sizeof. Reject alignof(bitfield) like gcc does.
llvm-svn: 62928
|
| |
|
|
| |
llvm-svn: 62927
|
| |
|
|
| |
llvm-svn: 62926
|
| |
|
|
| |
llvm-svn: 62925
|
| |
|
|
|
|
|
| |
mismatched semantics).
- Enforce this in APValue.
llvm-svn: 62924
|
| |
|
|
| |
llvm-svn: 62923
|
| |
|
|
| |
llvm-svn: 62922
|
| |
|
|
| |
llvm-svn: 62921
|
| |
|
|
|
|
| |
Also it was an empty struct, not a void after all.
llvm-svn: 62920
|
| |
|
|
| |
llvm-svn: 62919
|
| |
|
|
|
|
|
| |
Thus we need to check whether the struct is empty before trying to index into
it. This fixes PR3381.
llvm-svn: 62918
|
| |
|
|
| |
llvm-svn: 62917
|
| |
|
|
| |
llvm-svn: 62916
|
| |
|
|
|
|
|
| |
- No functionality change, moved behind -use-x86_64-abi option until
it becomes non-experimental.
llvm-svn: 62915
|
| |
|
|
| |
llvm-svn: 62914
|
| |
|
|
|
|
| |
ArrayRegion is a typedef and not (directly) a pointer.
llvm-svn: 62909
|
| |
|
|
|
|
| |
Little practical effect.
llvm-svn: 62908
|
| |
|
|
|
|
|
| |
handling the case in Transforms/InstCombine/cast-store-gep.ll, which
is a heavily reduced testcase from Clang on x86-64.
llvm-svn: 62904
|
| |
|
|
|
|
| |
diagnostics the code paths for diagnostics involving paths or single locations are now unified. This patch also constifies many arguments/methods that are touched by this logic, leading to a nice overall code cleanup.
llvm-svn: 62903
|
| |
|
|
| |
llvm-svn: 62895
|
| |
|
|
|
|
| |
meta-data generation.
llvm-svn: 62894
|
| |
|
|
| |
llvm-svn: 62893
|
| |
|
|
|
|
|
|
|
|
|
|
| |
DW_AT_APPLE_flags.
DW_AT_APPLE_optimized flag is set when a compile_unit is optimized. The debugger takes advantage of this information some way.
DW_AT_APPLE_flags encodes command line options when certain env. variable is set. This is used by build engineers to track various gcc command lines used by by a project, irrespective of whether the project used makefile, Xcode or something else.
llvm-gcc patch is next.
llvm-svn: 62888
|
| |
|
|
| |
llvm-svn: 62887
|
| |
|
|
| |
llvm-svn: 62886
|
| |
|
|
| |
llvm-svn: 62885
|
| |
|
|
| |
llvm-svn: 62884
|
| |
|
|
|
|
| |
info entry.
llvm-svn: 62883
|
| |
|
|
|
|
| |
Make sure that we know a call is invalid if we dropped arguments.
llvm-svn: 62882
|
| |
|
|
| |
llvm-svn: 62877
|
| |
|
|
|
|
| |
PR clang/3378
llvm-svn: 62876
|
| |
|
|
|
|
| |
analyzer should output 'ANALYZE:' messages to display its progress on a source file.
llvm-svn: 62875
|
| |
|
|
|
|
|
|
| |
used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'.
Implemented DiagCollector::IncludeInDiagnosticCounts() to return 'false' so that the batching of diagnostics for use with BugReporter doesn't mess up the count of real diagnostics.
llvm-svn: 62873
|
| |
|
|
|
|
|
|
| |
- However, these last ones do not actually work; the issue is that
they translate to batches of options and need to be reparsed. For
now we just give an unsupported error on them.
llvm-svn: 62872
|
| |
|
|
|
|
| |
contains no error reports.
llvm-svn: 62871
|
| |
|
|
|
|
| |
- Again turned up a few which don't do anything sensible.
llvm-svn: 62870
|
| |
|
|
|
|
|
|
|
| |
There is now a direct way from value-use-iterator to incoming block in PHINode's API.
This way we avoid the iterator->index->iterator trip, and especially the costly
getOperandNo() invocation. Additionally there is now an assertion that the iterator
really refers to one of the PHI's Uses.
llvm-svn: 62869
|
| |
|
|
|
|
| |
does not cause the owned module to be fully materialized.
llvm-svn: 62864
|
| |
|
|
| |
llvm-svn: 62861
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
testcase from PR3376, and in fact is sufficient to completely
avoid the problem in that testcase.
There's an underlying problem though; TLI.isOperationLegal
considers Custom to be Legal, which might be ok in some
cases, but that's what DAGCombiner is using in many places
to test if something is legal when LegalOperations is true.
When DAGCombiner is running after legalize, this isn't
sufficient. I'll address this in a separate commit.
llvm-svn: 62860
|
| |
|
|
|
|
| |
rdar://problem/6520707
llvm-svn: 62859
|
| |
|
|
|
|
| |
values, to really really fix PR clang/3377
llvm-svn: 62858
|
| |
|
|
|
|
| |
- <rdar://problem/6518844> Clang-generated bitcode crashes LLVM while compiling function pointer addition expression
llvm-svn: 62857
|