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
/
Expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-8
/
+7
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-1
/
+6
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-6
/
+1
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-1
/
+6
*
[AST] Move operations enum to a definition file.
Etienne Bergeron
2016-05-12
1
-160
/
+6
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
1
-2
/
+4
*
ObjCXX: fix a crash during typo correction.
Manman Ren
2016-02-02
1
-2
/
+7
*
assert(false) -> llvm_unreachable().
Davide Italiano
2016-01-30
1
-1
/
+1
*
[CUDA] Warn undeclared identifiers in CUDA kernel calls
Justin Lebar
2016-01-14
1
-21
/
+32
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+3
*
[TrailingObjects] Convert remaining classes in Expr.h and ExprCXX.h
James Y Knight
2015-12-31
1
-15
/
+10
*
[TrailingObjects] Convert CastExpr and subclasses.
James Y Knight
2015-12-30
1
-18
/
+13
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-7
/
+5
*
[TrailingObjects] Convert AST classes that had a ASTTemplateKWAndArgsInfo.
James Y Knight
2015-12-29
1
-46
/
+34
*
[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic
Anastasia Stulova
2015-12-11
1
-3
/
+14
*
Reverting r255337 as it seems to kill bots. Needs investigation.
Anastasia Stulova
2015-12-11
1
-14
/
+3
*
[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic
Anastasia Stulova
2015-12-11
1
-3
/
+14
*
PR25416: Improve performance of processing inline assembly consisting of many
Richard Smith
2015-12-10
1
-10
/
+39
*
Explicitly permit undefined behavior in constant initializers for global
Richard Smith
2015-12-08
1
-1
/
+4
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
1
-0
/
+1
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-0
/
+8
*
[OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.
Alexey Bataev
2015-10-08
1
-0
/
+4
*
[OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.
Alexey Bataev
2015-09-30
1
-0
/
+23
*
Move functions declared in ExprObjC.h into ExprObjC.cpp.
James Y Knight
2015-09-29
1
-402
/
+0
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-3
/
+0
*
Additional fix for PR14269: Crash on vector elements / global register vars i...
Andrey Bokhanko
2015-08-03
1
-0
/
+12
*
[CodeGen] Simplify creation of shuffle masks.
Benjamin Kramer
2015-07-28
1
-1
/
+1
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-2
/
+2
*
[AST] Cleanup ExprIterator.
Benjamin Kramer
2015-07-18
1
-13
/
+0
*
Fix alignment issues in Clang.
James Y Knight
2015-07-17
1
-4
/
+13
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-0
/
+10
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-4
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
some StmtExprs do not have side-effects
Scott Douglass
2015-06-10
1
-1
/
+29
*
add ConstEvaluatedExprVisitor
Scott Douglass
2015-06-10
1
-14
/
+14
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+27
*
Properly implement warn_unused_result checking for classes/structs.
Kaelyn Takata
2015-04-09
1
-1
/
+5
*
HasSideEffects() should return false for calls to pure and const functions.
Michael Kuperstein
2015-04-06
1
-3
/
+11
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
1
-12
/
+8
*
Use delegating ctors to reduce code duplication. NFC.
Benjamin Kramer
2015-03-06
1
-30
/
+3
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-10
/
+15
*
[Objctive-C sema]. Do not do the unused-getter-return-value
Fariborz Jahanian
2015-02-16
1
-3
/
+1
*
AST: alignof might be dependent because of alignment attributes
David Majnemer
2015-01-15
1
-0
/
+38
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-6
/
+7
*
Sema: Dependent array designators cannot be checked
David Majnemer
2015-01-09
1
-2
/
+2
*
Volatile reads are side-effecting operations, but in the general case of acce...
Aaron Ballman
2015-01-03
1
-0
/
+7
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
1
-20
/
+37
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-6
/
+6
[prev]
[next]