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
...
*
[lldb/CMake] Fix variable naming in FindLibEdit
Jonas Devlieghere
2020-01-02
4
-7
/
+7
*
[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARY
Jonas Devlieghere
2020-01-02
2
-3
/
+3
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-02
2
-3
/
+3
*
Revert "build: reduce CMake handling for zlib"
James Henderson
2020-01-02
2
-3
/
+3
*
[lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...
Raphael Isemann
2020-01-02
1
-0
/
+5
*
[lldb][NFC] Remove unused variable in DWARFASTParserClang::ParseSingleMember
Raphael Isemann
2020-01-02
1
-1
/
+0
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
6
-286
/
+206
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-01
2
-3
/
+3
*
[lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...
Raphael Isemann
2020-01-01
2
-8
/
+0
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
3
-3
/
+3
*
[lldb][NFC] Make some checks more readable in Variable::PrivateAutoComplete
Raphael Isemann
2020-01-01
1
-3
/
+3
*
[lldb][NFC] Simplify ClangASTContext::GetTypeForDecl
Raphael Isemann
2019-12-30
2
-20
/
+9
*
[lldb][NFC] Make integer types functions in ClangASTContext not static
Raphael Isemann
2019-12-29
1
-45
/
+32
*
[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType
Raphael Isemann
2019-12-29
2
-12
/
+12
*
[lldb][NFC] Remove most GetASTContext calls in AST metadata code
Raphael Isemann
2019-12-29
2
-25
/
+18
*
[lldb][NFC] Remove GetASTContext call in ClangPersistentVariables
Raphael Isemann
2019-12-28
3
-27
/
+36
*
[lldb][NFC] Remove GetASTContext call in ClangDeclVendor
Raphael Isemann
2019-12-28
5
-22
/
+20
*
[lldb][NFC] Move lock scope where it should begin
Tatyana Krasnukha
2019-12-26
1
-9
/
+10
*
[lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfaces
Raphael Isemann
2019-12-26
5
-61
/
+46
*
[lldb] Remove some calls to GetASTContext
Raphael Isemann
2019-12-26
3
-36
/
+21
*
[lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...
Raphael Isemann
2019-12-25
2
-46
/
+40
*
[lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changes
Kamil Rytarowski
2019-12-24
2
-2
/
+21
*
[lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...
Raphael Isemann
2019-12-24
1
-8
/
+13
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
6
-58
/
+21
*
Revert "[lldb] Don't process symlinks deep inside DWARFUnit"
Jonas Devlieghere
2019-12-23
2
-12
/
+20
*
[lldb] Remove DWARFUnit::AppendDIEsWithTag
Pavel Labath
2019-12-23
3
-24
/
+6
*
[lldb/DWARF] Fix hostname-stripping logic
Pavel Labath
2019-12-23
1
-0
/
+2
*
[lldb][NFC] Remove unused callback functionality from ClangASTContext
Raphael Isemann
2019-12-23
1
-5
/
+0
*
[lldb][NFC] Simplify ClangExternalASTSourceCallbacks
Raphael Isemann
2019-12-23
2
-78
/
+18
*
[lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...
Raphael Isemann
2019-12-23
2
-23
/
+6
*
[lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl method
Raphael Isemann
2019-12-23
1
-16
/
+0
*
[lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cpp
Raphael Isemann
2019-12-23
1
-8
/
+4
*
[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...
Raphael Isemann
2019-12-23
2
-1
/
+5
*
[lldb] Don't process symlinks deep inside DWARFUnit
Pavel Labath
2019-12-23
2
-20
/
+12
*
[lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp
Pavel Labath
2019-12-23
1
-0
/
+1
*
[lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDecl
Raphael Isemann
2019-12-23
1
-7
/
+1
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
6
-18
/
+17
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
6
-25
/
+11
*
[lldb/ScriptInterpreter] Unify error message for command script import
Jonas Devlieghere
2019-12-22
2
-7
/
+8
*
[lldb] Remove unused CompilerDeclContext::IsStructUnionOrClass
Raphael Isemann
2019-12-22
2
-14
/
+0
*
[lldb/ScriptInterpreter] Fix stale/bogus error messages
Jonas Devlieghere
2019-12-21
1
-2
/
+2
*
[lldb/Commands] Honor the scripting language passed (2/2)
Jonas Devlieghere
2019-12-21
1
-14
/
+26
*
[lldb/Lua] Add missing boiler plate to ScriptInterpreter.
Jonas Devlieghere
2019-12-21
2
-14
/
+11
*
[lldb/Commands] Use the default scripting langauge for BP functions
Jonas Devlieghere
2019-12-21
1
-1
/
+4
*
[lldb/Commands] Honor the scripting language passed
Jonas Devlieghere
2019-12-21
1
-2
/
+2
*
[lldb/Commands] Fix bogus enum entry and add Lua (NFC)
Jonas Devlieghere
2019-12-21
1
-5
/
+12
*
[lldb/Core] Support asking the debugger for a specific script interpreter
Jonas Devlieghere
2019-12-21
1
-7
/
+11
*
[Lldb/Lua] Persist Lua state across script interpreter calls.
Jonas Devlieghere
2019-12-21
4
-9
/
+21
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
12
-623
/
+576
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
3
-0
/
+26
[prev]
[next]