index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ExtendingLLVM.html
Age
Commit message (
Expand
)
Author
2007-04-01
Mention how to create overloaded intrinsics.
Reid Spencer
2006-04-12
Update adding an intrinsic to describe that you can now just plop it into the
Chris Lattner
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-03-09
Adding an intrinsic is simpler still.
Chris Lattner
2006-03-09
Simpler still
Chris Lattner
2006-03-09
Intrinsic adding is a little bit simpler now
Chris Lattner
2006-01-16
Add a couple very minor tweaks
Chris Lattner
2006-01-16
Fix up 'adding an intrinsic' section a bit, first draft of 'adding a new
Nate Begeman
2006-01-14
Fix the instructions for adding an intrinsic.
Nate Begeman
2005-11-13
typeo
Chris Lattner
2005-05-11
update this to reflect the new selection daggy world
Chris Lattner
2005-04-23
Types.def is going away
Chris Lattner
2004-12-01
* Hyphenate ``constant-propagate''
Misha Brukman
2004-09-28
* InstructionReader.cpp was absorbed into Reader.cpp
Misha Brukman
2004-09-27
Fix grammar.
Misha Brukman
2004-09-21
Thanks to Brad for documentation on adding a DerivedType
Misha Brukman
2004-09-05
Remove the bit about this document being my `notes', it has matured since then.
Misha Brukman
2004-08-12
* Escape &, <, and >
Misha Brukman
2004-08-12
Add information on adding a derived type to LLVM, patch contributed by
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403:
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-06-20
Update path
Chris Lattner
2004-05-23
Make use of the new doc_author class. "Seperate content from presentation" t...
Chris Lattner
2004-04-13
Add a note
Chris Lattner
2004-04-10
Add note
Chris Lattner
2004-04-09
Expand on adding an intrinsic. Move section to before adding an instruction
Chris Lattner
2004-04-06
Incorporated Chris' comments.
Misha Brukman
2004-04-06
Added notes on extending LLVM with new instructions, intrinsics, types, etc.
Misha Brukman