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
*
Merging r338602:
Hans Wennborg
2018-08-02
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
*
[ExprConstant] Look through ExprWithCleanups for `allocsize`
George Burgess IV
2018-03-06
1
-1
/
+5
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-6
/
+4
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
[ExprConstant] Fix crash when initialize an indirect field with another field.
Volodymyr Sapsai
2018-02-23
1
-4
/
+16
*
In C++14 onwards, it is permitted to read mutable members in constant
Richard Smith
2018-02-21
1
-10
/
+22
*
[AST] Refine the condition for element-dependent array fillers
Ivan A. Kosarev
2018-02-14
1
-2
/
+23
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-48
/
+41
*
Add support for a limited subset of TS 18661-3 math builtins.
Benjamin Kramer
2018-01-06
1
-2
/
+8
*
Fix an assertion failure regression in isDesignatorAtObjectEnd for
Alex Lorenz
2017-12-20
1
-1
/
+4
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-5
/
+6
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+1
*
PR35214: don't crash if we see an array of unknown bound added to an empty bu...
Richard Smith
2017-11-15
1
-4
/
+5
*
Unnamed bitfields don't block constant evaluation of constexpr ctors
Jordan Rose
2017-10-24
1
-0
/
+3
*
Implement current CWG direction for support of arrays of unknown bounds in
Richard Smith
2017-10-20
1
-27
/
+66
*
[OpenMP] Implement omp_is_initial_device() as builtin
Jonas Hahnfeld
2017-10-17
1
-0
/
+3
*
[ExprConstant] Allow constexpr ctor to modify non static data members
Erik Pilkington
2017-10-04
1
-3
/
+30
*
Revert "Improve constant expression evaluation of arrays of unknown bound."
Martin Bohme
2017-08-30
1
-59
/
+26
*
Improve constant expression evaluation of arrays of unknown bound.
Richard Smith
2017-08-29
1
-26
/
+59
*
PR34161: support evaluation of 'void()' expressions in C++14 onwards.
Richard Smith
2017-08-17
1
-0
/
+2
[next]