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
d4596ba82e3d0226f0e524c89875f7a622088754
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
6
Jan
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
22
21
20
19
18
17
16
shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' could
Add missing "original call argument has same type as deduced parameter type"
Remove the ppc insertword/extractword expected fail tests.
Fix examples for recent shared_ptrification
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer
Add vec_insert4b and vec_extract4b functions to altivec.h
If an explicitly-specified pack might have been extended by template argument
Move SerializedDiagnosticPrinter's SharedState to std::shared_ptr rather than IntrusiveRefCntPtr
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtr
Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr
Simplify ASTReader ctor by using in-class initializers for many member variables
Simplify ASTReader ctor by using in-class initializers (NSDMIs to the rest of you) for many member variables
Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension
Typo
Migrate PathDiagnosticPiece to std::shared_ptr
test: add a requires registered target
[CUDA] Rename keywords used in macro so they don't conflict with MSVC.
[CUDA] Don't define functions that the CUDA headers themselves define on Windows.
[CUDA] Let NVPTX inherit the host's calling conventions.
[CUDA] More correctly inherit primitive types from the host during device compilation.
[CUDA] Add __declspec spellings for CUDA attributes.
[ToolChains] Use "static" instead of an anonymous namespace for a function. NFC
[Driver] Driver changes to support CUDA compilation on Windows.
[CUDA] Make CUDAInstallationDetector take the host triple in its constructor.
[TableGen] Only normalize the spelling of GNU-style attributes.
[Windows] Remove functions in intrin.h that are defined in Builtin.def.
test: add an explicit triple
[OpenMP] Add fields for flags in the offload entry descriptor.
CodeGen: plumb header search down to the IAS
[OpenMP] Update target codegen for NVPTX device.
No canonical-prefixes match in avr-toolchain.c.
[AVR] Revert the functional part of r291083
[AVR] Support r26 through r31 in inline assembly
Add AVR target and toolchain to Clang
Per [temp.deduct.call], do not deduce an array bound of 0 from an empty initializer list.
Factor out more common logic in template argument deduction from function call arguments.
Fix assertion failure on deduction failure due to too short template argument list.
Loading