Home
last modified time | relevance | path

Searched full:changes (Results 1 – 25 of 3915) sorted by relevance

12345678910>>...157

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp55 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange, in replaceWhitespace()
65 Changes.push_back(Change(Tok, /*CreateReplacement=*/false, in addUntouchableToken()
90 Changes.push_back( in replaceWhitespaceInToken()
99 if (Changes.empty()) in generateReplacements()
102 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements()
118 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation()
119 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation()
120 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation()
122 Changes[i].OriginalWhitespaceRange.getBegin(); in calculateLineBreakInformation()
124 Changes[i - 1].OriginalWhitespaceRange.getEnd(); in calculateLineBreakInformation()
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl.pod183 perldelta Perl changes since previous version
184 perl5400delta Perl changes in version 5.40.0
185 perl5382delta Perl changes in version 5.38.2
186 perl5381delta Perl changes in version 5.38.1
187 perl5380delta Perl changes in version 5.38.0
188 perl5363delta Perl changes in version 5.36.3
189 perl5362delta Perl changes in version 5.36.2
190 perl5361delta Perl changes in version 5.36.1
191 perl5360delta Perl changes in version 5.36.0
192 perl5343delta Perl changes i
[all...]
H A Dperl5321delta.pod15 =head1 Incompatible Changes
17 There are no changes intentionally incompatible with Perl 5.32.0. If any
70 =head2 Changes to Existing Documentation
72 We have attempted to update the documentation to reflect the changes listed in
76 Additionally, the following selected changes have been made:
90 The following additions or changes have been made to diagnostic output,
94 =head2 Changes to Existing Diagnostics
132 Tests were added and changed to reflect the other additions and changes in this
203 and contains approximately 7,000 lines of changes across 80 files from 23
207 approximately 1,300 lines of changes to 23 .pm, .t, .c and .h files.
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp116 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
119 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
137 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
142 /// GetTestResult - Get the test result for the active set \p Changes with
143 /// \p Required changes from the cache, executing the test if necessary.
145 /// \param Changes - The set of active changes being minimized, which should
147 /// \param Required - The set of changes which have previously been
150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
153 /// Helper object for minimizing an active set of changes.
160 /// UpdatedSearchState - Callback used when the search state changes.
[all …]
H A DDeltaAlgorithm.cpp16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument
17 if (FailedTestsCache.count(Changes)) in GetTestResult()
20 bool Result = ExecuteOneTest(Changes); in GetTestResult()
22 FailedTestsCache.insert(Changes); in GetTestResult()
43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument
45 // Invariant: union(Res) == Changes in Delta()
46 UpdatedSearchState(Changes, Sets); in Delta()
50 return Changes; in Delta()
54 if (Search(Changes, Sets, Res)) in Delta()
62 return Changes; in Delta()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h28 /// (2) If the predicate returns true for a set of changes, it should return
47 /// GetTestResult - Get the test result for the \p Changes from the
50 /// \param Changes - The change set to test.
52 bool GetTestResult(const changeset_ty &Changes);
54 /// Split - Partition a set of changes \p S into one or two subsets.
57 /// Delta - Minimize a set of \p Changes which has been partitioned into
59 changeset_ty Delta(const changeset_ty &Changes,
63 /// removed from \p Changes while still satisfying the predicate.
65 /// \param Res - On success, a subset of Changes which satisfies the
68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
[all …]
H A DDAGDeltaAlgorithm.h26 /// The DAG should be used to represent dependencies in the changes which are
33 /// eagerly prune large subsets of changes. As with \see DeltaAlgorithm, the DAG
52 /// Run - Minimize the DAG formed by the \p Changes vertices and the
54 /// changes and returning the smallest set which still satisfies the test
57 /// \param Changes The list of changes.
59 /// \param Dependencies The list of dependencies amongst changes. For each
60 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
64 changeset_ty Run(const changeset_ty &Changes,
67 /// UpdatedSearchState - Callback used when the search state changes.
68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dcvscheck.sh16 changes=0
39 changes=`expr $changes + 1`
42 changes=`expr $changes + 1`
55 changes=`expr $changes + 1`
67 changes=`expr $changes + 1`
80 changes=`expr $changes + 1`
83 exit $changes
H A Dintro.doc19 merges the changes in the central copy into your copy.
20 (It can be that when you do an update, the changes in the
21 central copy clash with changes you have made in your own
25 When you are satisfied with the changes you have made in your copy of
59 This will update your copy with any changes from the central
66 TO COMMIT YOUR CHANGES
71 changes that you have made (for future reference). Your changes
76 It can be that the changes you want to make involve a completely
99 To lose your changes and go back to the version from the
H A Dcvshelp.man197 of the RCS tree. This makes it possible to merge local changes to
236 wipe out your local changes.
258 .I "To Display Changes You Have Made"
261 to display detailed changes, equivalent to
282 to date with changes checked into the
286 .I "To Check In Your Changes"
290 This command checks your changes into the master repository.
368 .SS "Logging Changes"
376 changes reported during CVS
380 finished making changes, you (optionally) edit the change log file and
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dt-r390034 # tm.h file changes. The files compiled are:
36 # gcc.c (*_SPEC changes)
37 # toplev.c (new switches + assembly output changes)
38 # sdbout.c (debug format changes)
39 # dbxout.c (debug format changes)
40 # dwarfout.c (debug format changes)
41 # final.c (assembly output changes)
42 # varasm.c (assembly output changes)
44 # insn-output.c (possible ifdef changes in tm.h)
45 # regclass.c (fixed/call used register changes)
H A Dt-ecoff31 # tm.h file changes. The files compiled are:
33 # gcc.c (*_SPEC changes)
34 # toplev.c (new switches + assembly output changes)
35 # sdbout.c (debug format changes)
36 # dbxout.c (debug format changes)
37 # dwarfout.c (debug format changes)
38 # final.c (assembly output changes)
39 # varasm.c (assembly output changes)
41 # insn-output.c (possible ifdef changes in tm.h)
42 # regclass.c (fixed/call used register changes)
H A Dt-elf44 # tm.h file changes. The files compiled are:
46 # gcc.c (*_SPEC changes)
47 # toplev.c (new switches + assembly output changes)
48 # sdbout.c (debug format changes)
49 # dbxout.c (debug format changes)
50 # dwarfout.c (debug format changes)
51 # final.c (assembly output changes)
52 # varasm.c (assembly output changes)
54 # insn-output.c (possible ifdef changes in tm.h)
55 # regclass.c (fixed/call used register changes)
H A Dt-isa326445 # tm.h file changes. The files compiled are:
47 # gcc.c (*_SPEC changes)
48 # toplev.c (new switches + assembly output changes)
49 # sdbout.c (debug format changes)
50 # dbxout.c (debug format changes)
51 # dwarfout.c (debug format changes)
52 # final.c (assembly output changes)
53 # varasm.c (assembly output changes)
55 # insn-output.c (possible ifdef changes in tm.h)
56 # regclass.c (fixed/call used register changes)
H A Dt-sr71k56 # tm.h file changes. The files compiled are:
58 # gcc.c (*_SPEC changes)
59 # toplev.c (new switches + assembly output changes)
60 # sdbout.c (debug format changes)
61 # dbxout.c (debug format changes)
62 # dwarfout.c (debug format changes)
63 # final.c (assembly output changes)
64 # varasm.c (assembly output changes)
66 # insn-output.c (possible ifdef changes in tm.h)
67 # regclass.c (fixed/call used register changes)
/openbsd-src/gnu/usr.bin/perl/dist/Search-Dict/
H A DREADME.patching3 1. Check for any changes to .pm files since dev or stable Perl release. E.g.
4 to check for changes since v5.15.8:
10 bump the $VERSION in all .pm files and update the Changes file with the new
11 version. In the Changes file, put the expected *NEXT* release of Perl (dev or
13 to Changes to indicate what will be next release:
17 3. Add an entry to Changes for your work
20 update Makefile.PL with any changes to prerequisites.
22 5. Commit all changes (preferably to a branch)
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DREADME.patching3 1. Check for any changes to .pm files since dev or stable Perl release. E.g.
4 to check for changes since v5.15.8:
10 bump the $VERSION in all .pm files and update the Changes file with the new
11 version. In the Changes file, put the expected *NEXT* release of Perl (dev or
13 to Changes to indicate what will be next release:
17 3. Add an entry to Changes for your work
20 update Makefile.PL with any changes to prerequisites.
22 5. Commit all changes (preferably to a branch)
/openbsd-src/usr.bin/vi/docs/internals/
H A Dautowrite45 :next Y Y Y Write changes and jump.
46 :next Y Y N Write changes and jump.
47 :next Y N Y Abandon changes and jump.
51 :rewind Y Y Y Abandon changes and jump.
52 :rewind Y Y N Write changes and jump.
53 :rewind Y N Y Abandon changes and jump.
59 :tag Y Y Y Abandon changes and jump.
60 :tag Y Y N Write changes and jump.
61 :tag Y N Y Abandon changes and jump.
67 :stop Y Y N Write changes and suspend.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A DWsignprom.c7 #if -1 > 0U /* { dg-warning "changes sign when promoted" } */
10 #if 0U + -1 /* { dg-warning "changes sign when promoted" } */
13 #if 0U * -1 /* { dg-warning "changes sign when promoted" } */
16 #if 1U / -2 /* { dg-warning "changes sign when promoted" } */
19 #if -1 % 1U /* { dg-warning "changes sign when promoted" } */
22 #if 1 ? 0U : -1 /* { dg-warning "changes sign when promoted" } */
25 #if 1 ? -1 : 0U /* { dg-warning "changes sign when promoted" } */
/openbsd-src/sys/net/
H A Dslcompress.c174 u_int changes = 0; in sl_compress_tcp() local
281 * receiver expects changes in the order: urgent, window, in sl_compress_tcp()
288 changes |= NEW_U; in sl_compress_tcp()
299 changes |= NEW_W; in sl_compress_tcp()
307 changes |= NEW_A; in sl_compress_tcp()
315 changes |= NEW_S; in sl_compress_tcp()
318 switch(changes) { in sl_compress_tcp()
338 * actual changes match one of our special case encodings -- in sl_compress_tcp()
347 changes = SPECIAL_I; in sl_compress_tcp()
355 changes = SPECIAL_D; in sl_compress_tcp()
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DReleaseNotes.rst36 Non-comprehensive list of changes in this release
80 Changes to the LLVM IR
117 Changes to building LLVM
120 Changes to TableGen
123 Changes to Interprocedural Optimizations
132 Changes to the AArch64 Backend
145 Changes to the AMDGPU Backend
148 Changes to the ARM Backend
160 Changes to the AVR Backend
165 Changes to the DirectX Backend
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DNEWS16 Changes in 2.14:
39 Changes in 2.13:
44 Changes in version 2.13:
48 Changes in version 2.12:
64 Changes in version 2.11:
85 symbol relative addressing in the event of changes in section contents
94 Changes in version 2.10:
130 Changes in version 2.9:
139 Changes in version 2.8:
155 changes due to alignment of an input section.
[all …]
/openbsd-src/gnu/llvm/clang/utils/
H A Dtoken-delta.py16 def test(self, changes): argument
21 def getTestResult(self, changes): argument
25 changeset = frozenset(changes)
28 elif not self.test(changes):
34 def run(self, changes, force=False): argument
40 if not self.getTestResult(changes):
47 return self.delta(changes, self.split(changes))
149 def writeFiles(self, changes, fileNames): argument
152 for i,j in changes:
163 def test(self, changes): argument
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DNEWS18 Changes in 2.16:
67 Changes in 2.15:
92 Changes in 2.14:
115 Changes in 2.13:
120 Changes in version 2.13:
124 Changes in version 2.12:
140 Changes in version 2.11:
161 symbol relative addressing in the event of changes in section contents
170 Changes in version 2.10:
206 Changes in version 2.9:
[all …]
/openbsd-src/lib/libz/
H A DChangeLog4 Changes in 1.3.1.1 (xx Jan 2024)
7 Changes in 1.3.1 (22 Jan 2024)
17 Changes in 1.3 (18 Aug 2023)
35 Changes in 1.2.13 (13 Oct 2022)
47 Changes in 1.2.12 (27 Mar 2022)
110 Changes in 1.2.11 (15 Jan 2017)
112 - Permit immediate deflateParams changes before any deflate input
114 Changes in 1.2.10 (2 Jan 2017)
121 Changes in 1.2.9 (31 Dec 2016)
153 Changes in 1.2.8 (28 Apr 2013)
[all …]

12345678910>>...157