[PATCH 2/4] Convert LTO type hashing to the new inchash interface

2014-07-24 Thread Andi Kleen
From: Andi Kleen Should not really change any behavior, it's just a more abstract interface, but uses the same underlying hash functions. lto/: 2014-07-24 Andi Kleen * lto.c (hash_canonical_type): Convert to inchash. (iterative_hash_canonical_type): Dito. --- gcc/lto/lto.c

Re: [PATCH 2/4] Convert LTO type hashing to the new inchash interface

2014-07-23 Thread Jeff Law
On 07/15/14 23:31, Andi Kleen wrote: From: Andi Kleen Should not really change any behavior, it's just a more abstract interface, but uses the same underlying hash functions. lto/: 2014-07-10 Andi Kleen * lto.c (hash_canonical_type): Convert to inchash. (iterative_hash_can

[PATCH 2/4] Convert LTO type hashing to the new inchash interface

2014-07-15 Thread Andi Kleen
From: Andi Kleen Should not really change any behavior, it's just a more abstract interface, but uses the same underlying hash functions. lto/: 2014-07-10 Andi Kleen * lto.c (hash_canonical_type): Convert to inchash. (iterative_hash_canonical_type): Dito. --- gcc/lto/lto.c