llvm-6502/lib/ExecutionEngine
Eli Bendersky c201e6eaf1 RuntimeDyld cleanup:
- Improved parameter names for clarity
- Added comments
- emitCommonSymbols should return void because its return value is not being
  used anywhere
- Attempt to reduce the usage of the RelocationValueRef type. Restricts it 
  for a single goal and may serve as a step for eventual removal.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155908 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-01 10:41:12 +00:00
..
IntelJITEvents
Interpreter
JIT Fix some formatting, grammar and style issues and add a couple of missing comments. 2012-04-29 12:40:47 +00:00
MCJIT Fix some formatting, grammar and style issues and add a couple of missing comments. 2012-04-29 12:40:47 +00:00
OProfileJIT
RuntimeDyld RuntimeDyld cleanup: 2012-05-01 10:41:12 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
LLVMBuild.txt
Makefile
TargetSelect.cpp