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
...
*
Added the ability to set the architecture from two numbers that represent the...
Greg Clayton
2012-08-08
1
-0
/
+39
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-67
/
+242
*
Handle all of the "thumb" target triple architecture variants that llvm
Greg Clayton
2011-12-16
1
-2
/
+23
*
Updated LLVM/Clang to pick up a fix for imports of
Sean Callanan
2011-11-04
1
-1
/
+1
*
finish removal of alpha arch -- previous half-removal caused lldb to assert o...
Jason Molenda
2011-10-29
1
-1
/
+0
*
Remove alpha from list of known architectures -- it was just removed
Jason Molenda
2011-10-29
1
-3
/
+0
*
The first part of a fix for being able to select an architecture slice from
Greg Clayton
2011-09-21
1
-8
/
+38
*
Fix ArchSpec::operator== to take the Triple into account as well as the Core....
Jim Ingham
2011-09-15
1
-41
/
+63
*
Allow for a cpu subtype of 4 to still be recognized as an x86_64
Jason Molenda
2011-08-16
1
-0
/
+1
*
Fixed an incorrect static analyzer fix.
Greg Clayton
2011-08-12
1
-1
/
+1
*
Fix a logic error caught by the static analyzer.
Johnny Chen
2011-08-11
1
-1
/
+1
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-4
/
+26
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-16
/
+48
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-37
/
+54
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-1
/
+1
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+6
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-30
/
+0
*
ArchSpec: Do not depend on Host::GetArchitecture.
Stephen Wilson
2011-02-24
1
-8
/
+11
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1779
/
+439
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-97
/
+208
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-28
/
+0
*
Use generic CPU types instead of hard coding to mach-o when getting default b...
Greg Clayton
2011-01-18
1
-6
/
+6
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+7
*
Add missing include; fix missed constant to use llvm::MachO.
Eli Friedman
2010-06-11
1
-3
/
+2
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
1
-145
/
+333
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1681
[prev]