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
*
Work with a gdb-remote target that doesn't handle the
Jason Molenda
2018-11-09
3
-2
/
+77
*
Remove llvm include from debugserver, change
Jason Molenda
2018-11-09
2
-5
/
+3
*
Add missing include
Adrian Prantl
2018-11-09
1
-0
/
+1
*
Add missing include
Adrian Prantl
2018-11-09
1
-0
/
+1
*
Annotate switch with LLVM_FALLTHROUGH
Adrian Prantl
2018-11-09
2
-2
/
+3
*
[NativePDB] Fix completion of enum types.
Zachary Turner
2018-11-09
2
-1
/
+3
*
[NativePDB] Add support for bitfield records.
Zachary Turner
2018-11-09
3
-4
/
+86
*
Resubmit "Fix bug in PE/COFF plugin."
Zachary Turner
2018-11-09
4
-7
/
+49
*
revert rL346478
Kadir Cetinkaya
2018-11-09
1
-2
/
+2
*
[lldb] Fix signature in test to match rL346453
Kadir Cetinkaya
2018-11-09
1
-2
/
+2
*
Revert "[FileSystem] Make use of FS in TildeExpressionResolver"
Jonas Devlieghere
2018-11-09
11
-43
/
+21
*
Fix a test whose output changed.
Zachary Turner
2018-11-09
1
-2
/
+2
*
[FileSystem] Make use of FS in TildeExpressionResolver
Jonas Devlieghere
2018-11-09
11
-21
/
+43
*
Fix CMake build when building with -fmodules-local-submodule-visibility.
Adrian Prantl
2018-11-09
1
-0
/
+2
*
Update FileSpec constructor signature
Jonas Devlieghere
2018-11-08
1
-2
/
+5
*
Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."
Davide Italiano
2018-11-08
5
-61
/
+11
*
Change $CURRENT_ARCH settings in xcode project file to hardcoded
Jason Molenda
2018-11-08
1
-6
/
+6
*
[lldb] Silence unhandled enums warning.
Jorge Gorbe Moya
2018-11-08
1
-0
/
+14
*
[lldb] Fix initialization order warnings.
Jorge Gorbe Moya
2018-11-08
1
-1
/
+1
*
Fix bug in PE/COFF plugin and ValueObjectVariable.
Zachary Turner
2018-11-08
5
-11
/
+61
*
[NativePDB] Higher fidelity reconstruction of AST from Debug Info.
Zachary Turner
2018-11-08
10
-36
/
+496
*
Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...
Shafik Yaghmour
2018-11-08
8
-47
/
+117
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
17
-28
/
+44
*
Re-commit regularization of the lldb-gtest-build target.
Jason Molenda
2018-11-07
1
-0
/
+8
*
Adjust some id bit shifts to fit inside 32 bit integers
Nathan Lanza
2018-11-07
4
-6
/
+107
*
Revert r346285 until I can make it work correctly
Jason Molenda
2018-11-07
1
-68
/
+8
*
Add a break to avoid an unannotated fall-through.
Eric Christopher
2018-11-07
1
-0
/
+1
*
Standardize the OTHER_LDFLAGS for the lldb-gtest-build target.
Jason Molenda
2018-11-07
1
-8
/
+68
*
Compiler warning pointed out a mistake - fix it.
Jason Molenda
2018-11-07
1
-1
/
+1
*
Remove working directory for debugserver code signing target
Nathan Lanza
2018-11-06
1
-2
/
+0
*
Add MSVCUndecoratedNameParser.cpp.
Jason Molenda
2018-11-06
1
-0
/
+6
*
[ObjectFile] Prefer reinterpret_cast<>
Davide Italiano
2018-11-06
1
-2
/
+2
*
[ObjectFileELF] Fix misaligned read/writes caught by UBSan.
Davide Italiano
2018-11-06
2
-15
/
+23
*
CPlusPlusLanguage: Use new demangler API to implement type substitution
Pavel Labath
2018-11-06
2
-62
/
+81
*
Add parens to silence warning
Benjamin Kramer
2018-11-06
1
-1
/
+1
*
[PDB] Introduce `MSVCUndecoratedNameParser`
Aleksandr Urakov
2018-11-06
11
-123
/
+333
*
[TestVLA] Fix a python decorator.
Davide Italiano
2018-11-06
1
-1
/
+2
*
Adjust the comment section of CreateSource to account for lines longer than 60
Nathan Lanza
2018-11-05
1
-2
/
+6
*
Set stdout/stdin to binary mode on Windows
Nathan Lanza
2018-11-05
1
-0
/
+12
*
Skip this test on older versions of clang.
Adrian Prantl
2018-11-05
1
-0
/
+1
*
Add a relocation to ObjectFileELF::ApplyRelocations and a test
Nathan Lanza
2018-11-05
4
-3
/
+252
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
33
-51
/
+231
*
Fix the Xcode project for the removal of the Go, Java & OCaml
Jim Ingham
2018-11-05
1
-186
/
+0
*
Remove OCaml debugger plugin
Jonas Devlieghere
2018-11-05
15
-1410
/
+0
*
Remove Java debugger plugin
Jonas Devlieghere
2018-11-05
22
-2906
/
+0
*
Remove Go debugger plugin
Jonas Devlieghere
2018-11-05
52
-9892
/
+4
*
Properly cast from DeclContext to Decl.
Zachary Turner
2018-11-05
2
-5
/
+4
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
13
-10
/
+140
*
[LLDB] Fix FreeBSD/Darwin build
David Carlier
2018-11-04
2
-9
/
+12
*
Fix NetBSD build after "Move path resolution logic out of FileSpec"
Kamil Rytarowski
2018-11-04
3
-3
/
+3
[next]