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
1f0155f24337194f4706f727db42f467244caa9e
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
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
22
21
20
19
18
17
16
15
14
13
12
11
[c++17] Implement P0522R0 as written. This allows a template template argument
[clang] Fix clean build of generate-order-file
Remove redundant assertion.
Typo fix in AST matcher documentation: s/aribtrary/arbitrary/
Wdocumentation fix
[clang] Minor fix to libASTMatcherTutorial
CodeGen: use a StringSwitch instead of cascasding ifs
Allow lexer to handle string_view literals. Patch from Anton Bikineev.
Remove bogus assertion and add testcase that triggers it.
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
[ADT] Delete RefCountedBaseVPTR.
[ItaniumABI] NFC changes
Revert "Mention devirtualization in release notes"
Mention devirtualization in release notes
[ThinLTO] No need to rediscover imports in distributed backend
Fix format. NFC
Revert "Driver: switch Windows to static RelocModel"
[ThinLTO] Add missing FileCheck invocation
[CodeGen] Unique constant CompoundLiterals.
Mark 'auto' as dependent when instantiating the type of a non-type template
DR1315: a non-type template argument in a partial specialization is permitted
Update test that relies on the optimizer to match new output.
DebugInfo: Don't include size/alignment on class declarations
Add warning flag for "partial specialization is not more specialized than primary template" error (since Eigen hits it), and while I'm here also add a warning flag for "partial specialization is not usable because one or more of its parameters cannot be deduced" warning.
[DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.
PACXX ABI for CodeGen
DR1495: A partial specialization is ill-formed if it is not (strictly) more
Add reference/non-reference mismatch test.
Work around a standard defect: template argument deduction for non-type
Emit CCEDiags when evaluating a const variable.
[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly added unmasked versions and selects.
Revert r290574 "foo"
Revert r290575 "[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly added unmasked versions and selects."
Add a test for `const` folding introduced by r290297. NFC.
Factor out repeated code for deducing a non-type template parameter as a given
[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly added unmasked versions and selects.
foo
Driver: switch Windows to static RelocModel
Check and build conversion sequences for non-type template arguments in
[DOXYGEN] Improved doxygen comments for x86 intrinsics.
Loading