Skip to content

fix: stop using hex display when printElementsAttrWithHexIfLarger is … #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1,677 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
1677 commits
Select commit Hold shift + click to select a range
061023e
[ELF] Fix build after getSectionAndRelocations Refactoring
boomanaiden154 Mar 9, 2023
9369546
[DebugInfo][DWARF] Add doesFormBelongToClass function.
avl-llvm Mar 7, 2023
9dcf6b1
[PS4/PS5] Remove C_INCLUDE_DIRS handling
pogo59 Mar 9, 2023
d7323f6
[RISCV][NFC] Add tests for interleaved accesses in loop vectorizer
lukel97 Mar 9, 2023
392173d
[flang] Ensure that CLASS(*) component descriptors have addenda
klausler Mar 3, 2023
099a62e
[flang] Ensure "dtv" args passed by descriptor when polymorphic
klausler Mar 3, 2023
720e629
[libc++] Add CI job testing on FreeBSD
emaste Dec 14, 2022
be76f6b
[mlir][tensor] Expose padding requirement of pack ops to a static method
hanhanW Mar 9, 2023
4fa3cc6
[mlir][sparse] deduplicate non-unique coordinates when coiterating co…
Mar 7, 2023
7faa8c6
[ConstraintElimination] Fix undefined behaviour in shl decomposition
Mar 9, 2023
78ea3cb
[SPIR-V] Report modifying IR in SPIRVPrepareFunctions
michalpaszkowski Mar 9, 2023
244a6ac
[dsymutil] Fix offset calculation for universal binaries
JDevlieghere Mar 9, 2023
e67460c
[lldb] Add nullptr check to SymbolVendorWasm
JDevlieghere Mar 9, 2023
08df6c7
[libc][docs] update list of completed stdio funcs
michaelrj-google Mar 9, 2023
c5b0609
[mlir] Add setters for Dynamic[Type|Attr]Definition
math-fehr Mar 9, 2023
8da99b4
Revert "Revert "Add map info for dereference pointer.""
jyu2-git Mar 9, 2023
7c4e6c9
[lldb] Skip TestSymbolFileJSON on Windows
JDevlieghere Mar 9, 2023
e99b5ad
[memprof] Add scripts to automate testdata regeneration.
snehasish Mar 9, 2023
fb7ef63
[mlir][vector][nvgpu] Move MMA contraction preparation to VectorUtils
kuhar Mar 9, 2023
5288d84
[mlir][vector] Add missing build dependencies for VectorToGPU
kuhar Mar 9, 2023
4c82050
Add codegen for llvm exp/exp2 elementwise builtins
bob80905 Mar 9, 2023
41089f8
[mlir][sparse] fix bugs when convert coo to coo but with different di…
Mar 9, 2023
ab8d7ea
[docs] Mention LLVM_USE_LINKER/LLVM_PARALLEL_{COMPILE,LINK}_JOBS in G…
aeubanks Mar 9, 2023
6df483c
[mlir][sparse] add a check test for foreach operation on constant spa…
Mar 9, 2023
8be84e1
[LTO] Add debug logging for module ID <-> path mapping
int3 Mar 8, 2023
0fdfb65
[Flang] Add support to use LTO specific pipelines
UsmanNadeem Feb 1, 2023
ab34bdd
[libc++] Fix include order in <optional>
philnik777 Mar 9, 2023
ca0fab0
[hwasan] Suppress leaks from dlsym with hwasan+lsan just like with
PiJoules Mar 9, 2023
ab99b5d
[mlir][sparse] deduplicate non-unique coordinates unconditionally
Mar 8, 2023
e1b3c5c
[sparse][mlir] test transposition on sorted COO
aartbik Mar 9, 2023
82e177b
[ORC] Fix name shadowing issue, NFC.
bzcheeseman Mar 9, 2023
32be340
[scudo] Add a fast get time version.
cferris1000 Mar 9, 2023
54225c4
[Coroutines] Fix premature conversion of return object
bcardosolopes Mar 7, 2023
7f25c3e
Slight refinement to a change yesterday in metadata-added binaries
jasonmolenda Mar 9, 2023
350d7e3
[mlir][vector] remove unnecessary VectorTransformOps include
cota Mar 9, 2023
b07ef9e
Break circular dependency between FIR dialect and utilities
Renaud-K Mar 9, 2023
013235a
[RISCV][NFC] Add tests for SLP vectorization of math functions
benshi001 Mar 8, 2023
9e0c262
[llvm-c] Remove pointee support from LLVMGetElementType
aeubanks Mar 9, 2023
3ecf731
[InstCombine] Reduce absolute diff from min+max+sub
junaire Mar 10, 2023
adc5168
[lldb][InstrumentationRuntime] Make 'data' struct anonymous in order …
Michael137 Mar 8, 2023
011b4d4
[HWASAN][LSAN] Disable tests which don't pass in HWASAN+LSAN mode
kstoimenov Mar 6, 2023
990b11c
[SVE] Precommit multiuse predicated compare tests.
paulwalker-arm Mar 10, 2023
25ba9dc
[HWASAN][LSAN] Fix buildbot failure.
kstoimenov Mar 10, 2023
c417266
[RISCV] Model interleave and deinterleave shuffles in cost model
lukel97 Mar 9, 2023
882fba9
[libc++][ranges] Implement LWG-3865 Sorting a range of pairs
fsb4000 Mar 10, 2023
7e92935
[RISCV] Set how many bytes load from or store to stack slot
tclin914 Mar 10, 2023
bb01b99
[ConstraintElimination] Fix UB after D145677
vitalybuka Mar 10, 2023
865fb2e
[RISCV] Pre-commit test case for D140460
tclin914 Mar 10, 2023
7c2a357
[Codegen][NFC] Replace 'RegisterRegAlloc::FunctionPassCtor'
Mar 1, 2023
d32f71a
[lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC
sbc100 Mar 6, 2023
1f8a3ce
[HIP] Fix temporary files
yxsamliu Mar 7, 2023
faf697e
[mlir] Add support for f8 data types to LLVM dialect types
ezhulenev Feb 1, 2023
1b5a605
[JITLink] Use unique_function rather than std::function for JITLink p…
lhames Mar 10, 2023
279f0c0
[Test] Regenerate tests using update_llc_test_checks.py
xortator Mar 10, 2023
7b338a6
[CodeGen][AArch64] Generate Pseudo instructions for integer MLA/MAD/M…
sushgokh Mar 10, 2023
513d9b9
[libfuzzer] avoid unneccessary copy
yingcong-wu Mar 10, 2023
c7d995d
[Test] Add swapped tests for D143726
xortator Mar 10, 2023
64cb893
[Test] Add negative and positive logical or/and tests for D143726
xortator Mar 10, 2023
8309fb7
[Test] Add negative and positive mismatched predicates tests for D143726
xortator Mar 10, 2023
5e7949c
[Test] Add negative eq/ne tests for D143726
xortator Mar 10, 2023
7f32c3d
[Test] Add negative and positive tests with extra uses for D143726
xortator Mar 10, 2023
1746460
[Test] Add some corner cases negative tests for D143726
xortator Mar 10, 2023
0b32781
[libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer'…
DamonFool Mar 10, 2023
af86957
[C++20] [Modules] Don't load declaration eagerly for named modules
ChuanqiXu9 Mar 10, 2023
ebe09e2
[FSAFDO] Improve FS discriminator encoding
xur-llvm Mar 10, 2023
d704c7a
[RISCV] Move some RISCVLoadFPImm out of line. NFC
topperc Mar 10, 2023
87ba95a
[NFC] Don't recompute Linkage for Decl in Release Modes
ChuanqiXu9 Mar 10, 2023
8592b3e
Revert "[NFC] Don't recompute Linkage for Decl in Release Modes"
ChuanqiXu9 Mar 10, 2023
7163b1a
[JITLink][docs] Update docs for generic link algorithm and memory man…
lhames Mar 10, 2023
552522b
[mlir] Enable opaque pointers in LLVM conversion passes by default
zero9178 Mar 10, 2023
cdd914a
Revert "[mlir] Enable opaque pointers in LLVM conversion passes by de…
zero9178 Mar 10, 2023
25b6d04
[RISCV] Use binary search for RISCVLoadFPImm::getLoadFPImm.
topperc Mar 10, 2023
6cb8673
[Test] Add missing noundef in positive test
xortator Mar 10, 2023
9470169
[flang] Handle unlimited polymorphic with intrinsic dynamic type in e…
clementval Mar 10, 2023
fd98416
[llvm][Uniformity] consistently handle always-uniform instructions
ssahasra Mar 10, 2023
bf00eda
[InstCombine] Add precommit tests for strong order compare patterns; NFC
bcl5980 Mar 10, 2023
421c098
[Clang][Sema] Start fixing handling of out-of-line definitions of con…
alexander-shaposhnikov Mar 10, 2023
8bcdc50
[InstSimplify] Add test for PR61312 (NFC)
nikic Mar 10, 2023
be687af
[InstSimplify] Adjust context instruction when threading phi (PR61312)
nikic Mar 10, 2023
4614889
[mlir][GPUToLLVM] Fix regression introduced with opaque-pointers when…
zero9178 Mar 10, 2023
83586a6
[Test] Rename some negative tests into positive with required freeze
xortator Mar 10, 2023
946f803
Reland "[mlir] Enable opaque pointers in LLVM conversion passes by de…
zero9178 Mar 10, 2023
6b03ce3
[LICM] Simplify (X < A && X < B) into (X < MIN(A, B)) if MIN(A, B) is…
xortator Feb 20, 2023
0a9f6b8
[mlir][tensor/linalg] Fix bug in reifyResultShapes
matthias-springer Mar 10, 2023
758329d
[mlir][NFC] reifyResultShapes: Add extra error checking
matthias-springer Mar 10, 2023
7ab16be
[clangd] UnusedIncludes: Strict config now uses the include-cleaner-l…
hokein Mar 10, 2023
9e83d13
[LICM] Support logical AND/OR when hoisting min/max
xortator Mar 10, 2023
60a7188
[lldb][test] TestInlineNamespaceAlias.py: skip on older compiler vers…
Michael137 Mar 10, 2023
70617a1
[libc++] Granularize <atomic> includes
philnik777 Jan 31, 2023
4d96a6b
[AArch64] Fix N2 SchedModel for arithmetic and logic ops with cheap LSL
rj-jesus Feb 24, 2023
1e07091
Revert "[Modules] Remove unnecessary check when generating name looku…
krasimirgg Mar 10, 2023
3b3a4c2
Revert "[SLP]Initial support for reshuffling of non-starting buildvec…
zmodem Mar 10, 2023
a208742
[Clang] Convert some tests to opaque pointers (NFC)
nikic Mar 10, 2023
2eada45
[AMDGPU][MachineVerifier] Fix vdata reg count for MIMG d16
mbrkusanin Mar 10, 2023
9c8bc09
[clang-tidy] Fix readability-redundant-string-cstr for smart pointer …
mikecrowe Mar 10, 2023
d4b45b9
[clang-tidy] Change readability-magic-numbers to allow numbers in typ…
florianhumblot Mar 10, 2023
c6b12b7
[libc++] Remove _LIBCPP_CONSTEVAL
ldionne Mar 9, 2023
54178fc
[clang-tidy] add check for capturing lambda coroutines
dotnwat Mar 10, 2023
17d403f
[clang-tidy] Finish cppcoreguidelines-avoid-capturing-lambda-coroutin…
PiotrZSL Mar 10, 2023
c73c3a0
[libc++] Clean up old macOS back-deployment workarounds
ldionne Feb 28, 2023
ecf6508
[Clang] Convert some tests to opaque pointers (NFC)
nikic Mar 10, 2023
00e5258
Improve documentation of CXIndexOptions; NFC
vedgy Mar 10, 2023
a28e482
Reserve unused bits in struct CXIndexOptions; NFC
vedgy Mar 10, 2023
fb88391
[AArch64] Remove fixed FIXMEs from D120706. NFC
davemgreen Mar 10, 2023
54558fd
[VPlan] Replace InvariantCond field from VPWidenSelectRecipe.
fhahn Mar 10, 2023
5fc5c7e
[AMDGPU] Make use of defvar in defining SMEM Real instructions
jayfoad Mar 10, 2023
096858b
[gn build] Port 54178fc6161a
llvmgnsyncbot Mar 10, 2023
a011823
[GlobalOpt] Add test where the initializer evaluation fails.
fhahn Mar 10, 2023
9548af0
[AArch64] NFC: Merge addTypeForStreamingSVE and addTypeForFixedLengthSVE
sdesmalen-arm Mar 10, 2023
a7322a2
[LICM] Delay fetching of preheader (NFC)
nikic Mar 10, 2023
291c390
[DebugInfo][DWARF][NFC] follow LLVM style guideline about namespaces.
avl-llvm Mar 10, 2023
cddc1b6
[TargetParser] Disallow Global Constructors
lenary Feb 4, 2023
c2bcb21
[RISCV] Print Zfa fli instruction FP values in a more adaptive way.
topperc Mar 10, 2023
151d3b6
[SLP][NFC]Update/simplify test to avoid dead code elimination.
alexey-bataev Mar 8, 2023
ed8d75e
[RISCV] Enable Zfa fli.h instruction in MC layer with Zfhmin and Zvfh.
topperc Mar 10, 2023
e6be8da
[flang] Fix crash in folding TRANSFER() with MOLD=substring
klausler Mar 2, 2023
9be8d90
[VPlan] Add VPWidenSelectRecipe::getCond() (NFC).
fhahn Mar 10, 2023
f0e3401
Reland D144768 "[scudo] Mitigate page releasing thrashing"
ChiaHungDuan Mar 9, 2023
d84faa4
[flang] Ignore FINAL subroutines with mismatching type parameters
klausler Mar 2, 2023
326c135
[NFC] [CMake] Cleanup clang tool dependencies
llvm-beanz Mar 10, 2023
3c10eb4
[flang] Check that a SELECT TYPE selector is not a procedure
klausler Mar 3, 2023
85fe8e0
[mlir] Add mlir::LLVM::FastmathFlags to LLVM instrinsic vector reduct…
bmyerz0 Mar 10, 2023
30705e9
[RISCV] Support Zfa fli instructions with vector splats.
topperc Mar 10, 2023
d387656
[flang] Forward references to COMMON from specification expr under IM…
klausler Mar 3, 2023
c32c668
[ConstraintElim] Update test to use variable start value.
fhahn Mar 10, 2023
a1db3e6
[flang][runtime] Catch infinite unlimited format repetition better
klausler Mar 5, 2023
199402c
[flang] Check dummy arguments of BIND(C) procedures
klausler Mar 6, 2023
085c197
[flang] Diagnose ridiculously large kind parameters
klausler Mar 6, 2023
ae426a0
[flang] Detect obvious argument shape incompatibility when checking p…
klausler Mar 7, 2023
eb8ebab
[test][asan] Fix requirement formatting
vitalybuka Mar 10, 2023
f902ead
Revert "[LICM] Support logical AND/OR when hoisting min/max"
vitalybuka Mar 10, 2023
8cfdc32
[Flang] add space between number and character in print
Mar 10, 2023
17f32bd
[flang] Fix checking of TBP bindings
klausler Mar 7, 2023
fd4c958
[flang] Correct handling of USE-associated generic override in nested…
klausler Mar 7, 2023
79f6b81
[flang][runtime] Corrections to formatted child I/O
klausler Mar 8, 2023
e1462d1
Don't produce a dynamic value if there was an error creating it.
jimingham Mar 10, 2023
5c18444
MachO: support custom section names on global variables
TNorthover Mar 10, 2023
2cf632a
[ConstraintElimination] UB reproducer for D145677
vitalybuka Mar 10, 2023
f19c46d
[flang][runtime] Iterate over array elements in user-defined derived …
klausler Mar 8, 2023
9c3550f
[flang][runtime] Use Descriptor::Establish() in elemental derived typ…
klausler Mar 8, 2023
d84e971
[SLP][NFC]Add a test with multilevel dependency between buildvector
alexey-bataev Mar 10, 2023
0a8a572
[flang][runtime] EOF is recoverable only with END= or IOSTAT=
klausler Mar 9, 2023
b194ef6
[mlir][spirv][vector] Add pattern to convert reduction to SPIR-V dot …
kuhar Mar 10, 2023
8237cac
[mlir][sparse] extend storage specifier operations for slices.
Jan 10, 2023
e30ce63
llvm-exegesis: Only run target specfic tests on native hosts
tstellar Mar 10, 2023
2800d57
[RISCV] Error if F and Zfinx extensions are specified together.
topperc Mar 10, 2023
a94083b
[flang] Break shared library cyclic dependence
klausler Mar 10, 2023
2998a55
[Fuchsia] Add LLDB to CLANG_BOOTSTRAP_TARGETS.
mysterymath Mar 10, 2023
b00aaab
[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag
petrhosek Mar 9, 2023
99b7c2b
[libc++] Remove conditional usage of rvalue references in C++03
ldionne Mar 9, 2023
2f12642
Revert "Currently the control of the eval-method is mixed with fast-m…
zahiraam Mar 9, 2023
14c5227
[libc++][NFC] Use std::malloc and std::free instead of unqualified ve…
ldionne Mar 10, 2023
cd93522
[Debuginfod] Prune cache after fetch.
mysterymath Mar 8, 2023
395c11f
[SLP][NFC]Add a test with phi nodes in one tree node with different
alexey-bataev Mar 10, 2023
de76c01
[RISCV] Consistently place single quotes around extension names in er…
topperc Mar 10, 2023
13a10e7
[Driver][FreeBSD] Simplify ARM handling
brad0 Mar 10, 2023
296ba5b
[clang][deps] Split lookupModuleOutput out of DependencyConsumer NFC
benlangmuir Mar 10, 2023
93a9be0
[SLP]Initial support for reshuffling of non-starting buildvector/gath…
alexey-bataev Feb 20, 2023
1929aa8
Revert "[MergeICmps] Adapt to non-eq comparisons, fix bug for cases n…
aeubanks Mar 10, 2023
5cfbd0f
[flang] Add missing dependencies for flang/lib/Optimizer/Dialect
psteinfeld Mar 10, 2023
26fa965
[cmake] Quote args when generating /libpath option specifying runtime…
ormris Mar 10, 2023
6a02cd4
Revert "[X86] Drop single use check for freeze(undef) in LowerAVXCONC…
ManuelJBrito Mar 10, 2023
0e0b607
Implements MLIR Bytecode versioning capability
Feb 14, 2023
8a712bf
[libc] Fix common compile options not getting passed to GPU object
jhuber6 Mar 10, 2023
6db397a
[mlir][sparse] support dynamic sparse tensor slices.
Jan 10, 2023
c380156
[NFC] [CMake] Add misssing dependencies
llvm-beanz Mar 10, 2023
8a4451c
[llvm-tblgen] Support conditional definitions using !casts clauses
preames Mar 10, 2023
100a3c3
[HWASAN][LSAN] Exclude crash-recovery-modules.m from HWASAN tests
kstoimenov Mar 10, 2023
368cb42
[ASAN] Support memory checks on scalable vector typed masked load and…
preames Mar 11, 2023
7de7751
[hwasan] Provide aliases for c allocation functions for Fuchsia
PiJoules Mar 11, 2023
e508545
[lldb][NFC] Use UnixSignal::CreateForHost in Process
bulbazord Mar 11, 2023
7c3c981
[Passes] Remove some legacy passes
aeubanks Mar 8, 2023
0807986
Add install targets for gtest
tstellar Mar 11, 2023
9aae408
[NFC] fix typo `funciton` -> `function`
Mar 11, 2023
507c67d
[NVPTX] Sync generation of parameter names in a function signature wi…
PavelKopyl Feb 20, 2023
015c431
[lld] Pass random.randint stop parameter as int.
cjacek Mar 11, 2023
b7021a3
[X86] Add regcall CC test case for base pointer register.
LuoYuanke Mar 11, 2023
c9992c9
[RISCV] Remove one bit of mantissa in RISCVLoadFPImm related code.
topperc Mar 11, 2023
758e06b
[polly][test] Fix after 7c3c98144
aeubanks Mar 11, 2023
91f7153
[X86] Add unwind for base pointer test case.
LuoYuanke Mar 11, 2023
cb38df4
Add install targets for gtest
tstellar Mar 11, 2023
e99ccd8
Revert "Add install targets for gtest"
tstellar Mar 11, 2023
8216910
clang/cmake: Use installed gtest libraries for stand-alone builds
tstellar Mar 11, 2023
828cab5
[RISCV] Adjust how -1.0 is handled in RISCVLoadFPImm. NFC
topperc Mar 11, 2023
f6424d1
[mlir][sparse] Improve quick sort by using a loop to sort the bigger …
bixia1 Mar 8, 2023
c598828
[test] Add some interesting cases to MC/RISCV/riscv64-64b-pcrel.s
MaskRay Mar 11, 2023
0458405
[sanitizer] Add diagnostics for munmap failure
vitalybuka Mar 11, 2023
3b4cb1e
Revert "[hwasan] Provide aliases for c allocation functions for Fuchsia"
vitalybuka Mar 11, 2023
bb69a66
[lld-macho] Coalesce local symbol aliases along with their aliased we…
int3 Mar 11, 2023
5b21395
[lld-macho] Print archive names in linker map
int3 Mar 11, 2023
dd78e73
[lld-macho] Don't include zero-size private label symbols in map file
int3 Mar 11, 2023
2db71c9
[VPlan] Simplify code in createReplicateRegion (NFC).
fhahn Mar 11, 2023
890e6c8
[Flang][OpenMP] NFC: Fix a few format issues
kiranchandramohan Mar 11, 2023
efda335
[clang-tidy] Make readability-container-data-pointer use <string> header
mikecrowe Mar 11, 2023
e554cec
[DAG] Add test showing combineShiftAnd1ToBitTest failing to peek thro…
RKSimon Mar 11, 2023
171794d
[Flang] Allow compile *.f03, *.f08 file
Mar 11, 2023
aff3cdc
[libc++] Optimize std::ranges::{min, max} for types that are cheap to…
philnik777 Feb 8, 2023
56cc0bb
Revert "[Flang] Allow compile *.f03, *.f08 file"
Mar 11, 2023
fad852e
[DAG] combineShiftAnd1ToBitTest - improve support for peeking through…
RKSimon Mar 11, 2023
c0dc8f7
[Clang][Doc] Fix inconsistent links in release notes
royjacobson Mar 11, 2023
b1fdcd5
[Flang] Allow compile *.f03, *.f08 file
Mar 11, 2023
1ab46e5
[libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB
stephenneuendorffer Mar 11, 2023
9b8d944
[mlir][core] Fix inline pass default pipeline dump
wpmed92 Mar 11, 2023
f1e2469
[clang-tidy] Fix false-positive in cppcoreguidelines-slicing
PiotrZSL Mar 11, 2023
9883558
[clang-tidy][NFC] Make abseil-redundant-strcat-calls checker use <str…
mikecrowe Mar 11, 2023
43c90f9
[HIP] Make `--offload-add-rpath` alias of `-frtlib-add-rpath`
yxsamliu Mar 6, 2023
772aa05
[X86] Add tests showing the failure to merge SHL/ADD through AND mask…
RKSimon Mar 11, 2023
43ae4b6
[InstCombine] use loop info when running the pass after loop vectoriz…
rotateright Mar 11, 2023
8a386b2
[sanitizer] Fix text in error message
vitalybuka Mar 11, 2023
ef6f235
Revert "[InstCombine] use loop info when running the pass after loop …
rotateright Mar 11, 2023
24e3001
[SPARC] Implement hooks for conditional branch relaxation
koachan Mar 11, 2023
6590a37
[SPARC] Lower BR_CC to BPr on 64-bit target whenever possible
koachan Mar 11, 2023
24416d2
Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_…
fsb4000 Mar 12, 2023
5d69233
[libc][NFC] Reduce the number of threads created in cnd_test to 1000 …
Mar 12, 2023
59848b9
[Clang][AIX][p] Manually Claim -p in front end
SanitizedMemory Mar 1, 2023
7488dd2
Revert "[Clang][AIX][p] Manually Claim -p in front end"
SanitizedMemory Mar 12, 2023
eee590c
Revert "[SPARC] Lower BR_CC to BPr on 64-bit target whenever possible"
brad0 Mar 12, 2023
6628767
[mlir][llvm] Add visibility attribute
Dinistro Mar 10, 2023
47208f8
[X86] matchAddressRecursively - support zext(and(shl(x,c1)),c2) -> sh…
RKSimon Mar 12, 2023
4989779
asan: fix crash on odd stack size
dvyukov Mar 10, 2023
2f887c9
[InstCombine] Extend SVEVectorFuseMulAddSub to support newly added "u…
paulwalker-arm Feb 20, 2023
1597e5e
[SVE][Builtins] Lower X forms of fp binop/mla arithmetic builtins to …
paulwalker-arm Feb 10, 2023
84547ec
[X86] and-shift.ll - add gnux32 test coverage to ensure the X32 ABI c…
RKSimon Mar 12, 2023
b53ea2b
[DAG] visitAND - fold (and (any_ext V), c) -> (zero_ext (and (trunc V…
RKSimon Mar 12, 2023
f9dc14c
[clang-tidy] Make readability-string-compare check use <string> header
mikecrowe Mar 12, 2023
0a93abd
[clang-tidy] Make readability-container-size-empty check using <strin…
mikecrowe Mar 12, 2023
c4918cb
[clang-tidy] Provide default template arguments in <string>
mikecrowe Mar 12, 2023
d3dda42
[amdgpu][nfc] Replace ad hoc LDS frame recalculation with absolute_sy…
JonChesterfield Mar 12, 2023
f759275
[AMDGPU] Regenerate sdwa-peephole.ll
RKSimon Mar 12, 2023
4d7da0e
[DAG] Cleanup the (zext (shl (zext x), cst)) -> (shl (zext x), cst) f…
RKSimon Mar 12, 2023
82dc04b
[DAG] visitZERO_EXTEND - pull out the repeated SDLoc(N) variables
RKSimon Mar 12, 2023
8afe6f7
[mlir] NFC - Add some more static value utils
nicolasvasilache Mar 10, 2023
9041682
[DAG] Remove redundant isZExtFree(SDValue,VT) overrides. NFC.
RKSimon Mar 12, 2023
989f3f0
[RISCV][NFCI] Use common MCELFStreamer code for attribute emission
asb Mar 12, 2023
4058249
[RISCV] Add overrides of isLoadFromStackSlot/isStoreFromStackSlot sig…
topperc Mar 12, 2023
c491c91
[clang-tidy] Implement CppCoreGuideline F.18
ccotter Mar 12, 2023
daf0b27
[gn build] Port c491c9170239
llvmgnsyncbot Mar 12, 2023
c8e2dd8
[clang][darwin] An OS version preprocessor define is added for any da…
hyp Mar 12, 2023
858451c
[RISCV] Add test cases for fli.h and fli.d CodeGen bugs. NFC
topperc Mar 12, 2023
ebc11b6
[RISCV] Add separate lookup tables for fli.h and fli.d.
topperc Mar 12, 2023
7946e67
[InstCombine] Precommit tests
kazutakahirata Mar 12, 2023
fa77f57
[flang] Simpify parent component handling
clementval Mar 12, 2023
d6fb6a1
Copy attributes of scf.for on bufferization and make it an allocation…
BourgerieQuentin May 18, 2022
1dd85f8
Support arbitrary element types in named operations via attributes
andidr Jun 20, 2022
4396c15
remove github stuff from llvm
BourgerieQuentin Aug 5, 2022
8574c7e
fix: Do not fold the memref.subview if the offset are != 0 and stride…
BourgerieQuentin Aug 9, 2022
7ecc7e3
Fix the element alignment (size) for memrefCopy.
antoniupop Aug 12, 2022
225ff18
Fix warnings about visibility of the type of llvm::SROAPass::SelectsT…
andidr Mar 2, 2023
261ed60
chore: Add DISCLAIMER on the README
BourgerieQuentin Apr 11, 2023
8f15d93
fix: stop using hex display when printElementsAttrWithHexIfLarger is …
rudy-6-4 Sep 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/clang-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Clang Tests

permissions:
contents: read

on:
workflow_dispatch:
push:
13 changes: 0 additions & 13 deletions .github/workflows/closed-issues.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/issue-release-workflow.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/issue-subscriber.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/libclang-abi-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: libclang ABI Tests

permissions:
contents: read

on:
workflow_dispatch:
push:
3 changes: 3 additions & 0 deletions .github/workflows/libclc-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: libclc Tests

permissions:
contents: read

on:
workflow_dispatch:
push:
3 changes: 3 additions & 0 deletions .github/workflows/lld-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: LLD Tests

permissions:
contents: read

on:
workflow_dispatch:
push:
3 changes: 3 additions & 0 deletions .github/workflows/lldb-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: lldb Tests

permissions:
contents: read

on:
workflow_dispatch:
push:
58 changes: 0 additions & 58 deletions .github/workflows/llvm-bugs.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: LLVM Project Tests

permissions:
contents: read

on:
workflow_dispatch:
inputs:
3 changes: 3 additions & 0 deletions .github/workflows/llvm-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: LLVM Tests

permissions:
contents: read

on:
workflow_dispatch:
push:
14 changes: 0 additions & 14 deletions .github/workflows/new-issues.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/release-tasks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release Task

permissions:
contents: read

on:
push:
tags:
@@ -8,6 +11,8 @@ on:

jobs:
release-tasks:
permissions:
contents: write # To upload assets to release.
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
19 changes: 0 additions & 19 deletions .github/workflows/repo-lockdown.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,9 @@ on:
branches:
- 'release/**'

permissions:
contents: read

jobs:
version_check:
if: github.repository_owner == 'llvm'
Loading