This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 20:51:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
ExecutionEngine
History
Alexey Samsonov
50c414e3d0
Basic support for parsing Mach-O universal binaries in LLVMObject library
...
llvm-svn: 184191
2013-06-18 15:03:28 +00:00
..
IntelJITEvents
Formatting correction
2013-01-29 00:50:18 +00:00
Interpreter
Teach the interpreter to handle vector compares and additional vector arithmetic operations.
2013-04-26 20:19:41 +00:00
JIT
Minor changes to the MCJITTest unittests to use the correct API for finalizing
2013-05-17 10:01:46 +00:00
MCJIT
Put RTDyldMemoryManager into its own file, and make it linked into
2013-05-21 20:24:07 +00:00
OProfileJIT
[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
2013-02-07 20:43:33 +00:00
RuntimeDyld
Basic support for parsing Mach-O universal binaries in LLVMObject library
2013-06-18 15:03:28 +00:00
CMakeLists.txt
Put RTDyldMemoryManager into its own file, and make it linked into
2013-05-21 20:24:07 +00:00
EventListenerCommon.h
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
ExecutionEngine.cpp
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
2013-05-14 19:29:00 +00:00
ExecutionEngineBindings.cpp
Expose the RTDyldMemoryManager through the C API. This allows clients of
2013-05-22 02:46:43 +00:00
LLVMBuild.txt
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM.
2012-03-13 08:33:15 +00:00
Makefile
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM.
2012-03-13 08:33:15 +00:00
RTDyldMemoryManager.cpp
Preserve const correctness.
2013-06-04 09:09:15 +00:00
TargetSelect.cpp
Enable FastISel on ARM for Linux and NaCl, not MCJIT
2013-06-14 02:49:43 +00:00