| Commit message (Expand) | Author | Age | Files | Lines |
* | [lldb] Adapt lldb tests to changes in 71cdb8c6f144 | Augusto Noronha | 2022-07-23 | 2 | -3/+3 |
* | [LegacyPM] Remove {,PostInline}EntryExitInstrumenterPass | Fangrui Song | 2022-07-23 | 8 | -79/+1 |
* | Autogenerate tests for win64-byval.ll . NFC | Amaury SĂ©chet | 2022-07-23 | 1 | -37/+64 |
* | fix tests for commit 9df0b254d24eca098 | Nuno Lopes | 2022-07-23 | 4 | -33/+33 |
* | [NFC] Switch a few uses of undef to poison as placeholders for unreachable code | Nuno Lopes | 2022-07-23 | 28 | -207/+207 |
* | [Vectorize] Remove isConsecutiveLoadOrStore (NFC) | Kazu Hirata | 2022-07-23 | 1 | -12/+0 |
* | [AMDGPU] Remove a redundant variable (NFC) | Kazu Hirata | 2022-07-23 | 1 | -5/+4 |
* | Convert for_each to range-based for loops (NFC) | Kazu Hirata | 2022-07-23 | 7 | -22/+22 |
* | [Analysis] Remove a redundant return statement (NFC) | Kazu Hirata | 2022-07-23 | 1 | -2/+0 |
* | [AMDGPU] Change DEBUG_TYPE from isel to amdgpu-isel | Fangrui Song | 2022-07-23 | 1 | -1/+1 |
* | [TableGen] Drop an unnecessary const from a return type (NFC) | Kazu Hirata | 2022-07-23 | 2 | -3/+3 |
* | [ADT] Use default member initialization (NFC) | Kazu Hirata | 2022-07-23 | 6 | -18/+18 |
* | [flang] Correct IsHostAssociated() to be true for BLOCK constructs | Peter Klausler | 2022-07-23 | 30 | -221/+248 |
* | [DAG] isSplatValue - don't attempt to merge any BITCAST sub elements if they ... | Simon Pilgrim | 2022-07-23 | 3 | -28/+41 |
* | [X86] Add test case for Issue #56520 | Simon Pilgrim | 2022-07-23 | 1 | -0/+28 |
* | [flang] Clean up bogus semantic error on procedure pointer assignment | Peter Klausler | 2022-07-23 | 2 | -3/+16 |
* | [lld-macho][nfc] Reduce nesting of code added in D130125 | Jez Ng | 2022-07-23 | 1 | -11/+11 |
* | [flang] Don't fold zero-length substring references | Peter Klausler | 2022-07-23 | 1 | -5/+3 |
* | Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add... | Nico Weber | 2022-07-23 | 54 | -328/+251 |
* | [flang] Fix name of dummy argument to intrinsic NEW_LINE(A='') | Peter Klausler | 2022-07-23 | 2 | -2/+2 |
* | Fix one stray `{LLVM -> CLANG}_TOOLS_INSTALL_DIR` | John Ericson | 2022-07-23 | 1 | -1/+1 |
* | Use static_assert instead of assert (NFC) | Kazu Hirata | 2022-07-23 | 3 | -3/+5 |
* | [lld-macho] Fold __objc_imageinfo sections | Jez Ng | 2022-07-23 | 9 | -8/+296 |
* | [X86] matchBinaryShuffle - limit SHUFFLE(X,Y) -> OR(X,Y) cases to where X + Y... | Simon Pilgrim | 2022-07-23 | 1 | -1/+5 |
* | [lld-macho] Fix segfault when handling LTO + object file weak defs | Jez Ng | 2022-07-23 | 3 | -2/+182 |
* | [IR] Fixed ambiguous call to llvm::report_fatal_error | Dmitry Vassiliev | 2022-07-23 | 1 | -2/+3 |
* | Use llvm::sort instead of std::sort where possible | Dmitri Gribenko | 2022-07-23 | 31 | -122/+129 |
* | [Clang] Update the status of N2393 in c_status.html | Corentin Jabot | 2022-07-23 | 1 | -1/+1 |
* | Use the range-based overload of llvm::sort where possible | Dmitri Gribenko | 2022-07-23 | 25 | -44/+37 |
* | [DAG] Move OR(AND(X,C1),AND(OR(X,Y),C2)) -> OR(AND(X,OR(C1,C2)),AND(Y,C2)) fo... | Simon Pilgrim | 2022-07-23 | 2 | -21/+27 |
* | [Clang] Adjust extension warnings for #warning | Corentin Jabot | 2022-07-23 | 4 | -3/+33 |
* | [Clang] Add support for Unicode identifiers (UAX31) in C2x mode. | Corentin Jabot | 2022-07-23 | 4 | -7/+10 |
* | [bazel] Add missing dependencies after 535b507ba58e8b5f604d53ffc961be1456d229a7 | Benjamin Kramer | 2022-07-23 | 1 | -0/+2 |
* | [DAG] SimplifyDemandedBits - pull out repeated getValueType() calls. NFC. | Simon Pilgrim | 2022-07-23 | 1 | -4/+3 |
* | [DAG] ExpandIntRes_ADDSUB - create UADDO/USUBO instead of ADDCARRY/SUBCARRY i... | Simon Pilgrim | 2022-07-23 | 1 | -2/+6 |
* | [MIPS][compiler-rt] Fix stat struct's size for O32 ABI | Dimitrije Milosevic | 2022-07-23 | 1 | -3/+4 |
* | [DAG] computeKnownBits - add basic shift-by-parts handling | Simon Pilgrim | 2022-07-23 | 2 | -1/+33 |
* | Use callables directly in any_of, count_if, etc (NFC) | Kazu Hirata | 2022-07-23 | 10 | -27/+13 |
* | [flang] Support aint/anint for 80/128 bit in lowering | Peixin Qiao | 2022-07-23 | 7 | -256/+162 |
* | [mlir] Use value instead of getValue (NFC) | Kazu Hirata | 2022-07-22 | 1 | -2/+2 |
* | Use has_value instead of hasValue (NFC) | Kazu Hirata | 2022-07-22 | 4 | -8/+8 |
* | [NFC] Move function definition to cpp file | Jun Zhang | 2022-07-23 | 2 | -28/+29 |
* | [Attributor][FIX] HasBeenWrittenTo logic should only be used for reads | Johannes Doerfert | 2022-07-22 | 2 | -1/+3 |
* | [flang] Fold calls to ISHFTC() | Peter Klausler | 2022-07-22 | 2 | -1/+35 |
* | [flang] Fix a warning | Kazu Hirata | 2022-07-22 | 1 | -1/+1 |
* | [libasan] Remove 4Mb stack limit for swapcontext unpoisoning | Ivan Trofimov | 2022-07-22 | 2 | -4/+59 |
* | [flang] Correct folding of TRANSFER(integer, character array) | Peter Klausler | 2022-07-22 | 2 | -7/+25 |
* | [Driver] Error for -gsplit-dwarf with RISC-V linker relaxation | Fangrui Song | 2022-07-22 | 5 | -5/+27 |
* | [flang] Fix parsing and semantics for array element substring%KIND/%LEN | Peter Klausler | 2022-07-22 | 9 | -34/+149 |
* | [Lit] Pass through DFLTCC from the surrounding environment | Ilya Leoshkevich | 2022-07-23 | 1 | -0/+1 |