llvm-6502/lib/ExecutionEngine
Zachary Turner 4031acb4cd Clean up some unnecessary mutex guards.
These were being used as unreferenced parameters to enforce that
the methods must not be called without holding a mutex, but all
of the methods in question were internal, and the methods were
only exposed through an interface whose entire purpose was to
serialize access to these structures, so expecting the methods
to be accessed under a mutex is reasonable enough.

Reviewed by: blaikie

Differential Revision: http://reviews.llvm.org/D4162

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211054 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-16 20:54:28 +00:00
..
IntelJITEvents Updates in IntelJITEventListener.cpp - by Arch Robison. 2014-06-01 08:45:11 +00:00
Interpreter Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
JIT Add a Constant version of stripPointerCasts. 2014-06-04 19:01:48 +00:00
MCJIT Convert the Archive API to use ErrorOr. 2014-06-16 16:08:36 +00:00
OProfileJIT
RuntimeDyld Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value in place 2014-06-14 13:18:07 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp Clean up some unnecessary mutex guards. 2014-06-16 20:54:28 +00:00
ExecutionEngineBindings.cpp
LLVMBuild.txt
Makefile
RTDyldMemoryManager.cpp
TargetSelect.cpp