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-16 08:29:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
ExecutionEngine
History
Joe Abbey
1a12882b26
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
...
llvm-svn: 142464
2011-10-19 00:13:13 +00:00
..
Interpreter
Clean up uses of switch instructions so they are not dependent on the operand ordering. Patch by Stepan Dyatkovskiy.
2011-09-29 20:21:17 +00:00
JIT
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
2011-10-19 00:13:13 +00:00
MCJIT
The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
2011-10-18 19:57:38 +00:00
RuntimeDyld
Rewrite the CMake build to use explicit dependencies between libraries,
2011-07-29 00:14:25 +00:00
CMakeLists.txt
Rewrite the CMake build to use explicit dependencies between libraries,
2011-07-29 00:14:25 +00:00
ExecutionEngine.cpp
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
2011-07-20 07:51:56 +00:00
ExecutionEngineBindings.cpp
Fix indentation.
2010-07-19 09:36:45 +00:00
Makefile
Library-ize the dyld components of llvm-rtdyld.
2011-03-21 22:15:52 +00:00
TargetSelect.cpp
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00