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
/
AST
/
ExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
A "constexpr" is evaluated in a constant context. Make sure this is reflected
Bill Wendling
2018-11-26
1
-0
/
+2
*
isEvaluatable() implies a constant context.
Bill Wendling
2018-11-24
1
-2
/
+4
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-43
/
+97
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-97
/
+43
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-43
/
+97
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-61
/
+24
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-24
/
+61
*
PR39628 Treat all non-zero values as 'true' in bool compound-assignment
Richard Smith
2018-11-12
1
-2
/
+3
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+2
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+3
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-3
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+3
*
Reapply Logging: make os_log buffer size an integer constant expression.
Tim Northover
2018-11-02
1
-0
/
+7
*
Revert "Reapply Logging: make os_log buffer size an integer constant expressi...
Tim Northover
2018-11-01
1
-7
/
+0
*
Reapply Logging: make os_log buffer size an integer constant expression.
Tim Northover
2018-11-01
1
-0
/
+7
*
Replace two fallthrough annotations after covered switch with unreachable
Reid Kleckner
2018-11-01
1
-4
/
+2
*
Revert "Logging: make os_log buffer size an integer constant expression.
Tim Northover
2018-11-01
1
-7
/
+0
*
Logging: make os_log buffer size an integer constant expression.
Tim Northover
2018-11-01
1
-0
/
+7
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-2
/
+5
*
PR26547: alignof should return ABI alignment, not preferred alignment
Richard Smith
2018-10-26
1
-10
/
+27
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
1
-0
/
+9
*
[OpenCL][NFC] Unify ZeroToOCL* cast types
Andrew Savonichev
2018-10-23
1
-4
/
+2
*
[Diagnostics] Check for integer overflow in array size expressions
David Bolvansky
2018-10-18
1
-0
/
+13
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-0
/
+2
*
ExprConstant: Make __builtin_object_size use EM_IgnoreSideEffects.
James Y Knight
2018-10-10
1
-24
/
+7
*
Emit CK_NoOp casts in C mode, not just C++.
James Y Knight
2018-10-05
1
-5
/
+1
*
Emit diagnostic note when calling an invalid function declaration.
James Y Knight
2018-10-05
1
-3
/
+6
*
[constexpr] Fix ICE when memcpy() is given a pointer to an incomplete array
Petr Pavlu
2018-10-04
1
-0
/
+4
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-0
/
+7
*
Fix crash on call to __builtin_memcpy with a null pointer to an
Richard Smith
2018-09-13
1
-2
/
+16
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-26
/
+27
*
[Builtins] Add __builtin_clrsb support to IntExprEvaluator::VisitBuiltinCallExpr
Craig Topper
2018-08-08
1
-3
/
+9
*
Revert r339287 "[Builtins] Add __builtin_clrsb support to IntExprEvaluator::V...
Craig Topper
2018-08-08
1
-9
/
+3
*
[Builtins] Add __builtin_clrsb support to IntExprEvaluator::VisitBuiltinCallExpr
Craig Topper
2018-08-08
1
-3
/
+9
*
[Fixed Point Arithmetic] Fix for FixedPointValueToString
Leonard Chan
2018-08-06
1
-2
/
+1
*
[constexpr] Support for constant evaluation of __builtin_memcpy and
Richard Smith
2018-08-04
1
-48
/
+199
*
Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...
Hans Wennborg
2018-08-01
1
-198
/
+48
*
[constexpr] Support for constant evaluation of __builtin_memcpy and
Richard Smith
2018-07-31
1
-48
/
+198
*
Remove trailing space
Fangrui Song
2018-07-30
1
-32
/
+32
*
Prevent Scoped Enums from being Integral constant expressions:
Erich Keane
2018-07-20
1
-1
/
+1
*
PR38095: Allow constant-folding of loads through bitcasted pointers if
Richard Smith
2018-07-11
1
-3
/
+7
*
Fix __builtin_*_overflow when out-param isn't constexpr
Erich Keane
2018-07-05
1
-1
/
+2
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+101
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
1
-0
/
+9
*
Implement constexpr __builtin_*_overflow
Erich Keane
2018-06-13
1
-0
/
+118
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+5
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-5
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+5
*
Rework __builtin_classify_type support to better match GCC and to not assert on
Richard Smith
2018-05-23
1
-80
/
+96
[next]