projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2022-12-05
Fangrui Song
[DebugInfo] llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[clang] Use std::nullopt instead of None in comments...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Jonas Paulsson
Revert "Reapply "[CodeGen] Add new pass for late cleanu...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Peter Klausler
[flang] Check restrictions on TRANSFER()
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[SanitizerBinaryMetadata] Use weak __start_/__stop_...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[IR] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Florian Hahn
[VPlan] Support sinking VPScalarIVStepsRecipe.
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[Target] llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[flang] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[mlir] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[flang] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[mlir] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[clang] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[llvm] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[MC] llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[flang] Fix pgoOpt
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Peter Klausler
[flang] Emit errors and warnings about DIM= arguments...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[Passes] llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Krzysztof Parzyszek
Instructions: convert Optional to std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Owen Pan
[clang-format] Link the braces of a block in UnwrappedL...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[ELF][test] Clean up aarch64-variant_pcs.s
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Benjamin Kramer
Undo a bit of fcf4e360ba6b that confuses MSVC
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[test] Fix CodeGen/M68k/pipeline.ll after D123394 Machi...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
IR: HotnessThreshold llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[BOLT] Fix after DebugInfoMetadata change 0ca43d4488888...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Peter Klausler
[flang] Check constraint C834 on INTENT(OUT) assumed...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Roman Lebedev
[NFC][SimplifyCFG] Add some tests with PHI's for fold...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Roman Lebedev
[NFC] Re-autogenerate checklines in a few tests being...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Roman Lebedev
[NFC][SimplifyCFG] `shouldFoldCondBranchesToCommonDesti...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Krzysztof Parzyszek
DebugInfoMetadata: convert Optional to std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Benjamin Kramer
Iterate over StringMaps using structured bindings....
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Benjamin Kramer
[ADT] Enable structured bindings for iterating StringMap
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Benjamin Kramer
Compress a few pairs using PointerIntPairs
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Krzysztof Parzyszek
DebugInfo: convert Optional to std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Benjamin Kramer
[ADT] Allow structured bindings on PointerIntPair
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
John McIver
[NFC][clang] Strengthen checks in avx512fp16-builtins.c
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
John McIver
[NFC][clang] Strengthen checks in avx512f-builtins.c
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Florian Hahn
[VPlan] Mark VPScalarIVStepsRecipe as not reading/writi...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Florian Hahn
[VPlan] Add sideeffect/memory unit test for VPScalarIVS...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kevin Sala
[OpenMP][libomptarget] Add hasQueue() function in NextG...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Florian Hahn
[LV] Update test to use use variables in CHECK lines.
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kai Sasaki
[mlir][affine] Support affine.parallel in the index...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Tomas Matheson
Revert "[AArch64] Make ArchInfo copyable again"
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Alexey Lapshin
[DWARFLinker][NFC] Change interface of DWARFLinker...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Fangrui Song
[Object] llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
serge-sans...
Correct typo introduced in f607884a04b0ca06951227a01d00...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[flang/unittests] Use std::nullopt instead of None...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[mlir/unittests] Use std::nullopt instead of None ...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[polly] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Kazu Hirata
[mlir] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Joe Loser
[MLIR] Fix typo in `add_mlir_library` docs. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Joe Loser
[MLIR] Use `if constexpr` in `StorageUniquer` and ...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Peter Klausler
[flang] Warn about local names that are the same as...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Peter Klausler
[flang] More error checking for ASSOCIATED()
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Peter Klausler
[flang] Emit portability warning for assigned FORMAT use
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Peter Klausler
[flang] INTENT(IN) pointer may not be forwarded to...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-04
Joe Loser
[MLIR] Simplify key construction/hashing in StorageUniquer
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Check constraint C1577 for statement functions
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Alexander Kornienko
Remove a useless temporary of a base class type.
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Don't repeat module procedure interface from...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kevin Sala
[OpenMP][libomptarget] Simplify resource managers in...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kevin Sala
[OpenMP][libomptarget] Improve NextGen plugin interface...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Krzysztof Parzyszek
IRBuilder: convert Optional to std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kevin Sala
[OpenMP][libomptarget] Add minor fixes to NextGen plugins
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kevin Sala
[OpenMP][libomptarget] Allow overriding function that...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Take character function length into account...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
LLVM GN Syncbot
[gn build] Port 17db0de330f9
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Fangrui Song
[COFF] llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Fangrui Song
[Driver] llvm::Optional => std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Jonas Paulsson
Reapply "[CodeGen] Add new pass for late cleanup of...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[flang] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[clang/unittests] Use std::nullopt instead of None...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Krzysztof Parzyszek
FPEnv: convert Optional to std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[clang-tools-extra] Use std::nullopt instead of None...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[clang-tidy] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[clang] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Fangrui Song
[Driver] llvm::None => std::nullopt. NFC
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[Basic] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[Analysis] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[StaticAnalyzer] Use std::nullopt instead of None ...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Disable flang/test/Semantics/resolve110.f90...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[CodeGen] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[AST] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Kazu Hirata
[Sema] Use std::nullopt instead of None (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Document and warn about an extension
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Fangrui Song
[lldb] Convert Optional<llvm::Reloc::Model> to std...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Fangrui Song
CodeGen/CommandFlags: Convert Optional to std::optional
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Enforce accessibility requirement on type-bound...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Fangrui Song
[ELF] Add final to some SyntheticSection derived classes
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Krzysztof Parzyszek
Convert Optional<CodeModel> to std::optional<CodeModel>
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Fangrui Song
[ELF] Fix TimeTraceScope for "Finalize .eh_frame"
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Warn on missing colons (C768)
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
David Green
[AArch64] Enable the select optimize pass for AArch64
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Peter Klausler
[flang] Respect function vs subroutine distinction...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
qfrost
[clang][Windows]Ignore Options '/d1'
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Alexandre Ganea
[clang-format] Add .inc extension to git-clang-format
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Nico Weber
Revert "[LoongArch] Use tablegen size for getInstSizeIn...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Nico Weber
[loongarch] fix syntax error in script
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Uday Bondhugula
Improve type conversion error propagation/failure durin...
commit
|
commitdiff
|
tree
|
snapshot
2022-12-03
Benjamin Kramer
[AArch64] Make ArchInfo copyable again
commit
|
commitdiff
|
tree
|
snapshot
next