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
/
MacOSX-i386
/
ABIMacOSX_i386.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
1
-1
/
+2
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
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
-2
/
+2
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-12
/
+10
*
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
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-10
/
+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
-7
/
+7
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-537
/
+1036
*
Fix more RegisterInfo initialization issues and quiet hundreds of warnings.
Greg Clayton
2016-08-08
1
-51
/
+51
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
1
-3
/
+3
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...
Eugene Zelenko
2016-02-26
1
-57
/
+61
*
The MacOSXi386 ABI should be used for watchos simulator debug sessions.
Jason Molenda
2015-11-10
1
-1
/
+1
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-17
/
+17
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+1
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-111
/
+50
*
Change the (internal to this file only) enum names from gcc_ to
Jason Molenda
2015-09-04
1
-116
/
+116
*
Remove ABIMacOSX_i386::PrepareNormalCall().
Bruce Mitchener
2015-09-01
1
-178
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-4
/
+4
*
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
-4
/
+4
*
Use both OS and Architecture to choose correct ABI
Abhishek Aggarwal
2015-07-06
1
-1
/
+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
-3
/
+3
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-3
/
+3
*
Add comments explaining the unwind setup in
Jason Molenda
2015-01-16
1
-0
/
+10
*
Add comment regarding which i386 registers are non-volatile instead of
Jason Molenda
2015-01-16
1
-0
/
+5
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+1
*
Better error reporting when a variable can't be
Sean Callanan
2014-02-28
1
-1
/
+7
*
Re-apply r201292. We're not going to enforce proper stack frame alignment on...
Jason Molenda
2014-02-19
1
-16
/
+6
*
Revert r201292 which relaxed the stack frame alignment requirements.
Jason Molenda
2014-02-13
1
-6
/
+16
*
Change the ABI CallFrameAddressIsValid methods for i386 and x86_64.
Jason Molenda
2014-02-13
1
-16
/
+6
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
1
-105
/
+11
*
Fix the architectural default unwind plan's settings for restoring
Jason Molenda
2013-11-05
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Simplify the CreateFunctionEntryUnwindPlan () and CreateDefaultUnwindPlan()
Jason Molenda
2013-08-22
1
-31
/
+7
*
Fixing build errors from r188952
Andrew Kaylor
2013-08-21
1
-2
/
+2
*
Adding separate cfa alignment check for Darwin and non-Darwin targets in 32-b...
Andrew Kaylor
2013-08-21
1
-4
/
+14
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-67
/
+38
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-14
/
+12
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
[next]