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
/
source
/
Expression
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a buffer-size bug when the first DW_OP_piece is undefined
Adrian Prantl
2020-02-19
1
-1
/
+5
*
Add testing for DW_OP_piece and fix a bug with small Scalar values.
Adrian Prantl
2020-02-19
1
-4
/
+12
*
[lldb] Don't defend against internal LLVM errors in IRInterpreter
Raphael Isemann
2020-01-14
1
-125
/
+13
*
[lldb][NFC] Use range-based for loops in IRInterpreter
Raphael Isemann
2020-01-13
1
-16
/
+12
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
2
-2
/
+5
*
[lldb/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
1
-31
/
+4
*
[UserExpression] Clean up `return` after `else`.
Davide Italiano
2020-01-03
1
-4
/
+3
*
[lldb] Fix ARM32 inferior calls
Jan Kratochvil
2019-12-21
2
-7
/
+7
*
[lldb/DWARF] Switch to llvm location list parser
Pavel Labath
2019-12-09
1
-261
/
+147
*
[lldb] Improve/fix base address selection in location lists
Pavel Labath
2019-12-09
1
-51
/
+58
*
[lldb] Migrate VMRange::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb/IRExecutionUnit] Stop searching based on demangled names
Pavel Labath
2019-12-06
1
-2
/
+0
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
1
-2
/
+3
*
[lldb] remove unsigned Stream::operator<< overloads
Pavel Labath
2019-11-26
1
-1
/
+1
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
1
-6
/
+6
*
[lldb] Add logging to IRExecutionUnit::GetStaticInitializers
Raphael Isemann
2019-11-19
1
-6
/
+21
*
[lldb][NFC] Early exit in IRExecutionUnit::GetStaticInitializers
Raphael Isemann
2019-11-19
1
-24
/
+28
*
[LLDB] Cleanup the DataEncoder utility. (NFC)
Jonas Devlieghere
2019-11-13
1
-3
/
+3
*
[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable
Raphael Isemann
2019-11-12
5
-23
/
+23
*
[lldb][NFC] Make LLVMUserExpression::DoExecute return early
Raphael Isemann
2019-10-29
1
-144
/
+142
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-2
/
+0
*
DWARFExpression: Fix/add support for (v4) debug_loc base address selection en...
Pavel Labath
2019-10-14
1
-0
/
+18
*
[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership
Raphael Isemann
2019-10-10
1
-1
/
+1
*
remove a smattering of isolated, unnecessary uses of FILE*
Lawrence D'Anna
2019-10-09
1
-1
/
+1
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-2
/
+2
*
Use llvm for dumping DWARF expressions
Pavel Labath
2019-09-30
1
-407
/
+4
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-8
/
+8
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-7
/
+12
*
[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...
Raphael Isemann
2019-09-25
1
-2
/
+2
*
[DWARF] Evaluate DW_OP_entry_value
Vedant Kumar
2019-09-11
1
-0
/
+261
*
Implement DW_OP_convert
Adrian Prantl
2019-09-10
1
-0
/
+77
*
[Expression] Remove unused header from LLVMUserExpression
Alex Langford
2019-09-09
1
-1
/
+0
*
[lldb][NFC] Remove Args::StripSpaces
Raphael Isemann
2019-09-06
1
-1
/
+1
*
[lldb][NFC] Move Clang-specific flags to ClangUserExpression
Raphael Isemann
2019-08-30
1
-3
/
+1
*
Remove DWARFExpression::LocationListSize
Pavel Labath
2019-08-29
1
-23
/
+0
*
Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...
Adrian Prantl
2019-08-27
1
-0
/
+10
*
DWARFExpression: Simplify class interface
Pavel Labath
2019-08-27
1
-27
/
+15
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-6
/
+11
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
1
-19
/
+20
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
1
-2
/
+2
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
1
-8
/
+14
*
[lldb] Remove undocumented return value from DiagnosticManager::PutString
Raphael Isemann
2019-08-12
1
-4
/
+3
*
[Materializer] Remove wrong SetSizeAndAlignmentFromType().
Davide Italiano
2019-08-08
1
-14
/
+0
*
Detect HAVE_SYS_TYPES_H in lldb
Haibo Huang
2019-08-07
2
-0
/
+4
*
[lldb] Move redundant persistent variable counter to ClangPersistentVariables
Raphael Isemann
2019-08-05
1
-10
/
+0
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-5
/
+1
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-3
/
+1
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-7
/
+5
*
[lldb][NFC] Remove DiagnosticManager::CopyDiagnostics
Raphael Isemann
2019-07-29
1
-9
/
+0
[next]