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
/
ABI
/
SysV-x86_64
/
ABISysV_x86_64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
1
-2
/
+4
*
[ABISysV] Fix regression for Simulator and MacABI
Jonas Devlieghere
2019-09-23
1
-7
/
+23
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-14
/
+10
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[lldb] [Plugins/SysV-x86_64] NetBSD is also using SysV ABI
Michal Gorny
2019-06-27
1
-0
/
+1
*
[ABI] Implement Windows ABI for x86_64
Alex Langford
2019-06-24
1
-2
/
+13
*
ABI: reflow the table text (NFC)
Saleem Abdulrasool
2019-06-10
1
-954
/
+84
*
[ABI] Fix SystemV ABI to handle nested aggregate type returned in register
Alex Langford
2019-06-04
1
-48
/
+88
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-15
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-7
/
+12
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-31
/
+40
*
Since ABI's now hold a process WP, they should be handed
Jim Ingham
2018-11-13
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-29
/
+25
*
[ABI/SysV] Remove more dead code. NFCI.
Davide Italiano
2017-11-18
1
-42
/
+0
*
[ABI] Rewrite RegisterIsCalleeSaved.
Davide Italiano
2017-09-04
1
-46
/
+11
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-10
/
+10
*
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
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-08
1
-1
/
+77
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1009
/
+1718
*
Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."
Dimitar Vlahovski
2016-09-06
1
-12
/
+2
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+7
*
Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-05
1
-2
/
+12
*
Fix more RegisterInfo initialization issues and quiet hundreds of warnings.
Greg Clayton
2016-08-08
1
-75
/
+75
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
1
-5
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in remaining files in source/Pl...
Eugene Zelenko
2016-02-26
1
-104
/
+95
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-36
/
+36
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+0
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-216
/
+138
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-3
/
+3
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-7
/
+7
*
Fix TestReturnValue.py after 242903 changes that added vector register return...
Greg Clayton
2015-07-22
1
-8
/
+42
*
Fix an issue where LLDB could crash when trying to figure out the return valu...
Enrico Granata
2015-04-06
1
-0
/
+4
*
Work around lack of %zd printf format specifier in MSVC libs.
Adrian McCarthy
2015-03-30
1
-2
/
+2
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-4
/
+2
*
Make a more complete fix for always supplying an execution context when getti...
Greg Clayton
2015-02-12
1
-5
/
+5
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-8
/
+8
*
Add link to github x86-psABI repo where the ABI doc is being
Jason Molenda
2015-01-26
1
-0
/
+1
*
Add comments explaining the unwind setup in
Jason Molenda
2015-01-16
1
-0
/
+10
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
1
-7
/
+7
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+2
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-4
/
+4
[next]