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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: Add SFS_Empty to only empty functions on a single line.
Daniel Jasper
2014-11-26
1
-0
/
+2
*
[c++1z] Most of N4268 (allow constant evaluation for non-type template argume...
Richard Smith
2014-11-26
2
-0
/
+12
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
2
-3
/
+100
*
Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
2014-11-25
3
-2
/
+9
*
Filter the toplevel matchers by kind.
Samuel Benzaquen
2014-11-24
3
-2
/
+39
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
2
-100
/
+3
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
2
-3
/
+100
*
Delay checking overrides for exception specifications if the overridden
Richard Smith
2014-11-22
1
-6
/
+5
*
Sema: Don't permit variably modified types in typeid
David Majnemer
2014-11-21
1
-0
/
+1
*
Implement -Wcast-qual, fixing #13772.
Roman Divacky
2014-11-21
2
-1
/
+6
*
clang: do not add -pie for tsan
Dmitry Vyukov
2014-11-21
1
-1
/
+1
*
Extend -Wuninitialized to warn when accessing uninitialized base classes in a
Richard Trieu
2014-11-21
1
-0
/
+3
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
2
-2
/
+13
*
Add a flag to BuildDeclarationNameExpr to not reject invalid decls.
Kaelyn Takata
2014-11-20
1
-2
/
+4
*
Add a few small helper methods to the TypoCorrectionConsumer.
Kaelyn Takata
2014-11-20
1
-0
/
+15
*
Correctly set the SourceRange a TypoCorrection will replace.
Kaelyn Takata
2014-11-20
1
-4
/
+3
*
The Syntax enumeration requires at least three bits to store all of its value...
Aaron Ballman
2014-11-20
1
-2
/
+2
*
Bring PostOrderCFGView's insert API up to date with other API changes.
Michael Ilseman
2014-11-20
1
-4
/
+4
*
Extended list of valid frontend options with '-cl-std=CL2.0'.
Anastasia Stulova
2014-11-20
1
-0
/
+3
*
Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
2014-11-20
3
-56
/
+41
*
Constify a few IdentifierInfo * parameters.
Jordan Rose
2014-11-19
1
-2
/
+3
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-2
/
+2
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-1
/
+1
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
2
-28
/
+21
*
Update for LLVM API change
David Blaikie
2014-11-19
1
-1
/
+1
*
clang-format: Add option to disable alignment after opening brackets
Daniel Jasper
2014-11-18
1
-0
/
+11
*
[Sema] Patch to issue warning on comparing parameters with
Fariborz Jahanian
2014-11-18
2
-0
/
+12
*
OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]
NAKAMURA Takumi
2014-11-18
1
-1
/
+1
*
[OPENMP] Additional processing of 'omp atomic read' directive.
Alexey Bataev
2014-11-18
2
-5
/
+36
*
[ASTReader] Add a convenience function to retrieve all the input files of a m...
Argyrios Kyrtzidis
2014-11-18
1
-0
/
+4
*
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
2014-11-17
3
-10
/
+6
*
Handle use of default member initializers before end of outermost class
Reid Kleckner
2014-11-17
4
-5
/
+29
*
Remove VariadicOperatorMatcherInterface as it is redundant with logic from Dy...
Samuel Benzaquen
2014-11-17
2
-42
/
+17
*
[Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.
Alexey Samsonov
2014-11-16
1
-0
/
+2
*
Fix issues missed during the review of r222099.
Richard Trieu
2014-11-15
1
-2
/
+1
*
[c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...
Aaron Ballman
2014-11-14
1
-0
/
+3
*
Add DiagID and Warning Flag to DiagnosticsLog
Steven Wu
2014-11-14
1
-0
/
+3
*
clang-cl: Ignore the new /Zo[-] option (PR21571)
Hans Wennborg
2014-11-14
1
-1
/
+3
*
[Sema]. Warn when logical expression is a pointer
Fariborz Jahanian
2014-11-14
1
-0
/
+2
*
Complete support for the SD-6 standing document (based off N4200) with suppor...
Aaron Ballman
2014-11-14
3
-11
/
+14
*
[PowerPC] Add VSX builtins for vec_div
Bill Schmidt
2014-11-14
1
-0
/
+3
*
[OPENMP] Temporary fix for processing of global variables in loops.
Alexey Bataev
2014-11-14
1
-0
/
+2
*
[Sanitizer] Refactor SanitizerArgs parsing in Driver.
Alexey Samsonov
2014-11-14
2
-100
/
+15
*
Remove -fseh-exceptions in favor of checking the triple
Reid Kleckner
2014-11-14
3
-6
/
+0
*
Cleanup SanitizerArgs: get rid of unused variable, make one method non-static...
Alexey Samsonov
2014-11-14
1
-3
/
+2
*
PR21565 Add an egregious hack to support broken libstdc++ headers that declare
Richard Smith
2014-11-14
1
-0
/
+4
*
Objective-C. Fixes a regression caused by implementation
Fariborz Jahanian
2014-11-13
2
-3
/
+8
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
10
-13
/
+47
*
Support non-owned DiagnosticConsumer in SetupSerializedDiagnostics
Alexander Kornienko
2014-11-13
1
-2
/
+9
*
CMake: Set HOST_LINK_VERSION on Darwin (PR21268)
Hans Wennborg
2014-11-13
2
-3
/
+6
[next]