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
/
CIndex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+1
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-1
/
+11
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-0
/
+2
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-0
/
+4
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+8
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-8
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+8
*
[CIndex] Fix annotate-deep-statements test when using a Debug build
Alexandre Ganea
2019-11-29
1
-3
/
+6
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-0
/
+1
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+0
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-0
/
+1
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-0
/
+5
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+9
*
Reland "[Support] Add a way to run a function on a detached thread""
Sam McCall
2019-10-23
1
-1
/
+3
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+9
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+9
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+8
*
[libclang] Expose abort()-ing LLVM fatal error handler
Jan Korous
2019-09-12
1
-9
/
+2
*
[clang][Index] Replace CodegenNameGenerator with ASTNameGenerator
Jan Korous
2019-09-05
1
-7
/
+7
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
1
-1
/
+3
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+3
*
Remove LLVM mutexes from clang in favor of std::mutex
Benjamin Kramer
2019-08-07
1
-3
/
+3
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-1
/
+4
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+1
*
[libclang] Fix hang in release / assertion in debug when evaluating value-dep...
Emilio Cobos Alvarez
2019-07-09
1
-0
/
+2
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+2
*
[libclang] Allow skipping warnings from all included files
Nikolai Kosjar
2019-06-11
1
-2
/
+6
*
[libclang] visit c++14 lambda capture init expressions
Nikolai Kosjar
2019-05-21
1
-2
/
+6
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+4
*
[libclang] PR41649: Remove pointless duplicate flag. NFC.
Nikolai Kosjar
2019-05-08
1
-3
/
+2
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+4
*
[c++20] Implement P1009R2: allow omitting the array bound in an array
Richard Smith
2019-05-06
1
-1
/
+1
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-4
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+4
*
[NFC] test commit removing excess line
Nikolai Kosjar
2019-04-25
1
-1
/
+0
*
Attempt to fix LLVM_ENABLE_THREADS=OFF build after r358665
Nico Weber
2019-04-21
1
-0
/
+2
*
[clang][CIndex] Use llvm::set_thread_priority
Kadir Cetinkaya
2019-04-18
1
-3
/
+1
*
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...
Nico Weber
2019-04-04
1
-1
/
+1
*
[OPENMP]Initial support for 'allocate' clause.
Alexey Bataev
2019-03-27
1
-0
/
+4
*
[libclang] Expose aligned() attribute.
Emilio Cobos Alvarez
2019-03-13
1
-0
/
+2
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+4
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+1
*
[libclang] Fix CXTranslationUnit_KeepGoing
Ivan Donchevskii
2019-03-07
1
-1
/
+1
*
[clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"
Roman Lebedev
2019-03-06
1
-1
/
+0
*
[libclang] Expose warn_unused and warn_unused_result attributes.
Emilio Cobos Alvarez
2019-02-25
1
-0
/
+4
*
[libclang] Add attribute support for 'convergent'.
Sven van Haastregt
2019-02-11
1
-1
/
+3
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+1
*
[clang][OpenMP] OMPFlushClause is synthetic, no such clause exists
Roman Lebedev
2019-01-28
1
-0
/
+1
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
[next]