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
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
1
-0
/
+2
*
Remove byte counting from SourceManager [NFC]
Raphael Isemann
2018-09-13
1
-10
/
+10
*
Rollback "Fix raw address breakpoints not resolving".
Davide Italiano
2018-09-10
1
-2
/
+8
*
Fix raw address breakpoints not resolving
Ted Woodward
2018-09-10
1
-8
/
+2
*
Check if a terminal supports colors on Windows properly
David Bolvansky
2018-09-08
1
-1
/
+0
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
4
-16
/
+16
*
Print column info in backtraces et al. if available
Adrian Prantl
2018-09-05
2
-1
/
+14
*
Set Windows console mode to enable support for ansi escape codes
David Bolvansky
2018-09-05
1
-0
/
+9
*
Silence some "control reaches end of non-void function" warnings with gcc
Pavel Labath
2018-08-31
2
-0
/
+3
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
1
-0
/
+2
*
Move the column marking functionality to the Highlighter framework
Raphael Isemann
2018-08-30
3
-87
/
+59
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
1
-2
/
+4
*
Disable use-color if the output stream is not a terminal with color support.
Raphael Isemann
2018-08-27
1
-0
/
+3
*
Remove manual byte counting from Opcode::Dump
Raphael Isemann
2018-08-20
1
-13
/
+14
*
Remove manual byte counting from Highlighter code.
Raphael Isemann
2018-08-14
2
-20
/
+13
*
Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID
Raphael Isemann
2018-08-11
1
-6
/
+4
*
RichManglingContext: Make m_ipd_str_len a local variable and simplify process...
Stefan Granitz
2018-08-10
2
-29
/
+24
*
Use rich mangling information in Symtab::InitNameIndexes()
Stefan Granitz
2018-08-08
3
-45
/
+309
*
Misc module/dwarf logging improvements
Leonard Mosescu
2018-08-07
1
-2
/
+6
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
19
-3903
/
+28
*
Fix Mangled::Compare()
Stefan Granitz
2018-08-06
1
-1
/
+1
*
Add ConstString::IsNull() to tell between null vs. empty strings and fix usag...
Stefan Granitz
2018-08-06
1
-2
/
+2
*
Change ConstString::SetCStringWithMangledCounterpart to use StringRef
Pavel Labath
2018-08-06
1
-1
/
+1
*
Add byte counting mechanism to LLDB's Stream class.
Raphael Isemann
2018-08-02
2
-2
/
+2
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
4
-4
/
+119
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
2
-11
/
+16
*
Use LLVM's new ItaniumPartialDemangler in LLDB
Stefan Granitz
2018-07-25
1
-29
/
+16
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
5
-65
/
+85
*
Reimplement EventDataBytes::Dump to avoid DumpDataExtractor
Pavel Labath
2018-07-24
1
-9
/
+7
*
Fix the libcxx set, multiset, vector and bitset formatters to work on referen...
Jim Ingham
2018-07-13
1
-1
/
+13
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
2
-27
/
+22
*
Add abbreviated name for Debugger::EventHandlerThread.
Tatyana Krasnukha
2018-07-13
1
-5
/
+8
*
[IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.
Davide Italiano
2018-07-12
1
-5
/
+5
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
2
-6
/
+6
*
ResolveAddress: check returned value of resolving functions.
Tatyana Krasnukha
2018-06-22
1
-7
/
+8
*
Scalar: Use llvm integer conversion functions
Pavel Labath
2018-06-19
1
-10
/
+6
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
2
-6
/
+4
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-10
/
+4
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-2
/
+2
*
Fix Module::FindTypes to return the correct number of matches.
Frederic Riss
2018-06-01
1
-0
/
+1
*
Add .debug_names section glue code
Pavel Labath
2018-06-01
1
-0
/
+2
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
2
-10
/
+9
*
Typo fixes.
Bruce Mitchener
2018-05-29
2
-2
/
+2
*
Forward declare DumpValueObjectOptions in ValueObject.h
Raphael Isemann
2018-05-26
1
-0
/
+1
*
Break dependency from Core to ObjectFileJIT.
Zachary Turner
2018-05-23
2
-22
/
+0
*
Add support to object files for accessing the .debug_types section
Greg Clayton
2018-05-08
1
-0
/
+2
*
Really test type lookup in TestCppTypeLookup.py
Frederic Riss
2018-05-08
1
-2
/
+3
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
2
-19
/
+21
[next]