Author: tkrasnukha
Date: Fri Sep 21 11:34:41 2018
New Revision: 342757
URL: http://llvm.org/viewvc/llvm-project?rev=342757&view=rev
Log:
build: add libedit to include paths
Differential Revision: https://reviews.llvm.org/D51999
Modified:
lldb/trunk/source/Core/CMakeLists.txt
lldb/trunk/s
Author: tkrasnukha
Date: Fri Sep 21 11:56:44 2018
New Revision: 342762
URL: http://llvm.org/viewvc/llvm-project?rev=342762&view=rev
Log:
Move architecture-specific address adjustment to architecture plugins
Differential Revision: https://reviews.llvm.org/D48623
Added:
lldb/trunk/source/Plugi
Author: tkrasnukha
Date: Tue Sep 25 03:30:32 2018
New Revision: 342959
URL: http://llvm.org/viewvc/llvm-project?rev=342959&view=rev
Log:
[Swig] Merge typemaps with same bodies
Differential Revision: https://reviews.llvm.org/D52376
Modified:
lldb/trunk/scripts/Python/python-typemaps.swig
Mod
Author: tkrasnukha
Date: Tue Sep 25 10:59:44 2018
New Revision: 342998
URL: http://llvm.org/viewvc/llvm-project?rev=342998&view=rev
Log:
Replace boolean parameter with enum value according r342633
Modified:
lldb/trunk/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
Modified: lldb/trunk/sou
Author: tkrasnukha
Date: Wed Sep 26 12:41:57 2018
New Revision: 343134
URL: http://llvm.org/viewvc/llvm-project?rev=343134&view=rev
Log:
Fix OSX build after r343130
Modified:
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
Modified: lldb/trunk/source/Plugins/Platform/MacOS
Author: tkrasnukha
Date: Wed Sep 26 13:31:39 2018
New Revision: 343141
URL: http://llvm.org/viewvc/llvm-project?rev=343141&view=rev
Log:
Fix ProcessKDP after r343130
Modified:
lldb/trunk/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
Modified: lldb/trunk/source/Plugins/Process/MacOSX-Ke
Author: tkrasnukha
Date: Thu Sep 27 00:11:58 2018
New Revision: 343181
URL: http://llvm.org/viewvc/llvm-project?rev=343181&view=rev
Log:
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Differential Revision: https://reviews.llvm.org/D52572
Modified:
lldb/trunk/include/l
Author: tkrasnukha
Date: Fri Sep 28 10:58:16 2018
New Revision: 343348
URL: http://llvm.org/viewvc/llvm-project?rev=343348&view=rev
Log:
Clean-up usage of OptionDefinition arrays
Differential Revision: https://reviews.llvm.org/D52604
Modified:
lldb/trunk/include/lldb/Target/Platform.h
ll
Author: tkrasnukha
Date: Fri Sep 28 12:58:03 2018
New Revision: 343357
URL: http://llvm.org/viewvc/llvm-project?rev=343357&view=rev
Log:
[Driver] Remove unused declarations and "include" directives
Modified:
lldb/trunk/tools/driver/Driver.cpp
lldb/trunk/tools/driver/Driver.h
Modified: ll
Author: tkrasnukha
Date: Mon Oct 1 10:14:12 2018
New Revision: 343500
URL: http://llvm.org/viewvc/llvm-project?rev=343500&view=rev
Log:
Fix build with GCC < 5.0 (PR39131)
Modified:
lldb/trunk/source/Commands/CommandObjectType.cpp
Modified: lldb/trunk/source/Commands/CommandObjectType.c
Author: tkrasnukha
Date: Tue Oct 2 10:24:58 2018
New Revision: 343609
URL: http://llvm.org/viewvc/llvm-project?rev=343609&view=rev
Log:
Remove GetPythonDir declaration from HostInfoBase class
Modified:
lldb/trunk/include/lldb/Host/HostInfoBase.h
Modified: lldb/trunk/include/lldb/Host/HostIn
Author: tkrasnukha
Date: Thu Oct 4 04:39:55 2018
New Revision: 343769
URL: http://llvm.org/viewvc/llvm-project?rev=343769&view=rev
Log:
Re-commit r343500 "Fix build with GCC < 5.0 (PR39131)"
Occasionally didn't commit actual fix the first time.
Modified:
lldb/trunk/source/Commands/CommandOb
Author: tkrasnukha
Date: Tue Nov 27 11:41:30 2018
New Revision: 347693
URL: http://llvm.org/viewvc/llvm-project?rev=347693&view=rev
Log:
[CMake] Pass full libedit path to linker
Otherwise, linker fails with "cannot find -ledit" in case of custom libedit
installation.
Modified:
lldb/trunk/so
Author: tkrasnukha
Date: Thu Dec 13 06:28:25 2018
New Revision: 349036
URL: http://llvm.org/viewvc/llvm-project?rev=349036&view=rev
Log:
Add missing Initialize/Terminate for Architecture plugins
Modified:
lldb/trunk/source/API/SystemInitializerFull.cpp
Modified: lldb/trunk/source/API/SystemI
Author: tkrasnukha
Date: Fri Dec 14 15:02:41 2018
New Revision: 349208
URL: http://llvm.org/viewvc/llvm-project?rev=349208&view=rev
Log:
Update a comment according to r255360 "Remove -r and -R options from dotest.py"
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py
Modified: l
Author: tkrasnukha
Date: Thu Dec 20 07:02:58 2018
New Revision: 349766
URL: http://llvm.org/viewvc/llvm-project?rev=349766&view=rev
Log:
Replace MemoryRegionInfoSP with values and cleanup related code
Differential Revision: https://reviews.llvm.org/D55472
Modified:
lldb/trunk/include/lldb/AP
Author: tkrasnukha
Date: Thu Dec 20 07:05:43 2018
New Revision: 349767
URL: http://llvm.org/viewvc/llvm-project?rev=349767&view=rev
Log:
Overload GetMemoryRegions for the ProcessMinidump
Differential Revision: https://reviews.llvm.org/D55841
Modified:
lldb/trunk/packages/Python/lldbsuite/te
Author: tkrasnukha
Date: Thu Jan 11 04:06:22 2018
New Revision: 322270
URL: http://llvm.org/viewvc/llvm-project?rev=322270&view=rev
Log:
Check existence of each required component during construction of
LLVMCDisassembler.
Summary:
Actually, fix two issues:
# remove repeat creation of reg_info
Author: tkrasnukha
Date: Wed Nov 22 05:35:04 2017
New Revision: 318833
URL: http://llvm.org/viewvc/llvm-project?rev=318833&view=rev
Log:
Remove unused variable.
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Modified:
lldb/trunk/source/Plugins/Process/gd
Author: tkrasnukha
Date: Wed Nov 22 05:03:02 2017
New Revision: 318832
URL: http://llvm.org/viewvc/llvm-project?rev=318832&view=rev
Log:
Test commit. Fix typo in comment.
Modified:
lldb/trunk/include/lldb/Core/Architecture.h
Modified: lldb/trunk/include/lldb/Core/Architecture.h
URL:
http://
Author: tkrasnukha
Date: Wed Nov 22 09:07:43 2017
New Revision: 318846
URL: http://llvm.org/viewvc/llvm-project?rev=318846&view=rev
Log:
Remove extra minuses from command option
Reviewers: labath, abidh, clayborg, ki.stfu
Reviewed By: labath, abidh, clayborg, ki.stfu
Subscribers: clayborg, ki.s
Author: tkrasnukha
Date: Thu Mar 1 06:36:42 2018
New Revision: 326437
URL: http://llvm.org/viewvc/llvm-project?rev=326437&view=rev
Log:
Make Finalize tolerant of empty register sets.
Modified:
lldb/trunk/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
Modified: lldb/trunk/source/Plug
Author: tkrasnukha
Date: Wed Mar 14 11:29:41 2018
New Revision: 327549
URL: http://llvm.org/viewvc/llvm-project?rev=327549&view=rev
Log:
Use GetItemAtIndexAsString overload for ConstString and move set rather than
copy.
Modified:
lldb/trunk/source/Plugins/Process/Utility/DynamicRegisterInfo.
Author: tkrasnukha
Date: Wed Mar 14 11:29:33 2018
New Revision: 327548
URL: http://llvm.org/viewvc/llvm-project?rev=327548&view=rev
Log:
Reuse IsEmpty for ConstString::operator bool().
Modified:
lldb/trunk/include/lldb/Utility/ConstString.h
Modified: lldb/trunk/include/lldb/Utility/ConstStri
Author: tkrasnukha
Date: Wed Jun 27 00:01:07 2018
New Revision: 335711
URL: http://llvm.org/viewvc/llvm-project?rev=335711&view=rev
Log:
Add missing constness.
Modified:
lldb/trunk/include/lldb/Core/Architecture.h
lldb/trunk/include/lldb/Target/Target.h
lldb/trunk/source/Breakpoint/Br
Author: tkrasnukha
Date: Tue Jun 26 13:08:05 2018
New Revision: 335656
URL: http://llvm.org/viewvc/llvm-project?rev=335656&view=rev
Log:
Amend "Change AddressClass type from 'enum' to 'enum class'".
r335599 changes usages of AddressClass, but doesn't change the type itself.
Modified:
lldb/t
Author: tkrasnukha
Date: Thu Jun 21 12:19:57 2018
New Revision: 335273
URL: http://llvm.org/viewvc/llvm-project?rev=335273&view=rev
Log:
Remove duplicated check and shared_ptr copying.
Modified:
lldb/trunk/source/Commands/CommandObjectDisassemble.cpp
Modified: lldb/trunk/source/Commands/Comm
Author: tkrasnukha
Date: Mon Apr 9 10:32:56 2018
New Revision: 329597
URL: http://llvm.org/viewvc/llvm-project?rev=329597&view=rev
Log:
Fix compilation error caused by tgmath.h.
On CentOS calling functions from produces multiple errors "'void*'
is not a pointer-to-object type".
Modified:
Author: tkrasnukha
Date: Fri Jun 8 04:28:15 2018
New Revision: 334282
URL: http://llvm.org/viewvc/llvm-project?rev=334282&view=rev
Log:
Fix DynamicRegisterInfo copying/moving issue.
Summary:
Default copy/move constructors and assignment operators leave wrong
m_sets[i].registers pointers.
Made
Author: tkrasnukha
Date: Tue Jun 26 23:50:10 2018
New Revision: 335710
URL: http://llvm.org/viewvc/llvm-project?rev=335710&view=rev
Log:
Move AddressClass to private enums since API doesn't provide any functions to
manage it.
This change allows to make AddressClass strongly typed enum and not to
Author: tkrasnukha
Date: Fri Jun 22 05:24:57 2018
New Revision: 335341
URL: http://llvm.org/viewvc/llvm-project?rev=335341&view=rev
Log:
ResolveAddress: check returned value of resolving functions.
Modified:
lldb/trunk/source/Core/Disassembler.cpp
Modified: lldb/trunk/source/Core/Disassemble
Author: tkrasnukha
Date: Tue Jun 26 06:06:54 2018
New Revision: 335599
URL: http://llvm.org/viewvc/llvm-project?rev=335599&view=rev
Log:
Change AddressClass type from 'enum' to 'enum class'.
If we have a function with signature f(addr_t, AddressClass), it is easy to
muddle up the order of argume
Author: tkrasnukha
Date: Sat Jul 7 07:58:13 2018
New Revision: 336483
URL: http://llvm.org/viewvc/llvm-project?rev=336483&view=rev
Log:
Fix build on Windows with SDK build version >= 17134.
Platform.h doesn't define signal() and SIGINT since commit r263858. Code was
compiled successfully becaus
Author: tkrasnukha
Date: Fri Jul 13 04:21:06 2018
New Revision: 336991
URL: http://llvm.org/viewvc/llvm-project?rev=336991&view=rev
Log:
Add abbreviated name for Debugger::EventHandlerThread.
On OS's where thread names are limited to 16 bytes, the full name was truncated
to not very meaningful "
Author: tkrasnukha
Date: Fri Jul 13 04:49:28 2018
New Revision: 336993
URL: http://llvm.org/viewvc/llvm-project?rev=336993&view=rev
Log:
Adjust thread name column width depending on real name length.
Make 16-byte aligned field instead of truncating a name to 16 byte.
Modified:
lldb/trunk/sou
Author: tkrasnukha
Date: Tue Aug 7 09:46:11 2018
New Revision: 339153
URL: http://llvm.org/viewvc/llvm-project?rev=339153&view=rev
Log:
Check result after setting PC value.
Modified:
lldb/trunk/source/Commands/CommandObjectTarget.cpp
Modified: lldb/trunk/source/Commands/CommandObjectTarget.
Author: tkrasnukha
Date: Thu Aug 9 04:42:28 2018
New Revision: 339328
URL: http://llvm.org/viewvc/llvm-project?rev=339328&view=rev
Log:
Remove unused type Either from Utility library.
Modified:
lldb/trunk/include/lldb/Utility/Either.h
lldb/trunk/lldb.xcodeproj/project.pbxproj
Modified:
Author: tkrasnukha
Date: Fri Aug 10 06:01:26 2018
New Revision: 339430
URL: http://llvm.org/viewvc/llvm-project?rev=339430&view=rev
Log:
Amend "Remove unused type Either from Utility library".
Removed:
lldb/trunk/include/lldb/Utility/Either.h
Removed: lldb/trunk/include/lldb/Utility/Either.h
] r339328 - Remove unused type Either from
> Utility library.
>
> On Thu, Aug 9, 2018 at 4:42 AM Tatyana Krasnukha via lldb-commits comm...@lists.llvm.org> wrote:
> >
> > Author: tkrasnukha
> > Date: Thu Aug 9 04:42:28 2018
> > New Revision: 339328
> >
Author: tkrasnukha
Date: Wed Sep 5 10:07:29 2018
New Revision: 341482
URL: http://llvm.org/viewvc/llvm-project?rev=341482&view=rev
Log:
Hold GIL while allocating memory for PythonString.
Summary:
Swig wraps C++ code into SWIG_PYTHON_THREAD_BEGIN_ALLOW; ...
SWIG_PYTHON_THREAD_END_ALLOW;
Thus, L
Author: tkrasnukha
Date: Thu Sep 20 10:57:24 2018
New Revision: 342671
URL: http://llvm.org/viewvc/llvm-project?rev=342671&view=rev
Log:
Replace boolean parameter with enum value according r342633
Modified:
lldb/trunk/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
Modified: lldb/tr
Author: tkrasnukha
Date: Fri Sep 21 06:20:26 2018
New Revision: 342732
URL: http://llvm.org/viewvc/llvm-project?rev=342732&view=rev
Log:
Skip test if gcc version is less than 7.1 since it doesn't support
-gcolumn-info option
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalitie
Author: tkrasnukha
Date: Fri Sep 21 06:40:22 2018
New Revision: 342733
URL: http://llvm.org/viewvc/llvm-project?rev=342733&view=rev
Log:
Add dependency on llc required by find-variable-dwo test
Modified:
lldb/trunk/lit/CMakeLists.txt
Modified: lldb/trunk/lit/CMakeLists.txt
URL:
http://llvm.
Propose to enable libxml2 support for Windows. I've built sources from
https://git.gnome.org/browse/libxml2 and successfully used lldb with it (in
part of parsing target.xml in ProcessGDBRemote).
LLDBConfig.cmake.LibXml.patch
Description: LLDBConfig.cmake.LibXml.patch
__
Like this idea of using breakpoint resolver very much. It's exactly how I see
debugger's proper work in such cases.
> -Original Message-
> From: jing...@apple.com [mailto:jing...@apple.com]
> Sent: Tuesday, 23 January, 2018 8:43 PM
> To: reviews+d39967+public+2d921c2f326fd...@reviews.llvm
Fix FDE indexing while scan debug_info section.
There are some differences between eh_frame and debug_frame formats that are
not considered by DWARFCallFrameInfo::GetFDEIndex.
An FDE entry contains CIE_pointer in debug_frame in same place as cie_id in
eh_frame. As described in dwarf
standard
mailto:lldb-commits-boun...@lists.llvm.org>>
on behalf of Tatyana Krasnukha via lldb-commits
mailto:lldb-commits@lists.llvm.org>>
Sent: Thursday, May 18, 2017 9:37 PM
To: lldb-commits@lists.llvm.org<mailto:lldb-commits@lists.llvm.org>
Subject: [Lldb-commits] Patch for fixing FDE
CreateStructuredDictionary() needs the GIL to be held because it calls
PyList_GET_SIZE from a nested function.
ScriptInterpreterPython.cpp.patch
Description: ScriptInterpreterPython.cpp.patch
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
h
ode comments too.
Thanks,
Abid
From: lldb-commits
mailto:lldb-commits-boun...@lists.llvm.org>>
on behalf of Tatyana Krasnukha via lldb-commits
mailto:lldb-commits@lists.llvm.org>>
Sent: Thursday, May 18, 2017 9:37 PM
To: lldb-commits@lists.llvm.org<mailto:lldb
.debug_frame may exist, even if there is no other debugging information. In
this case we cannot obtain DWARF version from debug_info and ParseCIE is the
only place where we can get CIE version and check whether it is supported or
not.
Thanks,
Tatyana
-Original Message-
From: Pavel Laba
-commits on behalf of Tatyana
Krasnukha via lldb-commits
Sent: Friday, May 26, 2017 12:47 PM
To: Pavel Labath; lldb-commits@lists.llvm.org
Subject: Re: [Lldb-commits] [PATCH] D33504: Fix FDE indexing while scan
debug_info section
.debug_frame may exist, even if there is no other debugging
Author: tkrasnukha
Date: Fri Jan 25 10:27:09 2019
New Revision: 352226
URL: http://llvm.org/viewvc/llvm-project?rev=352226&view=rev
Log:
ResolveBreakpointSite: fix outdated warning message
Currently if a breakpoint site is already present, its ID will be returned, not
the LLDB_INVALID_BREAK_ID.
Author: tkrasnukha
Date: Sat Feb 16 10:39:14 2019
New Revision: 354206
URL: http://llvm.org/viewvc/llvm-project?rev=354206&view=rev
Log:
Add PythonBoolean type to the PythonDataObjects
Differential Revision: https://reviews.llvm.org/D57817
Modified:
lldb/trunk/source/Plugins/ScriptInterprete
Author: tkrasnukha
Date: Mon Feb 25 08:40:11 2019
New Revision: 354798
URL: http://llvm.org/viewvc/llvm-project?rev=354798&view=rev
Log:
[lldb-mi] Check raw pointers before passing them to std::string ctor/assignment
Differential Revision: https://reviews.llvm.org/D55653
Added:
lldb/trunk/un
Author: tkrasnukha
Date: Mon Feb 25 10:23:44 2019
New Revision: 354803
URL: http://llvm.org/viewvc/llvm-project?rev=354803&view=rev
Log:
[lldb-mi] Fix conversion warning for 64-bit build
Modified:
lldb/trunk/tools/lldb-mi/MICmnLLDBDebugger.cpp
Modified: lldb/trunk/tools/lldb-mi/MICmnLLDBDebu
Author: tkrasnukha
Date: Mon Feb 25 10:32:46 2019
New Revision: 354804
URL: http://llvm.org/viewvc/llvm-project?rev=354804&view=rev
Log:
[lldb-mi] Return source line number in proper format
Line number is a decimal number and is printed as such, however for some
reason it was prefixed with '0x',
Author: tkrasnukha
Date: Tue Feb 26 06:50:40 2019
New Revision: 354883
URL: http://llvm.org/viewvc/llvm-project?rev=354883&view=rev
Log:
Fix error handling in Options::Parse
Moved `if (error.Fail())` to correct place to catch all faulty cases such as
"unknown or ambiguous option" which was ignore
Author: tkrasnukha
Date: Tue Feb 26 07:38:30 2019
New Revision: 354890
URL: http://llvm.org/viewvc/llvm-project?rev=354890&view=rev
Log:
Fix short options syntax in Minidump test
Modified:
lldb/trunk/lit/Minidump/dump-all.test
Modified: lldb/trunk/lit/Minidump/dump-all.test
URL:
http://llvm
g I can
> help you with.
>
> Best,
>
> --
> Davide
>
> On Tue, Feb 26, 2019 at 7:37 AM Tatyana Krasnukha via lldb-commits
> wrote:
> >
> > Author: tkrasnukha
> > Date: Tue Feb 26 07:38:30 2019
> > New Revision: 354890
> >
> > URL:
&g
ilures: 1
> >
> >
> > I'm a little confused if I look at it because it modifies heavily a
> > test but there's no code change associated? Did you by any chance
> > forget to add a file?
> > Anyway, please take a look and let me know if there's anyt
Author: tkrasnukha
Date: Tue Mar 5 03:18:45 2019
New Revision: 355388
URL: http://llvm.org/viewvc/llvm-project?rev=355388&view=rev
Log:
Fix embedded Python initialization according to changes in version 3.7
Differential Revision: https://reviews.llvm.org/D58833
Modified:
lldb/trunk/source/
Author: tkrasnukha
Date: Tue Mar 5 07:27:33 2019
New Revision: 355406
URL: http://llvm.org/viewvc/llvm-project?rev=355406&view=rev
Log:
Revert "Fix embedded Python initialization according to changes in version 3.7"
Testsuite hangs on Windows likely due to these changes.
Modified:
lldb/tru
Davide, Stella, thank you for investigating the issue!
I'll re-submit changes when the build will be recovered from compilation errors.
-Original Message-
From: Stella Stamenova
Sent: Wednesday, March 6, 2019 2:06 AM
To: Davide Italiano
Cc: Tatyana Krasnukha ; lldb-commits
Subject: RE
Author: tkrasnukha
Date: Wed Mar 6 09:27:40 2019
New Revision: 355523
URL: http://llvm.org/viewvc/llvm-project?rev=355523&view=rev
Log:
Re-apply "Fix embedded Python initialization according to changes in version
3.7"
Modified:
lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInter
Author: Tatyana Krasnukha
Date: 2020-02-13T19:34:01+03:00
New Revision: 21d09ccf268dc071d452b0207a3dd91228a51da3
URL:
https://github.com/llvm/llvm-project/commit/21d09ccf268dc071d452b0207a3dd91228a51da3
DIFF:
https://github.com/llvm/llvm-project/commit/21d09ccf268dc071d452b0207a3dd91228a51da3.d
Author: Tatyana Krasnukha
Date: 2020-02-18T13:49:07+03:00
New Revision: 185ef697ef5c60d7a5c801925e6abdad52226c2b
URL:
https://github.com/llvm/llvm-project/commit/185ef697ef5c60d7a5c801925e6abdad52226c2b
DIFF:
https://github.com/llvm/llvm-project/commit/185ef697ef5c60d7a5c801925e6abdad52226c2b.d
Author: Tatyana Krasnukha
Date: 2020-02-18T13:49:08+03:00
New Revision: 7fb06796abfd54878378b65456d567169d409bb3
URL:
https://github.com/llvm/llvm-project/commit/7fb06796abfd54878378b65456d567169d409bb3
DIFF:
https://github.com/llvm/llvm-project/commit/7fb06796abfd54878378b65456d567169d409bb3.d
Author: Tatyana Krasnukha
Date: 2020-02-18T13:49:07+03:00
New Revision: b624b7dfd087809fb58bff0737750e75375fe450
URL:
https://github.com/llvm/llvm-project/commit/b624b7dfd087809fb58bff0737750e75375fe450
DIFF:
https://github.com/llvm/llvm-project/commit/b624b7dfd087809fb58bff0737750e75375fe450.d
Author: Tatyana Krasnukha
Date: 2020-02-18T15:04:29+03:00
New Revision: db23825970b021d0b5302d43aa5355c295c133d9
URL:
https://github.com/llvm/llvm-project/commit/db23825970b021d0b5302d43aa5355c295c133d9
DIFF:
https://github.com/llvm/llvm-project/commit/db23825970b021d0b5302d43aa5355c295c133d9.d
The test was passing unexpectedly, I already removed XFAIL decorator.
-Original Message-
From: Raphael “Teemperor” Isemann
Sent: Tuesday, February 18, 2020 3:20 PM
To: reviews+d74556+public+411e87b2a9392...@reviews.llvm.org
Cc: Tatyana Krasnukha ; Jonas Devlieghere
; jing...@apple.com;
Author: Tatyana Krasnukha
Date: 2020-03-04T16:56:51+03:00
New Revision: b1324e74da2661e799b9fad037948e70d002b771
URL:
https://github.com/llvm/llvm-project/commit/b1324e74da2661e799b9fad037948e70d002b771
DIFF:
https://github.com/llvm/llvm-project/commit/b1324e74da2661e799b9fad037948e70d002b771.d
Author: Tatyana Krasnukha
Date: 2020-03-04T16:56:50+03:00
New Revision: 6c17cc531f9f4ee94f2298200fc4813c02999d78
URL:
https://github.com/llvm/llvm-project/commit/6c17cc531f9f4ee94f2298200fc4813c02999d78
DIFF:
https://github.com/llvm/llvm-project/commit/6c17cc531f9f4ee94f2298200fc4813c02999d78.d
Author: Tatyana Krasnukha
Date: 2020-03-05T10:12:54+03:00
New Revision: a31130f6fcf27518b31a8ac1f5971a42fc24837e
URL:
https://github.com/llvm/llvm-project/commit/a31130f6fcf27518b31a8ac1f5971a42fc24837e
DIFF:
https://github.com/llvm/llvm-project/commit/a31130f6fcf27518b31a8ac1f5971a42fc24837e.d
Author: Tatyana Krasnukha
Date: 2020-03-05T10:31:07+03:00
New Revision: eecef3af2ca8b27f4070be41c73bff989a096f9b
URL:
https://github.com/llvm/llvm-project/commit/eecef3af2ca8b27f4070be41c73bff989a096f9b
DIFF:
https://github.com/llvm/llvm-project/commit/eecef3af2ca8b27f4070be41c73bff989a096f9b.d
Author: Tatyana Krasnukha
Date: 2020-03-05T11:45:28+03:00
New Revision: 7a11cc06a4fd057f66a33830880ed567eb6d5eab
URL:
https://github.com/llvm/llvm-project/commit/7a11cc06a4fd057f66a33830880ed567eb6d5eab
DIFF:
https://github.com/llvm/llvm-project/commit/7a11cc06a4fd057f66a33830880ed567eb6d5eab.d
Author: Tatyana Krasnukha
Date: 2020-03-05T12:37:08+03:00
New Revision: aafd65ad9ff0def1e79889074687f7d0b05313e2
URL:
https://github.com/llvm/llvm-project/commit/aafd65ad9ff0def1e79889074687f7d0b05313e2
DIFF:
https://github.com/llvm/llvm-project/commit/aafd65ad9ff0def1e79889074687f7d0b05313e2.d
Author: Tatyana Krasnukha
Date: 2020-03-05T12:37:08+03:00
New Revision: d2e397f15616ef998663e2c6ef698528bd69e189
URL:
https://github.com/llvm/llvm-project/commit/d2e397f15616ef998663e2c6ef698528bd69e189
DIFF:
https://github.com/llvm/llvm-project/commit/d2e397f15616ef998663e2c6ef698528bd69e189.d
Author: Tatyana Krasnukha
Date: 2020-03-05T14:38:44+03:00
New Revision: ef38283a0980c0ca3d4e866eceec189807eec7f9
URL:
https://github.com/llvm/llvm-project/commit/ef38283a0980c0ca3d4e866eceec189807eec7f9
DIFF:
https://github.com/llvm/llvm-project/commit/ef38283a0980c0ca3d4e866eceec189807eec7f9.d
Author: Tatyana Krasnukha
Date: 2020-03-12T16:30:26+03:00
New Revision: df90a15b1ac938559a8c3af12126559c1e1e9558
URL:
https://github.com/llvm/llvm-project/commit/df90a15b1ac938559a8c3af12126559c1e1e9558
DIFF:
https://github.com/llvm/llvm-project/commit/df90a15b1ac938559a8c3af12126559c1e1e9558.d
Author: Tatyana Krasnukha
Date: 2020-03-12T22:08:12+03:00
New Revision: fe74df01a909fb02528e83e90124f1b706176ddd
URL:
https://github.com/llvm/llvm-project/commit/fe74df01a909fb02528e83e90124f1b706176ddd
DIFF:
https://github.com/llvm/llvm-project/commit/fe74df01a909fb02528e83e90124f1b706176ddd.d
Author: Tatyana Krasnukha
Date: 2020-03-16T16:20:12+03:00
New Revision: 332edcc6bd1dc1fd8fc33a0fb2f215a996d967fa
URL:
https://github.com/llvm/llvm-project/commit/332edcc6bd1dc1fd8fc33a0fb2f215a996d967fa
DIFF:
https://github.com/llvm/llvm-project/commit/332edcc6bd1dc1fd8fc33a0fb2f215a996d967fa.d
Author: Tatyana Krasnukha
Date: 2020-03-16T16:20:11+03:00
New Revision: 0a840ef80059c761109f5988590a3616c00906a1
URL:
https://github.com/llvm/llvm-project/commit/0a840ef80059c761109f5988590a3616c00906a1
DIFF:
https://github.com/llvm/llvm-project/commit/0a840ef80059c761109f5988590a3616c00906a1.d
Author: Anton Kolesov
Date: 2020-03-20T20:15:23+03:00
New Revision: 0b18b568e91a3ebe3ab33d13328a1614fb94cf07
URL:
https://github.com/llvm/llvm-project/commit/0b18b568e91a3ebe3ab33d13328a1614fb94cf07
DIFF:
https://github.com/llvm/llvm-project/commit/0b18b568e91a3ebe3ab33d13328a1614fb94cf07.diff
Author: Tatyana Krasnukha
Date: 2020-03-26T15:05:30+03:00
New Revision: ccf1c30cde6e1e763e7c9cdd48a609a805166699
URL:
https://github.com/llvm/llvm-project/commit/ccf1c30cde6e1e763e7c9cdd48a609a805166699
DIFF:
https://github.com/llvm/llvm-project/commit/ccf1c30cde6e1e763e7c9cdd48a609a805166699.d
Author: Tatyana Krasnukha
Date: 2020-03-26T15:05:30+03:00
New Revision: 2bfe2b878a62db5b008735401d376f68dd0e34ea
URL:
https://github.com/llvm/llvm-project/commit/2bfe2b878a62db5b008735401d376f68dd0e34ea
DIFF:
https://github.com/llvm/llvm-project/commit/2bfe2b878a62db5b008735401d376f68dd0e34ea.d
Author: Anton Kolesov
Date: 2020-03-26T18:48:40+03:00
New Revision: a92673fe9a08b5ed4f67cc52782bacc29cf945ec
URL:
https://github.com/llvm/llvm-project/commit/a92673fe9a08b5ed4f67cc52782bacc29cf945ec
DIFF:
https://github.com/llvm/llvm-project/commit/a92673fe9a08b5ed4f67cc52782bacc29cf945ec.diff
Author: Tatyana Krasnukha
Date: 2021-02-28T19:23:18+03:00
New Revision: 8cdcd41e384b4901cd796f7be58c461647e54d18
URL:
https://github.com/llvm/llvm-project/commit/8cdcd41e384b4901cd796f7be58c461647e54d18
DIFF:
https://github.com/llvm/llvm-project/commit/8cdcd41e384b4901cd796f7be58c461647e54d18.d
Author: Tatyana Krasnukha
Date: 2021-02-28T19:23:16+03:00
New Revision: 54d03a4985bc9a0a84c4dff835ec6ed0f607582f
URL:
https://github.com/llvm/llvm-project/commit/54d03a4985bc9a0a84c4dff835ec6ed0f607582f
DIFF:
https://github.com/llvm/llvm-project/commit/54d03a4985bc9a0a84c4dff835ec6ed0f607582f.d
Author: Tatyana Krasnukha
Date: 2021-02-28T19:23:20+03:00
New Revision: b2faf30189449a894b5c1cb2bb6b0cc04986c7fe
URL:
https://github.com/llvm/llvm-project/commit/b2faf30189449a894b5c1cb2bb6b0cc04986c7fe
DIFF:
https://github.com/llvm/llvm-project/commit/b2faf30189449a894b5c1cb2bb6b0cc04986c7fe.d
Author: Tatyana Krasnukha
Date: 2021-02-28T19:23:22+03:00
New Revision: ef447fe0088cacc38027028d4c43c1938d3eb9e7
URL:
https://github.com/llvm/llvm-project/commit/ef447fe0088cacc38027028d4c43c1938d3eb9e7
DIFF:
https://github.com/llvm/llvm-project/commit/ef447fe0088cacc38027028d4c43c1938d3eb9e7.d
Author: Tatyana Krasnukha
Date: 2021-02-28T19:23:14+03:00
New Revision: 9182117861896a03499bbca3612fc66ca4d36944
URL:
https://github.com/llvm/llvm-project/commit/9182117861896a03499bbca3612fc66ca4d36944
DIFF:
https://github.com/llvm/llvm-project/commit/9182117861896a03499bbca3612fc66ca4d36944.d
Author: Tatyana Krasnukha
Date: 2021-02-28T19:23:25+03:00
New Revision: f0f183ee4ad952d94234cf6971c69a044e05c9df
URL:
https://github.com/llvm/llvm-project/commit/f0f183ee4ad952d94234cf6971c69a044e05c9df
DIFF:
https://github.com/llvm/llvm-project/commit/f0f183ee4ad952d94234cf6971c69a044e05c9df.d
Author: Tatyana Krasnukha
Date: 2021-02-28T19:23:27+03:00
New Revision: 1d6a6f3b0c710ccd6558644d195cf939c4995d84
URL:
https://github.com/llvm/llvm-project/commit/1d6a6f3b0c710ccd6558644d195cf939c4995d84
DIFF:
https://github.com/llvm/llvm-project/commit/1d6a6f3b0c710ccd6558644d195cf939c4995d84.d
Author: Tatyana Krasnukha
Date: 2020-07-29T21:20:04+03:00
New Revision: c114352edfe0de69050bbf1cbbc478bcfb524622
URL:
https://github.com/llvm/llvm-project/commit/c114352edfe0de69050bbf1cbbc478bcfb524622
DIFF:
https://github.com/llvm/llvm-project/commit/c114352edfe0de69050bbf1cbbc478bcfb524622.d
Author: Tatyana Krasnukha
Date: 2020-07-29T21:27:23+03:00
New Revision: f7ec3e3be70d10a630ac22c64073a845b168c829
URL:
https://github.com/llvm/llvm-project/commit/f7ec3e3be70d10a630ac22c64073a845b168c829
DIFF:
https://github.com/llvm/llvm-project/commit/f7ec3e3be70d10a630ac22c64073a845b168c829.d
Author: Tatyana Krasnukha
Date: 2020-07-29T21:27:23+03:00
New Revision: b352e62feadd0aabaa7373b6fb40701f00a6aa91
URL:
https://github.com/llvm/llvm-project/commit/b352e62feadd0aabaa7373b6fb40701f00a6aa91
DIFF:
https://github.com/llvm/llvm-project/commit/b352e62feadd0aabaa7373b6fb40701f00a6aa91.d
Author: Tatyana Krasnukha
Date: 2020-07-29T21:27:24+03:00
New Revision: ebaa8b1c60749883c6449a7c16096f1c40ccf4bc
URL:
https://github.com/llvm/llvm-project/commit/ebaa8b1c60749883c6449a7c16096f1c40ccf4bc
DIFF:
https://github.com/llvm/llvm-project/commit/ebaa8b1c60749883c6449a7c16096f1c40ccf4bc.d
Author: Tatyana Krasnukha
Date: 2020-07-29T21:53:18+03:00
New Revision: d5c1f686e34fdd9ed8ec9b7a195799baf492e854
URL:
https://github.com/llvm/llvm-project/commit/d5c1f686e34fdd9ed8ec9b7a195799baf492e854
DIFF:
https://github.com/llvm/llvm-project/commit/d5c1f686e34fdd9ed8ec9b7a195799baf492e854.d
Author: Tatyana Krasnukha
Date: 2020-07-29T22:07:46+03:00
New Revision: da0bba5c9abb161ff824cf450537cf2ccf50d457
URL:
https://github.com/llvm/llvm-project/commit/da0bba5c9abb161ff824cf450537cf2ccf50d457
DIFF:
https://github.com/llvm/llvm-project/commit/da0bba5c9abb161ff824cf450537cf2ccf50d457.d
Author: Tatyana Krasnukha
Date: 2020-08-03T12:52:43+03:00
New Revision: e97c693bb0ece2d9a2b0db75034927405fe3bfdf
URL:
https://github.com/llvm/llvm-project/commit/e97c693bb0ece2d9a2b0db75034927405fe3bfdf
DIFF:
https://github.com/llvm/llvm-project/commit/e97c693bb0ece2d9a2b0db75034927405fe3bfdf.d
1 - 100 of 133 matches
Mail list logo