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
/
IRExecutionUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean up about 22 warnings messages
Michael Sartain
2013-08-07
1
-2
/
+2
*
The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...
Jim Ingham
2013-07-31
1
-5
/
+7
*
Fixed IRExecutionUnit so that it looks up addresses
Sean Callanan
2013-06-27
1
-2
/
+17
*
Fixed IRExecutionUnit build failures due to changes
Sean Callanan
2013-05-08
1
-22
/
+0
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-4
/
+4
*
Flipped the big switch: LLDB now uses the new
Sean Callanan
2013-04-16
1
-1
/
+6
*
Audited the existing Materializer code to ensure
Sean Callanan
2013-04-15
1
-2
/
+2
*
Fixed the way we allocate executable memory on
Sean Callanan
2013-04-09
1
-1
/
+1
*
Factored out memory access into the target process
Sean Callanan
2013-04-05
1
-312
/
+224
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-14
/
+13
*
Fixed a problem where inline assembly errors caused
Sean Callanan
2013-03-27
1
-1
/
+20
*
Updated the IRExecutionUnit to keep local copies
Sean Callanan
2013-03-19
1
-30
/
+34
*
Refactored the expression parser so that the IR
Sean Callanan
2013-03-19
1
-0
/
+770