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
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
2
-14
/
+20
*
[CMake] Move link dependencies where they are used.
Jonas Devlieghere
2019-03-29
1
-0
/
+4
*
Use the multi-lockable form of std::lock for operator=
Jim Ingham
2019-03-29
1
-19
/
+6
*
Fix a "memset clearing an object of non-trivial type" warning in EmulateInstr...
Pavel Labath
2019-03-19
1
-8
/
+1
*
Reinitialize UnwindTable when the SymbolFile changes
Pavel Labath
2019-03-18
1
-0
/
+10
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-1
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
17
-131
/
+131
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
2
-12
/
+26
*
Remove unnecessary demangling operation (NFC)
Adrian Prantl
2019-02-27
1
-7
/
+5
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Merge target triple into module triple when constructing module from memory
Alex Langford
2019-02-20
1
-0
/
+4
*
[gui] Simplify SourceFileWindowDelegate::WindowDelegateDraw
Pavel Labath
2019-02-19
1
-5
/
+2
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
7
-98
/
+98
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-4
/
+4
*
Some cleanup after moving to std::make_shared
Jonas Devlieghere
2019-02-11
1
-16
/
+9
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
3
-17
/
+21
*
Simplify ObjectFile::GetUUID
Pavel Labath
2019-02-11
1
-1
/
+1
*
SymbolFileBreakpad: Add line table support
Pavel Labath
2019-02-07
1
-11
/
+0
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-4
/
+2
*
Revert "Make Type::GetByteSize optional (NFC)"
Adrian Prantl
2019-01-28
1
-2
/
+4
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-28
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
44
-176
/
+132
*
Change TypeSystem::GetBitSize() to return an optional result.
Adrian Prantl
2019-01-16
1
-19
/
+19
*
Revert "Simplify Value::GetValueByteSize()"
Pavel Labath
2019-01-16
1
-15
/
+19
*
Remove redundant check.
Adrian Prantl
2019-01-15
1
-5
/
+3
*
Simplify code by using Optional::getValueOr()
Adrian Prantl
2019-01-15
1
-3
/
+1
*
Simplify Value::GetValueByteSize()
Adrian Prantl
2019-01-15
1
-19
/
+15
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
4
-8
/
+12
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
5
-28
/
+38
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
2
-32
/
+31
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-2
/
+3
*
[Core] Use the implementation method GetAddressOf in ValueObjectConstResultChild
Aleksandr Urakov
2019-01-14
1
-0
/
+5
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
2
-17
/
+15
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-2
/
+1
*
Fix symbols.enable-external-lookup description wording
Jan Kratochvil
2019-01-05
1
-4
/
+4
*
symbols.enable-external-lookup=false on all hosts (not just OSX)
Jan Kratochvil
2019-01-03
1
-3
/
+10
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-4
/
+2
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
2
-2
/
+2
*
Simplify code for readability. (NFC)
Adrian Prantl
2018-12-19
1
-6
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
8
-48
/
+27
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
6
-1257
/
+4
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
1
-18
/
+0
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-30
1
-2
/
+4
*
Remove dead code from IOHandler
Alex Langford
2018-11-27
1
-4
/
+0
*
[Reproducers] Improve reproducer API and add unit tests.
Jonas Devlieghere
2018-11-27
1
-8
/
+13
*
Fix copy/paste mistake for r346919.
Jonas Devlieghere
2018-11-15
1
-1
/
+1
*
[reproducer] Post-commit cleanup
Jonas Devlieghere
2018-11-15
1
-0
/
+7
*
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
George Rimar
2018-11-14
1
-0
/
+8
*
Revert r346848 "[LLDB] - Support the single file split DWARF."
George Rimar
2018-11-14
1
-8
/
+0
*
[LLDB] - Support the single file split DWARF.
George Rimar
2018-11-14
1
-0
/
+8
[prev]
[next]