Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pacxx-clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC2SE-Project
pacxx-clang
Graph
2c7cf6d8125fa8c2905f1b683ce3dd327997448b
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jan
9
8
7
6
5
4
3
2
1
31
Dec
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Nov
29
28
27
26
25
24
23
AMD family 17h (znver1) enablement
[OpenMP] Support the 'is_device_ptr' clause with 'target parallel for' pragma
[OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd' pragma
Don't classify variable template names as type templates.
[NFC] Rename RAII ExpressionEvaluationContext variable from Unevaluated to ConstantEvaluated when parsing a constant expression.
[coroutines] Sema: Allow co_return all by itself.
Check that template template arguments match template template parameters
[cmake] Obtain LLVM_CMAKE_PATH from llvm-config
Add a test for diagnose_if.
Fixing test to work when the compiler defaults to a different C++ standard version.
MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter function even in C++. Follow suit.
PR31587: Fix handling of __FUNCSIG__ in C.
Allow constexpr construction of subobjects unconditionally, not just in C++14.
[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin
PCH: fix a regression that reports a module is defined in both pch and pcm.
[Lit Test] Make tests C++11 compatible - nothrow destructors
[MS] Mark default args of exported default constructors as used
Split dllexport default constructor closure tests out into a separate file
Follow up to r291448: use isStructorDecl in one more place
[clang] Enable using --section-ordering-file option of ld.gold
[MS] Fix function type mangling of default ctor closures
[cxx1z-constexpr-lambda] [NFC] Add a FIXME to reinstate certain restrictions on constexpr lambdas from appearing within function-signatures (CWG1607)
Use the same ABI logic for AArch64 Big Endian as in other places
Extend NetBSD/AArch64 to cover Big Endian as well.
clang-format: Improve support for override/final as variable names.
[analyzer] Add checker for iterators dereferenced beyond their range.
Merge branch 'master' of https://github.com/llvm-mirror/clang
clang-format: [JS] fix broken test.
clang-format: [JS] ASI after imports
Implement C++ DR1391 (wg21.link/cwg1391)
Implement DR1388 (wg21.link/cwg1388).
Add release notes for `diagnose_if`
Add the diagnose_if attribute to clang.
[cxx1z-constexpr-lambda] Implement constant evaluation of non-capturing lambda expressions.
Revert r291410 and r291411.
Fix test for targets whose preferred spelling for an 8-byte int is 'long long', not 'long'.
Implement C++ DR1391 (wg21.link/cwg1391)
[index] Introduce SymbolSubKind for reporting language-specific details.
Use the correct ObjC EH personality
PR31514: Add recursive self-instantiation check during template argument
Loading