Move TargetData to DataLayout.
[oota-llvm.git] / docs / WritingAnLLVMBackend.html
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-03-01 Jia Liurplace Alpha with ARM in docs/WritingAnLLVMBackend...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-09 NAKAMURA Takumidocs: Fix some in-package URLs.
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-11 Jakob Stoklund OlesenRemove TargetInstrInfo::copyRegToReg entirely.
2010-06-02 Rafael EspindolaUpdate the documentation, getCalleeSavedRegClasses...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-04-05 Chris Lattnerdon't reference DwarfWriter
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-01-25 Chris Lattnerno need to implement these.
2009-09-12 Chris Lattnerwe don't want people to override printBasicBlockLabel.
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-07-26 Daniel DunbarUpdate target registration description in Writing An...
2009-04-05 Bill WendlingAdd character encoding declaration.
2009-04-05 Bill WendlingFix validation error.
2009-04-05 Bill WendlingA lot of formatting changes.
2009-01-28 Dan GohmanSDOperand has been renamed to SDValue. SDNode::Val...
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-11-22 Chris LattnerDescribe how the JIT maps fields to MachineOperands...
2008-11-11 Chris Lattnerlast validation errors
2008-11-11 Chris Lattnerfix some validation errors <it> -> <i>
2008-11-11 Chris Lattnerfix some validation errors.
2008-11-11 Chris Lattnerremove an extraneous tag
2008-11-11 Chris LattnerMake this document *substantially* better and cover...
2008-09-29 Matthijs KooijmanAdd some hands-on documentation about which files to...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2006-04-24 Chris LattnerSuggest looking at the SPARC backend. How weird is...
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2005-10-16 Chris LattnerUpdate this significantly, mention subtarget and isel...
2005-05-17 Misha Brukman* Add a link to the pattern-matching codegen docs
2005-05-17 Misha BrukmanRecommend writing new instruction selectors using patte...
2005-05-17 Misha BrukmanAdd link to debugging code generators with bugpoint
2004-12-27 Misha BrukmanAdd a note about registering the backend so it's availa...
2004-12-01 Misha BrukmanRemove duplicated link to "Machine backend"
2004-09-18 Chris LattnerMake this HTML 4.01 strict
2004-09-06 Misha BrukmanHow to write an LLVM backend, first draft.