llvm/test
Petr Hosek 50f00d6e8d Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"
As discussed on llvm-dev I've implemented the first basic steps towards
llvm-objcopy/llvm-objtool (name pending).

This change adds the ability to copy (without modification) 64-bit
little endian ELF executables that have SHT_PROGBITS, SHT_NOBITS,
SHT_NULL and SHT_STRTAB sections.

Patch by Jake Ehrlich

Differential Revision: https://reviews.llvm.org/D33964

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309043 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-25 22:38:08 +00:00
..
Analysis [SCEV] Limit max size of AddRecExpr during evolving 2017-07-23 15:40:19 +00:00
Assembler Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
Bindings
Bitcode Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
BugPoint
CodeGen [AArch64] Add a test for float argument passing to win64 vararg functions 2017-07-25 19:57:22 +00:00
DebugInfo Revert "Debug Info: Support fragmented variables in the MMI side table" 2017-07-25 21:50:45 +00:00
DllTool llvm: add llvm-dlltool support to the archiver 2017-07-18 21:26:38 +00:00
Examples
ExecutionEngine
Feature Remove the BBVectorize pass. 2017-06-30 07:09:08 +00:00
FileCheck [llvm] Remove redundant check-prefix=CHECK from tests. NFC. 2017-07-17 17:32:45 +00:00
Instrumentation [asan] Copy arguments passed by value into explicit allocas for ASan 2017-07-18 22:28:03 +00:00
Integer
JitListener
LibDriver [llvm-ar] Make llvm-lib behave more like the MSVC archiver 2017-06-12 19:45:35 +00:00
Linker Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
LTO LTO: Export functions referenced by the CFI jump table. 2017-07-19 18:18:19 +00:00
MC [AArch64] Update a comment in a test 2017-07-25 19:57:26 +00:00
Object [LTO] Prevent dead stripping and internalization of symbols with sections 2017-07-25 19:42:32 +00:00
ObjectYAML [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId 2017-07-17 23:59:44 +00:00
Other [TRE] Move to the new OptRemark API. 2017-07-19 21:13:22 +00:00
SafepointIRVerifier [SafepointIRVerifier] Avoid false positives in GC verifier for compare between pointers 2017-07-07 13:02:29 +00:00
SymbolRewriter
TableGen [globalisel][tablegen] Add control-flow to the MatchTable. 2017-07-20 09:25:44 +00:00
ThinLTO/X86 ThinLTO Minimized Bitcode File Size Reduction 2017-07-21 17:25:20 +00:00
tools Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"" 2017-07-25 21:55:00 +00:00
Transforms [X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914) 2017-07-25 17:04:37 +00:00
Unit Change remaining references to lit.util.capture to use subprocess.check_output. 2017-07-06 21:46:47 +00:00
Verifier Add element atomic memset intrinsic 2017-07-12 21:57:23 +00:00
YAMLParser
.clang-format
CMakeLists.txt Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" 2017-07-25 22:38:08 +00:00
lit.cfg Make a file end with n and remove trailing whitespace. 2017-07-20 22:39:20 +00:00
lit.site.cfg.in Implement parsing and writing of a single xml manifest file. 2017-07-20 21:42:04 +00:00
TestRunner.sh