index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill struct IOVEC
Pavel Labath
2017-12-01
9
-24
/
+10
*
ClangASTContext::ParseClassTemplateDecl doesn't always succeed.
Jim Ingham
2017-12-01
1
-1
/
+11
*
Add lldb-test.
Zachary Turner
2017-12-01
7
-0
/
+650
*
We had a situation where a kext was inlined into the kernel,
Jason Molenda
2017-11-30
1
-0
/
+10
*
[lldb] A few minor fixes in TaskPool
Alexander Shaposhnikov
2017-11-30
3
-6
/
+25
*
Fix this test so that the breakpoints you set are
Jim Ingham
2017-11-30
2
-2
/
+6
*
Remove a long out-of-date comment.
Jim Ingham
2017-11-30
1
-1
/
+0
*
Add a test case for open bug 35480
Pavel Labath
2017-11-30
5
-0
/
+82
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
9
-31
/
+36
*
refactor: Simplify loop with DWARFCompileUnit::Extract
Jan Kratochvil
2017-11-30
1
-6
/
+2
*
Fix the gtest target for the move of ArchSpecTest.cpp from Core to Utility.
Jim Ingham
2017-11-30
1
-1
/
+1
*
refactor: Unify+simplify DWARFCompileUnit ctor+Clear() into in-class initiali...
Jan Kratochvil
2017-11-29
4
-80
/
+47
*
Add elf-core/RegisterUtilities.{cpp,h} to the project file.
Jim Ingham
2017-11-28
1
-0
/
+6
*
Update remote debugging page with many more details.
Greg Clayton
2017-11-28
1
-8
/
+132
*
Simplify UUID constructors
Stephane Sezer
2017-11-28
1
-3
/
+2
*
elf-core: Convert remaining register context to use register set maps
Pavel Labath
2017-11-28
23
-195
/
+226
*
Fix floating point register write on new x86 linux kernels
Pavel Labath
2017-11-28
5
-12
/
+58
*
Remove some duplicated code in UUID.cpp
Stephane Sezer
2017-11-28
1
-8
/
+1
*
Mark UUID::GetByteSize() const
Stephane Sezer
2017-11-27
2
-2
/
+2
*
Remove custom TimePoint-formatting code
Pavel Labath
2017-11-27
1
-20
/
+3
*
dotest: Mark more android targets as chatty
Pavel Labath
2017-11-27
1
-1
/
+1
*
Due to changes for DWZ I would need to update those such as renaming it to
Jan Kratochvil
2017-11-25
2
-27
/
+0
*
elf-core: Split up parsing code into os-specific functions
Pavel Labath
2017-11-23
5
-226
/
+311
*
Run clang-format on source/Host/common/Symbols.cpp
Stephane Sezer
2017-11-22
1
-21
/
+22
*
Remove extra minuses from command option
Tatyana Krasnukha
2017-11-22
1
-1
/
+1
*
Remove unused variable.
Tatyana Krasnukha
2017-11-22
1
-1
/
+1
*
Test commit. Fix typo in comment.
Tatyana Krasnukha
2017-11-22
1
-1
/
+1
*
[Expression parser] Remove logging of field that is no longer in clang's Targ...
Craig Topper
2017-11-20
1
-1
/
+0
*
Remove 2 unused methods DWARFDebugInfo::Find and their FindCallbackString
Jan Kratochvil
2017-11-19
2
-81
/
+0
*
Add comments to DWARFCompileUnit length fields/methods
Jan Kratochvil
2017-11-19
1
-9
/
+8
*
[ABI] Remove dead code that was copy-pasted all around. NFCI.
Davide Italiano
2017-11-18
2
-82
/
+0
*
[Module] Throw away some more commented code. NFCI.
Davide Italiano
2017-11-18
1
-37
/
+0
*
[ABI/SysV] Remove more dead code. NFCI.
Davide Italiano
2017-11-18
1
-42
/
+0
*
[Core] Garbage collect dead code untouched in years. NFCI.
Davide Italiano
2017-11-18
1
-31
/
+0
*
[lldb] Ensure that dwo/dwp are not double-indexed
Alexander Shaposhnikov
2017-11-17
5
-3
/
+42
*
Fix LLDB build.
Eugene Zemtsov
2017-11-17
1
-0
/
+1
*
Update xcode project file to build new ppc64le files.
Jason Molenda
2017-11-17
3
-3
/
+27
*
Recognize another magic token sent in the LaunchInfo's EventData.
Jim Ingham
2017-11-17
1
-29
/
+71
*
"source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.
Jim Ingham
2017-11-17
1
-4
/
+5
*
Fixed up to use a class for the commands, renamed the commands and added a wa...
Greg Clayton
2017-11-16
1
-68
/
+181
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
14
-54
/
+597
*
Fix alignment of arm64 fpu register context structure
Jason Molenda
2017-11-16
3
-4
/
+4
*
[POSIX] Replace assert with llvm_unreachable(). NFCI.
Davide Italiano
2017-11-15
1
-1
/
+1
*
Roll back r318260 because it is causing the windows bot to
Jason Molenda
2017-11-15
2
-2
/
+2
*
Two small fixes to handle arm64 fpu register contexts in
Jason Molenda
2017-11-15
2
-2
/
+2
*
Update xcode project file to track ArchSpec.cpp
Jason Molenda
2017-11-14
1
-6
/
+12
*
Add check for self-assignment. NFC
Don Hinton
2017-11-14
2
-0
/
+6
*
Add a data formatter for libc++ std::bitset
Pavel Labath
2017-11-14
7
-0
/
+197
*
Reformat a comment. NFC.
Stephane Sezer
2017-11-13
1
-2
/
+1
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
14
-19
/
+15
[next]