aboutsummaryrefslogtreecommitdiffstats
path: root/docs/WritingAnLLVMBackend.html
Commit message (Expand)AuthorAgeFilesLines
* Documentation: convert WritingAnLLVMBackend.html to reSTDmitri Gribenko2012-12-011-2557/+0
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-251-0/+24
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-191-1/+1
* rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwjJia Liu2012-03-011-1/+1
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-151-47/+33
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-48/+39
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-56/+56
* docs: Fix some in-package URLs.NAKAMURA Takumi2011-04-091-9/+9
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-1/+1
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-161-3/+0
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-111-1/+2
* Update the documentation, getCalleeSavedRegClasses is not required anymore.Rafael Espindola2010-06-021-3/+0
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+2561
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-2561/+0
* don't reference DwarfWriterChris Lattner2010-04-051-2/+1
* Inline addAssemblyEmitter into its one real caller and deleteChris Lattner2010-02-021-2/+0
* no need to implement these.Chris Lattner2010-01-251-6/+0
* we don't want people to override printBasicBlockLabel.Chris Lattner2009-09-121-3/+1
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-051-2/+2
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-021-2/+2
* Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar2009-07-261-6/+48
* Add character encoding declaration.Bill Wendling2009-04-051-0/+1
* Fix validation error.Bill Wendling2009-04-051-0/+2
* A lot of formatting changes.Bill Wendling2009-04-051-1105/+1470
* SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman2009-01-281-14/+14
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
* Describe how the JIT maps fields to MachineOperands, patch byChris Lattner2008-11-221-0/+83
* last validation errorsChris Lattner2008-11-111-7/+7
* fix some validation errors <it> -> <i>Chris Lattner2008-11-111-7/+7
* fix some validation errors.Chris Lattner2008-11-111-11/+11
* remove an extraneous tagChris Lattner2008-11-111-1/+1
* Make this document *substantially* better and cover a lot more territory.Chris Lattner2008-11-111-188/+1957
* Add some hands-on documentation about which files to create and edit whenMatthijs Kooijman2008-09-291-0/+50
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Suggest looking at the SPARC backend. How weird is that?? :)Chris Lattner2006-04-241-2/+3
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Update this significantly, mention subtarget and isel generation support.Chris Lattner2005-10-161-33/+32
* * Add a link to the pattern-matching codegen docsMisha Brukman2005-05-171-7/+9
* Recommend writing new instruction selectors using pattern-based mechanismsMisha Brukman2005-05-171-9/+8
* Add link to debugging code generators with bugpointMisha Brukman2005-05-171-3/+6
* Add a note about registering the backend so it's available in LLC and LLIMisha Brukman2004-12-271-0/+12
* Remove duplicated link to "Machine backend"Misha Brukman2004-12-011-1/+0
* Make this HTML 4.01 strictChris Lattner2004-09-181-4/+4
* How to write an LLVM backend, first draft.Misha Brukman2004-09-061-0/+245