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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...
Pavel Labath
2015-08-18
1
-4
/
+4
*
Fix AArch64 watchpoint exception handling
Omair Javaid
2015-08-18
1
-1
/
+3
*
[LLGS] Avoid misrepresenting log lines as inferior output
Pavel Labath
2015-08-18
2
-2
/
+5
*
Remove unintentional ;'s.
Jason Molenda
2015-08-18
1
-2
/
+2
*
Make sure to save the types we parse in our SymbolFile's type list so they do...
Greg Clayton
2015-08-17
1
-3
/
+11
*
Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"
Pavel Labath
2015-08-17
3
-1790
/
+1296
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-17
16
-345
/
+1172
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-17
3
-1296
/
+1790
*
Try to fix the lldb build on Visual C++.
Yaron Keren
2015-08-16
1
-2
/
+2
*
Update DynamicRegisterInfo::SetRegisterInfo to accept eh_frame register
Jason Molenda
2015-08-15
1
-1
/
+7
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
38
-79
/
+86
*
There is no such thing as gdb_arm_f8, this register set is f0-f7.
Jason Molenda
2015-08-15
1
-83
/
+82
*
Fix Android build.
Oleksiy Vyalov
2015-08-14
1
-1
/
+1
*
Unbreak the windows and linux buildbots.
Greg Clayton
2015-08-14
1
-3
/
+3
*
Don't crash if we don't have a type system for a language.
Greg Clayton
2015-08-14
1
-1
/
+1
*
Fix Linux build after r245090.
Oleksiy Vyalov
2015-08-14
1
-9
/
+9
*
Move all clang type system DWARF type parsing into ClangASTContext.cpp.
Greg Clayton
2015-08-14
8
-3924
/
+4067
*
Fixed build failures caused by rL245026. Changed occurrences of ClangASTType ...
Bhushan D. Attarde
2015-08-14
1
-3
/
+3
*
Handle floating point and aggregate return types in SysV-mips64 ABI
Bhushan D. Attarde
2015-08-14
1
-15
/
+300
*
[MIPS]Handle floating point and aggregate return types in SysV-mips [32 bit] ABI
Bhushan D. Attarde
2015-08-14
1
-3
/
+50
*
I was assuming that when a bit of inlined code was followed by code from the ...
Jim Ingham
2015-08-14
1
-4
/
+8
*
Add a better fix for searching for spaces in BSD archive object names where w...
Greg Clayton
2015-08-14
1
-5
/
+7
*
Don't crash when we have a .a file that contains an object with a 16 characte...
Greg Clayton
2015-08-13
1
-1
/
+3
*
Remove more uses of raw_svector_ostream::flush() call following r244928.
Yaron Keren
2015-08-13
3
-3
/
+0
*
Remove raw_svector_ostream::flush() call following r244928.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Removing redundant check from r244875
Ravitheja Addepally
2015-08-13
1
-12
/
+6
*
Add missing include to RegisterInfoInterface.h
Tamas Berghammer
2015-08-13
1
-0
/
+2
*
Fix Linux build after r244875
Tamas Berghammer
2015-08-13
1
-10
/
+2
*
Set orig_eax to -1 for Linux x86 platforms
Ravitheja Addepally
2015-08-13
6
-2
/
+79
*
[LLDB][MIPS] Use qfThreadID if qC packet is not supported by target
Jaydeep Patil
2015-08-13
1
-0
/
+15
*
[LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint
Jaydeep Patil
2015-08-13
3
-7
/
+41
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
8
-25
/
+235
*
Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance fu...
Enrico Granata
2015-08-13
6
-106
/
+120
*
Remove printf most likely left from some debugging section
Tamas Berghammer
2015-08-12
1
-1
/
+0
*
Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64
Omair Javaid
2015-08-12
2
-60
/
+81
*
Fix read only watchpoints on x86_64
Tamas Berghammer
2015-08-12
1
-1
/
+3
*
Fix LLGS to enable read type watchpoints
Omair Javaid
2015-08-12
2
-5
/
+7
*
Improve check for ASAN callbacks
Tamas Berghammer
2015-08-12
2
-28
/
+14
*
Download symbol file for .oat files on android
Tamas Berghammer
2015-08-12
5
-12
/
+142
*
Fetch SDK version from PlatformAndroid
Tamas Berghammer
2015-08-12
2
-1
/
+54
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
108
-997
/
+973
*
Fix a infinite loop when killing a process that is in the middle of loading s...
Greg Clayton
2015-08-11
1
-79
/
+76
*
Added missing files from checking regarding:
Greg Clayton
2015-08-11
1
-0
/
+20
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
37
-6468
/
+7284
*
Revert r244308 since it's introducing test regressions on Linux:
Oleksiy Vyalov
2015-08-10
19
-3660
/
+1650
*
Feedback from Jim: Change the "optimized code" warning to be entirely
Jason Molenda
2015-08-10
2
-8
/
+16
*
Fix for build errors on arm-linux-gnueabi-gcc
Omair Javaid
2015-08-09
4
-2
/
+10
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-07
19
-1650
/
+3660
*
Change the warning message about optimization to be printed once
Jason Molenda
2015-08-06
1
-4
/
+5
*
Update lldb's ExternalASTSources to match Clang r244161.
Richard Smith
2015-08-06
2
-26
/
+14
[next]