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
/
DWARFExpression.cpp
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/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
1
-31
/
+4
*
[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][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] Cleanup the DataEncoder utility. (NFC)
Jonas Devlieghere
2019-11-13
1
-3
/
+3
*
DWARFExpression: Fix/add support for (v4) debug_loc base address selection en...
Pavel Labath
2019-10-14
1
-0
/
+18
*
Use llvm for dumping DWARF expressions
Pavel Labath
2019-09-30
1
-407
/
+4
*
[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
*
Remove DWARFExpression::LocationListSize
Pavel Labath
2019-08-29
1
-23
/
+0
*
DWARFExpression: Simplify class interface
Pavel Labath
2019-08-27
1
-27
/
+15
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-10
/
+10
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
1
-2
/
+2
*
[DWARFExpression] Remove ctor that takes just a compile unit.
Jonas Devlieghere
2019-05-28
1
-48
/
+13
*
[DWARFExpression] Remove commented-out code (NFC)
Jonas Devlieghere
2019-05-24
1
-119
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+6
*
DWARF: Port debug_addr over to DWARFContext
Pavel Labath
2019-05-21
1
-24
/
+7
*
Delete unnecessary copy ctors/copy assignment operators
Fangrui Song
2019-05-15
1
-5
/
+0
*
DWARFExpression: Fix implementation of DW_OP_pick
Pavel Labath
2019-04-29
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-107
/
+0
*
[lldb] Fix DW_OP_addrx uses.
Ali Tamur
2019-03-07
1
-2
/
+9
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
[PDB] Fix location retrieval for function local variables and arguments that are
Aleksandr Urakov
2019-02-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-5
/
+5
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-2
/
+0
*
[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
1
-0
/
+12
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Fix whitespace formatting in DWARFExpression::DumpLocation
Pavel Labath
2018-07-19
1
-14
/
+14
*
Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...
Greg Clayton
2018-06-21
1
-0
/
+28
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
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
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-155
/
+137
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-10
/
+10
*
Remove the DWARFExpression -> Clang ExpressionParser dependency
Tamas Berghammer
2017-08-16
1
-21
/
+14
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
[next]