llvm-6502/tools
Rui Ueyama baa58b6692 COFF: Add a missing enum value for high entropy ASLR.
That bit is not documented in the PE/COFF spec published by Microsoft, so we
don't know the official name of it. I named this bit
IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VIRTUAL_ADDRESS because the bit is
reported as "high entropy virtual address" by dumpbin.exe,

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200121 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-26 05:05:23 +00:00
..
bugpoint
bugpoint-passes
gold
llc Add target analysis passes to the codegen pipeline for MCJIT. 2014-01-23 19:23:28 +00:00
lli Fix known typos 2014-01-24 17:20:08 +00:00
llvm-ar Fix c++03 build. 2014-01-24 21:52:44 +00:00
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config llvm-config: Fix typo in help message introduced with r197664. 2013-12-25 02:24:32 +00:00
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump Change createObjectFile to return an ErrorOr. 2014-01-22 00:14:49 +00:00
llvm-extract [PM] Wire up support for writing bitcode with new PM. 2014-01-13 07:38:24 +00:00
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc Whitespace. 2014-01-22 03:12:43 +00:00
llvm-mcmarkup
llvm-nm Pass the computed magic to createBinary and createObjectFile if available. 2014-01-22 16:04:52 +00:00
llvm-objdump Fix "llvm-objdump -d -r" to show relocations inline for ELF files 2014-01-25 17:38:19 +00:00
llvm-readobj COFF: Add a missing enum value for high entropy ASLR. 2014-01-26 05:05:23 +00:00
llvm-rtdyld
llvm-shlib
llvm-size Rename these methods to match the style guide. 2014-01-21 16:09:45 +00:00
llvm-stress
llvm-symbolizer
lto Adding new LTO APIs to parse metadata nodes and extract linker options and 2014-01-21 18:31:27 +00:00
macho-dump
msbuild
obj2yaml
opt Whitespace. 2014-01-20 15:47:15 +00:00
yaml2obj
CMakeLists.txt llvm/tools/llvm-c-test should be built also on msvc. 2013-10-23 17:56:59 +00:00
LLVMBuild.txt
Makefile