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
/
IRInterpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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 usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
1
-15
/
+26
*
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-26
/
+15
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-15
/
+26
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-18
/
+12
*
Fix bug with function resolution when using IR Interpreter
Ted Woodward
2016-03-01
1
-25
/
+39
*
IRInterpreter now recognizes expressions with constants it doesn't handle.
Sean Callanan
2016-02-12
1
-0
/
+50
*
[opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...
Eduard Burtescu
2016-01-22
1
-3
/
+5
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
lldb/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-6
/
+6
*
Fix off-by-one size check.
Chaoren Lin
2015-09-16
1
-1
/
+1
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
1
-25
/
+252
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-231
/
+231
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Added a missing "break" to avoid falling through
Sean Callanan
2014-03-25
1
-0
/
+1
*
Fixed the IRInterpreter to ignore call instructions
Sean Callanan
2014-03-25
1
-0
/
+68
*
Implemented TruncInst in the IRInterpreter.
Sean Callanan
2013-10-11
1
-0
/
+37
*
Use a StreamString to fix the endianness in
Sean Callanan
2013-09-17
1
-3
/
+10
*
Fixed the IRInterpreter to reject any code that
Sean Callanan
2013-06-27
1
-0
/
+14
*
Hardened the IR interpreter to prevent it from
Sean Callanan
2013-06-06
1
-1
/
+1
*
Fixes for the IR interpreter:
Sean Callanan
2013-06-05
1
-8
/
+40
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-8
/
+8
*
Fixed value evaluation to handle null constants.
Sean Callanan
2013-05-31
1
-1
/
+5
*
Fixed signed operations in the IR interpreter.
Sean Callanan
2013-05-24
1
-0
/
+12
*
Since the IR interpreter does not (currently)
Sean Callanan
2013-05-02
1
-0
/
+23
*
Performance optimizations to ClangUserExpression,
Sean Callanan
2013-04-27
1
-29
/
+11
*
Purged unnecessary data structures from the IR
Sean Callanan
2013-04-25
1
-25
/
+6
*
Don't crash if we try to interpret the IR (incorrectly in this case) and can'...
Greg Clayton
2013-04-25
1
-3
/
+5
*
Fixed an error message.
Sean Callanan
2013-04-20
1
-1
/
+1
*
Removed 2800+ lines of code that no longer do anything
Sean Callanan
2013-04-19
1
-1247
/
+19
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-81
/
+196
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Added a new API to the IRInterpreter (the old API
Sean Callanan
2013-04-17
1
-0
/
+756
*
Made the IRInterpreter's methods static, since
Sean Callanan
2013-04-17
1
-27
/
+22
*
Made the IRInterpreter be able to operate without
Sean Callanan
2013-04-17
1
-49
/
+21
*
Updated the IRInterpreter to work with an
Sean Callanan
2013-04-17
1
-583
/
+433
*
Modified the IRInterpreter to take an IRMemoryMap.
Sean Callanan
2013-04-16
1
-5
/
+10
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
Fixed handling of function pointers in the IR
Sean Callanan
2013-03-19
1
-10
/
+12
*
Fixes in the IRInterpreter:
Sean Callanan
2013-02-15
1
-8
/
+7
*
Address sanitizer found an issue which we filed a bug for: <rdar://problem/13...
Greg Clayton
2013-02-07
1
-0
/
+3
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-4
/
+4
*
Added emulation of shifts to the IR interpreter.
Sean Callanan
2013-01-09
1
-0
/
+31
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect the
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Added support for the modulus operator (%) to
Sean Callanan
2012-12-21
1
-0
/
+10
*
Fixed the IRInterpreter's handling of "this" and
Sean Callanan
2012-12-11
1
-54
/
+106
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-2
/
+1
*
Added support for PtrToInt to the IR
Sean Callanan
2012-12-01
1
-0
/
+38
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
[next]