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
...
*
[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
*
Fix undefined behavior that is caused by not always initializing a bool.
Daniel Jasper
2017-08-17
1
-0
/
+1
*
Fix a UBSan failure where this boolean was copied when uninitialized.
Chandler Carruth
2017-08-16
1
-1
/
+1
*
Avoid PointerIntPair of constexpr EvalInfo structs
Reid Kleckner
2017-08-15
1
-13
/
+11
*
[MS] Don't statically initialize dllimport member function pointers
Reid Kleckner
2017-07-07
1
-0
/
+16
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-05
1
-2
/
+2
*
Revert r301742, which caused us to try to evaluate all full-expressions.
Richard Smith
2017-06-26
1
-9
/
+4
*
Revert "[MS] Don't statically initialize dllimport member function pointers"
Reid Kleckner
2017-06-23
1
-16
/
+0
*
[MS] Don't statically initialize dllimport member function pointers
Reid Kleckner
2017-06-23
1
-0
/
+16
*
Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...
Diana Picus
2017-06-13
1
-4
/
+9
*
Revert r301742 which made ExprConstant checking apply to all full-exprs.
Nick Lewycky
2017-06-12
1
-9
/
+4
*
Revert r303316, a change to ExprConstant to evaluate function arguments.
Nick Lewycky
2017-06-12
1
-28
/
+5
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+3
*
Create valid LValue to represent null pointers in constant exprs
Tim Northover
2017-05-26
1
-6
/
+14
*
The constant expression evaluator should examine function arguments for non-c...
Nick Lewycky
2017-05-17
1
-5
/
+28
*
Revert r301822 (and dependent r301825), which tried to improve the
Daniel Jasper
2017-05-02
1
-136
/
+106
*
Revert r301785 (and r301787) because they caused PR32864.
Nick Lewycky
2017-05-02
1
-7
/
+1
*
Silence unused variable warning. NFC.
Benjamin Kramer
2017-05-01
1
-1
/
+1
*
Improve handling of arrays of unknown bound in constant expressions.
Richard Smith
2017-05-01
1
-106
/
+136
*
Handle expressions with non-literal types like ignored expressions if we are ...
Nick Lewycky
2017-05-01
1
-1
/
+7
*
Remove Sema::CheckForIntOverflow, and instead check all full-expressions.
Nick Lewycky
2017-04-29
1
-4
/
+9
*
ObjCBoxedExpr can't be evaluated by the constant expression evaluator.
Nick Lewycky
2017-04-29
1
-2
/
+5
*
In the expression evaluator, visit the index of an ArraySubscriptExpr even if...
Nick Lewycky
2017-04-27
1
-3
/
+8
*
In the expression evaluator, descend into both the true and false expressions...
Nick Lewycky
2017-04-27
1
-1
/
+7
*
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
Benjamin Kramer
2017-03-21
1
-5
/
+8
*
Honor __unaligned in codegen for declarations and expressions
Roger Ferrer Ibanez
2017-03-08
1
-0
/
+2
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-0
/
+1
*
PR32034: Evaluate _Atomic(T) in-place when T is a class or array type.
Richard Smith
2017-02-22
1
-12
/
+37
*
Silence sign compare warning. NFC.
Benjamin Kramer
2017-02-16
1
-6
/
+6
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-1
/
+0
*
[cxx1z-constexpr-lambda] Implement captures - thus completing implementation ...
Faisal Vali
2017-02-16
1
-7
/
+101
*
Don't let EvaluationModes dictate whether an invalid base is OK
George Burgess IV
2017-02-10
1
-37
/
+57
[prev]
[next]