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
*
[Preamble] Empty preamble is not an error.
Haojian Wu
2018-08-17
2
-9
/
+0
*
Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...
Erich Keane
2018-08-17
1
-3
/
+4
*
[AArch64] - return address signing
Luke Cheeseman
2018-08-17
3
-0
/
+36
*
[hexagon] restore -fuse-cxa-atexit by default
Brian Cain
2018-08-17
1
-1
/
+0
*
Disable pubnames in NVPTX debug info using metadata
David Blaikie
2018-08-16
1
-2
/
+5
*
[InstrProf] Use atomic profile counter updates for TSan
Vedant Kumar
2018-08-16
1
-0
/
+5
*
Update for LLVM API change
David Blaikie
2018-08-16
1
-1
/
+2
*
AMDGPU: Correct errors in device table
Matt Arsenault
2018-08-16
1
-2
/
+2
*
[AST] Store the OwnedTagDecl as a trailing object in ElaboratedType.
Bruno Ricci
2018-08-16
1
-2
/
+4
*
[AST] Pack the unsigned of SubstTemplateTypeParmPackType into Type
Bruno Ricci
2018-08-16
1
-3
/
+4
*
[AST] Pack the unsigned of DependentTemplateSpecializationType into Type
Bruno Ricci
2018-08-16
1
-1
/
+2
*
[X86] Remove masking from the 512-bit paddus/psubus builtins. Use a select bu...
Craig Topper
2018-08-16
2
-66
/
+36
*
[X86] Remove masking from the 512-bit padds and psubs builtins. Use select bu...
Craig Topper
2018-08-16
1
-56
/
+32
*
[Driver] -print-target-triple and -print-effective-triple options
Petr Hosek
2018-08-16
1
-0
/
+12
*
[Darwin Driver] Fix Simulator builtins and test cases
Chris Bieneman
2018-08-15
2
-9
/
+16
*
Add a newline to SourceLocation dump output
Stephen Kelly
2018-08-15
6
-7
/
+8
*
[CStringSyntaxChecker] Reduces space around error message for strlcat.
David Carlier
2018-08-15
1
-1
/
+1
*
Refactor Darwin driver to refer to runtimes by component
Chris Bieneman
2018-08-15
2
-64
/
+27
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
7
-27
/
+49
*
clang-format: Change Google style wrt. the formatting of empty messages.
Daniel Jasper
2018-08-15
1
-1
/
+1
*
[AST] Pack the bits of TemplateSpecializationType into Type
Bruno Ricci
2018-08-15
1
-3
/
+5
*
Silence "unused variable" warning.
Richard Smith
2018-08-15
1
-0
/
+1
*
[analyzer] Add support for constructors of arguments.
Artem Dergachev
2018-08-15
6
-29
/
+221
*
Fix Stmt::ignoreImplicit
Stephen Kelly
2018-08-14
1
-8
/
+14
*
[CFG] [analyzer] Find argument constructors in CXXTemporaryObjectExprs.
Artem Dergachev
2018-08-14
1
-0
/
+5
*
[InlineAsm] Update the min-legal-vector-width function attribute based on inp...
Craig Topper
2018-08-14
1
-0
/
+14
*
SafeStack: Disable Darwin support
Vlad Tsyrklevich
2018-08-14
1
-10
/
+0
*
[OPENMP] Fix processing of declare target construct.
Alexey Bataev
2018-08-14
5
-71
/
+24
*
We have in place support for parsing #pragma FENV_ACCESS, but that
Kevin P. Neal
2018-08-14
4
-1
/
+59
*
Revert test commit
Kevin P. Neal
2018-08-14
1
-1
/
+0
*
Test commit
Kevin P. Neal
2018-08-14
1
-0
/
+1
*
[gnu-objc] Make selector order deterministic.
David Chisnall
2018-08-14
1
-3
/
+7
*
Add a stub mangling for ObjC selectors in the Microsoft ABI.
David Chisnall
2018-08-14
1
-2
/
+8
*
[analyzer] Made a buildbot happy.
Kristof Umann
2018-08-14
1
-2
/
+4
*
[analyzer][UninitializedObjectChecker] Void pointers are casted back to their...
Kristof Umann
2018-08-14
1
-2
/
+40
*
[X86] Lowering addus/subus intrinsics to native IR
Tomasz Krupa
2018-08-14
1
-1
/
+47
*
[CStringSyntaxChecker] Check strlcat sizeof check
David Carlier
2018-08-14
1
-4
/
+50
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
16
-498
/
+562
*
[CodeGen] Before returning a copy/dispose helper function, bitcast it to
Akira Hatanaka
2018-08-14
1
-2
/
+2
*
[analyzer] Fix UninitializedObjectChecker to not crash on uninitialized "id" ...
George Karpenkov
2018-08-13
2
-2
/
+2
*
Fix Clang warnings and bad #include filenames in r339595 and r339599.
Richard Smith
2018-08-13
3
-5
/
+7
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
16
-562
/
+498
*
Convert if/else to a switch. NFC.
Akira Hatanaka
2018-08-13
1
-42
/
+50
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
7
-158
/
+398
*
[analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...
Kristof Umann
2018-08-13
2
-14
/
+19
*
[analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...
Kristof Umann
2018-08-13
3
-113
/
+201
*
Enforce instantiation of template multiversion functions
Erich Keane
2018-08-13
2
-5
/
+15
*
[analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...
Kristof Umann
2018-08-13
3
-16
/
+17
*
[analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...
Kristof Umann
2018-08-13
4
-297
/
+376
*
[analyzer][UninitializedObjectChecker] Refactoring p1.: ImmutableList factory...
Kristof Umann
2018-08-13
1
-7
/
+8
[next]