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
/
Plugins
/
UnwindAssembly
/
x86
/
x86AssemblyInspectionEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the unwinding plan augmentation from x86 assembly
Pavel Labath
2019-10-10
1
-16
/
+15
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
Fix -Wsign-compare by explicit cast after r362557
Fangrui Song
2019-06-05
1
-1
/
+1
*
Call abs to avoid signed/unsigned comparison warning.
Jason Molenda
2019-06-04
1
-1
/
+1
*
[lldb] Fix out-of-bounds read after c3ea7c66fec021867e005ad1b02f3c7e80feaa85
James Y Knight
2019-06-04
1
-1
/
+1
*
Add support for mid-function epilogues on x86 that end in a non-local jump.
Jason Molenda
2019-06-03
1
-19
/
+245
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+3
*
Fix x86 return pattern detection
Raphael Isemann
2019-02-10
1
-2
/
+2
*
[x64] Process the B field of the REX prefix correctly for the PUSH and POP
Aleksandr Urakov
2019-02-06
1
-4
/
+4
*
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
-19
/
+11
*
[x86] Fix issues with a realigned stack in MSVC compiled applications
Aleksandr Urakov
2018-10-30
1
-73
/
+241
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-70
/
+56
*
The x86 instruction unwinder can be asked to disassemble non-instruction
Jason Molenda
2017-07-08
1
-8
/
+12
*
[UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" pattern
Pavel Labath
2017-06-29
1
-0
/
+33
*
x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could access
Jason Molenda
2017-03-02
1
-4
/
+5
*
Finish adding the individual instruction tests to the x86 unwinder
Jason Molenda
2016-10-04
1
-2
/
+49
*
Add support for some extended push instructions in i386/x86_64 like
Jason Molenda
2016-10-01
1
-30
/
+74
*
Re-commit the changes from r282565 that I had to back out because of
Jason Molenda
2016-09-29
1
-0
/
+1112
*
Reverting r282565.
Jason Molenda
2016-09-28
1
-1117
/
+0
*
Refactor the x86 UnwindAssembly class into a separate class called
Jason Molenda
2016-09-28
1
-0
/
+1117