llvm-6502/lib
Rafael Espindola 9f86b43215 Refactor duplicated code in liking GlobalValues.
There is quiet a bit of logic that is common to any GlobalValue but was
duplicated for Functions, GlobalVariables and GlobalAliases.

While at it, merge visibility even when comdats are used, fixing pr21415.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221014 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-31 23:10:07 +00:00
..
Analysis [SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags 2014-10-31 11:40:32 +00:00
AsmParser X86: Implement the vectorcall calling convention 2014-10-28 01:29:26 +00:00
Bitcode Untabify. 2014-10-29 23:44:35 +00:00
CodeGen Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit. 2014-10-31 22:30:30 +00:00
DebugInfo
ExecutionEngine [Object] Modify OwningBinary's interface to separate inspection from ownership. 2014-10-31 21:37:49 +00:00
IR IR: Instruction::setMetadata() should use cast_or_null 2014-10-31 20:28:04 +00:00
IRReader
LineEditor
Linker Refactor duplicated code in liking GlobalValues. 2014-10-31 23:10:07 +00:00
LTO Add an option to the LTO code generator to disable vectorization during LTO 2014-10-26 21:50:58 +00:00
MC
Object Object, COFF: Cleanup symbol type code, improve binutils compatibility 2014-10-31 05:07:00 +00:00
Option
ProfileData [Object] Modify OwningBinary's interface to separate inspection from ownership. 2014-10-31 21:37:49 +00:00
Support Update the non-pthreads fallback for RWMutex on Unix 2014-10-31 17:02:30 +00:00
TableGen
Target R600: Add IPO to the list of required libraries 2014-10-31 21:52:08 +00:00
Transforms Correctly update dom-tree after loop vectorizer. 2014-10-31 22:28:03 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile