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
652c9fe88f966515fae0aaaa3d5bc91206c17d15
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
9
Jan
8
7
6
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
Extend NetBSD/AArch64 to cover Big Endian as well.
clang-format: Improve support for override/final as variable names.
[analyzer] Add checker for iterators dereferenced beyond their range.
Merge branch 'master' of https://github.com/llvm-mirror/clang
clang-format: [JS] fix broken test.
clang-format: [JS] ASI after imports
Implement C++ DR1391 (wg21.link/cwg1391)
Implement DR1388 (wg21.link/cwg1388).
Add release notes for `diagnose_if`
Add the diagnose_if attribute to clang.
[cxx1z-constexpr-lambda] Implement constant evaluation of non-capturing lambda expressions.
Revert r291410 and r291411.
Fix test for targets whose preferred spelling for an 8-byte int is 'long long', not 'long'.
Implement C++ DR1391 (wg21.link/cwg1391)
[index] Introduce SymbolSubKind for reporting language-specific details.
Use the correct ObjC EH personality
PR31514: Add recursive self-instantiation check during template argument
PR30305: Implement proposed DR resolution to prevent slicing via inherited constructor.
[cxx1z-constexpr-lambda] Make conversion function constexpr, and teach the expression-evaluator to evaluate the static-invoker.
Fix tests with CLANG_DEFAULT_LINKER
PR18402: work around bug in libstdc++4.8's detection of whether ::gets exists.
Fix buildbots.
Consistently use a ConstantEvaluated context for expressions in attributes,
PR20090: Add (passing) test from this bug; it's been fixed for a while.
PR23135: Don't instantiate constexpr functions referenced in unevaluated operands where possible.
[ThinLTO] Specify target triple in new test
[ThinLTO] Optionally ignore empty index file
Add a cc1 option to force disabling lifetime-markers emission from clang
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
Loading