search for: r238038

Displaying 2 results from an estimated 2 matches for "r238038".

Did you mean: r218038
2015 May 26
2
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...ary, 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 several things in CodeGen. I've attached a proof of concept patch that renames the files and applies cleanly to r238038. The MIR serialization code will go under the new MIR library and not under CodeGen which will break the dependency. The CodeGen library will link MIR automatically so the build files for tools that link with CodeGen won't have to be changed. Thanks for reading, Alex -------------- next part...
2015 May 26
4
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...s 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 several things in CodeGen. I've attached a proof >> of concept patch that renames the files and applies cleanly to r238038. >> >> The MIR serialization code will go under the new MIR library and not under >> CodeGen which will break the dependency. The CodeGen library will link MIR >> automatically so the build files for tools that link with CodeGen won't have to >> be changed. >&g...