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-27 15:02:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
ExecutionEngine
History
Michael J. Spencer
8d3fce5ab0
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
...
llvm-svn: 163532
2012-09-10 19:04:02 +00:00
..
IntelJITEvents
Remove tabs.
2012-07-19 00:04:14 +00:00
Interpreter
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
2012-06-24 13:32:01 +00:00
JIT
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
2012-08-22 06:07:19 +00:00
MCJIT
MCJIT: getPointerToFunction() references target address space.
2012-09-05 16:50:40 +00:00
OProfileJIT
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
2012-06-28 00:05:13 +00:00
RuntimeDyld
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-09-10 19:04:02 +00:00
CMakeLists.txt
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM.
2012-03-13 08:33:15 +00:00
EventListenerCommon.h
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
2012-06-28 00:05:13 +00:00
ExecutionEngine.cpp
Stop casting away const qualifier needlessly.
2012-09-05 22:26:57 +00:00
ExecutionEngineBindings.cpp
More dead code removal (using -Wunreachable-code)
2012-01-20 21:51:11 +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
TargetSelect.cpp
ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.
2012-07-22 03:04:57 +00:00