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

2014-07-24 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com 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 a...@linux.intel.com * lto.c (hash_canonical_type): Convert to inchash.

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 a...@linux.intel.com 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 a...@linux.intel.com * lto.c (hash_canonical_type):

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

2014-07-15 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com 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 a...@linux.intel.com * lto.c (hash_canonical_type): Convert to inchash.