index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
WritingAnLLVMBackend.html
Age
Commit message (
Expand
)
Author
2012-03-01
rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj
Jia Liu
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-04-23
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-18
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-09
docs: Fix some in-package URLs.
NAKAMURA Takumi
2011-04-09
docs: Canonicalize URLs.
NAKAMURA Takumi
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-06-02
Update the documentation, getCalleeSavedRegClasses is not required anymore.
Rafael Espindola
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-04-05
don't reference DwarfWriter
Chris Lattner
2010-02-02
Inline addAssemblyEmitter into its one real caller and delete
Chris Lattner
2010-01-25
no need to implement these.
Chris Lattner
2009-09-12
we don't want people to override printBasicBlockLabel.
Chris Lattner
2009-08-05
Documentation: fix HTML validation errors.
Benjamin Kramer
2009-08-02
remove the dead PreferredEHDataFormat TAI hook: its now dead
Chris Lattner
2009-07-26
Update target registration description in Writing An LLVM Backend, and add
Daniel Dunbar
2009-04-05
Add character encoding declaration.
Bill Wendling
2009-04-05
Fix validation error.
Bill Wendling
2009-04-05
A lot of formatting changes.
Bill Wendling
2009-01-28
SDOperand has been renamed to SDValue. SDNode::Val is now
Dan Gohman
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-11-22
Describe how the JIT maps fields to MachineOperands, patch by
Chris Lattner
2008-11-11
last validation errors
Chris Lattner
2008-11-11
fix some validation errors <it> -> <i>
Chris Lattner
2008-11-11
fix some validation errors.
Chris Lattner
2008-11-11
remove an extraneous tag
Chris Lattner
2008-11-11
Make this document *substantially* better and cover a lot more territory.
Chris Lattner
2008-09-29
Add some hands-on documentation about which files to create and edit when
Matthijs Kooijman
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2006-04-24
Suggest looking at the SPARC backend. How weird is that?? :)
Chris Lattner
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2005-10-16
Update this significantly, mention subtarget and isel generation support.
Chris Lattner
2005-05-17
* Add a link to the pattern-matching codegen docs
Misha Brukman
2005-05-17
Recommend writing new instruction selectors using pattern-based mechanisms
Misha Brukman
2005-05-17
Add link to debugging code generators with bugpoint
Misha Brukman
2004-12-27
Add a note about registering the backend so it's available in LLC and LLI
Misha Brukman
2004-12-01
Remove duplicated link to "Machine backend"
Misha Brukman
2004-09-18
Make this HTML 4.01 strict
Chris Lattner
2004-09-06
How to write an LLVM backend, first draft.
Misha Brukman