summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMBackend.html
Commit message (Expand)AuthorAge
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-15
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* docs: Fix some in-package URLs.NAKAMURA Takumi2011-04-09
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-23
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-11
* Update the documentation, getCalleeSavedRegClasses is not required anymore.Rafael Espindola2010-06-02
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* don't reference DwarfWriterChris Lattner2010-04-05
* Inline addAssemblyEmitter into its one real caller and deleteChris Lattner2010-02-02
* no need to implement these.Chris Lattner2010-01-25
* we don't want people to override printBasicBlockLabel.Chris Lattner2009-09-12
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-05
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-02
* Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar2009-07-26
* Add character encoding declaration.Bill Wendling2009-04-05
* Fix validation error.Bill Wendling2009-04-05
* A lot of formatting changes.Bill Wendling2009-04-05
* SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman2009-01-28
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Describe how the JIT maps fields to MachineOperands, patch byChris Lattner2008-11-22
* last validation errorsChris Lattner2008-11-11
* fix some validation errors <it> -> <i>Chris Lattner2008-11-11
* fix some validation errors.Chris Lattner2008-11-11
* remove an extraneous tagChris Lattner2008-11-11
* Make this document *substantially* better and cover a lot more territory.Chris Lattner2008-11-11
* Add some hands-on documentation about which files to create and edit whenMatthijs Kooijman2008-09-29
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Suggest looking at the SPARC backend. How weird is that?? :)Chris Lattner2006-04-24
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Update this significantly, mention subtarget and isel generation support.Chris Lattner2005-10-16
* * Add a link to the pattern-matching codegen docsMisha Brukman2005-05-17
* Recommend writing new instruction selectors using pattern-based mechanismsMisha Brukman2005-05-17
* Add link to debugging code generators with bugpointMisha Brukman2005-05-17
* Add a note about registering the backend so it's available in LLC and LLIMisha Brukman2004-12-27
* Remove duplicated link to "Machine backend"Misha Brukman2004-12-01
* Make this HTML 4.01 strictChris Lattner2004-09-18
* How to write an LLVM backend, first draft.Misha Brukman2004-09-06