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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-22
10
-85
/
+718
*
[Driver] Allow -mnop-mcount for SystemZ and -mfentry for X86 and SystemZ
Fangrui Song
2019-12-22
1
-9
/
+18
*
[Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627
Fangrui Song
2019-12-21
2
-10
/
+9
*
[NFC] Separate getLastArgIntValue to Basic
Yaxun (Sam) Liu
2019-12-21
3
-27
/
+49
*
Fix `-Wunused-variable` warning. NFC.
Michael Liao
2019-12-21
1
-1
/
+1
*
[Analyzer] Use a reference in a range-based for
Mark de Wever
2019-12-21
3
-15
/
+15
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
4
-0
/
+15
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-21
1
-7
/
+54
*
Revert "Customize simplified dumping and matching of LambdaExpr"
Stephen Kelly
2019-12-20
1
-35
/
+1
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-20
1
-1
/
+35
*
[analyzer] Add path notes to FuchsiaHandleCheck.
Gabor Horvath
2019-12-20
1
-3
/
+73
*
[analyzer] Add Fuchsia Handle checker
Gabor Horvath
2019-12-20
3
-0
/
+489
*
Avoid unsupported LLD options
Sid Manning
2019-12-20
1
-3
/
+8
*
[attributes][analyzer] Add annotations for handles.
Gabor Horvath
2019-12-20
3
-0
/
+52
*
Apply the alignment specifier attribute to anonymous unions and structs.
Kamlesh Kumar
2019-12-20
1
-0
/
+3
*
[objc_direct] Tigthen checks for direct methods
Pierre Habouzit
2019-12-20
3
-35
/
+120
*
[clang-format] C# formatting a class with inheritance followed by an attribut...
mydeveloperday
2019-12-20
1
-1
/
+1
*
Parenthesized a logical expression.
Dmitri Gribenko
2019-12-20
1
-1
/
+1
*
Use isa instead of dyn_cast
Dmitri Gribenko
2019-12-20
1
-1
/
+1
*
[clang][Tooling] Prefer -x over -std when interpolating
Kadir Cetinkaya
2019-12-20
1
-1
/
+2
*
[clang] Fix the canonicalization of paths in -fdiagnostics-absolute-paths
Karl-Johan Karlsson
2019-12-20
2
-17
/
+31
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2019-12-19
3
-136
/
+164
*
Fix crash on init-capture packs where the type of the initializer is non-depe...
Richard Smith
2019-12-19
2
-2
/
+4
*
[analyzer] Add a syntactic security check for ObjC NSCoder API.
Artem Dergachev
2019-12-19
2
-1
/
+72
*
ConstrainedFP: use API compatible with opaque pointers.
Tim Northover
2019-12-19
1
-6
/
+6
*
Implement latest C++ feature test macro recommendations.
Richard Smith
2019-12-19
1
-4
/
+14
*
[X86] Mark various pointer arguments in builtins as const
Warren Ristow
2019-12-19
10
-118
/
+118
*
[ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...
shafik
2019-12-19
1
-1
/
+28
*
[Clang FE, SystemZ] Recognize -mrecord-mcount CL option.
Jonas Paulsson
2019-12-19
3
-0
/
+15
*
Re-land "Add an -fno-temp-file flag for compilation"
Hans Wennborg
2019-12-19
4
-2
/
+4
*
[analysis] Re-discard type sugar when casting values retrieved from the Store.
Artem Dergachev
2019-12-18
1
-3
/
+3
*
[clang] Remove -Wexperimental-float-control.
Jordan Rupprecht
2019-12-18
1
-8
/
+0
*
[Remarks][Driver] Place temporary remark files next to temporary object files
Francis Visoiu Mistrih
2019-12-18
1
-11
/
+18
*
[WebAssembly] Add avgr_u intrinsics and require nuw in patterns
Thomas Lively
2019-12-18
1
-0
/
+8
*
Revert concepts changes from D41910
Vedant Kumar
2019-12-18
10
-718
/
+85
*
Add method to ignore invisible AST nodes
Stephen Kelly
2019-12-18
2
-0
/
+30
*
[Remarks][Driver] Run dsymutil when remarks are enabled
Francis Visoiu Mistrih
2019-12-18
1
-2
/
+3
*
[Remarks][Driver][NFC] Make shouldEmitRemarks more available in the Driver
Francis Visoiu Mistrih
2019-12-18
2
-25
/
+25
*
[analyzer] Teach MismatchedDealloc about initWithBytesNoCopy with deallocator.
Artem Dergachev
2019-12-18
1
-0
/
+3
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
5
-158
/
+141
*
Use hasOffsetApplied to initialize member HasOffsetApplied
Akira Hatanaka
2019-12-18
1
-1
/
+1
*
Move TypeSourceInfo to Type.h
Reid Kleckner
2019-12-18
1
-0
/
+6
*
[analyzer] NonnullGlobalConstants: Add support for kCFNull.
Artem Dergachev
2019-12-18
1
-1
/
+3
*
[Concepts] Fix incorrect move out of temporary in D41910
Saar Raz
2019-12-18
1
-2
/
+2
*
[Concepts] Fix crash in D41910
Saar Raz
2019-12-18
1
-1
/
+1
*
[Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.
Jonas Paulsson
2019-12-18
1
-1
/
+1
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-18
10
-85
/
+718
*
Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.
Amy Huang
2019-12-18
12
-46
/
+186
*
Revert "Add an -fno-temp-file flag for compilation"
Mitch Phillips
2019-12-18
4
-4
/
+2
*
Add an -fno-temp-file flag for compilation
Hans Wennborg
2019-12-18
4
-2
/
+4
[prev]
[next]