summaryrefslogtreecommitdiff
path: root/docs/ExtendingLLVM.html
AgeCommit message (Expand)AuthorFilesLines
2012-10-07Sphinxify the ExtendingLLVM documentation.Bill Wendling1-379/+0
2012-04-19[docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar1-1/+1
2012-03-23Remove the C backend.Eric Christopher1-13/+0
2011-10-31docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi1-0/+1
2011-06-30The enum was moved to ISDOpcodes.h.Duncan Sands1-1/+1
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi1-9/+9
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi1-16/+16
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi1-1/+1
2010-05-07Revert r103213. It broke several sections of live website.mike-m1-0/+391
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m1-391/+0
2008-12-11Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman1-1/+1
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman1-2/+2
2007-09-22Validation fixesBill Wendling1-12/+11
2007-07-06first pass of nomenclature changes in .html filesGabor Greif1-8/+8
2007-04-01Mention how to create overloaded intrinsics.Reid Spencer1-1/+4
2006-04-12Update adding an intrinsic to describe that you can now just plop it into theChris Lattner1-20/+12
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer1-1/+1
2006-03-09Adding an intrinsic is simpler still.Chris Lattner1-4/+0
2006-03-09Simpler stillChris Lattner1-4/+0
2006-03-09Intrinsic adding is a little bit simpler nowChris Lattner1-9/+2
2006-01-16Add a couple very minor tweaksChris Lattner1-7/+11
2006-01-16Fix up 'adding an intrinsic' section a bit, first draft of 'adding a newNate Begeman1-36/+111
2006-01-14Fix the instructions for adding an intrinsic.Nate Begeman1-3/+7
2005-11-13typeoChris Lattner1-1/+1
2005-05-11update this to reflect the new selection daggy worldChris Lattner1-11/+53
2005-04-23Types.def is going awayChris Lattner1-8/+2
2004-12-01* Hyphenate ``constant-propagate''Misha Brukman1-3/+12
2004-09-28* InstructionReader.cpp was absorbed into Reader.cppMisha Brukman1-2/+3
2004-09-27Fix grammar.Misha Brukman1-2/+2
2004-09-21Thanks to Brad for documentation on adding a DerivedTypeMisha Brukman1-1/+2
2004-09-05Remove the bit about this document being my `notes', it has matured since then.Misha Brukman1-5/+0
2004-08-12* Escape &, <, and >Misha Brukman1-15/+24
2004-08-12Add information on adding a derived type to LLVM, patch contributed byChris Lattner1-1/+41
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner1-2/+2
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman1-1/+1
2004-06-20Update pathChris Lattner1-2/+2
2004-05-23Make use of the new doc_author class. "Seperate content from presentation" t...Chris Lattner1-2/+2
2004-04-13Add a noteChris Lattner1-0/+4
2004-04-10Add noteChris Lattner1-0/+5
2004-04-09Expand on adding an intrinsic. Move section to before adding an instructionChris Lattner1-26/+40
2004-04-06Incorporated Chris' comments.Misha Brukman1-7/+9
2004-04-06Added notes on extending LLVM with new instructions, intrinsics, types, etc.Misha Brukman1-0/+213