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
/
unittests
/
Utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
RangeDataVector: Support custom sorting for D63540
Jan Kratochvil
2020-01-10
1
-0
/
+42
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
2
-0
/
+100
*
[LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...
shafik
2019-12-05
1
-1
/
+10
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
1
-31
/
+27
*
Avoid triple corruption while merging core info
Muhammad Omair Javaid
2019-12-05
1
-0
/
+35
*
[lldb] Remove some (almost) unused Stream::operator<<'s
Pavel Labath
2019-12-04
1
-9
/
+0
*
[lldb] Add test for Stream::Address and Stream::AddressRange
Raphael Isemann
2019-12-04
1
-0
/
+92
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-0
/
+21
*
[lldb] Add FileSpec::Equal unit tests
Pavel Labath
2019-11-28
1
-0
/
+20
*
[lldb] Simplify and improve FileSpecTest
Pavel Labath
2019-11-28
1
-24
/
+24
*
[lldb] remove unsigned Stream::operator<< overloads
Pavel Labath
2019-11-26
1
-9
/
+0
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-0
/
+16
*
ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...
Pavel Labath
2019-10-11
1
-0
/
+17
*
[lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...
Raphael Isemann
2019-10-10
1
-0
/
+45
*
Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...
Jonas Devlieghere
2019-10-08
1
-17
/
+0
*
ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...
Pavel Labath
2019-10-07
1
-0
/
+17
*
[process list] make the TRIPLE column wider
Walter Erquinigo
2019-10-03
1
-7
/
+7
*
[JSON] Remove Utility/JSON.{h|cpp}
Jonas Devlieghere
2019-10-02
2
-27
/
+0
*
Use llvm for dumping DWARF expressions
Pavel Labath
2019-09-30
1
-1
/
+3
*
[Reproducer] Use // in the unit tests
Jonas Devlieghere
2019-09-27
1
-13
/
+13
*
[Reproducer] Update the unit tests to specify the path style.
Jonas Devlieghere
2019-09-27
1
-17
/
+33
*
[lldb][NFC] Add CompletionRequest::AppendEmptyArgument
Raphael Isemann
2019-09-25
1
-11
/
+3
*
[lldb] Remove redundant argument lists in CompletionRequest
Raphael Isemann
2019-09-24
1
-8
/
+8
*
[lldb][NFC] Make cursor char position unsigned in CompletionRequest
Raphael Isemann
2019-09-23
1
-3
/
+3
*
[lldb] Make cursor index in CompletionRequest unsigned
Raphael Isemann
2019-09-23
1
-2
/
+20
*
[lldb][NFC] Remove argument prefix checking boilerplate when adding completions
Raphael Isemann
2019-09-23
1
-0
/
+37
*
[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments
Raphael Isemann
2019-09-23
1
-0
/
+35
*
[lldb] Remove SetCount/ClearCount from Flags
Raphael Isemann
2019-09-16
1
-38
/
+3
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
1
-3
/
+3
*
Implement DW_OP_convert
Adrian Prantl
2019-09-10
1
-1
/
+1
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
2
-47
/
+0
*
[lldb][NFC] Extend ArgsTest
Raphael Isemann
2019-09-06
1
-0
/
+68
*
Move ProcessInstanceInfoTest to Utility
Pavel Labath
2019-08-26
2
-0
/
+94
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-1
/
+0
*
[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.
Jonas Devlieghere
2019-08-21
1
-39
/
+38
*
[NFC] Remove lldb_utility namespace.
Jonas Devlieghere
2019-08-21
2
-2
/
+2
*
[lldb][NFC] Stop using GetNumberOfMatches in CompletionRequest test
Raphael Isemann
2019-08-19
1
-14
/
+14
*
[lldb][NFC] Address review comments to StringList for-loop support
Raphael Isemann
2019-08-19
1
-1
/
+1
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
3
-3
/
+69
*
[lldb][NFC] Allow for-ranges on StringList
Raphael Isemann
2019-08-16
1
-0
/
+18
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-9
/
+4
*
[StringList] Change LongestCommonPrefix API
Jonas Devlieghere
2019-07-31
1
-10
/
+5
*
[Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz
2019-07-24
2
-215
/
+0
*
[Reproducers] Make reproducer relocatable
Jonas Devlieghere
2019-06-18
1
-3
/
+3
*
[Reproducers] Simplify providers with nested Info struct (NFC)
Jonas Devlieghere
2019-06-12
1
-9
/
+7
*
Silence 'warning C4305: 'initializing': truncation from 'double' to 'float'' ...
Alexandre Ganea
2019-06-03
1
-6
/
+6
*
Remove length modifier when using assignment suppression in TimerTest
Antonio Afonso
2019-05-30
1
-2
/
+2
*
Add more information to the log timer dump
Antonio Afonso
2019-05-29
1
-1
/
+38
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[Reproducers] Fix reproducer unittest
Jonas Devlieghere
2019-05-08
1
-1
/
+3
[next]