This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9a2b7e820c79055ee83652ffc0321566f4bddf1f
clang-p2996
/
llvm
/
lib
/
ExecutionEngine
/
JIT
History
Craig Topper
a2886c21d9
Convert assert(0) to llvm_unreachable
...
llvm-svn: 149967
2012-02-07 05:05:23 +00:00
..
CMakeLists.txt
Remove the old ELF writer.
2012-01-05 22:07:43 +00:00
Intercept.cpp
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
2011-08-14 00:34:04 +00:00
JIT.cpp
Convert assert(0) to llvm_unreachable
2012-02-07 05:05:23 +00:00
JIT.h
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be called with the base class.
2012-01-05 21:16:14 +00:00
JITDwarfEmitter.cpp
Add bundle aware API for querying instruction properties and switch the code
2011-12-07 07:15:52 +00:00
JITDwarfEmitter.h
…
JITEmitter.cpp
Convert assert(0) to llvm_unreachable
2012-02-07 05:05:23 +00:00
JITMemoryManager.cpp
MCJIT support for non-function sections.
2012-01-16 22:26:39 +00:00
LLVMBuild.txt
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
Makefile
…
OProfileJITEventListener.cpp
…