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
...
*
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
*
Path from Ashok Thirumurthi:
Greg Clayton
2012-10-30
1
-1
/
+5
*
Fixed the IR interaction layer to deal with a
Sean Callanan
2012-10-11
1
-2
/
+2
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-6
/
+6
*
Add explicit casts to bool in "shared pointer is valid" constructs that retur...
Jim Ingham
2012-08-11
1
-1
/
+1
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-2
/
+2
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-1
/
+1
*
Implemented zext as a no-op cast in the IR
Sean Callanan
2012-04-23
1
-4
/
+6
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-3
/
+3
*
Made the IR interpreter handle GetElementPtr instructions
Sean Callanan
2012-02-29
1
-1
/
+34
*
Previoously the expression parser had to rely on the
Sean Callanan
2012-02-15
1
-1
/
+8
*
The IRInterpreter's constant evaluator wasn't
Sean Callanan
2012-02-08
1
-12
/
+50
*
I have brought LLDB up-to-date with top of tree
Sean Callanan
2012-02-04
1
-1
/
+12
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-3
/
+3
*
Added a mechanism for the IR interpreter to return
Sean Callanan
2012-01-24
1
-37
/
+122
*
After thinking about it, it doesn't seem right
Sean Callanan
2012-01-11
1
-3
/
+3
*
If the size of a type can't be determined, default
Sean Callanan
2012-01-11
1
-1
/
+1
*
Added logging to track when the IR interpreter
Sean Callanan
2012-01-04
1
-0
/
+10
*
Pulled in a new revision of LLVM/Clang and added
Sean Callanan
2011-11-19
1
-1
/
+1
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
Extended the IR interpreter to handle the variables
Sean Callanan
2011-10-26
1
-35
/
+78
*
Made the IR interpreter more robust in the presence
Sean Callanan
2011-10-21
1
-19
/
+120
*
Fix preprocessor warnings for no newline at the end of the source files.
Greg Clayton
2011-10-12
1
-1
/
+1
*
Fixed a problem with the IR interpreter that caused
Sean Callanan
2011-09-22
1
-1
/
+6
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-0
/
+1391
[prev]