index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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