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
...
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
5
-7
/
+7
*
Fix DataExtractor failures.
Zachary Turner
2017-03-03
1
-13
/
+0
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-34
/
+30
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
12
-12
/
+12
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
2
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
9
-14
/
+14
*
[CMake] Add accurate dependency specifications
Chris Bieneman
2017-01-31
1
-0
/
+14
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-19
/
+17
*
Silence some -Wstring-conversion warnings
Pavel Labath
2017-01-05
1
-1
/
+1
*
Expression evaluation for overloaded C functions (redux)
Luke Drummond
2016-12-19
1
-16
/
+3
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-2
/
+2
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
2
-3
/
+2
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-18
1
-4
/
+7
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
3
-7
/
+7
*
Make DiagnosticsManager functions take StringRefs.
Zachary Turner
2016-11-12
3
-19
/
+18
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
2
-19
/
+16
*
UserExpression::Evaluate only returns a non-empty ValueObjectSP
Jim Ingham
2016-11-07
1
-0
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
2
-2
/
+2
*
Use the right dwarf attributes for parsing location list entries (fixup for r...
Pavel Labath
2016-10-31
1
-2
/
+2
*
Rename DWARF 5 constants to adapt to change in LLVM
Adrian Prantl
2016-10-28
1
-3
/
+3
*
Remove a stray dump().
Sean Callanan
2016-10-07
1
-2
/
+0
*
Convert some more aliasing and CI functions to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
[CMake] LLDB/Expression needs to depend on intrinsics_gen
Chris Bieneman
2016-09-29
1
-0
/
+4
*
Added a setting that enables saving all .o files from a given JIT expression.
Sean Callanan
2016-09-26
1
-0
/
+27
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-5
/
+5
*
Replaced two instances of std::function with auto.
Sean Callanan
2016-09-14
1
-4
/
+3
*
Cleaned up some of the "frame diagnose" code to use Operands as currency.
Sean Callanan
2016-09-13
1
-62
/
+56
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
15
-10454
/
+9728
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+148
*
[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB
Lang Hames
2016-08-19
1
-1
/
+2
*
Fixed a problem where we failed to get the size of an Objective-C type.
Sean Callanan
2016-08-18
1
-1
/
+3
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-4
/
+4
*
Add an "experimental" setting to disable injecting local variables into expre...
Jim Ingham
2016-07-07
1
-3
/
+7
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-6
/
+126
*
Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.
Sean Callanan
2016-06-09
1
-0
/
+7
*
Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.
Sean Callanan
2016-06-09
1
-8
/
+109
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
1
-4
/
+0
*
Fix function name lookup in IRExecutionEngine.cpp.
Stephane Sezer
2016-06-06
1
-1
/
+1
*
Fixed a problem where we couldn't call extern "C" functions.
Sean Callanan
2016-06-02
1
-1
/
+39
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
[LLDB] Added support for PHI nodes to IR interpreter
Marianne Mailhot-Sarrasin
2016-05-12
1
-1
/
+46
*
XFail TestLambdas.py on Windows after fixing some of the problems
Adrian McCarthy
2016-05-04
1
-3
/
+11
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
2
-4
/
+2
*
Used llvm_unreached to quite a VC++ compiler warning.
Adrian McCarthy
2016-04-28
1
-0
/
+4
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
2
-2
/
+4
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
2
-4
/
+2
*
UtilityFunction::MakeFunctionCaller uses the Error to report failure,
Jim Ingham
2016-04-26
1
-0
/
+3
*
When building the list of variables we're going to write "using $_lldb_local_...
Jim Ingham
2016-04-26
1
-1
/
+1
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
1
-15
/
+26
[prev]
[next]