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
...
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
1
-106
/
+187
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-13
1
-263
/
+143
*
When evaluating a __builtin_constant_p conditional, always enter
Richard Smith
2019-09-10
1
-63
/
+41
*
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"
Roman Lebedev
2019-09-04
1
-147
/
+265
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-04
1
-265
/
+147
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-147
/
+265
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-265
/
+147
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-147
/
+265
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-265
/
+147
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-145
/
+263
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-263
/
+145
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-145
/
+263
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-263
/
+145
*
[NFC] Test commit - sorted headers.
Nandor Licker
2019-08-29
1
-1
/
+1
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+3
*
Treat the range of representable values of floating-point types as [-inf, +in...
Richard Smith
2019-07-06
1
-9
/
+13
*
Fix -Wcast-qual const warning. NFCI.
Simon Pilgrim
2019-07-03
1
-1
/
+1
*
Fix MSVC "not all control paths return a value" warnings. NFCI.
Simon Pilgrim
2019-07-03
1
-0
/
+2
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-6
/
+505
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-1
/
+3
*
[clang] Small improvments after Adding APValue to ConstantExpr
Gauthier Harnisch
2019-06-21
1
-0
/
+2
*
[clang] perform semantic checking in constant context
Gauthier Harnisch
2019-06-15
1
-14
/
+45
*
Fix constexpr __builtin_*_overflow issue when unsigned->signed operand.
Erich Keane
2019-05-30
1
-4
/
+2
*
[c++2a] Fix assertion failure if we would walk over more than one level
Richard Smith
2019-05-30
1
-1
/
+2
*
Fix hang during constant evaluation of union assignment.
Eric Fiselier
2019-05-23
1
-3
/
+2
*
Fixed a -Wunused-variable warning when assertions are disabled
Dmitri Gribenko
2019-05-22
1
-0
/
+1
*
[c++20] P1330R0: permit simple-assignments that change the active member
Richard Smith
2019-05-21
1
-7
/
+195
*
Refactor: split Uninitialized state on APValue into an "Absent" state
Richard Smith
2019-05-21
1
-13
/
+16
*
Fix compilation warning about unused variable [NFC]
Mikael Holmen
2019-05-20
1
-1
/
+1
*
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
Richard Smith
2019-05-17
1
-6
/
+22
*
Added an assertion to constant evaluation enty points that prohibits dependen...
Dmitri Gribenko
2019-05-17
1
-0
/
+50
*
Fix crash if, during evaluation of __builtin_object_size, we try to load
Richard Smith
2019-05-17
1
-0
/
+5
*
Refactor constant evaluation of typeid(T) to track a symbolic type_info
Richard Smith
2019-05-17
1
-11
/
+36
*
Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...
Chris Bieneman
2019-05-17
1
-36
/
+11
*
Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...
Chris Bieneman
2019-05-17
1
-22
/
+6
*
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
Richard Smith
2019-05-17
1
-6
/
+22
*
Refactor constant evaluation of typeid(T) to track a symbolic type_info
Richard Smith
2019-05-17
1
-11
/
+36
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-4
/
+33
*
[c++20] For P1327R1: support dynamic_cast in constant expression
Richard Smith
2019-05-15
1
-54
/
+199
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-22
/
+220
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
1
-207
/
+21
*
PR41854: Don't assert when constant-evaluating a member function call on an i...
Richard Smith
2019-05-13
1
-0
/
+3
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-21
/
+207
*
Reject attempts to call non-static member functions on objects outside
Richard Smith
2019-05-12
1
-33
/
+122
*
Fix handling of objects under construction during constant expression
Richard Smith
2019-05-12
1
-88
/
+153
*
Revert rL360499 and rL360464 from cfe/trunk:
Simon Pilgrim
2019-05-11
1
-267
/
+113
*
Reject attempts to call non-static member functions on objects outside
Richard Smith
2019-05-11
1
-33
/
+122
*
Fix handling of objects under construction during constant expression
Richard Smith
2019-05-10
1
-88
/
+153
*
Improve interface of APValuePathEntry.
Richard Smith
2019-05-10
1
-42
/
+25
*
Delete write-only HasQualifiers after rC360370
Fangrui Song
2019-05-10
1
-2
/
+0
[prev]
[next]