aboutsummaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
AgeCommit message (Expand)Author
2011-05-22document thiscall, PR9101Chris Lattner
2011-05-04Document the automatic alias printing of InstAliases.Bill Wendling
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-13Fix typo.Jay Foad
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-04-06Trivial typo fixes.Jay Foad
2011-04-06Finish up the first draft of the release notes.Chris Lattner
2011-01-08Don't document exactly how virtual registers are represented as integers. CodeJakob Stoklund Olesen
2010-12-20Update the target feature matrix to reflect some new features in the MBlaze b...Wesley Peck
2010-12-19Update the Target Feature Matrix for MipsBruno Cardoso Lopes
2010-12-13further fixes.Chris Lattner
2010-12-12fix typoChris Lattner
2010-11-14no alpha jit support.Chris Lattner
2010-11-06add (and document) the ability for alias results to haveChris Lattner
2010-11-06generalize alias support to allow the result of an alias toChris Lattner
2010-11-06document instalias.Chris Lattner
2010-10-30Validate HTML.Benjamin Kramer
2010-10-30add missing tagChris Lattner
2010-10-30fix typos and some serious bugs in feature handling (but not forChris Lattner
2010-10-30Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner
2010-10-30implement (and document!) the first kind of MC assembler alias, which Chris Lattner
2010-10-28clarify that not having the ".o file writing" featureChris Lattner
2010-10-25Update target feature matrix for CellSPUKalle Raiskila
2010-10-24Update target feature matrix for Blackfin.Jakob Stoklund Olesen
2010-10-24Updating target feature matrix to indicate current MBlaze status.Wesley Peck
2010-10-24broken linkChris Lattner
2010-10-24add a big table with target features.Chris Lattner
2010-09-21random cruft in my tree.Chris Lattner
2010-09-11add some documentation for the most important MC-level classes along withChris Lattner
2010-08-31Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-04-09Fix a grammaro.Bob Wilson
2010-03-25Docuemntation corrections from John Myers.Dan Gohman
2010-03-11add support, testcases, and dox for the new GHC callingChris Lattner
2010-03-08Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman
2010-01-11Update the -tailcallopt description to match djg's improvements to the callingJeffrey Yasskin
2009-10-10x86 uses 5 operands for most memory refs now.Chris Lattner
2009-08-25Update documentation for the -f change.Dan Gohman
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-06-15x86_64 was completely missing from the target triples supported by the X86 codeTorok Edwin
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-05-05Add some more documentation for x86 special address spaces.Dan Gohman
2009-05-05Add basic support for code generation of Chris Lattner
2009-04-22ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.Dan Gohman
2009-04-15More obsessive reformatting. Fixed some validation errors.Bill Wendling
2009-01-26Add some documentation for address-space-based access to the segment registers.Nate Begeman