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
/
Expression
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
9
-362
/
+320
*
[NFC] Remove instances of unused ClangASTContext header
Alex Langford
2019-07-19
2
-2
/
+1
*
[Expression] Move IRDynamicChecks to ClangExpressionParser
Alex Langford
2019-07-12
2
-594
/
+0
*
[Expression] IR Instrumenters should have a UtilityFunction
Alex Langford
2019-07-10
1
-14
/
+15
*
[lldb] Quick Fix: IRExecutionUnit check pointer before access it
Alex Langford
2019-07-09
1
-3
/
+3
*
Fix for r364686 - actually set symbol_is_missing_weak...
Jim Ingham
2019-07-02
1
-2
/
+3
*
Get the expression parser to handle missing weak symbols.
Jim Ingham
2019-06-28
2
-26
/
+70
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
1
-2
/
+2
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-1
/
+1
*
[Target] Move ObjCLanguageRuntime::LookupRuntimeSymbol into LanguageRuntime
Alex Langford
2019-06-03
1
-5
/
+3
*
[DWARFExpression] Remove ctor that takes just a compile unit.
Jonas Devlieghere
2019-05-28
1
-48
/
+13
*
[DWARFExpression] Remove commented-out code (NFC)
Jonas Devlieghere
2019-05-24
1
-119
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
8
-29
/
+28
*
Expression: correct relocation model for Windows
Saleem Abdulrasool
2019-05-22
1
-10
/
+4
*
DWARF: Port debug_addr over to DWARFContext
Pavel Labath
2019-05-21
1
-24
/
+7
*
[CMake] Correct some dependencies
Alex Langford
2019-05-21
1
-0
/
+1
*
[IRExecutionUnit] Remove static_assert
Jonas Devlieghere
2019-05-16
1
-2
/
+0
*
Delete unnecessary copy ctors/copy assignment operators
Fangrui Song
2019-05-15
1
-5
/
+0
*
Replace assert with static_assert here applicable.
Jonas Devlieghere
2019-05-15
1
-1
/
+1
*
[Expression] Remove unused dependency
Alex Langford
2019-05-07
2
-2
/
+1
*
DWARFExpression: Fix implementation of DW_OP_pick
Pavel Labath
2019-04-29
1
-1
/
+1
*
[IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off build
Fangrui Song
2019-04-12
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
4
-135
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-1
/
+2
*
Fix an invalid static cast in ClangExpressionParser.cpp
Adrian Prantl
2019-03-13
5
-11
/
+19
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
2
-20
/
+20
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-1
/
+1
*
Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/Commands
Jonas Devlieghere
2019-03-09
1
-15
/
+1
*
[lldb] Fix DW_OP_addrx uses.
Ali Tamur
2019-03-07
1
-2
/
+9
*
Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp.
Jim Ingham
2019-03-06
1
-1
/
+0
*
Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...
Jim Ingham
2019-03-06
4
-388
/
+2
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
2
-8
/
+8
*
[Expression] Remove unused parameter from Evaluate
Alex Langford
2019-03-05
2
-2
/
+1
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-7
/
+7
*
Pass arguments correctly to the objc object checker on arm64
Jim Ingham
2019-02-27
1
-2
/
+9
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
4
-40
/
+37
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
2
-5
/
+4
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
2
-7
/
+11
*
[opaque pointer types] Update calls to CreateCall to pass the function
James Y Knight
2019-02-08
1
-6
/
+6
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
2
-10
/
+26
*
[PDB] Fix location retrieval for function local variables and arguments that are
Aleksandr Urakov
2019-02-01
1
-2
/
+2
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-1
/
+2
*
Revert "Make Type::GetByteSize optional (NFC)"
Adrian Prantl
2019-01-28
1
-2
/
+1
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-28
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
15
-60
/
+45
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-2
/
+2
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-4
/
+9
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-3
/
+0
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-7
/
+4
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
3
-13
/
+8
[prev]
[next]