llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Benjamin Kramer a7c40ef022 Canonicalize header guards into a common format.
Add header guards to files that were missing guards. Remove #endif comments
as they don't seem common in LLVM (we can easily add them back if we decide
they're useful)

Changes made by clang-tidy with minor tweaks.

llvm-svn: 215558
2014-08-13 16:26:38 +00:00
..
Targets Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CMakeLists.txt [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld. 2014-06-27 20:20:57 +00:00
GDBRegistrar.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
JITRegistrar.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
ObjectImageCommon.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
RuntimeDyld.cpp AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldChecker.cpp [MCJIT] Add options to llvm-rtdyld to describe a phony target address space for 2014-07-29 23:43:13 +00:00
RuntimeDyldCheckerImpl.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
RuntimeDyldELF.cpp AArch64: remove arm64 triple enumerator. 2014-07-23 12:32:47 +00:00
RuntimeDyldELF.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
RuntimeDyldImpl.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
RuntimeDyldMachO.cpp [MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy. 2014-08-08 23:12:22 +00:00
RuntimeDyldMachO.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00