aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CodeGenerator.html
Commit message (Expand)AuthorAgeFilesLines
* docs/*.html: Fix markups.NAKAMURA Takumi2011-10-311-0/+4
* Remove the Alpha backend.Dan Gohman2011-10-271-8/+0
* According to Mips folks, the backend is now generally reliable (they canBruno Cardoso Lopes2011-10-251-2/+2
* Remove the Blackfin backend.Dan Gohman2011-10-251-8/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-8/+0
* X86 has asterisk-free inline asm support now.Jakob Stoklund Olesen2011-09-191-4/+1
* PTX: Add basic documentation to CodeGenerator.htmlJustin Holewinski2011-08-111-0/+65
* Fix a typo.Roman Divacky2011-08-011-1/+1
* Updating stale documentation on regalloc modes.Andrew Trick2011-07-261-7/+13
* Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle...Bill Wendling2011-07-261-19/+23
* Fix some typos.Bill Wendling2011-07-251-4/+6
* An initial description of the compact unwind encoding.Bill Wendling2011-07-251-1/+109
* document thiscall, PR9101Chris Lattner2011-05-221-5/+8
* Document the automatic alias printing of InstAliases.Bill Wendling2011-05-041-0/+5
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-115/+102
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-151/+152
* Fix typo.Jay Foad2011-04-131-1/+1
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Trivial typo fixes.Jay Foad2011-04-061-1/+1
* Finish up the first draft of the release notes.Chris Lattner2011-04-061-1/+1
* Don't document exactly how virtual registers are represented as integers. CodeJakob Stoklund Olesen2011-01-081-11/+18
* Update the target feature matrix to reflect some new features in the MBlaze b...Wesley Peck2010-12-201-4/+4
* Update the Target Feature Matrix for MipsBruno Cardoso Lopes2010-12-191-4/+4
* further fixes.Chris Lattner2010-12-131-2/+2
* fix typoChris Lattner2010-12-121-1/+1
* no alpha jit support.Chris Lattner2010-11-141-1/+1
* add (and document) the ability for alias results to haveChris Lattner2010-11-061-2/+10
* generalize alias support to allow the result of an alias toChris Lattner2010-11-061-1/+9
* document instalias.Chris Lattner2010-11-061-0/+49
* Validate HTML.Benjamin Kramer2010-10-301-13/+13
* add missing tagChris Lattner2010-10-301-0/+2
* fix typos and some serious bugs in feature handling (but not forChris Lattner2010-10-301-1/+1
* Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner2010-10-301-3/+15
* implement (and document!) the first kind of MC assembler alias, which Chris Lattner2010-10-301-3/+52
* clarify that not having the ".o file writing" featureChris Lattner2010-10-281-0/+4
* Update target feature matrix for CellSPUKalle Raiskila2010-10-251-4/+4
* Update target feature matrix for Blackfin.Jakob Stoklund Olesen2010-10-241-4/+4
* Updating target feature matrix to indicate current MBlaze status.Wesley Peck2010-10-241-4/+4
* broken linkChris Lattner2010-10-241-1/+1
* add a big table with target features.Chris Lattner2010-10-241-1/+274
* random cruft in my tree.Chris Lattner2010-09-211-2/+19
* add some documentation for the most important MC-level classes along withChris Lattner2010-09-111-24/+243
* Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen2010-08-311-2/+2
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-151-13/+13
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+2169
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-2169/+0
* Fix a grammaro.Bob Wilson2010-04-091-1/+1
* Docuemntation corrections from John Myers.Dan Gohman2010-03-251-2/+2
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-111-1/+2
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-081-0/+45