GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][AMDGPU] AMDGPU code object V4 ABI documentation
Tony
2020-12-01
1
-0
/
+211
*
[clang-format] Add new option PenaltyIndentedWhitespace
Mark Nauwelaerts
2020-12-01
5
-0
/
+49
*
[OpenMP51][DOCS] Claim "add present modifier in defaultmap clause", NFC.
cchen
2020-12-01
1
-1
/
+1
*
Reland [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/
Arthur Eubanks
2020-12-01
7
-10
/
+6
*
Revert "[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/"
Arthur Eubanks
2020-12-01
7
-6
/
+10
*
Fix erroneous edit in https://github.com/llvm/llvm-project/actions/runs/39449...
Zahira Ammarguellat
2020-12-01
1
-2
/
+0
*
[clang-scan-deps] Improve argument parsing to find target object file path.
Sylvain Audi
2020-12-01
3
-10
/
+55
*
[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/
Arthur Eubanks
2020-12-01
7
-10
/
+6
*
APINotes: constify `dump` methods (NFC)
Saleem Abdulrasool
2020-12-01
2
-20
/
+20
*
Argument dependent lookup with class argument is recursing into base
Zahira Ammarguellat
2020-12-01
3
-0
/
+19
*
clang/darwin: Use response files with ld64.lld.darwinnew
Nico Weber
2020-12-01
1
-2
/
+4
*
[HIP] Fix static-lib test CHECK bug
Aaron En Ye Shi
2020-12-01
1
-2
/
+6
*
[OpenCL] Allow pointer-to-pointer kernel args beyond CL 1.2
Sven van Haastregt
2020-12-01
2
-8
/
+38
*
[clang] Enable code completion of designated initializers in Compound Literal...
Kadir Cetinkaya
2020-12-01
2
-3
/
+6
*
[clang][cli] Port HeaderSearch option flags to new option parsing system
Jan Svoboda
2020-12-01
2
-35
/
+28
*
[GNU ObjC] Fix a regression listing methods twice.
David Chisnall
2020-12-01
2
-13
/
+23
*
[clang][cli] Port DependencyOutput option flags to new option parsing system
Jan Svoboda
2020-12-01
2
-22
/
+44
*
[clang][cli] Port Frontend option flags to new option parsing system
Jan Svoboda
2020-12-01
3
-70
/
+112
*
[clang][cli] Split DefaultAnyOf into a default value and ImpliedByAnyOf
Jan Svoboda
2020-12-01
3
-29
/
+83
*
[clang][cli] Factor out call to EXTRACTOR in generateCC1CommandLine (NFC)
Jan Svoboda
2020-12-01
1
-7
/
+11
*
[Remarks][2/2] Expand remarks hotness threshold option support in more tools
Wei Wang
2020-11-30
8
-11
/
+85
*
Add help text for -nogpuinc
Yaxun (Sam) Liu
2020-11-30
1
-1
/
+2
*
Revert "[clang][Fuchsia] Add relative-vtables multilib"
Leonard Chan
2020-11-30
7
-37
/
+1
*
[clang][Fuchsia] Add relative-vtables multilib
Leonard Chan
2020-11-30
7
-1
/
+37
*
Revert "[clang][Fuchsia] Add relative-vtables multilib"
Leonard Chan
2020-11-30
7
-37
/
+1
*
[clang][Fuchsia] Add relative-vtables multilib
Leonard Chan
2020-11-30
7
-1
/
+37
*
Lex: Update Module::findHeader to return FileEntryRef, NFC
Duncan P. N. Exon Smith
2020-11-30
2
-19
/
+18
*
clang/test: Remove platform-linker feature
Nico Weber
2020-11-30
5
-20
/
+13
*
Fix GCC 5.3 compile error in ASTImporter code
Reid Kleckner
2020-11-30
1
-35
/
+27
*
[clang][RelativeVTablesABI] Use dso_local_equivalent rather than emitting stubs
Leonard Chan
2020-11-30
21
-357
/
+51
*
Remove dead code added in ac49500cd0484e1b2dcf37fa4c0dade6f113c2c9, NFC
Duncan P. N. Exon Smith
2020-11-30
1
-1
/
+0
*
FileManager: Add FileEntryRef::getDir, returning DirectoryEntryRef
Duncan P. N. Exon Smith
2020-11-30
4
-108
/
+196
*
Serialization: Change InputFile to use FileEntryRef and add getVirtualFileRef...
Duncan P. N. Exon Smith
2020-11-30
6
-40
/
+44
*
[HIP] Fix HIP test on windows due to lld suffix
Aaron En Ye Shi
2020-11-30
2
-3
/
+3
*
[CodeGen] -fno-delete-null-pointer-checks: change dereferenceable to derefere...
Fangrui Song
2020-11-30
2
-7
/
+16
*
[libTooling] Remove deprecated Clang Transformer declarations
Yitzhak Mandelbaum
2020-11-30
4
-52
/
+16
*
[llvm][inliner] Reuse the inliner pass to implement 'always inliner'
Mircea Trofin
2020-11-30
5
-28
/
+33
*
[CSSPGO] A Clang switch -fpseudo-probe-for-profiling for pseudo-probe instrum...
Hongtao Yu
2020-11-30
6
-3
/
+41
*
Add -fintegrated-as to second invocation of clang in test case.
Zarko Todorovski
2020-11-30
1
-1
/
+1
*
[analyzer][StdLibraryFunctionsChecker] Fix typos in summaries of mmap and mmap64
Balazs Benics
2020-11-30
2
-4
/
+20
*
[FPEnv] clang should get from the AST the metadata for constrained FP builtins
Kevin P. Neal
2020-11-30
4
-57
/
+322
*
[ASTImporter] Support import of CXXDeductionGuideDecl
Gabor Marton
2020-11-30
2
-8
/
+74
*
[windows-itanium] handle dllimport/export code paths separately and share wit...
Ben Dunbobbin
2020-11-30
11
-48
/
+62
*
[VE] Specify vector alignments
Kazushi (Jam) Marukawa
2020-11-30
2
-2
/
+4
*
[clang-format] State where clang-format-diff.py should be run from
David Spickett
2020-11-30
1
-0
/
+3
*
[AST][RecoveryAST] Preseve more invalid return stmt.
Haojian Wu
2020-11-30
3
-5
/
+6
*
[clang] Improve diagnostics for auto-return-type function if the return expr ...
Haojian Wu
2020-11-30
4
-5
/
+17
*
Remove redundant check for access in the conversion from the naming
Richard Smith
2020-11-29
12
-106
/
+60
*
[ConstantFold] Fold more operations to poison
Juneyoung Lee
2020-11-29
1
-2
/
+2
*
Add -fintegrated-as to clang invocation
Zarko Todorovski
2020-11-27
1
-1
/
+1
[next]