index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
docs
/
UsersManual.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver] Add compiler option to generate a reproducer
Bruno Cardoso Lopes
2017-04-12
1
-0
/
+10
*
Update Bugzilla URLs in docs
Ismail Donmez
2017-02-17
1
-3
/
+3
*
[OpenCL][Doc] Added OpenCL vendor extension description to user manual doc
Anastasia Stulova
2017-02-16
1
-1
/
+38
*
[DebugInfo] Added support to Clang FE for generating debug info for preproces...
Amjad Aboud
2017-02-09
1
-0
/
+16
*
Improve docs: Add missing #pragma push directive.
Asiri Rathnayake
2017-02-02
1
-0
/
+1
*
UsersManual.rst: add missing newline
Hans Wennborg
2017-01-17
1
-0
/
+1
*
Replace non-ASCII ellipsis with "..." to silence Sphinx warnings.
Aaron Ballman
2017-01-16
1
-2
/
+2
*
Add -fstrict-vtable-pointers to UsersManual
Piotr Padlewski
2017-01-16
1
-0
/
+7
*
fix a few typo in the doc but also in the clang messages
Sylvestre Ledru
2017-01-14
1
-1
/
+1
*
UsersManual.rst: Update clang-cl options list again
Hans Wennborg
2017-01-12
1
-0
/
+3
*
UsersManual.rst: Update clang-cl options list
Hans Wennborg
2017-01-12
1
-99
/
+117
*
[Docs][OpenCL] Added OpenCL feature description to Clang documentation.
Anastasia Stulova
2017-01-12
1
-0
/
+360
*
Bring back note about not supporting global register variables.
Michael Kuperstein
2016-12-12
1
-0
/
+4
*
Add documentation describing the components of a complete toolchain including...
Richard Smith
2016-10-27
1
-0
/
+4
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
1
-0
/
+28
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
1
-28
/
+0
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
1
-0
/
+28
*
Add a mode to clang-tblgen to generate reference documentation for warning and
Richard Smith
2016-09-12
1
-0
/
+2
*
This adds new options -fdenormal-fp-math and passes through option -ffast-math
Sjoerd Meijer
2016-08-30
1
-0
/
+9
*
Replace an obsolete company name.
Paul Robinson
2016-08-15
1
-1
/
+3
*
UsersManual.rst: update clang-cl option list
Hans Wennborg
2016-07-27
1
-1
/
+17
*
[Profile] Enable profile merging with -fprofile-generat[=<dir>]
Xinliang David Li
2016-07-22
1
-12
/
+16
*
[Profile] Document new profile file name modifiers
Xinliang David Li
2016-07-20
1
-2
/
+34
*
[Driver] Add flags for enabling both types of PGO Instrumentation
Sean Silva
2016-07-16
1
-10
/
+12
*
Removing a few more :option: tags that we do not have corresponding .. option...
Aaron Ballman
2016-07-15
1
-9
/
+9
*
Removing a few more :option: tags that we do not have corresponding .. option...
Aaron Ballman
2016-07-15
1
-7
/
+7
*
Despite there being an option, it seems that Sphinx has decided that "=123" i...
Aaron Ballman
2016-07-14
1
-2
/
+2
*
[Docs] More warning fixes to unbreak the docs buildbot.
George Burgess IV
2016-06-21
1
-7
/
+12
*
[mips] Compact branch policy setting.
Simon Dardis
2016-05-27
1
-0
/
+10
*
Update -ffast-math documentation to match reality.
Justin Lebar
2016-05-20
1
-0
/
+13
*
fix docs
Kostya Serebryany
2016-05-04
1
-0
/
+1
*
document -f[no-]sanitize-recover=all and mention it in warning messages
Kostya Serebryany
2016-05-04
1
-0
/
+1
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-11
/
+2
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-2
/
+11
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-11
/
+2
*
Update the description of Clang's MSVC compatibility flags
Reid Kleckner
2016-03-28
1
-24
/
+13
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-0
/
+15
*
UsersManual: update clang-cl commands
Hans Wennborg
2016-02-12
1
-5
/
+7
*
Partial revert of rL260506.
Andrey Bokhanko
2016-02-11
1
-0
/
+3
*
Update of "GCC extensions not implemented yet" in Clang User's Manual
Andrey Bokhanko
2016-02-11
1
-10
/
+0
*
[MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari
2016-01-25
1
-2
/
+3
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+5
*
Driver part of debugger tuning.
Paul Robinson
2015-12-19
1
-1
/
+19
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+6
*
[clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.
Nico Weber
2015-12-11
1
-1
/
+1
*
[OPENMP] Make -fopenmp to turn on OpenMP support by default, clang part
Alexey Bataev
2015-12-10
1
-2
/
+2
*
Fix a typo in the clang user manual.
Yunzhong Gao
2015-12-10
1
-2
/
+2
*
[Docs] One more cleanup of -fsanitize= section.
Alexey Samsonov
2015-12-04
1
-17
/
+14
*
[Docs] Update MSan docs
Alexey Samsonov
2015-12-04
1
-27
/
+2
*
[Docs] Move the list of CFI schemes down to CFI doc, and update it.
Alexey Samsonov
2015-12-04
1
-13
/
+2
[next]