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
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1487
/
+0
*
Remove last Host usage from ArchSpec
Pavel Labath
2017-11-13
1
-12
/
+1
*
Improve the posix core file triple detection
Tamas Berghammer
2017-11-04
1
-0
/
+3
*
Add float/vector registers for ppc64le
Pavel Labath
2017-11-03
1
-0
/
+2
*
[Core] Comparison for unsigned >= 0 is redundant. NFCI.
Davide Italiano
2017-11-01
1
-1
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-87
/
+5
*
Move StopInfoOverride callback to the new architecture plugin
Pavel Labath
2017-10-25
1
-102
/
+1
*
Now a ppc64le binary is correctly detected:
Eugene Zemtsov
2017-08-30
1
-0
/
+4
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Recompute ArchSpec core after MergeFrom
Pavel Labath
2017-04-20
1
-14
/
+18
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-19
/
+18
*
[LLDB][MIPS] Core Dump Support.
Nitesh Jain
2017-03-31
1
-1
/
+1
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Made GetClangTargetCPU() const.
Pavel Labath
2017-03-03
1
-1
/
+1
*
Fix a couple of corner cases in NameMatches
Pavel Labath
2017-02-20
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Convert AutoComplete related code to StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
[LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI
Nitesh Jain
2016-10-12
1
-1
/
+38
*
Set the correct triple when creating an ArchSpec for Windows.
Zachary Turner
2016-09-16
1
-0
/
+3
*
Allow ArchSpec to take a StringRef.
Zachary Turner
2016-09-15
1
-103
/
+102
*
Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.
Zachary Turner
2016-09-15
1
-37
/
+34
*
Add some unit tests for ArchSpec.
Zachary Turner
2016-09-13
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1336
/
+1358
*
Revert r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
1
-13
/
+0
*
A few minor stylistic cleanups in StringExtractor.
Zachary Turner
2016-08-30
1
-0
/
+13
*
[LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABI
Sagar Thakur
2016-05-11
1
-0
/
+12
*
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
[next]