llvm-6502/include/llvm
Rafael Espindola c22eb2bea6 Don't iterate over the program headers in the constructor of ELFFile.
Not every program needs this information.

In particular, it is necessary and sufficient for a static linker to scan the
section table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242833 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-21 20:50:53 +00:00
..
ADT Add some utilities to iterator_range for trimming a range and constructing one from a container. 2015-07-21 18:37:12 +00:00
Analysis [PM/AA] Remove the addEscapingUse update API that won't be easy to 2015-07-18 03:26:46 +00:00
AsmParser AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00
Bitcode Add argmemonly attribute. 2015-07-11 10:30:36 +00:00
CodeGen MIR Serialization: Serialize the external symbol machine operands. 2015-07-21 16:59:53 +00:00
Config
DebugInfo
ExecutionEngine Make ExecutionEngine owning a DataLayout 2015-07-16 16:34:23 +00:00
IR IR: Extract a function 'printLLVMNameWithoutPrefix' from 'PrintLLVMName'. NFC. 2015-07-21 16:50:35 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO
MC Bump the size of FeatureBitset up to 96-bits. 2015-07-21 01:39:22 +00:00
Object Don't iterate over the program headers in the constructor of ELFFile. 2015-07-21 20:50:53 +00:00
Option
Passes
ProfileData
Support Delete declared but not implemented functions. 2015-07-15 17:19:39 +00:00
TableGen
Target Targets: commonize some stack realignment code 2015-07-20 22:51:32 +00:00
Transforms Add PM extension point EP_VectorizerStart 2015-07-16 08:20:37 +00:00
CMakeLists.txt
InitializePasses.h Create a wrapper pass for BranchProbabilityInfo. 2015-07-15 22:48:29 +00:00
LinkAllIR.h
LinkAllPasses.h Don't change the visibility when converting a definition to a declaration. 2015-07-13 14:18:22 +00:00
module.modulemap
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h