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
0bc484328975265a0e3110ce0d601eed923bb78f
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
20
Nov
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Oct
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
Thread Safety Analysis: Fix DenseMap iterator invalidation UAF
Honor system specific paths of MAN pages
Add -disable-llvm-passes for frontend debug info tests.
[DebugInfo] Look through type sugar on union types when casting
Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"
Handle ARMv6-J as an alias, instead of fake architecture
clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty"
clang-format: [JS] Properly add a space after "in" in for loops.
clang-format: [JS] struct and union aren't keywords / reserved words.
clang-format: Don't use incorrect space in macro calls with operators.
clang-format: [Proto] Support extending message.
Regenerate ASTMatchersReference without CRLF.
Fix ASTMatcher reference newlines and make the generator script windows-proof.
[MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Denis Zobnin.
[Myriad]: handle Preprocess job action (-E)
[libclang] Make sure to use the raw module format for libclang parsing.
[coroutines] Per latest wording paper, co_* are no longer permitted in any
[CMake] Add a specific 'install-clang-headers' target.
[analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambdas as escaped.
Support CMake's clang_rt.profile library naming scheme
AMDGPU: Add support for 's' and 'v' asm constraints
Update clang tests to accomendate discriminator changes.
Change the expression evaluation context from Unevaluated to ConstantEvaluated while substituting into non-type template argument defaults.
clang-cl: Make /W4 imply -Wall -Wextra (PR25563)
clangFrontend: [PR25565] Quick fix for dependencies on Attributes.inc.
PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Revert "Fix debian build after r253512."
[coroutines] Tweak diagnostics to always use fully-qualified name for std::coroutine_traits.
Don't actually add the __unsafe_unretained qualifier in MRC;
Fix the emission of ARC-style ivar layouts in the fragile runtime
[analyzer] Improve modeling of static initializers.
[MS ABI] Let arbitrary entities participate in vftable ordering
Fix debian build after r253512.
[analyzer] Skip checking blocks in dependent contexts.
Change memcpy/memset/memmove to have dest and source alignments.
[MSVC Compat] Make -Wmicrosoft-cast not an error by default
[Sema] Don't work around a malformed AST
Removing the AST matcher test for thread_local storage duration. Not all platforms support TLS, and on platforms that do not support it, use of thread_local causes an error. Since there's no way to determine whether the testing platform supports TLS, there's no way to know whether the test is safe to run or not. I will explore ways to enable this test, but this will appease at least one more build bot.
[PGO] Test update for revision 253484.
Loading