1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Another point to mention.

llvm-svn: 65765
This commit is contained in:
Duncan Sands 2009-03-01 08:26:19 +00:00
parent 0dd6d44518
commit ac0ff99803

View File

@ -309,6 +309,7 @@ GCC inliner off, llvm handles always-inline.
cmake mature?
x86 backend GS segment -> addr space 256 (r62980)
nocapture
addreadattrs pass renamed to functionattrs; now calculates nocapture
memdep (used by GVN and memcpyopt) is faster / more aggressive.
how to write a backend doc docs/WritingAnLLVMBackend.html
fastisel + exception handling