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
/
Symbol
/
CompactUnwindInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-1
/
+2
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-2
/
+2
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-3
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-4
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+4
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
1
-14
/
+14
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-52
/
+40
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-7
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1495
/
+1449
*
Add support for using armv7 compact unwind information
Jason Molenda
2016-06-07
1
-54
/
+308
*
Add support for arm64 compact unwind tables, used on darwin arm64
Jason Molenda
2016-05-25
1
-0
/
+188
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-13
/
+11
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-2
/
+2
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-2
/
+2
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
Update comment about the UNWIND_X86_64_MODE_STACK_IND encoding
Jason Molenda
2015-06-18
1
-1
/
+2
*
Correct the end-of-vector check in GetCompactUnwindInfoForFunction().
Jason Molenda
2015-06-18
1
-1
/
+1
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Fix an uninitialized memory use error when interpreting
Jason Molenda
2015-05-05
1
-4
/
+4
*
Fix warnings generated by clang-cl.
Zachary Turner
2015-04-02
1
-5
/
+11
*
Add a tiny bit of hardening to the eh_frame and compact unwind parsing.
Jason Molenda
2015-04-02
1
-1
/
+9
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-24
/
+9
*
Update after LLVM API change.
Benjamin Kramer
2015-02-12
1
-1
/
+1
*
debug printfs that got left in. I blame greg.
Jason Molenda
2015-01-23
1
-2
/
+0
*
Two fixes for compact unwind decoding for frameless large-stack-size
Jason Molenda
2015-01-23
1
-6
/
+25
*
Fix trivial signed/unsigned comparison warnings
Andy Gibbs
2014-12-29
1
-3
/
+3
*
Add support for frameless function compact unwind encodings on x86_64/i386.
Jason Molenda
2014-12-22
1
-46
/
+214
*
Various unwinder work.
Jason Molenda
2014-12-21
1
-6
/
+49
*
Re-enable compact unwind use on Mac platforms.
Jason Molenda
2014-12-20
1
-14
/
+35
*
Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction.
Jason Molenda
2014-12-16
1
-0
/
+5
*
Remove use of GCC-style intrinsics, as they are non-portable.
Zachary Turner
2014-12-08
1
-1
/
+4
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-0
/
+975