index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation: AliasAnalysis.rst: improve internal and external links
Dmitri Gribenko
2012-12-12
1
-19
/
+18
*
Documentation: convert WritingAnLLVMPass.html to reST.
Dmitri Gribenko
2012-12-12
8
-1967
/
+1456
*
Documentation: cleanup
Dmitri Gribenko
2012-12-12
1
-3
/
+4
*
Documentation: use a 'console' highlighter for terminal output examples. This
Dmitri Gribenko
2012-12-12
2
-11
/
+11
*
Documentation: use a 'console' highlighter for terminal output examples. This
Dmitri Gribenko
2012-12-12
2
-37
/
+37
*
Documentation: cleanup: remove useless anchors and write :ref:s explicitly.
Dmitri Gribenko
2012-12-11
1
-27
/
+8
*
Documentation: Lexicon.rst: add 'SLP' acronym
Dmitri Gribenko
2012-12-11
1
-1
/
+7
*
Documentation: convert Passes.html to reST.
Dmitri Gribenko
2012-12-11
2
-2025
/
+1264
*
Documentation: convert ReleaseNotes.html to reST.
Dmitri Gribenko
2012-12-09
5
-881
/
+571
*
So many people have touched this, it doesn't make sense to ascribe authorship...
Chris Lattner
2012-12-09
1
-3
/
+0
*
docs: Convert GarbageCollection.html to reST
Sean Silva
2012-12-09
3
-1392
/
+1055
*
Documentation: HowToReleaseLLVM.rst: remove trailing whitespace.
Dmitri Gribenko
2012-12-09
1
-18
/
+18
*
Documentation: don't create TOCs manually.
Dmitri Gribenko
2012-12-09
1
-81
/
+4
*
Fixed some grammar and punctuation error.
John Criswell
2012-12-07
1
-5
/
+5
*
Convert HowToReleaseLLVM.html to reST
Dmitri Gribenko
2012-12-07
3
-582
/
+506
*
docs: Convert LangRef to reST.
Sean Silva
2012-12-07
3
-9100
/
+8303
*
Documentation: fix typos and formatting.
Dmitri Gribenko
2012-12-06
1
-3
/
+3
*
docs: Explain plain preformatted text
Sean Silva
2012-12-05
1
-0
/
+20
*
docs: Sphinxify `docs/tutorial/`
Sean Silva
2012-12-05
34
-19074
/
+17106
*
docs: Begin Sphinxification of docs/tutorial/
Sean Silva
2012-12-04
3
-49
/
+38
*
docs: fixup legacy HTML link
Sean Silva
2012-12-04
1
-2
/
+1
*
Update release notes for NVPTX
Justin Holewinski
2012-12-04
1
-1
/
+24
*
Get rid of references to Tcl, DejagGNU, old test structure, discourage the use
Eli Bendersky
2012-12-04
1
-106
/
+57
*
Remove the very out-of-date listing of "very important LLVM areas". I don't
Eli Bendersky
2012-12-04
1
-12
/
+1
*
docs: Fix broken link.
Sean Silva
2012-12-04
1
-1
/
+2
*
docs: Fix dead link.
Sean Silva
2012-12-04
1
-2
/
+2
*
docs: Convert ProgrammersManual to reST.
Sean Silva
2012-12-04
3
-4157
/
+3167
*
Clean up, bring up-to-date and apply consistent formatting.
Eli Bendersky
2012-12-03
1
-30
/
+21
*
Simplify the coding standards for #include ordering. The ordering is now
Chandler Carruth
2012-12-02
1
-9
/
+2
*
Unbreak Sphinx build
Justin Holewinski
2012-12-02
1
-1
/
+2
*
Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well,
Eli Bendersky
2012-12-01
1
-1
/
+2
*
Attempt to fix Makefile.sphinx to not generate errors while trying to copy
Eli Bendersky
2012-12-01
1
-1
/
+1
*
Update FileCheck's documentation to mention recently added feature of
Eli Bendersky
2012-12-01
1
-15
/
+16
*
Documentation: convert WritingAnLLVMBackend.html to reST
Dmitri Gribenko
2012-12-01
4
-2559
/
+1842
*
Removed redundancy in wording
Michael Ilseman
2012-11-30
1
-1
/
+1
*
Clean up the documentation to have a common description area for fast-math fl...
Michael Ilseman
2012-11-30
1
-115
/
+67
*
Documentation for FileCheck: use 'option' and 'program' directives.
Dmitri Gribenko
2012-11-29
1
-36
/
+32
*
Documentation for llvm-link: reformat
Dmitri Gribenko
2012-11-29
1
-54
/
+32
*
Documentation for llvm-cov: reformat
Dmitri Gribenko
2012-11-29
1
-26
/
+14
*
Documentation for llvm-stress: reformat
Dmitri Gribenko
2012-11-29
1
-22
/
+8
*
Documentation for opt: reformat
Dmitri Gribenko
2012-11-29
1
-111
/
+71
*
Documentation for llc: reformat.
Dmitri Gribenko
2012-11-29
1
-120
/
+56
*
Documentation for lit: more formatting: use 'option' and 'program' directives.
Dmitri Gribenko
2012-11-29
1
-139
/
+144
*
Documentation for tblgen: formatting
Dmitri Gribenko
2012-11-29
1
-98
/
+41
*
Documentation for lit: formatting improvements.
Dmitri Gribenko
2012-11-29
1
-117
/
+41
*
Documentation: formatting improvements
Dmitri Gribenko
2012-11-29
1
-3
/
+3
*
Documentation: use correct highlighter
Dmitri Gribenko
2012-11-29
1
-3
/
+3
*
Documentation: improve formatting and remove unneeded empty lines.
Dmitri Gribenko
2012-11-28
2
-70
/
+9
*
Some grammar fixes
Eli Bendersky
2012-11-28
1
-4
/
+3
*
docs: [CMake] Add Xcode to the list of project formats CMake can generate.
NAKAMURA Takumi
2012-11-27
1
-1
/
+1
[next]