aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMBackend.html
AgeCommit message (Expand)Author
2012-03-01rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwjJia Liu
2011-06-15Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen
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: Fix some in-package URLs.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen
2010-06-02Update the documentation, getCalleeSavedRegClasses is not required anymore.Rafael Espindola
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-04-05don't reference DwarfWriterChris Lattner
2010-02-02Inline addAssemblyEmitter into its one real caller and deleteChris Lattner
2010-01-25no need to implement these.Chris Lattner
2009-09-12we don't want people to override printBasicBlockLabel.Chris Lattner
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-08-02remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner
2009-07-26Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar
2009-04-05Add character encoding declaration.Bill Wendling
2009-04-05Fix validation error.Bill Wendling
2009-04-05A lot of formatting changes.Bill Wendling
2009-01-28SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-11-22Describe how the JIT maps fields to MachineOperands, patch byChris Lattner
2008-11-11last validation errorsChris Lattner
2008-11-11fix some validation errors <it> -> <i>Chris Lattner
2008-11-11fix some validation errors.Chris Lattner
2008-11-11remove an extraneous tagChris Lattner
2008-11-11Make this document *substantially* better and cover a lot more territory.Chris Lattner
2008-09-29Add some hands-on documentation about which files to create and edit whenMatthijs Kooijman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2006-04-24Suggest looking at the SPARC backend. How weird is that?? :)Chris Lattner
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-10-16Update this significantly, mention subtarget and isel generation support.Chris Lattner
2005-05-17* Add a link to the pattern-matching codegen docsMisha Brukman
2005-05-17Recommend writing new instruction selectors using pattern-based mechanismsMisha Brukman
2005-05-17Add link to debugging code generators with bugpointMisha Brukman
2004-12-27Add a note about registering the backend so it's available in LLC and LLIMisha Brukman
2004-12-01Remove duplicated link to "Machine backend"Misha Brukman
2004-09-18Make this HTML 4.01 strictChris Lattner
2004-09-06How to write an LLVM backend, first draft.Misha Brukman