1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/ExecutionEngine
Chris Lattner 587962c667 Remove isPod() from DenseMapInfo, splitting it out to its own
isPodLike type trait.  This is a generally useful type trait for
more than just DenseMap, and we really care about whether something
acts like a pod, not whether it really is a pod.

llvm-svn: 91421
2009-12-15 07:26:43 +00:00
..
Interpreter Fix passing of float arguments through ffi. 2009-11-18 05:43:15 +00:00
JIT Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
CMakeLists.txt
ExecutionEngine.cpp Add ability to set code model within the execution engine builders 2009-11-17 21:58:16 +00:00
ExecutionEngineBindings.cpp
Makefile