llvm-6502/include/llvm
Rui Ueyama c011edf224 Object/COFF: Fix import library's getNameType method.
This expression to extract bits were simply wrong.
I'm going to test this functionality from LLD.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241703 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-08 18:21:09 +00:00
..
ADT [Triple] Add a helper to switch between big/little endian variants 2015-07-06 23:58:14 +00:00
Analysis [LAA] Merge memchecks for accesses separated by a constant offset 2015-07-08 09:16:33 +00:00
AsmParser
Bitcode Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
CodeGen Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare 2015-07-08 01:00:31 +00:00
Config [Support] Lazy load of dbghlp.dll on Windows 2015-07-02 14:34:57 +00:00
DebugInfo
ExecutionEngine [RuntimeDyld] Add comment documenting the behavior change in r241383. 2015-07-05 18:49:17 +00:00
IR [WinEH] Add localaddress intrinsic instead of using frameaddress 2015-07-07 23:23:03 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. 2015-06-29 22:04:09 +00:00
MC MC: Make MCSubtargetInfo::isCPUStringValid() const, NFC 2015-07-08 17:41:53 +00:00
Object Object/COFF: Fix import library's getNameType method. 2015-07-08 18:21:09 +00:00
Option
Passes
ProfileData
Support Don't pass a null pointer to memcpy. 2015-07-07 19:00:02 +00:00
TableGen [TableGen] Change a couple methods to return an ArrayRef instead of a const std::vector reference. NFC 2015-07-06 06:23:01 +00:00
Target Remove IsLittleEndian from TargetLowering and redirect to DataLayout 2015-07-08 01:00:38 +00:00
Transforms Resubmit "Add new EliminateAvailableExternally module pass" (r239480) 2015-07-06 16:22:42 +00:00
CMakeLists.txt
InitializePasses.h Resubmit "Add new EliminateAvailableExternally module pass" (r239480) 2015-07-06 16:22:42 +00:00
LinkAllIR.h
LinkAllPasses.h
module.modulemap
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h