[docs] Update outdated ExtendingLLVM.rst
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 13 Apr 2015 16:04:17 +0000 (16:04 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 13 Apr 2015 16:04:17 +0000 (16:04 +0000)
commit79ccb55981c2219a4516f7d1ca788d988726ac2c
tree96df9814578faf5deaee24842cbd04ae4feb4f9e
parent187ac426865c0f3629fcc22ee9cd473d90cea121
[docs] Update outdated ExtendingLLVM.rst

Summary:
The document is still incomplete in some degrees, but updated to reflect the
latest changes. Anyway we can detail it if any one think it is not enough. For
the sake of it, some useful examples are listed below:

Refer to r113618 "Add X86 MMX type to bitcode and Type" for how to add a new
type.

> One notable change from then is only one thing that ``lib/VMCore`` is renamed
to ``lib/IR``.

Refer to r194760 "Add addrspacecast instruction" for how to add a new
instruction.

Patch by Chilledheart (rwindz0@gmail.com).

Reviewed By: echristo

Differential Revision: http://reviews.llvm.org/D8897

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234757 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ExtendingLLVM.rst