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
/
unittests
/
UnwindAssembly
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the unwinding plan augmentation from x86 assembly
Pavel Labath
2019-10-10
1
-0
/
+91
*
Add support for mid-function epilogues on x86 that end in a non-local jump.
Jason Molenda
2019-06-03
1
-0
/
+122
*
Fix 'warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangli...
Alexandre Ganea
2019-05-28
1
-10
/
+20
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+3
*
Fix x86 return pattern detection
Raphael Isemann
2019-02-10
1
-0
/
+170
*
[x64] Process the B field of the REX prefix correctly for the PUSH and POP
Aleksandr Urakov
2019-02-06
1
-0
/
+54
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
[x86] Fix issues with a realigned stack in MSVC compiled applications
Aleksandr Urakov
2018-10-30
1
-3
/
+62
*
[LLDB] Initial version of PPC64 InstEmulation
Pavel Labath
2018-02-27
6
-17
/
+293
*
Fix memory leaks in TestArm64InstEmulation
Raphael Isemann
2018-01-22
1
-10
/
+10
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
2
-2
/
+2
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
2
-7
/
+7
*
The x86 instruction unwinder can be asked to disassemble non-instruction
Jason Molenda
2017-07-08
1
-0
/
+25
*
[UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" pattern
Pavel Labath
2017-06-29
1
-0
/
+78
*
[CMake] Update unit tests with accurate dependencies
Chris Bieneman
2017-02-01
2
-1
/
+20
*
[lldb] Don't build unit tests for unsupported targets
Vedant Kumar
2016-11-08
2
-2
/
+7
*
Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructions
Jason Molenda
2016-11-01
1
-53
/
+215
*
unittests: Specify types in a bunch of unittest EXPECT's
Justin Bogner
2016-10-17
2
-98
/
+98
*
Add an arm64 unit test where the function saves x20 in the
Jason Molenda
2016-10-12
1
-1
/
+101
*
Add a simple frameless function test case to the arm64 unwind unit tests
Jason Molenda
2016-10-12
2
-11
/
+107
*
Fix Arm64InstEmulation tests for windows
Pavel Labath
2016-10-11
1
-15
/
+4
*
Add a second, more complicated, arm64 example program to
Jason Molenda
2016-10-11
1
-11
/
+169
*
Add a first unit test for the arm64 instruction profiled unwind
Jason Molenda
2016-10-11
3
-0
/
+168
*
Add i386/x86_64 tests of the eh_frame augmentation code in the x86
Jason Molenda
2016-10-05
1
-5
/
+208
*
Finish adding the individual instruction tests to the x86 unwinder
Jason Molenda
2016-10-04
1
-6
/
+670
*
Add unit tests for specific instruction patterns that the x86
Jason Molenda
2016-10-01
1
-0
/
+519
*
Add support for some extended push instructions in i386/x86_64 like
Jason Molenda
2016-10-01
1
-18
/
+312
*
Add unit tests for simple frameless i386 and x86_64 function
Jason Molenda
2016-09-30
1
-3
/
+222
*
Switch to using TEST_EQ, TEST_FALSE where appropriate.
Jason Molenda
2016-09-29
1
-43
/
+44
*
Add a unit test for an x86_64 assembly inspection of
Jason Molenda
2016-09-29
1
-18
/
+177
*
Re-commit the changes from r282565 that I had to back out because of
Jason Molenda
2016-09-29
3
-0
/
+285
*
Reverting r282565.
Jason Molenda
2016-09-28
3
-285
/
+0
*
Refactor the x86 UnwindAssembly class into a separate class called
Jason Molenda
2016-09-28
3
-0
/
+285