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
/
Utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove manual byte counting from internal Stream methods.
Raphael Isemann
2018-09-12
1
-35
/
+41
*
[Scalar] Commit the correct patch, forgot `git add`.
Davide Italiano
2018-09-07
1
-8
/
+8
*
[Scalar] Fix undefined behaviour when converting double to long.
Davide Italiano
2018-09-07
1
-2
/
+7
*
[ARC] Make char unsigned by default
Alexander Polyakov
2018-09-07
1
-0
/
+1
*
Enable the fp-armv8 disassembler feature when disassembling Cortex-M
Jason Molenda
2018-09-07
1
-1
/
+4
*
Terminate debugger if an assert was hit
David Bolvansky
2018-09-04
1
-10
/
+10
*
[lldb] Fix lldb build on musl
Raphael Isemann
2018-08-28
1
-0
/
+1
*
Remove commented out constructor from Scalar
Alex Langford
2018-08-16
1
-43
/
+0
*
Remove outdated TODOs in RegisterValue
Alex Langford
2018-08-16
1
-3
/
+0
*
Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart()...
Stefan Granitz
2018-08-14
1
-5
/
+0
*
Remove unused FastDemangle sources
Stefan Granitz
2018-08-14
2
-2394
/
+0
*
Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the...
Stefan Granitz
2018-08-14
1
-5
/
+10
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
4
-0
/
+3875
*
Change ConstString::SetCStringWithMangledCounterpart to use StringRef
Pavel Labath
2018-08-06
1
-27
/
+23
*
Fix a bug in VMRange
Leonard Mosescu
2018-08-04
1
-4
/
+6
*
Replace LLDB's LEB128 implementation with the one from LLVM
Raphael Isemann
2018-08-03
1
-35
/
+9
*
Add raw_ostream wrapper to the Stream class
Raphael Isemann
2018-08-03
1
-2
/
+2
*
Add byte counting mechanism to LLDB's Stream class.
Raphael Isemann
2018-08-02
1
-2
/
+5
*
Fix out-of-bounds read in Stream::PutCStringAsRawHex8
Raphael Isemann
2018-08-01
1
-2
/
+2
*
Don't ignore byte_order in Stream::PutMaxHex64
Raphael Isemann
2018-08-01
1
-3
/
+3
*
Remove Stream::UnitTest
Raphael Isemann
2018-07-31
1
-45
/
+0
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
2
-3
/
+6
*
Remove unused History class
Raphael Isemann
2018-07-24
2
-25
/
+0
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
2
-16
/
+54
*
Adjust thread name column width depending on real name length.
Tatyana Krasnukha
2018-07-13
1
-1
/
+5
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
1
-3
/
+73
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
2
-0
/
+27
*
UUID: Add support for arbitrary-sized module IDs
Pavel Labath
2018-06-29
1
-77
/
+37
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
2
-74
/
+8
*
[LLDB] Select helper sign comparison fix
David Carlier
2018-06-25
1
-2
/
+2
*
Revert "[FileSpec] Always normalize"
Jonas Devlieghere
2018-06-25
1
-6
/
+104
*
[FileSpec] Always normalize
Jonas Devlieghere
2018-06-24
1
-104
/
+6
*
[FileSpec] Refactor append and prepend implemenetations. NFC
Jonas Devlieghere
2018-06-24
1
-94
/
+20
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-9
/
+1
*
Modernize UUID class
Pavel Labath
2018-06-21
1
-9
/
+7
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-23
/
+0
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-6
/
+9
*
[FileSpec] Simplify getting extension and stem.
Jonas Devlieghere
2018-06-13
1
-8
/
+3
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-64
/
+45
*
[FileSpec] Re-implmenet removeLastPathComponent
Jonas Devlieghere
2018-05-30
1
-29
/
+8
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-2
/
+2
*
Fix PathMappingList for relative and empty paths after recent FileSpec normal...
Greg Clayton
2018-05-21
1
-25
/
+29
*
FileSpec objects that resolve to "." should have "." in m_filename and m_dire...
Greg Clayton
2018-05-17
1
-0
/
+8
*
FileSpec: Remove PathSyntax enum and use llvm version instead
Pavel Labath
2018-05-14
1
-62
/
+45
*
Remove custom path manipulation functions from FileSpec
Pavel Labath
2018-05-11
1
-85
/
+5
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-21
/
+22
*
Log to the process channel, not target twice.
Jason Molenda
2018-05-01
1
-1
/
+1
*
Add logging when ArchSpec::SetArchitecture is given a cputype and
Jason Molenda
2018-05-01
1
-0
/
+5
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
20
-465
/
+402
*
Fixup r331049 (FileSpec auto-normalization)
Pavel Labath
2018-04-30
1
-10
/
+4
[next]