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
/
Core
/
ArchSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Leave OS type and vendor as unspecified unknowns.
Oleksiy Vyalov
2015-05-29
1
-6
/
+0
*
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Mohit K. Bhakkad
2015-04-23
1
-4
/
+35
*
Fix type detection for 'char' variables
Tamas Berghammer
2015-03-31
1
-0
/
+26
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-1
/
+3
*
[MIPS] - Register Context for MIPS64
Mohit K. Bhakkad
2015-03-17
1
-1
/
+3
*
Don't stomp the triple when loading a PECOFF target.
Zachary Turner
2015-01-22
1
-0
/
+13
*
Handle thumb IT instructions correctly all the time.
Greg Clayton
2014-12-09
1
-0
/
+110
*
Sketch out the armv7 and arm64 core file writing support in
Jason Molenda
2014-11-12
1
-2
/
+2
*
Fix some bugs from D5988
Justin Hibbits
2014-10-31
1
-1
/
+0
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-2
/
+3
*
Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections
Matthew Gardiner
2014-09-29
1
-18
/
+5
*
Add an interface on ArchSpec to provide lldb client code
Matthew Gardiner
2014-09-01
1
-0
/
+34
*
lldb - towards AArch64 being recognised as platform architecture
Todd Fiala
2014-08-28
1
-0
/
+36
*
Add support for kalimba architecture variants 3, 4 and 5.
Matthew Gardiner
2014-08-27
1
-2
/
+18
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-7
/
+8
*
add missing break. Fix CID 1229446 & 1203680
Sylvestre Ledru
2014-08-18
1
-3
/
+5
*
When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...
Greg Clayton
2014-07-29
1
-0
/
+9
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
1
-2
/
+6
*
Fix the MSVC build. MSVC does not support constexpr.
Zachary Turner
2014-07-28
1
-1
/
+1
*
Make sure we don't crash if someone (E.G.) comments out on entry from g_core_...
Greg Clayton
2014-07-23
1
-6
/
+11
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-2
/
+2
*
Add kalimba as a platform.
Todd Fiala
2014-07-16
1
-1
/
+1
*
lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.
Greg Clayton
2014-07-14
1
-0
/
+9
*
Allow generic ARM cores to match any more specific ARM architecture.
Greg Clayton
2014-07-12
1
-1
/
+9
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-27
/
+4
*
Add Kalimba support to ArchSpec.
Todd Fiala
2014-07-01
1
-2
/
+6
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-5
/
+5
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-4
/
+28
*
Added i686 architecture (ArchSpec::Core::eCore_x86_32_i686).
Virgile Bello
2014-04-08
1
-0
/
+1
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+6
*
update for renaming in LLVM
Saleem Abdulrasool
2014-03-11
1
-1
/
+1
*
Initial patch for supporting Hexagon DSP
Deepak Panickal
2014-02-19
1
-1
/
+10
*
Add support for Haswell on x86_64.
Greg Clayton
2014-01-22
1
-3
/
+5
*
Added distribution info to ArchSpec and qHostInfo message.
Todd Fiala
2014-01-18
1
-5
/
+26
*
POSIX RegisterContext for mips64
Ed Maste
2013-10-10
1
-2
/
+4
*
Add entries for arm6m to ArchSpec's g_macho_arch_entries.
Jason Molenda
2013-10-08
1
-0
/
+2
*
Mark armv6m as "compatible" with armv7 - that's the
Jason Molenda
2013-09-27
1
-1
/
+1
*
Add definitions for "armv6m", which indicates a Cortex-M0 processor.
Jason Molenda
2013-09-27
1
-0
/
+11
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-51
/
+51
*
Plugins/ObjectFile/PECOFF: Use enums from LLVM, and don't use Mach-O definiti...
Charles Davis
2013-08-27
1
-1
/
+21
*
Change PowerPC to have the correct byte order.
Greg Clayton
2013-08-12
1
-15
/
+15
*
Add recognition of two more armv7 variants, armv7m and armv7em.
Jason Molenda
2013-03-08
1
-4
/
+14
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-4
/
+4
*
<rdar://problem/12990038>
Greg Clayton
2013-01-11
1
-1
/
+1
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-27
/
+21
*
Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch().
Jason Molenda
2012-11-04
1
-176
/
+91
*
A patch that allows for mach-o architectures to be specified as "<number>-<nu...
Greg Clayton
2012-09-19
1
-96
/
+107
*
Allow for numeric cputype-cpusubtype specifications where the subtype is 0. ...
Jason Molenda
2012-09-18
1
-2
/
+5
*
rdar://problem/11374963
Johnny Chen
2012-08-28
1
-0
/
+9
[prev]
[next]