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
676b68f0681fa4bc129cc6d99d09956d5189e6c1
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
Revisit PR10177: don't instantiate a variable if it's only referenced in a
Use CodegenOpts::less when creating a TargetMachine for clang `-O1`
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer"
Clean up redundant isa<T> before getAs<T>. NFC.
[OpenMP] fix typo - the standalone 'distribute' pragma should be 'teams distribute' pragma
[CUDA] Add a host target triple to cuda-version-check.cu
Make ASTContext::getDeclAlign return the correct alignment for
Revert "Fix examples for recent shared_ptrification"
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer"
[OpenCL] Re-enable supported core extensions based on opencl version when disabling all extensions using pragma
[ubsan] Minimize size of data for type_mismatch (Redo of D19667)
[CodeCompletion] Block property setters: Use dynamic priority heuristic
[ObjC] The declarator for a block literal should be a definition
Constify UsingPackDecl::getInstantiatedFromUsingDecl(), NFC.
CodeGen: address post commit review comments for r291123
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
Loading