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
/
tools
/
libclang
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+10
*
[tooling] In CompileCommand, Expose the 'file' that was associated with the c...
Argyrios Kyrtzidis
2015-09-11
2
-0
/
+11
*
[libclang] Add missing clang_CompileCommand_* functions in libclang.exports.
Argyrios Kyrtzidis
2015-09-09
1
-0
/
+2
*
Index: expose visibility attribute
Saleem Abdulrasool
2015-09-05
2
-0
/
+16
*
[libclang] Return deduced type for auto type, not the one written in the source.
Manuel Klimek
2015-09-03
1
-9
/
+3
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-1
/
+2
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
2
-0
/
+6
*
[libclang] For convenience to clients, make sure that nullability and __kindo...
Argyrios Kyrtzidis
2015-08-24
1
-0
/
+5
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-0
/
+4
*
[OPENMP 4.1] Allow variables with reference types in private clauses.
Alexey Bataev
2015-08-18
1
-0
/
+3
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
This patch commits OpenMP 4 target device clauses
Michael Wong
2015-08-07
1
-0
/
+4
*
Rename DescriptionString -> DataLayoutString as it matches the actual
Eric Christopher
2015-08-05
1
-1
/
+1
*
Remove unused header include.
Argyrios Kyrtzidis
2015-08-04
1
-1
/
+0
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-4
/
+2
*
[OPENMP 4.1] Initial support for extended 'ordered' clause.
Alexey Bataev
2015-07-30
1
-1
/
+3
*
[libclang] Use lambdas instead of explicit structs when storing arguments.
Benjamin Kramer
2015-07-25
4
-251
/
+134
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
2
-0
/
+11
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
3
-6
/
+5
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+6
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-6
/
+0
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+6
*
Add clang_free to libclang to free memory allocated in libclang.
Yaron Keren
2015-07-09
2
-0
/
+5
*
[CMake] Reorder libdeps. NFC.
NAKAMURA Takumi
2015-07-08
1
-4
/
+1
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
3
-4
/
+20
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
3
-13
/
+4
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
3
-4
/
+13
*
[libclang] Replace ObjC generic parameters in code-completion results.
Douglas Gregor
2015-07-07
2
-5
/
+9
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
2
-8
/
+13
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
2
-1
/
+44
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+2
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-2
/
+2
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
2
-0
/
+10
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
2
-0
/
+12
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-0
/
+3
*
Update for LLVM api change.
Rafael Espindola
2015-06-23
1
-3
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
15
-30
/
+26
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
15
-26
/
+30
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
4
-26
/
+31
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
2
-0
/
+11
*
push_back() loop -> append() for random access iterators.
Benjamin Kramer
2015-06-12
1
-3
/
+1
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+2
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
[OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.
Alexey Bataev
2015-05-12
1
-0
/
+1
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-2
/
+2
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
4
-67
/
+63
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-2
/
+2
*
[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
2015-04-16
1
-0
/
+9
*
[OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
2015-04-16
1
-0
/
+12
*
[libclang] Add functions to get information about fields.
Argyrios Kyrtzidis
2015-04-13
2
-3
/
+75
[next]