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
34c48b484b47c3f48fe334d4cf23513116770690
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
27
Apr
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
8
7
6
5
4
3
2
1
31
Mar
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
clang-cl: Alias /d1reportAllClassLayout to -fdump-record-layouts (PR32826)
Fix -Wpedantic about extra semicolons in CGStmtOpenMP.cpp
Remove leaking UnknownPragmaHandlers right after we are done with them.
[OPENMP] Add a check for iterator not reached the end of stack, NFC.
[index] Mark the ObjC implicit accessor method definitions as 'dynamic' as well
[OPENMP] Improve performance of the hasDSA() function, NFC.
[libclang] Pass in the -fallow-editor-placeholders option
clang/test/Modules/malformed-overload.m: Make sure module cache is clean.
clang-format: [JS] parse async function declarations.
code generation for PACXX builtins
Fix asan failures on OpenMP.
[X86] Support of no_caller_saved_registers attribute
[ObjC] Disallow vector parameters and return values in Objective-C methods
Constify SourceManager input to MacroInfo::getDefinitionLengthSlow, NFC.
Don't hard-code "modules-cache-path" in the test.
In the expression evaluator, visit the index of an ArraySubscriptExpr even if we can't evaluate the base, if the evaluation mode tells us to continue evaluation.
In the expression evaluator, descend into both the true and false expressions of a ConditionalOperator when the condition can't be evaluated and we're in an evaluation mode that says we should continue evaluating.
Darwin: Define __STDC_NO_THREADS__ on Darwin targets
Improve diagnostics for bad -std= flag.
clang/Lex/PPCallbacks.h: Fix a warning in r301472. [-Wdocumentation]
Remove unnecessary and somewhat inaccurate "C89" flag from language standards.
Don't accept -std= values that would switch us to a different source language.
Revert r301487: Replace HashString algorithm with xxHash64
Replace HashString algorithm with xxHash64
Fix comment. NFC
[ubsan] nullability-assign: Check assignments into C++ structs
Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""
Fix API breaks
Revert "PPCallbacks::MacroUndefined, change signature and add test."
[Modules] Fix a crash-on-invalid with overloaded functions
PPCallbacks::MacroUndefined, change signature and add test.
Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input.
Revert "Update to LLVM's use of WeakTrackingVH; NFC"
Update to LLVM's use of WeakTrackingVH; NFC
[Sema] Avoid using a null type pointer (fixes PR32750)
[OPENMP] Fix failing test.
[OPENMP] Fix handling of OpenMP code during template instantiation.
[OPENMP] Move handling of threadprivate vars from the stack, NFC.
-Wunguarded-availability should support if (@available) checks in top-level
-Wdocumentation should not check the @returns command for Objective-C
Loading