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
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
2
-19
/
+257
*
[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
2
-6
/
+0
*
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
4
-16
/
+12
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
2
-22
/
+14
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[x86] Fix issues with a realigned stack in MSVC compiled applications
Aleksandr Urakov
2018-10-30
3
-74
/
+249
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
2
-87
/
+68
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
2
-4
/
+3
*
The x86 instruction unwinder can be asked to disassemble non-instruction
Jason Molenda
2017-07-08
2
-9
/
+13
*
[UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" pattern
Pavel Labath
2017-06-29
2
-0
/
+34
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
PluginUnwindAssemblyX86: add missing linkage to MCDisasm
Michal Gorny
2017-03-25
1
-0
/
+1
*
x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could access
Jason Molenda
2017-03-02
1
-4
/
+5
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Fix another build issue with shared libraries on Linux
Chris Bieneman
2017-02-10
1
-2
/
+0
*
Fix another build issue with shared libraries on Linux
Chris Bieneman
2017-02-10
1
-0
/
+2
*
Fix build issue with shared libraries reported via email
Chris Bieneman
2017-02-10
1
-0
/
+1
*
Revert r294580 , it didn't fix the shared build
Ismail Donmez
2017-02-09
1
-1
/
+0
*
Fix shared library build
Ismail Donmez
2017-02-09
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-2
/
+2
*
[CMake] [4/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+9
*
Finish adding the individual instruction tests to the x86 unwinder
Jason Molenda
2016-10-04
2
-2
/
+51
*
Add support for some extended push instructions in i386/x86_64 like
Jason Molenda
2016-10-01
2
-30
/
+75
*
Re-commit the changes from r282565 that I had to back out because of
Jason Molenda
2016-09-29
5
-1197
/
+1364
*
Reverting r282565.
Jason Molenda
2016-09-28
5
-1369
/
+1197
*
Refactor the x86 UnwindAssembly class into a separate class called
Jason Molenda
2016-09-28
5
-1197
/
+1369
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-1371
/
+1207
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Add support for the LEAVE x86 instruction to AssemblyParse_x86.
Jason Molenda
2016-01-08
1
-7
/
+38
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-25
/
+26
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-3
/
+3
*
Add support for 'leal' instruction to UnwindAssembly-x86
Tamas Berghammer
2015-03-25
1
-1
/
+58
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Reduce header footprint of Target.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
-39
/
+39
*
Fix the last two warnings I see on Linx building 'lldb': mismatched
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Save & restore the array of which registers have already been
Jason Molenda
2015-01-13
1
-2
/
+17
*
Enhance the eh_frame unwind instruction augmenter so that
Jason Molenda
2015-01-13
1
-6
/
+46
*
Add an additional check to UnwindAssembly_x86::AugmentUnwindPlanFromCallSite
Jason Molenda
2015-01-13
1
-17
/
+36
*
Change the x86 assembly instruction unwind parser to
Jason Molenda
2015-01-13
1
-170
/
+129
[next]