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
...
*
[analyzer] Correct modelling of OSDynamicCast: eagerly state split
George Karpenkov
2018-10-25
2
-22
/
+53
*
Add MS ABI mangling for operator<=>.
Richard Smith
2018-10-25
1
-9
/
+2
*
Avoid std::map&vector in hexagon builtin code to save code size
Reid Kleckner
2018-10-25
1
-763
/
+808
*
[C++17] Reject shadowing of capture by parameter in lambda
Nicolas Lesser
2018-10-25
1
-3
/
+17
*
Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"
Eric Fiselier
2018-10-25
1
-5
/
+2
*
Change keep-static-consts to work on static storage duration, not
Erich Keane
2018-10-25
1
-2
/
+3
*
[WebAssembly] Bitselect and min/max builtins
Thomas Lively
2018-10-25
1
-0
/
+28
*
[WebAssembly] Lower to target-independent saturating add
Thomas Lively
2018-10-25
1
-2
/
+2
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
6
-43
/
+104
*
[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03
Eric Fiselier
2018-10-25
1
-2
/
+5
*
CodeGen: alter CFConstantString class name for swift 5.0
Saleem Abdulrasool
2018-10-25
1
-1
/
+6
*
[analyzer] Move canReasonAbout from Z3ConstraintManager to SMTConstraintManager
Mikhail R. Gadelha
2018-10-25
1
-43
/
+2
*
[analyzer] Fixed bitvector from model always being unsigned
Mikhail R. Gadelha
2018-10-25
1
-3
/
+5
*
[OPENMP]Fix PR39422: variables are not firstprivatized in task context.
Alexey Bataev
2018-10-25
1
-2
/
+25
*
[AArch64] Branch Protection and Return Address Signing B Key Support
Luke Cheeseman
2018-10-25
4
-11
/
+121
*
[ms] Prevent explicit constructor name lookup if scope is missing
Will Wilson
2018-10-25
1
-1
/
+2
*
[clang-format] Break before next parameter after a formatted multiline raw st...
Krasimir Georgiev
2018-10-25
1
-7
/
+28
*
[CodeGen] Always emit the 'min-legal-vector-width' attribute even when the va...
Craig Topper
2018-10-25
1
-3
/
+1
*
[Sema] Fix -Wcomma for C89
Richard Trieu
2018-10-25
2
-3
/
+12
*
Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"
Eric Fiselier
2018-10-24
1
-3
/
+2
*
Driver,CodeGen: introduce support for Swift CFString layout
Saleem Abdulrasool
2018-10-24
4
-24
/
+124
*
[VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.
Volodymyr Sapsai
2018-10-24
1
-4
/
+0
*
[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03
Eric Fiselier
2018-10-24
1
-2
/
+3
*
Add gfx909 to GPU Arch
Tim Renouf
2018-10-24
2
-0
/
+6
*
AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMap
Konstantin Zhuravlyov
2018-10-24
1
-0
/
+1
*
Do not always request an implicit taskgroup region inside the kmpc_taskloop f...
Alexey Bataev
2018-10-24
1
-2
/
+2
*
[OPENMP]Fix PR39366: do not try to private field if it is not captured.
Alexey Bataev
2018-10-24
1
-2
/
+8
*
[Hexagon] Flip hexagon-autohvx to be true by default
Krzysztof Parzyszek
2018-10-24
1
-2
/
+2
*
[CodeGen] Update min-legal-vector width based on function argument and return...
Craig Topper
2018-10-24
2
-1
/
+30
*
CodeGen: extract some local variables in CFConstantString creation (NFC)
Saleem Abdulrasool
2018-10-24
1
-19
/
+18
*
AST: unindent CFConstantStringDecl by inverting condition (NFC)
Saleem Abdulrasool
2018-10-24
1
-42
/
+40
*
[clang] Introduce new completion context types
Kadir Cetinkaya
2018-10-24
3
-20
/
+31
*
Remove a pair of unused dispatch multiversion declarations.
Erich Keane
2018-10-24
1
-15
/
+0
*
[CodeComplete] Expose InBaseClass signal in code completion results.
Eric Liu
2018-10-24
2
-12
/
+22
*
[autocompletion] Handle the space before pressing tab
Yuka Takahashi
2018-10-24
1
-0
/
+15
*
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
Aaron Ballman
2018-10-24
5
-31
/
+47
*
[Sema] Do not show unused parameter warnings when body is skipped
Ilya Biryukov
2018-10-24
1
-2
/
+3
*
[bash-autocompletion] Fix bug when a flag ends with '='
Yuka Takahashi
2018-10-24
1
-1
/
+3
*
[Sema] Fix -Wcomma in dependent context
Richard Trieu
2018-10-24
1
-0
/
+6
*
Debug Info (-gmodules): emit full types for non-anchored template specializat...
Adrian Prantl
2018-10-24
1
-0
/
+9
*
[analyzer] [NFC] Change scanReachableSymbols to use ranges
George Karpenkov
2018-10-23
3
-21
/
+7
*
[analyzer] Do not stop tracking CXX methods touching OSObject.
George Karpenkov
2018-10-23
2
-9
/
+25
*
[analyzer] Trust summaries for OSObject::retain and OSObject::release
George Karpenkov
2018-10-23
2
-26
/
+27
*
NFC: Remove MANGLE_CHECKER from ItaniumMangle.cpp
Erik Pilkington
2018-10-23
2
-23
/
+0
*
Change getRedeclContext() to support enumerations as another kind of transpar...
Aaron Ballman
2018-10-23
1
-2
/
+12
*
[analyzer] Rename trackNullOrUndefValue to trackExpressionValue
George Karpenkov
2018-10-23
16
-68
/
+58
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
11
-18
/
+48
*
[OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.h
Andrew Savonichev
2018-10-23
1
-1
/
+0
*
[OpenCL] Add cl_intel_planar_yuv extension
Andrew Savonichev
2018-10-23
1
-0
/
+8
*
[OpenCL][NFC] Unify ZeroToOCL* cast types
Andrew Savonichev
2018-10-23
12
-99
/
+47
[prev]
[next]