This website requires JavaScript.
Explore
Help
Register
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-25 13:27:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
ExecutionEngine
History
Craig Topper
783617eba7
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
...
llvm-svn: 185606
2013-07-04 01:31:24 +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
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager.
2013-07-02 12:24:22 +00:00
MCJIT
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects
2013-06-28 21:40:16 +00:00
OProfileJIT
[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
2013-02-07 20:43:33 +00:00
RuntimeDyld
AArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-07-01 19:23:10 +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
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-04 01:31:24 +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