- Jul 04, 2016
-
-
Simon Pilgrim authored
llvm-svn: 274502
-
Eric Liu authored
llvm-svn: 274501
-
Tamas Berghammer authored
These are artifical symbols inside android oat files without any value for the user while causing a significant perfoamce hit inside the unwinder. We were already ignoring it inside system@framework@boot.oat bot they have to be ignored in every oat file. Considering that oat files are only used on android this have no effect on any other platfrom. llvm-svn: 274500
-
Pavel Labath authored
It is sufficient to set the handeler to SIG_IGN, to get the desired behaviour. Also, the handler calling a lot of signal-unsafe functions. llvm-svn: 274499
-
Simon Pilgrim authored
llvm-svn: 274498
-
Eric Liu authored
llvm-svn: 274497
-
Haojian Wu authored
Summary: Fix PR28350. Reviewers: alexfh Subscribers: aaron.ballman, Eugene.Zelenko, cfe-commits Differential Revision: http://reviews.llvm.org/D21833 llvm-svn: 274496
-
Eric Liu authored
llvm-svn: 274495
-
Eric Liu authored
Summary: this enables us to map a group of headers to one header name, e.g. headers from one directory can be mapped to the same header. Reviewers: bkramer Subscribers: cfe-commits, hokein Differential Revision: http://reviews.llvm.org/D21787 llvm-svn: 274494
-
Simon Pilgrim authored
Added PSHUFD tests as well llvm-svn: 274493
-
Simon Pilgrim authored
llvm-svn: 274492
-
Pavel Labath authored
Summary: This is a slightly reworked version of D16322, which I had reverted because it did not do what it advertised. Differences from the previous version are: - moved the code for cleaning up the remote working dir to a later point as it was removing the log file before we could get to it. - specialised log downloading code for gdb-remote tests is not needed, as this will cover that use case as well. Reviewers: tfiala Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D21898 llvm-svn: 274491
-
Pavel Labath authored
llvm-svn: 274490
-
Tamas Berghammer authored
The libc++ shipped with the android NDK is shipped using a different internal namespace then the upstream libc++ (__ndk1 vs. __1) to avoid an ODR violation between the platform and the user application. This change fixes our pretty printers to be able to work with the types from the android NDK libc++. Differential revision: http://reviews.llvm.org/D21680 llvm-svn: 274489
-
Tamas Berghammer authored
llvm-svn: 274488
-
Jacob Baungard Hansen authored
Summary: This change exposes the recently added LEON CPUs (D19359) in the LLVM Sparc backend to Clang, allowing the cpu's to be selected using the -mcpu flag. Reviewers: jyknight, lero_chris Subscribers: jyknight, cfe-commits Differential Revision: http://reviews.llvm.org/D21683 llvm-svn: 274487
-
Nicolai Haehnle authored
Summary: This complements the earlier addition of IntrWriteMem and IntrWriteArgMem LLVM intrinsic properties, see D18291. Also start using the attribute for memset, memcpy, and memmove intrinsics, and remove their special-casing in BasicAliasAnalysis. Reviewers: reames, joker.eph Subscribers: joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D18714 llvm-svn: 274485
-
Craig Topper authored
[AVX512] Modify what indices we emit for the zero vector we use for zero extension of the result of a v2i1 or v4i1 masked compare. This way we emit something that the backend easily interprets as a concatenation rather than a true shuffle. This delivers slightly better codegen with the current backend capabilities. llvm-svn: 274484
-
Craig Topper authored
[CodeGen] Make the code that detects a if a shuffle is really a concatenation of the inputs more general purpose. We can now handle concatenation of each source multiple times. The previous code just checked for each source to appear once in either order. This also now handles an entire source vector sized piece having undef indices correctly. We now concat with UNDEF instead of using one of the sources. This is responsible for the test case change. llvm-svn: 274483
-
Jonas Hahnfeld authored
If update_master_only is set the place list is not completely traversed and therefore this assertion failed. Make it only trigger if update_master_only is false. (was introduced by D20539) Differential Revision: http://reviews.llvm.org/D21925 llvm-svn: 274482
-
NAKAMURA Takumi authored
llvm-svn: 274481
-
NAKAMURA Takumi authored
llvm-svn: 274480
-
NAKAMURA Takumi authored
llvm-svn: 274479
-
NAKAMURA Takumi authored
llvm-svn: 274478
-
David Majnemer authored
We didn't correctly detect situations where a flexible array member was the only named member in a record. This fixes PR28407. llvm-svn: 274477
-
- Jul 03, 2016
-
-
Simon Pilgrim authored
llvm-svn: 274476
-
David Majnemer authored
ArrayRef is a little better than passing around a pointer/length pair. No functional change is intended. llvm-svn: 274475
-
Simon Pilgrim authored
llvm-svn: 274474
-
Simon Pilgrim authored
llvm-svn: 274473
-
Craig Topper authored
Undef indices can now be treated as zeros. Or if its undef ORed with zero, we will keep the undef. llvm-svn: 274472
-
Craig Topper authored
[X86] Add tests to show that the DAG combine for OR of shuffles with zero vectors doesn't handle undefs as well as it could. Fix coming in another commit. llvm-svn: 274471
-
Haicheng Wu authored
After the block placement, if a block ends with a conditional branch, but the next block is not its successor. The conditional branch should be changed to unconditional branch. This patch fixes PR28307, PR28297, PR28402. Differential Revision: http://reviews.llvm.org/D21811 llvm-svn: 274470
-
Simon Pilgrim authored
llvm-svn: 274469
-
Simon Pilgrim authored
llvm-svn: 274468
-
Simon Pilgrim authored
llvm-svn: 274467
-
Simon Pilgrim authored
llvm-svn: 274466
-
Sanjay Patel authored
llvm-svn: 274465
-
Simon Pilgrim authored
llvm-svn: 274464
-
Sanjay Patel authored
llvm-svn: 274463
-
Simon Pilgrim authored
llvm-svn: 274462
-