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
*
[libclang] Remove duplicate dependency on LLVMSupport
Jan Korous
2020-05-07
1
-1
/
+0
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
2
-0
/
+2
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-1
/
+11
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-3
/
+3
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-0
/
+2
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
1
-0
/
+3
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-0
/
+4
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
2
-11
/
+11
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
2
-0
/
+11
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
2
-11
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
2
-0
/
+11
*
[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
2
-0
/
+12
*
Reland "[Support] Add a way to run a function on a detached thread""
Sam McCall
2019-10-23
1
-1
/
+3
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+1
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
2
-0
/
+12
*
Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.
Volodymyr Sapsai
2019-10-16
1
-2
/
+2
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-1
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
2
-0
/
+12
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
2
-0
/
+11
*
Correct function declarations; NFC.
Aaron Ballman
2019-09-30
1
-2
/
+4
*
[libclang] Expose abort()-ing LLVM fatal error handler
Jan Korous
2019-09-12
4
-9
/
+34
*
libclang depends on ClangDriverOptions since r352803
Nico Weber
2019-09-06
1
-1
/
+4
*
[clang][Index] Replace CodegenNameGenerator with ASTNameGenerator
Jan Korous
2019-09-05
1
-7
/
+7
*
[libclang] Refactored SharedParsedRegionsStorage
Dmitri Gribenko
2019-09-05
1
-24
/
+23
*
[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...
Dmitri Gribenko
2019-08-29
1
-37
/
+35
*
[Index] Stopped wrapping FrontendActions in libIndex and its users
Dmitri Gribenko
2019-08-29
1
-10
/
+13
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
1
-1
/
+3
*
[libclang][index][NFCi] Refactor machinery for skipping function bodies
Jan Korous
2019-08-26
1
-41
/
+65
*
[libclang][NFC] Remove debug comment
Jan Korous
2019-08-22
1
-3
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
5
-11
/
+11
*
Removed dead code from clang/tools/libclang/CXIndexDataConsumer.{cpp,h}
Dmitri Gribenko
2019-08-14
2
-51
/
+0
*
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
2
-4
/
+3
*
Replace non-recursive sys::Mutex users with std::mutex
Benjamin Kramer
2019-08-07
1
-5
/
+3
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
2
-4
/
+4
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
2
-5
/
+10
*
cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macros
Tom Stellard
2019-07-12
1
-1
/
+1
*
[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
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
2
-0
/
+4
*
[libclang] Allow skipping warnings from all included files
Nikolai Kosjar
2019-06-11
2
-4
/
+12
*
Build with _XOPEN_SOURCE defined on AIX
David Tenty
2019-06-07
1
-0
/
+5
[next]