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
...
*
[OPENCL] Fix wrongly vla error for OpenCL array.
Xiuli Pan
2016-06-07
1
-1
/
+4
*
Revert "[OPENCL] Fix wrongly vla error for OpenCL array."
Xiuli Pan
2016-06-07
1
-4
/
+1
*
[OPENCL] Fix wrongly vla error for OpenCL array.
Xiuli Pan
2016-06-07
1
-1
/
+4
*
Sema: do not attempt to sizeof a dependent type
Saleem Abdulrasool
2016-06-04
1
-0
/
+5
*
PR27989: only enqueue binary operators into the data recursive int expression
Richard Smith
2016-06-04
1
-1
/
+3
*
[Sema] Use the failure bits introduced by r270781.
George Burgess IV
2016-05-25
1
-17
/
+17
*
[Sema] Note when we encounter a problem in ExprConstant.
George Burgess IV
2016-05-25
1
-33
/
+106
*
Fix rejects-valid on constexpr function that accesses a not-yet-defined 'extern
Richard Smith
2016-05-25
1
-3
/
+8
*
Refactor constant expression evaluation of CXXConstructExpr to reduce duplica...
Richard Smith
2016-05-12
1
-35
/
+18
*
Split interesting warnings off from -Wfloat-conversion
Richard Trieu
2016-04-21
1
-0
/
+14
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-12
/
+3
*
Move local helper class into anonymous namespace.
Richard Smith
2016-04-04
1
-0
/
+2
*
[Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...
Faisal Vali
2016-03-26
1
-1
/
+17
*
P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...
Richard Smith
2016-03-20
1
-1
/
+4
*
Update for new argument to scalbn
Matt Arsenault
2016-03-13
1
-4
/
+6
*
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...
Richard Smith
2016-03-08
1
-3
/
+24
*
[MSVC Compat] Don't evaluate member base expressions w/o side effects
David Majnemer
2016-02-26
1
-3
/
+12
*
PR26449: Fixes for bugs in __builtin_classify_type implementation
Andrey Bokhanko
2016-02-15
1
-30
/
+126
*
Fix ICE with constexpr and friend functions
Olivier Goffart
2016-02-12
1
-7
/
+9
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-1
/
+6
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-5
/
+5
*
Clean ExprConstant/CGExprConstant up a bit. NFC.
George Burgess IV
2015-12-11
1
-9
/
+9
*
Explicitly permit undefined behavior in constant initializers for global
Richard Smith
2015-12-08
1
-6
/
+38
*
Don't assert if evaluation of an expression that we're syntactically required
Richard Smith
2015-12-04
1
-1
/
+5
*
PR17381: Treat undefined behavior during expression evaluation as an unmodeled
Richard Smith
2015-12-03
1
-51
/
+64
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-12
/
+56
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
1
-0
/
+1
*
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
[prev]
[next]