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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
Craig Topper
2015-12-25
2
-6
/
+7
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-24
2
-7
/
+6
*
Replace llvm::utostr calls in Twine context with Twines. NFC.
Benjamin Kramer
2015-12-24
1
-2
/
+2
*
[TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...
James Y Knight
2015-12-24
3
-69
/
+46
*
[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...
Alexey Bataev
2015-12-18
1
-5
/
+5
*
[CUDA] Make vtable construction aware of host/device side of CUDA compilation.
Artem Belevich
2015-12-17
1
-0
/
+15
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
Print qualified display names when emitting CodeView
Reid Kleckner
2015-12-16
3
-11
/
+16
*
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.
Alexey Bataev
2015-12-15
3
-7
/
+22
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
3
-0
/
+55
*
[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
*
Clean ExprConstant/CGExprConstant up a bit. NFC.
George Burgess IV
2015-12-11
1
-9
/
+9
*
PR25416: Improve performance of processing inline assembly consisting of many
Richard Smith
2015-12-10
1
-10
/
+39
*
Reformat linefeeds.
NAKAMURA Takumi
2015-12-09
1
-3
/
+1
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
3
-55
/
+0
*
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
Alexey Bataev
2015-12-08
2
-0
/
+9
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
3
-0
/
+55
*
Explicitly permit undefined behavior in constant initializers for global
Richard Smith
2015-12-08
2
-7
/
+42
*
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
Alexey Bataev
2015-12-07
2
-0
/
+9
*
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
Alexey Bataev
2015-12-07
2
-0
/
+6
*
Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().
Dawn Perchik
2015-12-05
1
-3
/
+6
*
Use std::copy and std::transform instead of manual loops. NFC
Craig Topper
2015-12-05
1
-17
/
+16
*
[AST] ArrayRef-ize CompoundStmt::setStmts.
Craig Topper
2015-12-04
1
-6
/
+7
*
Don't assert if evaluation of an expression that we're syntactically required
Richard Smith
2015-12-04
1
-1
/
+5
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
3
-0
/
+57
*
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
3
-22
/
+90
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
1
-0
/
+27
*
[MS ABI] Correctly mangle nullptr member pointers for variable templates
David Majnemer
2015-12-01
1
-3
/
+3
*
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
Alexey Bataev
2015-12-01
2
-0
/
+9
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
3
-0
/
+58
*
[OpenMP] Parsing and sema support for thread_limit clause.
Kelvin Li
2015-11-27
2
-0
/
+10
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
6
-0
/
+16
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
2
-0
/
+9
*
Use data recursion in RecursiveASTVisitor when traversing Stmt and Expr nodes.
Richard Smith
2015-11-24
1
-15
/
+16
*
[OpenMP] Parsing and sema support for map clause
Kelvin Li
2015-11-23
3
-0
/
+45
*
Don't actually add the __unsafe_unretained qualifier in MRC;
John McCall
2015-11-19
2
-0
/
+28
*
[MS ABI] Let arbitrary entities participate in vftable ordering
David Majnemer
2015-11-19
1
-6
/
+10
*
[modules] Allow "redefinition" of typedef of anon tag from unimported submodule
Ben Langmuir
2015-11-14
1
-1
/
+2
*
[modules] Follow the C++ standard's rule for linkage of enumerators: they have
Richard Smith
2015-11-13
2
-8
/
+14
*
[modules] Simplify and generalize the existing rule for finding hidden
Richard Smith
2015-11-12
1
-2
/
+32
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
6
-10
/
+18
*
Implement __attribute__((internal_linkage)).
Evgeniy Stepanov
2015-11-10
1
-0
/
+8
*
Use "auto" when the type name is redundant
Alexander Kornienko
2015-11-09
1
-91
/
+79
*
Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...
Alexander Kornienko
2015-11-09
1
-0
/
+9
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-8
/
+3
*
[Sema] Implement __make_integer_seq
David Majnemer
2015-11-04
4
-1
/
+94
*
[modules] Rationalize the behavior of Decl::declarationReplaces, and in
Richard Smith
2015-11-03
1
-54
/
+30
[next]