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
*
[lldb] Fix Microsoft guard variable detection
Raphael Isemann
2019-08-13
1
-1
/
+1
*
[lldb] Reland "Refactor guard variable checks in IRForTarget"
Raphael Isemann
2019-08-13
1
-14
/
+19
*
[lldb][NFC] Add basic IOHandler completion test
Raphael Isemann
2019-08-13
2
-0
/
+63
*
[Symbol] Remove redundant include
Alex Langford
2019-08-13
1
-1
/
+0
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
7
-9
/
+12
*
Revert "[lldb] Refactor guard variable checks in IRForTarget"
Stella Stamenova
2019-08-12
1
-12
/
+12
*
Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...
Stella Stamenova
2019-08-12
6
-66
/
+7
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
7
-17
/
+28
*
[lldb][NFC] Minor fixes for lldb_private::DiagnosticManager
Raphael Isemann
2019-08-12
1
-4
/
+2
*
[lldb] Remove undocumented return value from DiagnosticManager::PutString
Raphael Isemann
2019-08-12
2
-5
/
+4
*
[lldb][NFC] Add unit test for lldb_private::DiagnosticManager
Raphael Isemann
2019-08-12
2
-0
/
+195
*
[lldb] Fix dynamic_cast by no longer failing on variable without metadata
Raphael Isemann
2019-08-10
6
-7
/
+66
*
Small format fix
Haibo Huang
2019-08-09
1
-1
/
+1
*
Detects whether RESOURCE_TYPE_IO is defined.
Haibo Huang
2019-08-09
1
-0
/
+3
*
[lldb][NFC] Assert on invalid cursors positions when creating CompletionRequest
Raphael Isemann
2019-08-09
1
-0
/
+1
*
[lldb][NFC] Remove unused IRForTarget::BuildRelocation
Raphael Isemann
2019-08-09
2
-36
/
+0
*
[lldb][NFC] Unify InstrList typedef in IRForTarget
Raphael Isemann
2019-08-09
1
-6
/
+2
*
[lldb][NFC] Fix warning about missing switch cases
Raphael Isemann
2019-08-09
1
-0
/
+14
*
[lldb] Refactor guard variable checks in IRForTarget
Raphael Isemann
2019-08-09
1
-12
/
+12
*
Minidump/Windows: Fix module lookup
Pavel Labath
2019-08-09
4
-0
/
+69
*
[lldb][NFC] Clean up logging in IRForTarget
Raphael Isemann
2019-08-09
1
-167
/
+100
*
[lldb][NFC] Remove last C string uses from IRForTarget
Raphael Isemann
2019-08-09
1
-10
/
+8
*
[lldb][NFC] Use range-based for-loops in IRForTarget
Raphael Isemann
2019-08-09
1
-108
/
+40
*
[lldb][NFC] Modernize IRForTarget::CreateResultVariable
Raphael Isemann
2019-08-08
1
-21
/
+20
*
[lldb][NFC] Move to StringRef in some places in IRForTarget
Raphael Isemann
2019-08-08
1
-37
/
+32
*
[lldb] Fix HAVE_LIBCOMPRESSION
Haibo Huang
2019-08-08
2
-4
/
+2
*
[lldb][NFC] Directly use StringRef instead of temporary std::string
Raphael Isemann
2019-08-08
1
-13
/
+12
*
SymbolFileDWARF: Unconditionally scan through clang modules. NFCish
Adrian Prantl
2019-08-08
1
-3
/
+7
*
Fix a comment which was incorrect.
Jim Ingham
2019-08-08
1
-1
/
+1
*
Remove unused and undocumented data_offset parameter (NFC)
Adrian Prantl
2019-08-08
11
-21
/
+19
*
[lldb][NFC] Simplify return in MaybeHandleVariable
Raphael Isemann
2019-08-08
1
-9
/
+4
*
[lldb][CMake] Disable modules in Xcode projects
Stefan Granitz
2019-08-08
1
-0
/
+3
*
ObjectFileELF: Convert a unit test to a lit test
Pavel Labath
2019-08-08
4
-242
/
+93
*
Fix LLDB_CONFIGURATION_DEBUG builds for the GetSymbolVendor removal
Pavel Labath
2019-08-08
1
-6
/
+2
*
Add a missing include to SymbolFilePDBTests.cpp
Pavel Labath
2019-08-08
1
-0
/
+1
*
Remove xcode-specific Config.h
Pavel Labath
2019-08-08
2
-40
/
+1
*
Fix PDB unit tests for the GetSymbolVendor deletion
Pavel Labath
2019-08-08
1
-36
/
+15
*
Remove Module::GetSymbolVendor
Pavel Labath
2019-08-08
3
-63
/
+42
*
[Materializer] Remove wrong SetSizeAndAlignmentFromType().
Davide Italiano
2019-08-08
2
-16
/
+0
*
[Utility] Remove unused function 'GetMatchSpanningIndices'
Jonas Devlieghere
2019-08-08
2
-21
/
+0
*
[Docs] Fix (incorrect) code highlighting
Jonas Devlieghere
2019-08-07
1
-25
/
+25
*
Adjust a ValueObjectChild's offset when the child is a bitfield
Adrian Prantl
2019-08-07
3
-0
/
+35
*
[CommandObject] Remove unused function
Jonas Devlieghere
2019-08-07
1
-2
/
+0
*
[Symbol] Remove commented out code from CompileUnit
Alex Langford
2019-08-07
1
-43
/
+0
*
Add support for deterministically linked binaries on macOS to lldb.
Nico Weber
2019-08-07
2
-1
/
+16
*
[Driver] Expand the executable path in the target create output
Jonas Devlieghere
2019-08-07
2
-1
/
+9
*
[ExecutionContext] Return the target/process byte order.
Jonas Devlieghere
2019-08-07
3
-4
/
+126
*
ProcessElfCore: Remove linux and freebsd NT_*** constants
Pavel Labath
2019-08-07
2
-46
/
+21
*
ObjectFileELF: Remove NT_*** constants
Pavel Labath
2019-08-07
1
-36
/
+1
*
A more robust way of testing debug_line parser near the end of module
Pavel Labath
2019-08-07
2
-3
/
+28
[next]