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
/
Sema
/
TreeTransform.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...
Hans Wennborg
2015-09-29
1
-2
/
+2
*
[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Alexey Bataev
2015-09-28
1
-0
/
+6
*
[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.
Alexey Bataev
2015-09-25
1
-0
/
+7
*
PR14858: Initial support for proper sizeof... handling within alias templates.
Richard Smith
2015-09-23
1
-47
/
+97
*
[OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.
Alexey Bataev
2015-09-03
1
-6
/
+10
*
Fix assertion failure in TransformOpaqueValueExpr
Hubert Tong
2015-09-01
1
-1
/
+1
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-9
/
+15
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+43
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-0
/
+20
*
[OPENMP 4.1] Initial support for modifiers in 'linear' clause.
Alexey Bataev
2015-08-20
1
-4
/
+7
*
[TreeTransform] Simplify code. No functionality change.
Benjamin Kramer
2015-08-18
1
-3
/
+1
*
This patch commits OpenMP 4 target device clauses
Michael Wong
2015-08-07
1
-0
/
+21
*
[OPENMP 4.1] Initial support for extended 'ordered' clause.
Alexey Bataev
2015-07-30
1
-2
/
+18
*
[sema] Fix crash when typo-transforming an expression containing an ObjC supe...
Argyrios Kyrtzidis
2015-07-28
1
-5
/
+4
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-0
/
+11
*
Sema: Allow null names to be passed in to isAcceptableTagRedeclaration
Justin Bogner
2015-07-10
1
-1
/
+1
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
1
-6
/
+187
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+13
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-4
/
+20
*
[Sema] Maintain ellipsis location when transforming lambda captures
Meador Inge
2015-06-26
1
-1
/
+2
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-1
/
+1
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-0
/
+29
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-0
/
+2
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-1
/
+1
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-0
/
+11
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-0
/
+11
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+19
*
Replace the broken LambdaCapture::isInitCapture API.
James Dennett
2015-05-07
1
-2
/
+2
*
PR23334: Perform semantic checking of lambda capture initialization in the ri...
Richard Smith
2015-04-27
1
-45
/
+35
*
[OPENMP] Fix crash on private variables not used in OpenMP region in templates.
Alexey Bataev
2015-04-02
1
-1
/
+10
*
[Objective-C patch]. Amend TransformObjCMessageExpr to handle call
Fariborz Jahanian
2015-03-30
1
-0
/
+38
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
1
-5
/
+3
*
Warn when jumping out of a __finally block via continue, break, return, __leave.
Nico Weber
2015-03-09
1
-1
/
+1
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-5
/
+3
*
Various fixes to mangling of list-initialization.
Richard Smith
2015-02-05
1
-2
/
+9
*
Handle errors in lambda prototype instantiation correctly
Reid Kleckner
2014-12-15
1
-2
/
+8
*
Remove code that tries to avoid transforming non-dependent call operator types
Richard Smith
2014-11-20
1
-78
/
+24
*
Try a different workaround for GCC 4.7.2 lambda capture bug. The previous
Richard Smith
2014-11-12
1
-7
/
+8
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-11-12
1
-17
/
+140
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+143
*
Don't capture DeclRefExpr::getNameInfo().getInfo(). It returns reference in t...
NAKAMURA Takumi
2014-10-29
1
-1
/
+1
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+6
*
Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...
NAKAMURA Takumi
2014-10-17
1
-139
/
+17
*
Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were
Richard Smith
2014-10-16
1
-17
/
+139
*
Bugfix in template instantiation in CXXPseudoDestructorExpr.
Alexey Bataev
2014-10-16
1
-3
/
+10
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-7
/
+52
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-1
/
+14
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+11
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-11
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+11
[next]