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
*
Move global classes into anonymous namespaces. NFC.
Benjamin Kramer
2015-10-28
1
-0
/
+2
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-0
/
+3
*
Make __builtin_object_size more conservative
George Burgess IV
2015-10-16
1
-22
/
+138
*
Pass ArrayRef by value. NFC.
Craig Topper
2015-09-29
1
-1
/
+1
*
Don't crash when passing &@selector to a _Nonnull parameter. Fixes PR24774.
Nico Weber
2015-09-15
1
-2
/
+3
*
Fix a bug in __builtin_object_size cast removal
George Burgess IV
2015-09-04
1
-3
/
+10
*
Increase accuracy of __builtin_object_size.
George Burgess IV
2015-09-04
1
-35
/
+96
*
[AST] Don't crash when comparing incomplete object
David Majnemer
2015-08-29
1
-1
/
+7
*
PR24597: Fix in-place evaluation of call expressions to provide a proper "this"
Richard Smith
2015-08-28
1
-17
/
+51
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+1
*
Make __builtin_object_size always answer correctly
George Burgess IV
2015-08-19
1
-43
/
+88
*
Revert r245323, it caused PR24493.
Nico Weber
2015-08-18
1
-82
/
+44
*
Make __builtin_object_size always answer correctly
George Burgess IV
2015-08-18
1
-44
/
+82
*
-Wdeprecated: Job objects are stored in a vector yet are not really copyable,...
David Blaikie
2015-08-12
1
-2
/
+8
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-0
/
+7
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-8
/
+8
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-8
/
+8
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+2
*
Fix PR21945: Crash in constant evaluator.
Jonathan Roelofs
2015-06-01
1
-0
/
+5
*
PR23373: A defaulted union copy constructor that is not trivial must still be
Richard Smith
2015-04-29
1
-6
/
+5
*
Make helper functions static. NFC.
Benjamin Kramer
2015-03-09
1
-3
/
+4
*
Add support for generating MIPS legacy NaN
Petar Jovanovic
2015-02-26
1
-4
/
+17
*
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
Catch more cases when diagnosing integer-constant-expression overflows.
Josh Magee
2015-02-04
1
-2
/
+6
*
Support constant evaluation for member calls on std::initializer_list
Richard Smith
2014-12-17
1
-0
/
+3
*
Improve handling of value dependent expressions in __attribute__((enable_if))...
Nick Lewycky
2014-12-16
1
-1
/
+2
*
AST: Limit zero-sized constexpr behavior to array types
David Majnemer
2014-12-14
1
-1
/
+3
*
AST: Incomplete types might be zero sized
David Majnemer
2014-12-11
1
-3
/
+7
*
AST: Don't assume two zero sized objects live at different addresses
David Majnemer
2014-12-09
1
-0
/
+10
*
[OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...
Anastasia Stulova
2014-11-26
1
-0
/
+1
*
Fix bug where a trivial constexpr copy/move operation couldn't copy from an
Richard Smith
2014-11-19
1
-4
/
+31
*
Fix assert/crash on invalid with __builtin_constant_p conditionals in constan...
Richard Smith
2014-11-13
1
-1
/
+5
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+1
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+1
*
PR21327 / C++ DR1652 / C++ DR73: comparing a past-the-end pointer for one
Richard Smith
2014-10-21
1
-0
/
+28
*
[complex] Teach the other two binary operators on complex numbers (==
Chandler Carruth
2014-10-11
1
-5
/
+17
*
[complex] Teach Clang to preserve different-type operands to arithmetic
Chandler Carruth
2014-10-11
1
-52
/
+156
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-3
/
+5
*
constexpr evaluation for __builtin_assume_aligned
Hal Finkel
2014-10-03
1
-37
/
+98
*
Revert useless part of r217349
Hal Finkel
2014-10-03
1
-1
/
+0
*
Fix evatuated value of __builtin_object_size according to its
Fariborz Jahanian
2014-09-22
1
-2
/
+14
*
Reject a slightly-sneaky way to perform a read of mutable state from within a
Richard Smith
2014-09-16
1
-0
/
+66
*
Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.
Hal Finkel
2014-09-07
1
-0
/
+2
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-3
/
+3
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-10
/
+10
*
PR18097: Support initializing an _Atomic(T) from an object of C++ class type T
Richard Smith
2014-07-31
1
-0
/
+5
*
Replace r213816's fix with a different one. It's not meaningful to call
Richard Smith
2014-07-23
1
-3
/
+2
*
Add a missing Invalid check to SubobjectDesignator::isOnePastEnd()
Reid Kleckner
2014-07-23
1
-0
/
+2
*
Handle __assume in the VoidExprEvaluator
Hal Finkel
2014-07-17
1
-0
/
+10
*
Handle __builtin_clzs and __builtin_ctzs in the constant expression evaluator.
Anders Carlsson
2014-07-07
1
-2
/
+4
[next]