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
*
Fix arm-linux-gnueabi regression due to rL267291
Omair Javaid
2016-04-26
1
-1
/
+5
*
Fix ARM attribute parsing for Android after rL267291
Tamas Berghammer
2016-04-25
1
-8
/
+23
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+3
*
Remove unintentional return
Bhushan D. Attarde
2016-04-11
1
-1
/
+0
*
Print environment when dumping arch triple
Stephane Sezer
2016-04-05
1
-0
/
+4
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
1
-0
/
+36
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
1
-33
/
+26
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+3
*
[LLDB][MIPS] Provide CPU string to compiler for appropriate code generation f...
Bhushan D. Attarde
2016-02-18
1
-0
/
+50
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
A little more careful handling of platforms and unspecified unknown
Jason Molenda
2015-11-06
1
-43
/
+74
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-2
/
+17
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-0
/
+8
*
[LLDB][MIPS] Added support for the debugging of N32/O32 applications on MIPS6...
Mohit K. Bhakkad
2015-09-09
1
-1
/
+9
*
Fix compiler warning in ArchSpec
Pavel Labath
2015-07-16
1
-10
/
+10
*
[LLDB][MIPS] Detect MIPS application specific extensions like micromips
Jaydeep Patil
2015-07-16
1
-25
/
+32
*
[LLDB][MIPS] Add mips cores in cores_match () in ArchSpec
Sagar Thakur
2015-07-13
1
-3
/
+93
*
Leave OS as unspecified unknown if it isn't specified in the ELF file
Tamas Berghammer
2015-07-07
1
-11
/
+6
*
Mark armv7em and armv7m as compatible architectures.
Jason Molenda
2015-06-25
1
-1
/
+31
*
Fix the lldb build for the EM_486 change.
Rafael Espindola
2015-06-19
1
-1
/
+1
*
Improve OSType initialization in elf object file's arch_spec
Ed Maste
2015-06-05
1
-1
/
+18
*
[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...
Sagar Thakur
2015-06-03
1
-10
/
+40
*
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
[next]