Import the boost scoped_ptr class to LLVM. This patch was prepared by
[oota-llvm.git] / docs / ExtendingLLVM.html
2007-09-22 Bill WendlingValidation fixes
2007-07-06 Gabor Greiffirst pass of nomenclature changes in .html files
2007-04-01 Reid SpencerMention how to create overloaded intrinsics.
2006-04-12 Chris LattnerUpdate adding an intrinsic to describe that you can...
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-03-09 Chris LattnerAdding an intrinsic is simpler still.
2006-03-09 Chris LattnerSimpler still
2006-03-09 Chris LattnerIntrinsic adding is a little bit simpler now
2006-01-16 Chris LattnerAdd a couple very minor tweaks
2006-01-16 Nate BegemanFix up 'adding an intrinsic' section a bit, first draft...
2006-01-14 Nate BegemanFix the instructions for adding an intrinsic.
2005-11-13 Chris Lattnertypeo
2005-05-11 Chris Lattnerupdate this to reflect the new selection daggy world
2005-04-23 Chris LattnerTypes.def is going away
2004-12-01 Misha Brukman* Hyphenate ``constant-propagate''
2004-09-28 Misha Brukman* InstructionReader.cpp was absorbed into Reader.cpp
2004-09-27 Misha BrukmanFix grammar.
2004-09-21 Misha BrukmanThanks to Brad for documentation on adding a DerivedType
2004-09-05 Misha BrukmanRemove the bit about this document being my `notes...
2004-08-12 Misha Brukman* Escape &, <, and >
2004-08-12 Chris LattnerAdd information on adding a derived type to LLVM, patch...
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-06-20 Chris LattnerUpdate path
2004-05-23 Chris LattnerMake use of the new doc_author class. "Seperate conten...
2004-04-13 Chris LattnerAdd a note
2004-04-10 Chris LattnerAdd note
2004-04-09 Chris LattnerExpand on adding an intrinsic. Move section to before...
2004-04-06 Misha BrukmanIncorporated Chris' comments.
2004-04-06 Misha BrukmanAdded notes on extending LLVM with new instructions...