llvm-6502/lib
Nick Kledzik 290c772b6c Fix identify_magic() with mach-o stub dylibs.
The wrong value was returned and the unittest did not cover the stub dylib case.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217933 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-17 00:53:44 +00:00
..
Analysis InstSimplify: Simplify trivial and/or of icmps 2014-09-15 08:15:28 +00:00
AsmParser
Bitcode Use IntrusiveRefCntPtr to manage the lifetime of BitCodeAbbrevs. 2014-09-15 15:44:14 +00:00
CodeGen [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass 2014-09-17 00:06:58 +00:00
DebugInfo Make DWARFUnitSection final and change base class to non-virtual protected destructor. 2014-09-16 12:58:01 +00:00
ExecutionEngine Add a missing return to operator= 2014-09-16 17:39:46 +00:00
IR Use dyn_cast<> instead of isa<> and cast<> 2014-09-15 17:56:51 +00:00
IRReader
LineEditor
Linker
LTO
MC This add a reset method for WinCOFFObjectWriter, like other MC* classes. 2014-09-16 21:31:04 +00:00
Object [llvm-objdump] properly use c_str() with format("%s"). Improve getLibraryShortNameByIndex() error handling. 2014-09-17 00:25:22 +00:00
Option
ProfileData llvm-profdata: Avoid undefined behaviour when reading raw profiles 2014-09-12 21:22:55 +00:00
Support Fix identify_magic() with mach-o stub dylibs. 2014-09-17 00:53:44 +00:00
TableGen [TableGen] Fully resolve class-instance values before defs in multiclasses 2014-09-16 17:14:13 +00:00
Target [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass 2014-09-17 00:06:58 +00:00
Transforms Remove dead code in SimplifyCFG 2014-09-15 20:48:13 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile