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
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+4
*
Fix -Wformat-pedantic warnings
David Blaikie
2015-04-08
1
-2
/
+2
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+4
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-22
/
+2
*
The MCJIT doesn't seem to call getPointerForNamedFunction from the MemoryMana...
Jim Ingham
2015-01-27
1
-0
/
+141
*
Revert "Fix a build breakage. Looks like the LLVM side of this change has bee...
David Majnemer
2014-12-04
1
-1
/
+1
*
Fix a build breakage. Looks like the LLVM side of this change has been reverted
Enrico Granata
2014-12-04
1
-1
/
+1
*
Update setMCJITMemoryManager call to keep in line with llvm r223183.
Jason Molenda
2014-12-03
1
-1
/
+1
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+10
*
Adjust to LLVM JIT API change
Todd Fiala
2014-09-24
1
-111
/
+2
*
Clean-up warnings on Linux/GCC
David Majnemer
2014-09-16
1
-0
/
+1
*
Really fix the LLDB build
Reid Kleckner
2014-09-03
1
-4
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-08-19
1
-5
/
+1
*
Revert "Fix the build broken as a result of deleting jit from LLVM."
Zachary Turner
2014-08-07
1
-1
/
+3
*
Fix the build broken as a result of deleting jit from LLVM.
Zachary Turner
2014-08-07
1
-3
/
+1
*
Remove code that was merged incorrectly.
Greg Clayton
2014-07-11
1
-2
/
+0
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-0
/
+2
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-120
/
+116
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-2
/
+3
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-20
/
+249
*
Lock the JIT before using it.
Sean Callanan
2014-02-06
1
-0
/
+4
*
Better logging for the IRExecutionUnit so that
Sean Callanan
2014-01-21
1
-6
/
+20
*
Fix build after LLVM memory management API changes.
Filip Pizlo
2013-10-02
1
-3
/
+5
*
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