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
*
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