GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lldb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS
serge-sans-paille
2022-11-15
2
-5
/
+0
*
[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0
Jitka Plesnikova
2022-11-15
1
-1
/
+1
*
[CMake] Fix -Wstrict-prototypes
Sam James
2022-11-10
1
-1
/
+1
*
[lldb] Automatically unwrap parameter packs in template argument accessors
Jonas Devlieghere
2022-10-25
11
-68
/
+190
*
Fix LLDB build on old Linux kernels (pre-4.1)
David Spickett
2022-10-13
1
-2
/
+29
*
[lldb] Silence a GCC warning about missing returns after a fully covered swit...
Martin Storsjö
2022-08-05
1
-0
/
+1
*
Add string conversion for InstructionControlFlowKind enum
Jakob Johnson
2022-07-26
2
-29
/
+31
*
[lldb/ClangExpressionParser] Fix compiler error due to `clang::CreateLLVMCode...
Argyrios Kyrtzidis
2022-07-26
1
-2
/
+3
*
[lldb] Disable TestStackFromStdModule.py
Augusto Noronha
2022-07-26
1
-0
/
+1
*
Move GetControlFlowKind's logic to DisassemblerLLVMC.cpp
Walter Erquinigo
2022-07-26
4
-331
/
+338
*
[trace][intel pt] Introduce wall clock time for each trace item
Walter Erquinigo
2022-07-26
23
-291
/
+606
*
StackFrame::GetValueObjectForFrameVariable holds the StackFrame lock too long.
Jim Ingham
2022-07-26
1
-17
/
+25
*
[LLDB][ClangExpression] Prevent nullptr namespace map access during logging
Michael Buch
2022-07-26
1
-3
/
+3
*
[lldb][ARM] Use portable printf tokens for 64 bit types
David Spickett
2022-07-26
1
-3
/
+4
*
[lldb][ARM] Add tests for vpush/vpop D registers
David Spickett
2022-07-26
3
-0
/
+262
*
[lldb][ARM] Misc improvements to TestEmulations
David Spickett
2022-07-26
1
-3
/
+4
*
[lldb][ARM] Print mismatched registers in emulation tests
David Spickett
2022-07-26
3
-7
/
+18
*
[LLDB][ARM] Generalise adding register state in emulation tests and add D reg...
David Spickett
2022-07-26
2
-24
/
+32
*
[lldb][AArch64] Add support for memory tags in core files
David Spickett
2022-07-26
7
-2
/
+328
*
[LLDB][Reliability] Fix register value unpacking
Slava Gurevich
2022-07-26
1
-1
/
+1
*
[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2
Slava Gurevich
2022-07-25
15
-29
/
+38
*
Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...
Slava Gurevich
2022-07-25
15
-39
/
+30
*
[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2
Slava Gurevich
2022-07-25
15
-30
/
+39
*
[lldb] [gdb-remote] Refactor killing process and move it to client
Michał Górny
2022-07-25
3
-44
/
+44
*
[lldb] Make compiler-rt an optional LLDB test dependency
Jonas Devlieghere
2022-07-25
1
-0
/
+4
*
[lldb][AArch64] Use macro for unused var without asserts enabled
David Spickett
2022-07-25
1
-1
/
+1
*
[lldb][AArch64] Fix an unused variable warning in release builds. NFC
Dmitri Gribenko
2022-07-25
1
-0
/
+1
*
[lldb][AArch64] Add UnpackTagsFromCoreFileSegment to MemoryTagManager
David Spickett
2022-07-25
4
-0
/
+151
*
[lldb][ARM/AArch64] Use sys/uio.h instead of socket.h in native register context
David Spickett
2022-07-25
2
-2
/
+2
*
Use llvm::less_first and llvm::less_second (NFC)
Kazu Hirata
2022-07-24
1
-3
/
+1
*
[lldb] Remove redundant member initialization (NFC)
Kazu Hirata
2022-07-24
3
-4
/
+3
*
[lldb] Use nullptr instead of NULL (NFC)
Kazu Hirata
2022-07-24
1
-4
/
+4
*
[lldb] Use true instead of 0 (NFC)
Kazu Hirata
2022-07-24
1
-1
/
+1
*
[lldb] Adapt lldb tests to changes in 71cdb8c6f144
Augusto Noronha
2022-07-23
2
-3
/
+3
*
Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...
Nico Weber
2022-07-23
54
-328
/
+251
*
Use the range-based overload of llvm::sort where possible
Dmitri Gribenko
2022-07-23
11
-14
/
+13
*
[lldb] Remote accidental logs left in TestGuiExpandThreadsTree
Augusto Noronha
2022-07-22
1
-20
/
+0
*
[lldb] Disable TestGuiExpandThreadsTree
Augusto Noronha
2022-07-22
1
-0
/
+21
*
Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"
Med Ismail Bennani
2022-07-22
3
-131
/
+0
*
[lldb/Fuzzer] Add fuzzer for expression evaluator
Chelsea Cassanova
2022-07-22
3
-0
/
+131
*
Cache the value for absolute path in FileSpec.
Greg Clayton
2022-07-22
3
-12
/
+61
*
Fix buildbot breakage after https://reviews.llvm.org/D130309.
Greg Clayton
2022-07-22
1
-1
/
+1
*
Fix buildbot breakage after https://reviews.llvm.org/D130309.
Greg Clayton
2022-07-22
2
-4
/
+4
*
[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...
Greg Clayton
2022-07-22
53
-235
/
+263
*
[lldb][ARM] Invert emulation test assert message
David Spickett
2022-07-22
1
-1
/
+1
*
[lldb] Handle jumping to the end in DW_OP_skip/DW_OP_bra
Andy Yankovsky
2022-07-22
2
-4
/
+33
*
[LLDB][ClangExpression] Allow expression evaluation from within C++ Lambdas
Michael Buch
2022-07-22
15
-40
/
+603
*
[LLDB][Expression] Allow instantiation of IR Entity from ValueObject
Michael Buch
2022-07-22
6
-37
/
+290
*
[LLDB][NFC] Create variable for hardcoded alignment/size constants in materia...
Michael Buch
2022-07-22
1
-8
/
+16
*
[LLDB][Reliability] Fix accessing invalid iterator
Slava Gurevich
2022-07-21
1
-3
/
+6
[next]