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
/
x86
/
Testx86AssemblyInspectionEngine.cpp
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
*
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
1
-4
/
+3
*
[x86] Fix issues with a realigned stack in MSVC compiled applications
Aleksandr Urakov
2018-10-30
1
-3
/
+62
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-2
/
+2
*
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
*
unittests: Specify types in a bunch of unittest EXPECT's
Justin Bogner
2016-10-17
1
-81
/
+81
*
Add a simple frameless function test case to the arm64 unwind unit tests
Jason Molenda
2016-10-12
1
-9
/
+8
*
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
1
-0
/
+281
*
Reverting r282565.
Jason Molenda
2016-09-28
1
-281
/
+0
*
Refactor the x86 UnwindAssembly class into a separate class called
Jason Molenda
2016-09-28
1
-0
/
+281