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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fetch remote log files from LLGS tests"
Pavel Labath
2016-03-03
1
-29
/
+5
*
Fix OSX breakage caused by r262597
Pavel Labath
2016-03-03
1
-0
/
+1
*
Fetch remote log files from LLGS tests
Pavel Labath
2016-03-03
1
-5
/
+28
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-03
6
-312
/
+237
*
Don't build source/Plugins/Process/Linux in the Xcode project file.
Jason Molenda
2016-03-03
1
-38
/
+0
*
Add SymbolFilePDB to xcode project file to keep it
Jason Molenda
2016-03-02
1
-6
/
+22
*
Add support for reading line tables from PDB files.
Zachary Turner
2016-03-02
24
-25
/
+1250
*
Use shallow clones in build-llvm.py.
Stephane Sezer
2016-03-02
1
-1
/
+1
*
Upgrade the arm/thumb architecture used by the disassembler
Tamas Berghammer
2016-03-02
1
-2
/
+2
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
2
-220
/
+196
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
8
-284
/
+229
*
Fix bug with function resolution when using IR Interpreter
Ted Woodward
2016-03-01
4
-28
/
+45
*
DWARFExpression: Don't resolve load address in DW_OP_plus
Tamas Berghammer
2016-03-01
1
-3
/
+3
*
Slightly improve logging in LLGS tests
Pavel Labath
2016-03-01
1
-1
/
+1
*
Fix warning in NSDictionary.cpp
Pavel Labath
2016-03-01
1
-1
/
+1
*
Update the on-device arm specific code to match the API changes
Jason Molenda
2016-03-01
1
-5
/
+5
*
Fix MSVC build failure in source/Target/Process.cpp.
Eugene Zelenko
2016-03-01
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target/...
Eugene Zelenko
2016-03-01
1
-194
/
+182
*
When 'help' cannot find a command, produce additional help text that also poi...
Enrico Granata
2016-02-29
5
-19
/
+93
*
Fix a typo in my previous commit. This would cause mutable NSArrays to show u...
Enrico Granata
2016-02-29
1
-1
/
+1
*
Change the user-visible name for the argument type language to source-language
Enrico Granata
2016-02-29
1
-1
/
+1
*
NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.
Adrian McCarthy
2016-02-29
2
-274
/
+309
*
Fix TestInlines.py on Windows
Adrian McCarthy
2016-02-29
4
-8
/
+8
*
Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...
Enrico Granata
2016-02-29
13
-42
/
+300
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
14
-273
/
+248
*
Revert a part of "Add/Improve complex, vector, aggregate types handling for S...
Pavel Labath
2016-02-29
1
-3
/
+3
*
Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...
Omair Javaid
2016-02-29
2
-61
/
+125
*
Fix compiler warnings in the java code
Pavel Labath
2016-02-29
2
-4
/
+2
*
Revert "Fix bug with register values byte order in expression evaluation."
Todd Fiala
2016-02-27
1
-10
/
+3
*
Make LLDB safer to use with respect to the global destructor chain.
Greg Clayton
2016-02-26
3
-12
/
+15
*
Fix Clang-tidy modernize-use-nullptr warnings in remaining files in source/Pl...
Eugene Zelenko
2016-02-26
7
-477
/
+447
*
Register value is not necessarily scalar.
Chaoren Lin
2016-02-26
1
-261
/
+262
*
Make sure to #include <atomic> for the std::atomic<bool> that was recently ad...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Make sure the Target, Process and Thread GetGlobalProperties() static methods...
Greg Clayton
2016-02-26
3
-8
/
+18
*
SymbolFileDWARFDebugMap::FindTypes didn't obey the max_matches flag,
Jim Ingham
2016-02-26
1
-1
/
+4
*
remove unused local string in IRForTarget.cpp
Aidan Dodds
2016-02-26
1
-2
/
+0
*
Fix bug with register values byte order in expression evaluation.
Aidan Dodds
2016-02-26
1
-3
/
+9
*
The IOHandlerProcessSTDIO is the _only_ IOHandler that gets pushed and popped...
Greg Clayton
2016-02-26
1
-3
/
+22
*
Add new java plugin files to the xcode project
Tamas Berghammer
2016-02-26
1
-0
/
+50
*
Revert part of rL262014 as it caused issues on gcc-i386
Tamas Berghammer
2016-02-26
1
-4
/
+0
*
Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcod...
Aidan Dodds
2016-02-26
1
-0
/
+2
*
Fix address class lookup for absolute symbols
Tamas Berghammer
2016-02-26
1
-1
/
+5
*
Add a set of new plugins to handle Java debugging
Tamas Berghammer
2016-02-26
22
-3
/
+3110
*
Add support for DW_OP_push_object_address in dwarf expressions
Tamas Berghammer
2016-02-26
8
-22
/
+64
*
[LLDB][MIPS] Fix TestInferiorAssert.py for MIPS
Sagar Thakur
2016-02-26
1
-0
/
+4
*
Make TestPlatformProcessConnect to support abstract/domain sockets.
Oleksiy Vyalov
2016-02-26
1
-4
/
+20
*
Clear alias argument vector for 'p' alias.
Chaoren Lin
2016-02-26
1
-0
/
+2
*
Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...
Jim Ingham
2016-02-26
5
-3
/
+200
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...
Eugene Zelenko
2016-02-26
5
-602
/
+618
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
28
-104
/
+93
[next]