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