| /llvm-project-15.0.7/llvm/utils/unittest/googletest/ |
| H A D | README.LLVM | 19 * Added support for NetBSD, Minix and Haiku. 20 * Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h. 21 * Added StringRef support to include/gtest/internal/custom/gtest-printers.h. 22 * Added IWYU pragmas from https://github.com/google/googletest/commit/100f6fbf5f81a82d163c1e29735e8…
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | ChangeLog | 39 Added iprime.h and iprime.c to the distribution. 42 Added `findsizes.pl' to the distribution. 84 Added reset_registers() to imdrover.{h,c}. Added new test 150 Added new rounding mode constants. 153 Added mixed rational/integer operations: 155 Added rational exponentiation (with integer exponents): 161 Added mp_rat_read_cdecimal() and mp_rat_read_ustring() 169 Added some tests to tests/neg.t to catch this case. 181 Added mp_int_alloc() and mp_int_free(). 263 rsakey.c example. Added imcalc.c example. [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/ |
| H A D | wrapping-pointer-versioning.ll | 25 ; LAA-NEXT: {0,+,2}<%for.body> Added Flags: <nusw> 26 ; LAA-NEXT: {%a,+,4}<%for.body> Added Flags: <nusw> 92 ; LAA-NEXT: {(2 * (trunc i64 %N to i32)),+,-2}<%for.body> Added Flags: <nusw> 93 ; LAA-NEXT: {((4 * (zext i31 (trunc i64 %N to i31) to i64))<nuw><nsw> + %a),+,-4}<%for.body> Added … 143 ; LAA-NEXT: {0,+,2}<%for.body> Added Flags: <nssw> 144 ; LAA-NEXT: {%a,+,4}<%for.body> Added Flags: <nusw> 190 ; LAA-NEXT: {(2 * (trunc i64 %N to i32)),+,-2}<%for.body> Added Flags: <nssw> 191 ; LAA-NEXT: {((2 * (sext i32 (2 * (trunc i64 %N to i32)) to i64))<nsw> + %a),+,-4}<%for.body> Added… 245 ; LAA-NEXT: {(2 * (trunc i64 %N to i32)),+,-2}<%for.body> Added Flags: <nssw> 246 ; LAA-NEXT: {((2 * (sext i32 (2 * (trunc i64 %N to i32)) to i64))<nsw> + %a),+,-4}<%for.body> Added…
|
| H A D | memcheck-wrapping-pointers.ll | 44 ; CHECK-NEXT: {1,+,1}<%for.body> Added Flags: <nusw> 45 ; CHECK-NEXT: {0,+,1}<%for.body> Added Flags: <nusw> 87 ; CHECK-NEXT: {1,+,1}<%for.body> Added Flags: <nusw> 88 ; CHECK-NEXT: {0,+,1}<%for.body> Added Flags: <nusw>
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 69 * RNBRemote.h (PacketEnum): Added enum for qShlibInfoAddr. 166 * RNBRemote.h (PacketEnum): Added 'detach' enumeration. 184 * RNBRemot.cpp (RNBRemote::CreatePacketTable): Added new 186 (RNBRemote::HandlePacket_q): Added support for the new 622 (DNBProcessResume): Added better logging. 636 (MachException::Data::Dump): Added better logging. 812 (MachProcess::PrivateResume): Added better logging. 827 (MachProcess::LaunchForDebug): Added posix_spawn support. 1318 * Added libXcodeDebugerSupport.dylib target 1404 (MachVMMemory::WriteRegion): Added logging. [all …]
|
| /llvm-project-15.0.7/llvm/tools/opt-viewer/ |
| H A D | opt-diff.py | 65 r.Added = True 67 r.Added = False
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | new-pass-manager-verify-each.ll | 3 ; Added manually by opt at beginning 23 ; Added manually by opt at end
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ReleaseNotes.rst | 83 * Added the support for ``fmax`` and ``fmin`` in ``atomicrmw`` instruction. The 131 * Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures. 132 * Added support for the Armv8.1-M PACBTI-M extension. 133 * Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures. 134 * Added support for the Armv8.1-M PACBTI-M extension. 139 * Added a pass to workaround Cortex-A57 Erratum 1742098 and Cortex-A72 143 * Added support for the Cortex-M85 CPU. 144 * Added support for a new ``-mframe-chain=(none|aapcs|aapcs+leaf)`` command-line 185 * Added the ppc-set-dscr option to set the Data Stream Control Register (DSCR). 387 * Added "--show-tags" option to the "memory find" command. This is off by default. [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopDeletion/ |
| H A D | mustprogress.ll | 92 ;; => Added mustprogress loop attribute 120 ;; => Added mustprogress function attribute 150 ;; => Added mustprogress function and mustprogress loop attribute 180 ;; => Added mustprogress loop attribute
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ReleaseNotes.rst | 380 - Added the ``-print-diagnostic-options`` option, which prints a list of 419 - Added support for parameter pack expansion in ``clang::annotate``. 446 - Added the ``clang::annotate_type`` attribute, which can be used to add 595 - Added ``cl_khr_subgroup_rotate`` extension. 623 * Added the support for ``atomic compare`` and ``atomic compare capture`` 701 - Added flag ``-fintegrated-objemitter`` to enable use of experimental 712 - Added a new attribute flag ``AcceptsExprPack`` that when set allows 732 - Added ``forEachTemplateArgument`` matcher which creates a match every 735 - Added ``objcStringLiteral`` matcher which matches ObjectiveC String 744 - Reworked and improved handling of concepts and requires. Added the [all …]
|
| /llvm-project-15.0.7/flang/test/Driver/Inputs/ |
| H A D | ieee_arithmetic.mod | 2 ! Added for testing purposes. The contents of this file are currently not relevant.
|
| H A D | iso_fortran_env.mod | 2 ! Added for testing purposes. The contents of this file are currently not relevant.
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SymbolStringPool.h | 171 bool Added; 172 std::tie(I, Added) = Pool.try_emplace(S, 0);
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCopyToCombine.cpp | 313 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true); in isSafeToMoveTogether() local 314 (void)Added; // suppress compiler warning in isSafeToMoveTogether() 315 assert(Added && "Must successfully update kill flag"); in isSafeToMoveTogether() 377 bool Added = I1.addRegisterKilled(KilledOperand, TRI); in isSafeToMoveTogether() local 378 (void)Added; // suppress compiler warning in isSafeToMoveTogether() 379 assert(Added && "Must successfully update kill flag"); in isSafeToMoveTogether()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TUSchedulerTests.cpp | 180 auto Added = testPath("added.cpp"); in TEST_F() local 181 FS.Files[Added] = "x"; in TEST_F() 186 S.update(Added, getInputs(Added, "x"), WantDiagnostics::No); in TEST_F() 199 S.runWithAST("", Added, in TEST_F() 201 S.runWithPreamble("", Added, TUScheduler::Stale, in TEST_F() 205 S.remove(Added); in TEST_F() 208 S.runWithAST("", Added, in TEST_F() 210 S.runWithPreamble("", Added, TUScheduler::Stale, in TEST_F() 216 S.remove(Added); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | GenericCycleImpl.h | 320 bool Added = BlockDFSInfo.try_emplace(Block, ++Counter).second; in dfs() local 321 (void)Added; in dfs() 322 assert(Added); in dfs()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/ |
| H A D | README.LLVM | 23 * Added IWYU pragmas from https://github.com/google/googletest/commit/100f6fbf5f81a82d163c1e29735e8…
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | predicated-trip-count.ll | 27 ; CHECK-NEXT: {0,+,1}<%bb3> Added Flags: <nssw> 85 ; CHECK-NEXT: {%Start,+,-1}<%bb3> Added Flags: <nssw>
|
| H A D | trip-count-implied-addrec.ll | 63 ; CHECK-NEXT: {-128,+,1}<%for.body> Added Flags: <nssw> 108 ; CHECK-NEXT: {0,+,1}<%for.body> Added Flags: <nusw> 132 ; CHECK-NEXT: {1,+,1}<nw><%for.body> Added Flags: <nusw> 232 ; CHECK-NEXT: {2,+,2}<nw><%for.body> Added Flags: <nusw> 258 ; CHECK-NEXT: {1,+,1}<%for.body> Added Flags: <nusw> 382 ; CHECK-NEXT: {(2 + %start),+,2}<%for.body> Added Flags: <nusw>
|
| /llvm-project-15.0.7/lld/test/MachO/invalid/ |
| H A D | range-check.s | 21 # Added to ensure that the error mentions the right function.
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 213 SmallSet<Register, 32> Added; in finalizeBundle() local 216 if (Added.insert(Reg).second) { in finalizeBundle()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/ |
| H A D | pr31900.ll | 3 ; Reproducer for address space fault in the LoopVectorizer (pr31900). Added
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 430 bool Added = Node.addDataChild(Entry.Identifier.ID, Table.MajorVersion, in addChildren() local 433 if (Added) { in addChildren() 502 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), in addLanguageNode() local 505 if (Added) in addLanguageNode() 507 return Added; in addLanguageNode()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 631 bool Added = false; in populateReferenceGroups() local 660 Added = true; in populateReferenceGroups() 665 if (!Added) { in populateReferenceGroups()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | uniform-work-group-nested-function-calls.ll | 6 ; Added to prevent Attributor from deleting calls.
|