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
/
CodeGenerator.html
Age
Commit message (
Expand
)
Author
2011-05-22
document thiscall, PR9101
Chris Lattner
2011-05-04
Document the automatic alias printing of InstAliases.
Bill Wendling
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-13
Fix typo.
Jay Foad
2011-04-09
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-04-06
Trivial typo fixes.
Jay Foad
2011-04-06
Finish up the first draft of the release notes.
Chris Lattner
2011-01-08
Don't document exactly how virtual registers are represented as integers. Code
Jakob Stoklund Olesen
2010-12-20
Update the target feature matrix to reflect some new features in the MBlaze b...
Wesley Peck
2010-12-19
Update the Target Feature Matrix for Mips
Bruno Cardoso Lopes
2010-12-13
further fixes.
Chris Lattner
2010-12-12
fix typo
Chris Lattner
2010-11-14
no alpha jit support.
Chris Lattner
2010-11-06
add (and document) the ability for alias results to have
Chris Lattner
2010-11-06
generalize alias support to allow the result of an alias to
Chris Lattner
2010-11-06
document instalias.
Chris Lattner
2010-10-30
Validate HTML.
Benjamin Kramer
2010-10-30
add missing tag
Chris Lattner
2010-10-30
fix typos and some serious bugs in feature handling (but not for
Chris Lattner
2010-10-30
Implement (and document!) support for MnemonicAlias's to have Requires
Chris Lattner
2010-10-30
implement (and document!) the first kind of MC assembler alias, which
Chris Lattner
2010-10-28
clarify that not having the ".o file writing" feature
Chris Lattner
2010-10-25
Update target feature matrix for CellSPU
Kalle Raiskila
2010-10-24
Update target feature matrix for Blackfin.
Jakob Stoklund Olesen
2010-10-24
Updating target feature matrix to indicate current MBlaze status.
Wesley Peck
2010-10-24
broken link
Chris Lattner
2010-10-24
add a big table with target features.
Chris Lattner
2010-09-21
random cruft in my tree.
Chris Lattner
2010-09-11
add some documentation for the most important MC-level classes along with
Chris Lattner
2010-08-31
Stack slot access methods are in TargetInstrInfo.
Jakob Stoklund Olesen
2010-06-15
Remove the local register allocator.
Jakob Stoklund Olesen
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-09
Fix a grammaro.
Bob Wilson
2010-03-25
Docuemntation corrections from John Myers.
Dan Gohman
2010-03-11
add support, testcases, and dox for the new GHC calling
Chris Lattner
2010-03-08
Add documentation on sibling call optimization. Rename tailcall2.ll test to s...
Evan Cheng
2010-03-02
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
Dan Gohman
2010-01-11
Update the -tailcallopt description to match djg's improvements to the calling
Jeffrey Yasskin
2009-10-10
x86 uses 5 operands for most memory refs now.
Chris Lattner
2009-08-25
Update documentation for the -f change.
Dan Gohman
2009-07-24
Remove the IA-64 backend.
Dan Gohman
2009-06-15
x86_64 was completely missing from the target triples supported by the X86 code
Torok Edwin
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-05
Add some more documentation for x86 special address spaces.
Dan Gohman
2009-05-05
Add basic support for code generation of
Chris Lattner
2009-04-22
ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.
Dan Gohman
2009-04-15
More obsessive reformatting. Fixed some validation errors.
Bill Wendling
2009-01-26
Add some documentation for address-space-based access to the segment registers.
Nate Begeman
[next]