Rev. | Time | Author |
---|---|---|
15c5f3f devel/range-gen3 | 2018-04-17 02:23:40 | Aldy Hernandez |
One last tweak before we move onto the new world/branch. |
||
62a2e85 | 2018-04-14 01:19:37 | Andrew Macleod |
allow kind_type for a constructor with integers |
||
0bcfd10 | 2018-04-13 18:24:58 | Aldy Hernandez |
Rewrite size_must_be_zero_p with irange infrastructure. |
||
bdb08d2 | 2018-04-13 17:12:44 | Aldy Hernandez |
single_import changes by Andrew to fix my backwards threaders problems. |
||
663eea0 | 2018-04-12 06:16:31 | Andrew Macleod |
make get_operand virtual, move logical and folding into stmt |
||
57e7640 | 2018-04-11 07:55:44 | Andrew Macleod |
Reduce range_stmt to a single gimple stmt for efficiency |
||
d739eb8 | 2018-04-10 00:05:06 | Andrew Macleod |
Implement intersect_mask to perform an intersection of a range with a bitmask. |
||
7681f30 | 2018-04-06 22:26:51 | Andrew Macleod |
Add logical AND folding support, and do empty range check in fold(), otherwise we can never be sure of the required range type of the folded exprression |
||
e96b210 | 2018-04-06 22:25:30 | Andrew Macleod |
disable rvrp for these VRP tests |
||
5d9033d | 2018-04-06 22:24:52 | Andrew Macleod |
if we dont get a value for path_range_of_stmt, use range of type |
||
2cc5d27 | 2018-04-05 00:15:52 | Andrew Macleod |
turn off rvrp too |
||
b2fd290 | 2018-04-04 21:33:32 | Andrew Macleod |
disable rvrp for this test as well |
||
55af7b3 | 2018-04-03 23:56:54 | Andrew Macleod |
Check in initial version of Early Ranger VRP |
||
7ce6c8b | 2018-04-03 05:51:26 | Andrew Macleod |
Rewrite range union |
||
57a26c8 | 2018-04-02 06:21:07 | Andrew Macleod |
Dont wind back thru divide yet |
||
9cde03b | 2018-03-31 23:27:24 | Andrew Macleod |
Dont create range from nonzerobits |
||
48a70d4 | 2018-03-24 01:06:12 | Andrew Macleod |
Dont check invalid ssa names, like floats |
||
c6afa74 | 2018-03-22 23:13:03 | Aldy Hernandez |
Merge remote-tracking branch 'origin/trunk' into range-gen3-merge |
||
1bdbef0 | 2018-03-21 16:09:22 | Marek Polacek |
PR c++/71638, ICE with NSDMI and reference. |
||
3b8acdf | 2018-03-21 12:21:05 | Chenghua Xu |
vect-strided-shift-1.c: Add dg-skip-if for MIPS with -mpaired-single directives. |
||
f11600c | 2018-03-21 10:07:43 | Steven G. Kargl |
re PR fortran/85001 (ICE in gfc_build_array_type, at fortran/trans-types.c:1420) |
||
2ed0fd0 | 2018-03-21 09:16:14 | GCC Administrator |
Daily bump. |
||
1527df5 | 2018-03-21 07:22:28 | David H. Gutteridge |
re PR target/84838 (Minor grammar fixes for x86 options) |
||
5dfb5e5 | 2018-03-21 06:45:14 | François Dumont |
re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode) |
||
6f21dc3 | 2018-03-21 06:07:13 | Jakub Jelinek |
re PR debug/84875 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2348 on s390x) |
||
1efb1dc | 2018-03-21 03:13:38 | Marek Polacek |
re PR c++/84927 (ICE with NSDMI and reference) |
||
75e06b7 | 2018-03-21 03:07:57 | Aldy Hernandez |
Fix fallout from merge with Aldy's threader branch. |
||
f5f035a | 2018-03-21 03:05:59 | Jason Merrill |
PR c++/84978, ICE with NRVO. |
||
91d014f | 2018-03-21 02:25:09 | Peter Bergner |
re PR target/83789 (__builtin_altivec_lvx fails for powerpc for altivec-4.c) |
||
770ebe9 | 2018-03-21 02:13:16 | Kyrylo Tkachov |
This PR shows that we get the load/store_lanes logic wrong for arm big-endian. |