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
...
*
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
*
Revert r332847; it caused us to miscompile certain forms of reference initial...
Richard Smith
2018-05-21
1
-3
/
+9
*
[CodeGen] Recognize more cases of zero initialization
Serge Pavlov
2018-05-21
1
-9
/
+3
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-2
/
+2
*
Allow dllimport non-type template arguments in C++17
Reid Kleckner
2018-05-10
1
-19
/
+38
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-12
/
+12
*
Fix 'not all control paths return a value' MSVC warnings. NFCI.
Simon Pilgrim
2018-05-08
1
-0
/
+1
*
[C++2a] Implement operator<=> CodeGen and ExprConstant
Eric Fiselier
2018-05-07
1
-269
/
+348
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+1
*
[AST] strcmp/memcmp always compares unsigned chars.
Benjamin Kramer
2018-04-23
1
-2
/
+12
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-41
/
+41
*
[ExprConstant] Use an AST node and a version number as a key to create
Akira Hatanaka
2018-04-10
1
-58
/
+128
*
Disable -fmerge-all-constants as default.
Manoj Gupta
2018-04-05
1
-3
/
+0
*
[AST] Don't track lambda captures when checking a potential constant expression.
Erik Pilkington
2018-04-05
1
-6
/
+19
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-6
/
+4
*
PR36645: Go looking for an appropriate array bound when constant-evaluating a
Richard Smith
2018-03-09
1
-4
/
+12
*
Reland r326766 (with a slightly modified test)
George Burgess IV
2018-03-07
1
-1
/
+5
*
Revert 326766 too, after r326862 the test fails and I don't know how to fix.
Nico Weber
2018-03-07
1
-5
/
+1
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-4
/
+6
[prev]
[next]