llvm-6502/lib/ExecutionEngine/RuntimeDyld
Chandler Carruth 974a445bd9 Re-sort all of the includes with ./utils/sort_includes.py so that
subsequent changes are easier to review. About to fix some layering
issues, and wanted to separate out the necessary churn.

Also comment and sink the include of "Windows.h" in three .inc files to
match the usage in Memory.inc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198685 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-07 11:48:04 +00:00
..
CMakeLists.txt Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld 2012-11-28 01:02:06 +00:00
GDBRegistrar.cpp Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mangling prefix to this symbol. 2012-12-24 09:42:27 +00:00
JITRegistrar.h [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
ObjectImageCommon.h Whitespace cleanups. 2013-12-07 11:21:42 +00:00
RuntimeDyld.cpp Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
RuntimeDyldELF.cpp Revert r196639 while I investigate a bot failure. 2013-12-07 04:25:19 +00:00
RuntimeDyldELF.h Revert r196639 while I investigate a bot failure. 2013-12-07 04:25:19 +00:00
RuntimeDyldImpl.h Whitespace cleanups. 2013-12-07 11:21:42 +00:00
RuntimeDyldMachO.cpp Whitespace cleanups. 2013-12-07 11:21:42 +00:00
RuntimeDyldMachO.h Whitespace cleanups. 2013-12-07 11:21:42 +00:00