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
5b30b67cd1bf93b136ca33656b50fcff715bbfbe
clang-p2996
/
llvm
/
lib
/
ExecutionEngine
History
Pavel Labath
d338381077
Fix MSVC build failure introduced in r291431
...
MSVC does not like to reinterpret_cast to a uint64_t. Use a different cast instead. llvm-svn: 291435
2017-01-09 11:20:35 +00:00
..
IntelJITEvents
Fix lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp for r273701
2016-06-24 22:38:30 +00:00
Interpreter
IR: Change the gep_type_iterator API to avoid always exposing the "current" type.
2016-12-02 02:24:42 +00:00
MCJIT
Use StringRef instead of raw pointer in ExecutionEngine
2016-10-01 06:22:04 +00:00
OProfileJIT
[ExecutionEngine] Fix compile errors in OProfileJITEventListener.
2017-01-03 21:39:43 +00:00
Orc
[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting on
2016-12-25 21:55:05 +00:00
RuntimeDyld
Fix MSVC build failure introduced in r291431
2017-01-09 11:20:35 +00:00
CMakeLists.txt
[ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to RuntimeDyld.
2016-08-07 01:19:37 +00:00
ExecutionEngine.cpp
Replace APFloatBase static fltSemantics data members with getter functions
2016-12-14 11:57:17 +00:00
ExecutionEngineBindings.cpp
Use StringRef instead of raw pointer in ExecutionEngine
2016-10-01 06:22:04 +00:00
GDBRegistrationListener.cpp
Do a sweep over move ctors and remove those that are identical to the default.
2016-10-20 12:20:28 +00:00
LLVMBuild.txt
…
SectionMemoryManager.cpp
Use the range variant of remove_if instead of unpacking begin/end
2016-08-12 04:32:37 +00:00
TargetSelect.cpp
Use the range variant of find/find_if instead of unpacking begin/end
2016-08-12 03:55:06 +00:00