aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMBackend.html
AgeCommit message (Expand)Author
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