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
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+2
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+2
*
[AST] Partially revert r318341 to fix two broken tests on llvm-clang-x86_64-e...
Eugene Zelenko
2017-11-17
1
-108
/
+80
*
[AST, Sema] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-11-15
1
-80
/
+108
*
Fix nodiscard for volatile references
Erich Keane
2017-10-19
1
-1
/
+2
*
[OpenCL] Add LangAS::opencl_private to represent private address space in AST
Yaxun Liu
2017-10-13
1
-14
/
+14
*
[Sema] Suppress warnings for C's zero initializer
Daniel Marjamaki
2017-09-29
1
-0
/
+11
*
Remove offset size check in nullptr arithmetic handling
Andrew Kaylor
2017-09-20
1
-7
/
+0
*
Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc
Andrew Kaylor
2017-09-19
1
-0
/
+39
*
Allow the target field of a CK_ToUnion to be more easily recovered.
John McCall
2017-08-15
1
-0
/
+20
*
[OpenCL] Support variable memory scope in atomic builtins
Yaxun Liu
2017-08-15
1
-17
/
+16
*
Add OpenCL 2.0 atomic builtin functions as Clang builtin
Yaxun Liu
2017-08-04
1
-5
/
+26
*
Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...
Stephan Bergmann
2017-06-27
1
-11
/
+18
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
Add const children() accessors to match the existing non-const children() acc...
Aaron Ballman
2017-04-11
1
-5
/
+11
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-0
/
+1
*
PR32044: Fix some cases where we would confuse a transparent init-list expres...
Richard Smith
2017-02-23
1
-0
/
+5
*
[OpenCL] Add missing address spaces in IR generation of blocks
Anastasia Stulova
2017-01-27
1
-2
/
+3
*
MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter function even in...
Richard Smith
2017-01-09
1
-2
/
+3
*
PR31587: Fix handling of __FUNCSIG__ in C.
Richard Smith
2017-01-09
1
-3
/
+4
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+1
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-13
/
+13
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
1
-0
/
+2
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
1
-4
/
+25
*
[ASTDumper] Add some more character escapes for convenience.
Benjamin Kramer
2016-11-24
1
-2
/
+5
*
Improve handling of __FUNCTION__ and other predefined expression for Objectiv...
Mehdi Amini
2016-11-16
1
-12
/
+13
*
Revert "Improve handling of __FUNCTION__ and other predefined expression for ...
Mehdi Amini
2016-11-15
1
-12
/
+11
*
Improve handling of __FUNCTION__ and other predefined expression for Objectiv...
Mehdi Amini
2016-11-15
1
-11
/
+12
*
Add some more asserts to clearly indicate that there are special cases
Chandler Carruth
2016-11-04
1
-0
/
+1
*
Improve obvious-most-derived-type devirtualization:
Richard Smith
2016-11-03
1
-2
/
+26
*
regcall: Implement regcall Calling Conv in clang
Erich Keane
2016-11-02
1
-0
/
+1
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-5
/
+9
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-13
/
+13
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-1
/
+12
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-1
/
+3
*
Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar
2016-07-22
1
-2
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-0
/
+1
*
P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:
Richard Smith
2016-06-28
1
-0
/
+7
*
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
[next]