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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sample Profiles - Fix location of binary encoding documentation. NFC.
Diego Novillo
2015-10-19
1
-1
/
+1
*
docs: remote stale refs
Saleem Abdulrasool
2015-10-19
3
-28
/
+21
*
Update `clang-format -help` output in clang-format docs.
Nico Weber
2015-10-19
1
-39
/
+48
*
Add an AST node matcher for TemplateTypeParmDecl objects.
Eric Fiselier
2015-10-17
1
-1
/
+11
*
Sample profiles - Update text profile documentation.
Diego Novillo
2015-10-14
1
-12
/
+54
*
Add decayedType and hasDecayedType AST matchers
Matthias Gehre
2015-10-12
1
-0
/
+17
*
clang-format: Hopefully fix code blocks in docs.
Daniel Jasper
2015-10-07
2
-1
/
+7
*
clang-format: Add empty line before code-blocks in Docs.
Daniel Jasper
2015-10-06
2
-1
/
+7
*
clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper
2015-10-06
2
-18
/
+41
*
Adding an AST node matcher for NonTypeTemplateParmDecl objects.
Aaron Ballman
2015-10-05
1
-1
/
+11
*
Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...
Aaron Ballman
2015-10-05
1
-0
/
+12
*
clang-format: Small doc fix.
Daniel Jasper
2015-10-05
1
-3
/
+3
*
clang-format: Remove sentence in option cost threshold that weakens the
Daniel Jasper
2015-10-05
1
-2
/
+0
*
clang-format: Document threshold for adding new options.
Daniel Jasper
2015-10-05
1
-0
/
+22
*
clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper
2015-09-29
2
-4
/
+88
*
Fix a typo.
Adrian Prantl
2015-09-17
1
-1
/
+1
*
Update the 3.8 release notes with the breaking change information regarding A...
Aaron Ballman
2015-09-17
1
-0
/
+45
*
Rename AST node matchers to match the AST node names directly. Part of this r...
Aaron Ballman
2015-09-17
1
-336
/
+405
*
Updating docs for MSan to describe poison-in-dtor.
Naomi Musgrave
2015-09-17
1
-0
/
+10
*
Fixed HasDeclarationMatcher to properly convert all types into decls where po...
Aaron Ballman
2015-09-11
1
-3
/
+69
*
Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.
Michael Zolotukhin
2015-09-11
1
-0
/
+20
*
Docs: Add missing new line before a list.
Michael Zolotukhin
2015-09-10
1
-0
/
+1
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
2
-6
/
+64
*
add __builtin_unpredictable and convert to metadata
Sanjay Patel
2015-09-02
1
-0
/
+27
*
Make trunk release notes point to 3.7, not 3.6
Nico Weber
2015-09-01
1
-2
/
+2
*
Updating the AST matcher documentation with a new entry; NFC.
Aaron Ballman
2015-08-28
1
-0
/
+14
*
Adding an AST matcher for namespaceAliasDecl.
Aaron Ballman
2015-08-28
1
-0
/
+11
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-0
/
+7
*
[Static Analyzer] Checks to catch nullability related issues.
Gabor Horvath
2015-08-26
1
-0
/
+92
*
[OPENMP] Info about OpenMP Support in Users Manual, NFC.
Alexey Bataev
2015-08-24
1
-0
/
+26
*
Add AST narrowing matchers for inline and anonymous namespaces. Since the inl...
Aaron Ballman
2015-08-18
1
-4504
/
+4545
*
Doxygen: add build option to use svg instead of png files for graphs
Hans Wennborg
2015-08-17
3
-1
/
+11
*
Fix AST matcher documentation.
Manuel Klimek
2015-08-14
2
-84
/
+245
*
Docs: keep copyright years up-to-date
Hans Wennborg
2015-08-12
1
-1
/
+2
*
Docs: update clang-cl command-line documentation
Hans Wennborg
2015-08-12
1
-22
/
+59
*
ReleaseNotes: Small version nbr fix
Hans Wennborg
2015-08-12
1
-1
/
+1
*
Add missing documentation for conversionDecl; NFC.
Aaron Ballman
2015-08-11
1
-0
/
+12
*
Add a polymorphic AST matcher for testing whether a constructor or a conversi...
Aaron Ballman
2015-08-11
1
-0
/
+26
*
Add an AST matcher to match member intializers of a CXXCtorInitializer.
Aaron Ballman
2015-08-11
1
-0
/
+17
*
Fix typo.
Nick Lewycky
2015-08-10
1
-1
/
+1
*
Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".
Mark Heffernan
2015-08-10
1
-4
/
+16
*
Add WebKit brace style configuration option.
Roman Kashitsyn
2015-08-10
1
-1
/
+3
*
Add flags to disable profile generation.
Diego Novillo
2015-08-05
1
-0
/
+13
*
Add missing atomic libcall support.
James Y Knight
2015-08-05
1
-0
/
+3
*
Add AST matchers for narrowing constructors that are default, copy, or move c...
Aaron Ballman
2015-08-05
1
-0
/
+52
*
Update mailing list references to lists.llvm.org
Tanya Lattner
2015-08-05
3
-3
/
+3
*
Grammar: Don't imply that a program wouldn't want a person as its output.
Douglas Katzman
2015-08-03
1
-2
/
+2
*
[libFuzzer] minimal documentation on data-flow-guided fuzzing
Kostya Serebryany
2015-07-31
1
-0
/
+27
*
Add -femulated-tls flag to select the emulated TLS model.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+7
*
Add an AST matcher, isFinal(), for testing whether a method or class declarat...
Aaron Ballman
2015-07-24
1
-0
/
+31
[next]