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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Sema::CheckFormatString a static function inside SemaChecking.cpp
Andy Gibbs
2016-02-22
1
-31
/
+46
*
Addressing review comments for r261163.
Manman Ren
2016-02-22
4
-39
/
+14
*
Fix PR24473 : Teach clang to remember to substitute into member variable temp...
Faisal Vali
2016-02-22
1
-2
/
+48
*
[MSVC Compat] Implement -EHc semantics
David Majnemer
2016-02-20
1
-0
/
+7
*
[OPENMP 4.5] Initial support for data members in 'lastprivate' clause.
Alexey Bataev
2016-02-20
1
-61
/
+46
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
2
-10
/
+11
*
[OpenCL] Generate metadata for opencl_unroll_hint attribute
Anastasia Stulova
2016-02-19
1
-0
/
+48
*
Removed unused local variable
Serge Pavlov
2016-02-19
1
-3
/
+0
*
Implement the likely resolution of core issue 253.
Nico Weber
2016-02-19
1
-6
/
+11
*
Fix my typo from r261278
Richard Trieu
2016-02-19
1
-1
/
+1
*
Add -Wcomma warning to Clang.
Richard Trieu
2016-02-18
2
-0
/
+92
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
4
-13
/
+50
*
[Sema] Fix bug in TypeLocBuilder::pushImpl
Akira Hatanaka
2016-02-18
1
-4
/
+32
*
[Parse] Code complete expressions in bracket declarators.
Benjamin Kramer
2016-02-18
1
-0
/
+4
*
Sema: provide an extension warning for enable_if
Saleem Abdulrasool
2016-02-18
1
-0
/
+2
*
Add 'nopartial' qualifier for availability attributes.
Manman Ren
2016-02-17
4
-8
/
+46
*
[modules] Cache 'acceptable decl' lookups for namespaces. In projects with
Richard Smith
2016-02-17
2
-0
/
+24
*
Correct more typos in conditional expressions
David Majnemer
2016-02-17
1
-1
/
+16
*
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
Alexey Bataev
2016-02-17
1
-2
/
+12
*
[OpenCL] Added half type literal with suffix h.
Anastasia Stulova
2016-02-17
1
-1
/
+8
*
[OPENMP] Fix handling loop-based directives with arrays.
Alexey Bataev
2016-02-17
1
-68
/
+106
*
Improve diagnostics for ill-formed literal operator declarations.
Richard Smith
2016-02-17
1
-86
/
+144
*
[typo-correction] Apply name specifier corrections when forming a NNS
Reid Kleckner
2016-02-16
1
-0
/
+4
*
[OPENMP] Allow to use compound assignment operators.
Alexey Bataev
2016-02-16
1
-10
/
+37
*
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev
2016-02-16
1
-20
/
+41
*
Sema: prevent assertion on stack return checking
Saleem Abdulrasool
2016-02-15
1
-2
/
+4
*
Sema: constify EvalAddr, EvalVal
Saleem Abdulrasool
2016-02-15
1
-139
/
+146
*
Fix a leak in the generated code for attributes with strings.
Benjamin Kramer
2016-02-13
1
-3
/
+3
*
Don't copy a DenseMap just to do lookup in it.
Benjamin Kramer
2016-02-13
1
-6
/
+1
*
[Sema] More changes to fix Objective-C fallout from r249995.
Bob Wilson
2016-02-13
2
-33
/
+51
*
Make -Wnull-conversion more useful.
Richard Trieu
2016-02-13
1
-7
/
+14
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
7
-177
/
+92
*
[CUDA] Tweak attribute-based overload resolution to match nvcc behavior.
Artem Belevich
2016-02-12
2
-43
/
+72
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
3
-43
/
+40
*
Silence some MSVC false positive warnings about integer zexts and falling off...
Reid Kleckner
2016-02-10
1
-1
/
+1
*
[OPENMP 4.5] Initial support for data members in 'firstprivate' clause.
Alexey Bataev
2016-02-10
1
-76
/
+73
*
Fix assertion "Chunk.Kind == DeclaratorChunk::Function" with attributed type.
Denis Zobnin
2016-02-10
1
-0
/
+7
*
Fix PR26543: add a check for definition in CXXRecordDecl.
Alexey Bataev
2016-02-10
1
-1
/
+2
*
[Sema] Issue a warning for integer overflow in nested struct initializer
Akira Hatanaka
2016-02-10
1
-6
/
+14
*
Revert "Avoid forcing emission of delayed dllexported classes on template ins...
Reid Kleckner
2016-02-09
1
-10
/
+0
*
[OPENMP] Allow to use the variable in the same 'threadprivate'
Alexey Bataev
2016-02-09
1
-3
/
+0
*
Do not mark variable as threadprivate if it was marked already.
Alexey Bataev
2016-02-09
1
-0
/
+3
*
[OPENMP] Allow to reference threadprivate variable in same directive.
Alexey Bataev
2016-02-09
1
-2
/
+8
*
Avoid forcing emission of delayed dllexported classes on template instantiation
Reid Kleckner
2016-02-09
1
-0
/
+10
*
Make ParentMap work with explicit specializations of function templates.
Nico Weber
2016-02-08
1
-1
/
+0
*
[Concepts] Remove the IsConcept bit and associated member functions from VarDecl
Nathan Wilson
2016-02-08
1
-5
/
+8
*
Remove dead code.
Richard Smith
2016-02-08
1
-4
/
+0
*
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
Alexey Bataev
2016-02-08
4
-22
/
+94
*
[Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 by
Nathan Wilson
2016-02-08
2
-2
/
+32
*
Sema: handle typo correction on ARC'ed ivar
Saleem Abdulrasool
2016-02-07
1
-0
/
+4
[next]