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.rst
Age
Commit message (
Expand
)
Author
2013-03-19
Extend TableGen instruction selection matcher to improve handling
Ulrich Weigand
2013-01-30
Remove a mention of TargetInstrDescriptor, which no longer exists in the code
Eli Bendersky
2013-01-11
Remove PTX->NVPTX in CodeGenerator document and update its text.
Justin Holewinski
2013-01-11
Update CodeGenerator document to add a "Not Applicable" category to the
Justin Holewinski
2013-01-11
docs: Fix long standing linking antipattern.
Sean Silva
2012-12-09
Documentation: convert ReleaseNotes.html to reST.
Dmitri Gribenko
2012-12-01
Documentation: convert WritingAnLLVMBackend.html to reST
Dmitri Gribenko
2012-11-29
Documentation: formatting improvements
Dmitri Gribenko
2012-11-19
docs: Fix reference to "bold" part of code example.
Sean Silva
2012-11-16
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-14
Remove the CellSPU port.
Eric Christopher
2012-11-05
PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...
Eli Bendersky
2012-11-02
Documentation: fix typos.
Dmitri Gribenko
2012-10-31
Fix typo in CodeGenerator doc
Eli Bendersky
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-30
RST docs: convert HTML escapes to plain text in code examples.
Dmitri Gribenko
2012-08-08
Move header so that it can be picked up by other .rst files.
Bill Wendling
2012-08-02
Sphinxify the Code Generator document.
Bill Wendling