Displaying 2 results from an estimated 2 matches for "54a6903d".
2011 Dec 11
0
[LLVMdev] moving from lib/Target and lib/CodeGen
...changing Target/X to CodeGen/X, nothing exciting.
Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: target-no-codegen-llvm-1.patch
Type: text/x-diff
Size: 471265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111210/54a6903d/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: target-no-codegen-clang-1.patch
Type: text/x-diff
Size: 1425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111210/54a6903d/attachment-0001.patch>
2011 Dec 09
2
[LLVMdev] moving from lib/Target and lib/CodeGen
We've had a circular dependency in LLVM for a while, and while we've
been fortunate that we could ignore it by implementing functions in
header files, a recent innocent change caused a cyclic dependency
between Target and CodeGen just because of inlining that happens in
GCC. I'm proposing to fix this by moving code from Target to CodeGen
If I understand correctly, lib/CodeGen is