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
*
[lldb-test] ir-memory-map: Avoid accessing a bad iterator
Vedant Kumar
2018-05-30
1
-10
/
+8
*
[lldb-test] Add a testing harness for the JIT's IRMemoryMap
Vedant Kumar
2018-05-30
3
-20
/
+215
*
[LLDB] Re-apply r303907 that's reverted by mistake
Tim Shen
2018-05-30
2
-7
/
+13
*
[FileSpec] Re-implmenet removeLastPathComponent
Jonas Devlieghere
2018-05-30
3
-30
/
+57
*
@skipUnlessDarwin TestOrderedSet
Pavel Labath
2018-05-30
1
-0
/
+1
*
Fix return value of DWARFUnit::ExtractDIEsIfNeeded()
Jan Kratochvil
2018-05-30
1
-6
/
+5
*
[LLDB] Revert r303907.
Tim Shen
2018-05-29
2
-13
/
+7
*
[ObjC] Add a Makefile for the test added in r333465.
Davide Italiano
2018-05-29
1
-0
/
+6
*
[ObjC] Fix the formatter for NSOrderedSet.
Davide Italiano
2018-05-29
3
-28
/
+30
*
Remove unused DWARFUnit::HasDIEsParsed()
Jan Kratochvil
2018-05-29
2
-4
/
+0
*
Fix compiler unused variable warning in DWARFUnit
Jan Kratochvil
2018-05-29
1
-2
/
+0
*
Remove lldb-private headers when building LLDB.framework with CMake
Alex Langford
2018-05-29
1
-2
/
+1
*
Fix DWARFUnit::GetUnitDIEPtrOnly stale pointer
Jan Kratochvil
2018-05-29
5
-80
/
+130
*
[lit] Add support for passing arguments to dotest.py via lit.
Jonas Devlieghere
2018-05-29
1
-0
/
+8
*
[test] Fix --framework argument passed to dotest.
Jonas Devlieghere
2018-05-29
2
-3
/
+7
*
XFAIL TestMachCore for windows hosts
Pavel Labath
2018-05-29
1
-0
/
+1
*
Remove Linux-specific includes for posix/FileSystem.cpp
Bruce Mitchener
2018-05-29
1
-5
/
+0
*
Typo fixes.
Bruce Mitchener
2018-05-29
37
-72
/
+72
*
ManualDWARFIndex: Treat DW_TAG_subprogram and DW_TAG_inlined_subroutine the s...
Pavel Labath
2018-05-29
3
-23
/
+154
*
NFC: Fix some comment typos.
Bob Wilson
2018-05-28
4
-4
/
+4
*
Fix memory leak in SubsPrimitiveParmItanium
Raphael Isemann
2018-05-27
1
-1
/
+3
*
Add missing includes to some LLDB headers.
Raphael Isemann
2018-05-26
4
-0
/
+7
*
Don't include headers from inside a namespace in MIUtilSingletonHelper.h
Raphael Isemann
2018-05-26
1
-2
/
+2
*
Forward declare DumpValueObjectOptions in ValueObject.h
Raphael Isemann
2018-05-26
2
-1
/
+4
*
Fix Xcode build broken by SystemInitializerFull.h move
Alex Langford
2018-05-25
1
-2
/
+2
*
Move SystemInitializerFull header to source/API
Alex Langford
2018-05-25
3
-2
/
+4
*
Fix typo in CMake comments
Alex Langford
2018-05-25
1
-2
/
+2
*
Remove DWARFUnit::ClearDIEs parameter keep_compile_unit_die
Jan Kratochvil
2018-05-25
3
-7
/
+6
*
Fix format string
Benjamin Kramer
2018-05-25
1
-1
/
+1
*
ManualDWARFIndex: Fix misclassification of methods in unions
Pavel Labath
2018-05-25
4
-8
/
+39
*
ManualDWARFIndex: reduce long parameter lists
Pavel Labath
2018-05-25
2
-117
/
+93
*
HostInfoMacOSX: Support finding the clang resource directory within CLTools.
Adrian Prantl
2018-05-25
2
-9
/
+21
*
Add DWARFBaseDie.{h,cpp} to the Xcode build.
Jim Ingham
2018-05-24
1
-0
/
+6
*
Use DWARFBaseDIE as a compile-time protection
Jan Kratochvil
2018-05-24
4
-10
/
+10
*
DWARFDIE split out to DWARFBaseDIE
Jan Kratochvil
2018-05-24
5
-306
/
+358
*
pc's should be printed in hex...
Jim Ingham
2018-05-24
1
-1
/
+1
*
Add SystemInitializerLLGS to the lldb-server target.
Jim Ingham
2018-05-24
1
-1
/
+7
*
[lldb-mi] Add possibility to set breakpoints without selecting a target.
Adrian Prantl
2018-05-24
6
-5
/
+41
*
Fix windows/mac builds broken by r333182.
Pavel Labath
2018-05-24
1
-2
/
+2
*
Move ObjectFile initialization out of SystemInitializerCommon
Pavel Labath
2018-05-24
8
-15
/
+90
*
DWARF: Move indexing code from DWARFUnit to ManualDWARFIndex
Pavel Labath
2018-05-24
4
-346
/
+346
*
Add PPC64le support information
Pavel Labath
2018-05-24
3
-4
/
+4
*
Remove unused include, and corresponding library dependency.
James Y Knight
2018-05-24
2
-2
/
+0
*
Add missing include.
Zachary Turner
2018-05-24
1
-0
/
+1
*
Break dependency from Core to ObjectFileJIT.
Zachary Turner
2018-05-23
5
-35
/
+33
*
Add a --synchronous option to lldb-mi to facilitate reliable testing.
Adrian Prantl
2018-05-23
4
-0
/
+8
*
Remove spurious dependency on Process/elf-core from Process/Utility.
James Y Knight
2018-05-23
7
-31
/
+7
*
Fix PathMappingList tests on windows
Pavel Labath
2018-05-23
1
-25
/
+24
*
ProcessLauncherPosixFork: move setgid call into the if(debug) branch
Pavel Labath
2018-05-23
1
-4
/
+4
*
[SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsigned in MSVC.
Aaron Smith
2018-05-23
1
-2
/
+2
[next]