summaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
Commit message (Expand)AuthorAge
* X86 has asterisk-free inline asm support now.Jakob Stoklund Olesen2011-09-19
* PTX: Add basic documentation to CodeGenerator.htmlJustin Holewinski2011-08-11
* Fix a typo.Roman Divacky2011-08-01
* Updating stale documentation on regalloc modes.Andrew Trick2011-07-26
* Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle...Bill Wendling2011-07-26
* Fix some typos.Bill Wendling2011-07-25
* An initial description of the compact unwind encoding.Bill Wendling2011-07-25
* document thiscall, PR9101Chris Lattner2011-05-22
* Document the automatic alias printing of InstAliases.Bill Wendling2011-05-04
* 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
* Fix typo.Jay Foad2011-04-13
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Trivial typo fixes.Jay Foad2011-04-06
* Finish up the first draft of the release notes.Chris Lattner2011-04-06
* Don't document exactly how virtual registers are represented as integers. CodeJakob Stoklund Olesen2011-01-08
* Update the target feature matrix to reflect some new features in the MBlaze b...Wesley Peck2010-12-20
* Update the Target Feature Matrix for MipsBruno Cardoso Lopes2010-12-19
* further fixes.Chris Lattner2010-12-13
* fix typoChris Lattner2010-12-12
* no alpha jit support.Chris Lattner2010-11-14
* add (and document) the ability for alias results to haveChris Lattner2010-11-06
* generalize alias support to allow the result of an alias toChris Lattner2010-11-06
* document instalias.Chris Lattner2010-11-06
* Validate HTML.Benjamin Kramer2010-10-30
* add missing tagChris Lattner2010-10-30
* fix typos and some serious bugs in feature handling (but not forChris Lattner2010-10-30
* Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner2010-10-30
* implement (and document!) the first kind of MC assembler alias, which Chris Lattner2010-10-30
* clarify that not having the ".o file writing" featureChris Lattner2010-10-28
* Update target feature matrix for CellSPUKalle Raiskila2010-10-25
* Update target feature matrix for Blackfin.Jakob Stoklund Olesen2010-10-24
* Updating target feature matrix to indicate current MBlaze status.Wesley Peck2010-10-24
* broken linkChris Lattner2010-10-24
* add a big table with target features.Chris Lattner2010-10-24
* random cruft in my tree.Chris Lattner2010-09-21
* add some documentation for the most important MC-level classes along withChris Lattner2010-09-11
* Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen2010-08-31
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Fix a grammaro.Bob Wilson2010-04-09
* Docuemntation corrections from John Myers.Dan Gohman2010-03-25
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-11
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-08
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-02
* Update the -tailcallopt description to match djg's improvements to the callingJeffrey Yasskin2010-01-11
* x86 uses 5 operands for most memory refs now.Chris Lattner2009-10-10
* Update documentation for the -f change.Dan Gohman2009-08-25
* Remove the IA-64 backend.Dan Gohman2009-07-24