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
dd9bfb2c1a2ad53fa3f8dfe3d8a6aa94de694297
clang-p2996
/
llvm
/
unittests
/
ExecutionEngine
/
JIT
History
Rafael Espindola
5b6c1e8e59
Update getLazyBitcodeModule to use ErrorOr for error handling.
...
llvm-svn: 199125
2014-01-13 18:31:04 +00:00
..
CMakeLists.txt
Port r198087 and r198089 (strip dead code by default) from make to cmake.
2013-12-30 03:36:05 +00:00
IntelJITEventListenerTest.cpp
…
JITEventListenerTest.cpp
Remove some dead code
2013-12-12 11:18:08 +00:00
JITEventListenerTestCommon.h
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
JITMemoryManagerTest.cpp
This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land.
2013-10-02 00:59:25 +00:00
JITTest.cpp
Update getLazyBitcodeModule to use ErrorOr for error handling.
2014-01-13 18:31:04 +00:00
JITTests.def
…
Makefile
Attempt to fix JIT unit tests after r198087.
2013-12-27 23:36:22 +00:00
MultiJITTest.cpp
Move the LLVM IR asm writer header files into the IR directory, as they
2014-01-07 12:34:26 +00:00
OProfileJITEventListenerTest.cpp
…