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
/
llvm
/
lib
/
ExecutionEngine
/
MCJIT
/
MCJIT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-11
/
+11
*
[ExecutionEngine] Allow JIT clients to enable/disable module verification.
Lang Hames
2014-04-18
1
-1
/
+2
*
[MCJIT] Check if there have been errors during RuntimeDyld execution.
Juergen Ributzka
2014-03-26
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-5
/
+5
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-4
/
+4
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+1
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-1
/
+2
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-2
/
+1
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-1
/
+2
*
Rename these methods to match the style guide.
Rafael Espindola
2014-01-21
1
-1
/
+1
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-5
/
+51
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-2
/
+2
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-51
/
+5
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-5
/
+51
*
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
2013-12-05
1
-1
/
+1
*
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
2013-11-28
1
-11
/
+9
*
Fix a problem in MCJIT identifying the module containing a global variable.
Andrew Kaylor
2013-11-15
1
-2
/
+2
*
Revert part of r193291, restoring the deletion of loaded objects.
Chandler Carruth
2013-10-24
1
-0
/
+9
*
Optimizing MCJIT module state tracking
Andrew Kaylor
2013-10-24
1
-100
/
+87
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
1
-8
/
+21
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-0
/
+2
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-12
/
+5
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
1
-0
/
+1
*
Fixing MCJIT multiple module linking for OSX
Andrew Kaylor
2013-10-01
1
-0
/
+4
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
1
-55
/
+210
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-1
/
+1
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-1
/
+1
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-5
/
+5
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-7
/
+6
*
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
1
-1
/
+2
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-1
/
+2
*
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
1
-16
/
+56
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
1
-53
/
+16
*
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
1
-16
/
+53
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-0
/
+9
*
Fix build error from previous commit.
Andrew Kaylor
2012-11-06
1
-1
/
+1
*
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-06
1
-0
/
+35
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
1
-0
/
+15
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
1
-2
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-13
/
+17
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
1
-2
/
+10
*
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-21
1
-10
/
+4
[next]