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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
432
-7748
/
+7748
*
Make test/Driver/baremetal.cpp work with linkers other than lld
David Greene
2018-07-30
1
-5
/
+5
*
[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang part
Roman Lebedev
2018-07-30
11
-37
/
+829
*
[analyzer] Store ValueDecl in DeclRegion
George Karpenkov
2018-07-30
1
-3
/
+3
*
Delete some unreachable AST printing code.
Richard Smith
2018-07-30
1
-30
/
+0
*
[ARM, AArch64]: Use unadjusted alignment when passing composites as arguments
Momchil Velikov
2018-07-30
9
-17
/
+350
*
[analyzer] Add missing state transition in IteratorChecker.
Reka Kovacs
2018-07-30
1
-0
/
+2
*
[analyzer] Add support for more invalidating functions in InnerPointerChecker.
Reka Kovacs
2018-07-30
3
-71
/
+214
*
[CodeComplete] Fix the crash in code completion on access checking
Ilya Biryukov
2018-07-30
2
-28
/
+15
*
[OPENMP] Modify the info about OpenMP support in UsersManual, NFC.
Alexey Bataev
2018-07-30
1
-7
/
+2
*
[mips64][clang] Adjust tests to account for changes in r338239
Stefan Maksimovic
2018-07-30
3
-7
/
+11
*
[clang-format] Silence -Wdocumentation warnings
Krasimir Georgiev
2018-07-30
1
-6
/
+8
*
[mips64][clang] Provide the signext attribute for i32 return values
Stefan Maksimovic
2018-07-30
1
-2
/
+8
*
Fix -Wdocumentation warning. NFCI.
Simon Pilgrim
2018-07-30
1
-1
/
+0
*
[Analyzer] Iterator Checker Hotfix: Defer deletion of container data until it...
Adam Balogh
2018-07-30
1
-1
/
+22
*
[clang-format] Indent after breaking Javadoc annotated line
Krasimir Georgiev
2018-07-30
6
-46
/
+242
*
PR38355 Prevent infinite recursion when checking initializer lifetime if
Richard Smith
2018-07-30
2
-1
/
+8
*
Revert r337456: [CodeGen] Disable aggressive structor optimizations at -O0, t...
Chandler Carruth
2018-07-29
3
-48
/
+13
*
[UBSan] Strengthen pointer checks in 'new' expressions
Serge Pavlov
2018-07-28
5
-26
/
+215
*
[Sema][ObjC] Warn when a method declared in a protocol takes a
Akira Hatanaka
2018-07-28
3
-7
/
+82
*
[CUDA][HIP] Allow function-scope static const variable
Yaxun Liu
2018-07-28
5
-13
/
+40
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
6
-12
/
+14
*
Compile SemaTemplate.cpp with /bigobj on MSVC
Erik Pilkington
2018-07-28
1
-0
/
+1
*
[CFG] Remove duplicate function/class names at the beginning of comments
Fangrui Song
2018-07-28
4
-74
/
+67
*
Parse a possible trailing postfix expression suffix after a fold expression
Nicolas Lesser
2018-07-27
3
-5
/
+42
*
[Sema] Use a TreeTransform to extract deduction guide parameter types
Erik Pilkington
2018-07-27
2
-15
/
+54
*
[DEBUG_INFO] Fix tests, NFC.
Alexey Bataev
2018-07-27
2
-0
/
+2
*
[DEBUGINFO] Disable unsupported debug info options for NVPTX target.
Alexey Bataev
2018-07-27
10
-80
/
+201
*
[analyzer] Extend NoStoreFuncVisitor to insert a note on IVars
George Karpenkov
2018-07-27
3
-17
/
+100
*
Fix typos in comment.
Richard Smith
2018-07-27
1
-2
/
+2
*
[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...
George Karpenkov
2018-07-27
1
-0
/
+1
*
[OPENMP] Static variables on device must be externally visible.
Alexey Bataev
2018-07-27
3
-3
/
+27
*
[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...
George Karpenkov
2018-07-27
6
-1
/
+66
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
11
-279
/
+325
*
[AST] Sink 'part of explicit cast' down into ImplicitCastExpr
Roman Lebedev
2018-07-27
6
-13
/
+17
*
[WWW] Fixing file permissions for the .html pages.
Mike Edwards
2018-07-27
16
-0
/
+0
*
added shared library to fix buildbot
Emmett Neyman
2018-07-27
1
-0
/
+2
*
[Sema] Fix a crash by completing a type before using it
Erik Pilkington
2018-07-26
2
-0
/
+26
*
[WWW] Removing my test file as the auto-deployment script has been fixed.
Mike Edwards
2018-07-26
1
-6
/
+0
*
[WWW] Adding a test page to work out an auto-deployment issue.
Mike Edwards
2018-07-26
1
-0
/
+6
*
Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...
Reid Kleckner
2018-07-26
4
-106
/
+28
*
[MS] Add L__FUNCSIG__ for compatibility
Reid Kleckner
2018-07-26
7
-6
/
+19
*
Updated llvm-proto-fuzzer to execute the compiled code
Emmett Neyman
2018-07-26
3
-58
/
+148
*
[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structs
Sanjin Sijaric
2018-07-26
7
-3
/
+17
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-07-26
4
-28
/
+106
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
14
-164
/
+162
*
[OPENMP, DOCS] Fixed typo, NFC.
Alexey Bataev
2018-07-26
1
-1
/
+1
*
[COFF, ARM64] Decide when to mark struct returns as SRet
Mandeep Singh Grang
2018-07-26
4
-3
/
+53
*
[OPENMP] What's new for OpenMP in clang.
Alexey Bataev
2018-07-26
2
-7
/
+84
*
[Sema][ObjC] Do not propagate the nullability specifier on the receiver
Akira Hatanaka
2018-07-26
2
-0
/
+16
[next]