Displaying 2 results from an estimated 2 matches for "r237954".
2015 May 26
2
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
Hi all,
The CodeGen library is a big bag of interdependent bits. This caused
a circular dependency in the MIR serialization commit (r237954), which got
reverted in r238007.
I propose separating the machine IR out of CodeGen and into its own
MIR library, living at lib/MIR. This touches every target but it's mostly a
mechanical change that renames the header files, although a couple of
pre-rename
commits are needed to decouple sever...
2015 May 26
4
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...h at apple.com> wrote:
>
>>
>> On 2015-May-26, at 09:46, Alex L <arphaman at gmail.com> wrote:
>>
>> Hi all,
>>
>> The CodeGen library is a big bag of interdependent bits. This caused
>> a circular dependency in the MIR serialization commit (r237954), which got
>> reverted in r238007.
>>
>> I propose separating the machine IR out of CodeGen and into its own
>> MIR library, living at lib/MIR. This touches every target but it's mostly a
>> mechanical change that renames the header files, although a couple of pr...