- Jun 10, 2020
-
-
Ayke van Laethem authored
The in, out, and sbi/cbi family of instructions seem to require a custom decoder. I'm not exactly sure why and would prefer to convince TableGen to provide the correct decoders for these, but I can't seem to convince it to do so. They simply disassemble without any operands. Differential Revision: https://reviews.llvm.org/D74049
-
Stanislav Mekhanoshin authored
There is an invalid cast produced when a pointee is a pointer and the alloca type is cast to a pointer to int. Differential Revision: https://reviews.llvm.org/D81606
-
Leonard Chan authored
This patch allows for usage of the @PLT modifier in AArch64 assembly which lowers to an R_AARCH64_PLT32 relocation. See D81184 for handling this relocation in lld. Differential Revision: https://reviews.llvm.org/D81446
-
Marco Elver authored
The expected strings would previously not catch bugs when redzones were added when they were not actually expected. Fix by adding "global " before the type.
-
Siva Chandra authored
Summary: With this change, "ninja check-libc" on linux/aarch64 succeeds. However, all entrypoints with machine dependent implementations have been skipped. A good number of these skipped entrypoints can be enabled once we have aarch64 syscall support available. Reviewers: abrachet, asteinhauser Differential Revision: https://reviews.llvm.org/D81533
-
Craig Topper authored
This makes the pattern available to global isel.
-
Siva Chandra authored
The feature check should probably be enhanced for non-x86 architectures, but this change shields them from x86 specific pieces until then. This patch has been split out from https://reviews.llvm.org/D81533.
-
Michael Liao authored
Summary: - In HIP, just as the regular device-only compilation, the device-only relocatable code compilation should not involve offload bundle. - In addition, that device-only relocatable code compilation should have the similar 3 steps, namely preprocessor, compile, and backend, to the regular code generation with `-emit-llvm`. Reviewers: yaxunl, tra Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D81427
-
Saiyedul Islam authored
Summary: New file include to support platform dependent grid constants. It will be used by clang, libomptarget plugins, and deviceRTLs to access constant values consistently and with fast access in the deviceRTLs. Originally authored by Greg Rodgers (@gregrodgers). Reviewers: arsenm, sameerds, jdoerfert, yaxunl, b-sumner, scchan, JonChesterfield Reviewed By: arsenm Subscribers: llvm-commits, pdhaliwal, jholewinski, jvesely, wdng, nhaehnle, guansong, kerbowa, sstefan1, cfe-commits, ronlieb, gregrodgers Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D80917
-
Marco Elver authored
Some platforms do not support aliases. Split the test, and pass explicit triple to avoid test failure. Reviewed By: thakis Tags: #clang Differential Revision: https://reviews.llvm.org/D81591
-
Matt Arsenault authored
This was promoting booleans to i32 to perform a comparison against them to feed to a select condition. Just use the booleans directly. This produces the same final code, since the combiner is unable to undo the mess this creates. I untangled this logic when I ported this code to GlobalISel, so port the cleanups back.
-
Matt Arsenault authored
MIRBuilder was in the middle of of a bunch of methods and not group with the other member variables, which made it harder to see what state this carries around. Move these to the top as is the usual convention.
-
Heejin Ahn authored
`ErasedUncondBr` is used only in an `assert`, so it triggers a warning on builds without assertions. Fixed.
-
Christopher Tetreault authored
Reviewers: efriedma, craig.topper, RKSimon, samparker, kmclaughlin, david-arm Reviewed By: david-arm Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D81520
-
David Green authored
-
Zequan Wu authored
Summary: Bug filed here: https://bugs.llvm.org/show_bug.cgi?id=45213 To resolve it, we let the checks for mangling LambdaContextDecl to be analogous to ItaniumMangle strategy: https://github.com/llvm/llvm-project/blob/master/clang/lib/AST/ItaniumMangle.cpp#L1829 Differential Revision: https://reviews.llvm.org/D80153
-
Joel E. Denny authored
This fixes PR39696, which breaks the libcxx build with gcc (I tested 7.5.0) on Power9. This fix was suggested at https://bugs.llvm.org/show_bug.cgi?id=39696#c38 but never applied. It just reverts 0583d9ea, which reverses components of the original fix in 3bf63cf3, which is correct. Fixes https://llvm.org/PR39696 Reviewed By: ldionne Differential Revision: https://reviews.llvm.org/D81438
-
Joel E. Denny authored
This is a continuation of D65121 (committed at f471eb8e).
-
Eric Schweitz authored
The complex expression helper class can be used to generate small, short-lived instances of a "helper" that can be used to aid the construction of complex expressions in FIR. The helper class bundles together these functionally related operations. Included in this diff is the header for the FIR builder. The implementation has other dependences and will follow. Differential Revision: https://reviews.llvm.org/D81287
-
Mehdi Amini authored
-
Endre Fülöp authored
This reverts commit 97e07d0c. Reason: OSX broke for a different reason, this really only seem to work on linux and very generic windows builds
-
Simon Pilgrim authored
Simplify tests to return i1 bool, removing superfluous function calls. Use nounwind to remove cfi
-
Pavel Labath authored
Before 539b47c9 this test was not actually using the debug_names section because the -gdwarf added by Makefile.rules on windows overrode the -gdwarf-5 flag from CFLAGS_EXTRAS. Now that -gdwarf-5 is respected, the test is failing.
-
Matt Arsenault authored
If the target explicitly requested custom legalization, it should be required to implement this. Also move default legalizeIntrinsic implementation into the header so it's next to the related legalizeCustom.
-
Matt Arsenault authored
Makes <6 x s16> legal, <4 x s8> illegal, and clamps the maximum size to 1024.
-
Thomas Preud'homme authored
This patch is part of a patch series to add support for FileCheck numeric expressions. This specific patch adds support for specifying the matching constraint for a numeric expression, ie. how the value being matched should relate to the numeric expression. This commit only adds the equality constraint where the numeric value matched must be equal to the numeric expression. It is the default matching constraint used when not specified. It is added to provision other matching constraint (e.g. inequality relations). Copyright: - Linaro (changes up to diff 183612 of revision D55940) - GraphCore (changes in later versions of revision D55940 and in new revision created off D55940) Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D60391
-
serge-sans-paille authored
Interestingly, this leads to better output in one of the test case. Differential Revision: https://reviews.llvm.org/D81237
-
Haojian Wu authored
-
Raphael Isemann authored
Summary: When constructing an APSInt from a string, the constructor doesn't correctly truncate the bit width of the result if the passed in string was "0" (or any alternative way to express 0 like "-0" or "000"). Instead of 1 (which is the smallest allowed bit width) it returns an APSInt with a bit width of 5. The reason is that the constructor checks that it never truncates the result to the invalid bit width of 0, so when it calculates that storing a "0" doesn't require any bits it just keeps the original overestimated bit width (which happens to be 5). This patch just sets the bit width of the result to 1 if the required bit width is 0. Reviewers: arphaman, dexonsmith Reviewed By: dexonsmith Subscribers: hiraditya, dexonsmith, JDevlieghere, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D81329
-
Pavel Labath authored
There's been a slight change in wording for the warning message about debug_line problems.
-
Raphael Isemann authored
[lldb] Replace the LEB128 decoding logic in LLDB's DataExtractor with calls to LLVM's LEB128 implementation Reviewers: labath, JDevlieghere Reviewed By: labath Differential Revision: https://reviews.llvm.org/D81453
-
Simon Pilgrim authored
Doesn't mean much on non-AVX512 targets but better to keep with the other shuffles
-
serge-sans-paille authored
de02a75e incorrectly upgraded it to v6
-
Pavel Labath authored
Summary: This makes the code easier to reason about, as it will behave the same way regardless of whether there is any more data coming after the presumed end of the prologue. Reviewers: jhenderson, dblaikie, probinson, ikudrin Subscribers: hiraditya, MaskRay, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D77557
-
Sam McCall authored
Reviewers: hokein Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D81538
-
Frederik Gossen authored
Allow for dynamic indices in the `dim` operation. Rather than an attribute, the index is now an operand of type `index`. This allows to apply the operation to dynamically ranked tensors. The correct lowering of dynamic indices remains to be implemented. Differential Revision: https://reviews.llvm.org/D81551
-
Louis Dionne authored
This allows running the locale tests on the build bots.
-
Mikhail Maltsev authored
The test is failing on 32-bit targets in C++03 mode. Clang produces the following warning: 'integer literal is too large to be represented in type 'long' and is subject to undefined behavior under C++98, interpreting as 'unsigned long'; this literal will have type 'long long' in C++11 onwards [-Wc++11-compat]' which is promoted to an error and causes the test to fail. There have been no changes in the test itself since 2019, so it looks like the diagnostic has been updated. Differential Revision: https://reviews.llvm.org/D81559
-
Kuter Dinel authored
Summary: This patch splits the Attributor::run() function into multiple functions. Simple Logic changes to make this possible: # Moved iteration count verification earlier. # NumFinalAAs get set a little bit later. Reviewers: jdoerfert, sstefan1, uenoku Reviewed By: jdoerfert Subscribers: hiraditya, uenoku, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D81022
-
Peter Smith authored
The relocation codes for R_<CLS>_PLT32 are incorrectly in the dynamic relocation range that starts at 1024 for AArch64 and 180 for AArch64_32. Correct these so that they start at the next available static relocation code in the non-TLS range. The R_<CLS>_PLT32 description is currently in unpublished so this change corrects LLVM to match the values that will appear in the final ELF for the 64-bit Arm Architecture document. Differential Revision: https://reviews.llvm.org/D81410
-