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
850f08d317ec82dd20991bc4f789d1bf2c2814e4
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
3
Feb
2
1
31
Jan
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
31
Dec
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
Address review feedback for r228003.
Revert "Thread Safety Analysis: add support for before/after annotations on mutexes."
Make the default module cache user-specific
thread safety: Add move ctor to BeforeInfo to fix MSVC build
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Add documentation to ApplyDebugLocation.
Thread Safety Analysis: add support for before/after annotations on mutexes.
Implement jump scope SEHmantic analysis.
Use CLANG_LIBDIR_SUFFIX when looking for the gold plugin.
Move "inline" to the right place.
Add some overloads so that floating point literals can be AST matched properly.
MS ABI: Records with fields with required aligmnet shouldn't be common
AST: Hoist RT->getDecl() into a variable
MS ABI: Records with required alignment can't have common linkage
[analyzer] Change ccc-analyzer to accept both -isystem <path> and -isystem<path>
[modules] Be sure to load the lexical definition of a class template
InstrProf: Update for LLVM API change
test: Make encode-test-5.m's output not dependent on its filename
Revert "Add some overloads so that floating point literals can be AST matched properly."
clang lit.cfg: Fix a bug pointed by Sean Silva
Add some overloads so that floating point literals can be AST matched properly.
PR 17421: Implemented -save-temps={obj|cwd} option
SEH: Diagnose use of C++ EH and SEH in the same function
Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls
When generating llvm.used, we may need an addrspacecast instead of a bitcast.
FileCheck'ize CodeGenObjC test
The prefix 'Ms-' should be 'MS-'
MS ABI: Add more documentation and tests for novtable
MS ABI: Implement support for 'novtable'
Wrap to 80 columns. No behavior change.
Follow-up to r217302: Don't crash on ~A::A in a postfix expr suffix followed by '<'.
Remove a comment I accidentally added in r227581. No behavior change.
Allow objc_bridge(id) to be used on typedefs of [cv] void*.
[X86] Add other flavors of AVX512 cmpps/cmppd intrinsics.
[X86] Add the AVX512 exp2a23 intrinsics.
Remove decltype in an attempt to fix the MSVC build.
Actually we can just inline the base typedef and use the injected class name for the base class.
Reimplement iterator wrappers on top of llvm::iterator_adaptor_base.
[X86] Add test for avx512er builtins that I forgot to commit with changes to the header file.
[multiversion] Update Clang for the API change in LLVM r227731.
Loading