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
...
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-1
/
+1
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
1
-1
/
+1
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
7
-23
/
+0
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-5
/
+6
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-2
/
+3
*
[LLDB] - Parse the DW_LLE_startx_length correctly for DWARF v5 case.
George Rimar
2018-10-25
1
-2
/
+6
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
2
-0
/
+15
*
Revert "Return a named error in the result object of an expression with no re...
Krasimir Georgiev
2018-10-18
3
-9
/
+4
*
Return a named error in the result object of an expression with no result
Jim Ingham
2018-10-16
3
-4
/
+9
*
Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."
Davide Italiano
2018-09-17
1
-3
/
+7
*
[IRInterpreter] Minor cleanups, add comments. NFCI.
Davide Italiano
2018-09-14
1
-7
/
+3
*
[IRInterpreter] Fall back to JIT with 128-bit values.
Davide Italiano
2018-09-14
1
-0
/
+12
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-2
/
+2
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
1
-1
/
+1
*
Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...
Frederic Riss
2018-08-28
1
-11
/
+6
*
[IRMemoryMap] Shrink Allocation and make it move-only (NFC)
Vedant Kumar
2018-08-08
1
-5
/
+6
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
5
-6
/
+6
*
[IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)
Vedant Kumar
2018-08-06
1
-5
/
+1
*
Fix whitespace formatting in DWARFExpression::DumpLocation
Pavel Labath
2018-07-19
1
-14
/
+14
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-1
/
+5
*
Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...
Greg Clayton
2018-06-21
1
-0
/
+28
*
IRInterpreter: fix sign extension of small types (pr37840)
Pavel Labath
2018-06-20
1
-7
/
+1
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-4
/
+2
*
[IRMemoryMap] Fix the alignment adjustment in Malloc
Vedant Kumar
2018-05-31
1
-6
/
+12
*
Set m_struct_valid to initial value in ctor.
Jason Molenda
2018-05-31
1
-1
/
+2
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Break dependency from Core to ObjectFileJIT.
Zachary Turner
2018-05-23
2
-11
/
+16
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-0
/
+6
*
Revert "DWARFExpression: Convert file addresses to load addresses early on."
Adrian Prantl
2018-05-03
1
-4
/
+1
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-1
/
+4
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-13
/
+13
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
2
-1
/
+13
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-3
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
12
-230
/
+195
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
1
-0
/
+1
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-10
/
+10
*
[IRExecutionUnit] Remove broken/dead code.
Davide Italiano
2018-01-04
1
-26
/
+2
*
Do not use default arguments of DataLayout::getPointer*. NFC
Fangrui Song
2017-12-06
1
-5
/
+0
*
Revert "[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JI...
Pavel Labath
2017-11-13
1
-2
/
+1
*
Add support for the DWP debug info format
Tamas Berghammer
2017-08-25
1
-0
/
+1
*
Remove the DWARFExpression -> Clang ExpressionParser dependency
Tamas Berghammer
2017-08-16
1
-21
/
+14
*
Update for llvm api change.
Rafael Espindola
2017-08-03
1
-5
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
11
-127
/
+128
*
Add CopyDiagnostic to the DiagnosticManager.
Jim Ingham
2017-04-19
1
-0
/
+9
*
Revert r298776 - Expression: add missing linkage to RuntimeDyld ...
Michal Gorny
2017-03-30
1
-1
/
+0
*
Expression: add missing linkage to RuntimeDyld component
Michal Gorny
2017-03-25
1
-0
/
+1
*
Fix warnings from clang build on macOS.
Bruce Mitchener
2017-03-23
1
-1
/
+2
*
Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not
Jason Molenda
2017-03-21
1
-0
/
+2
[prev]
[next]