llvm/lib
Rafael Espindola c0521dd4a2 Fix another case where we were unconditionally linking linkonce GVs.
With this I think that now llvm-link,  lld and the gold plugin should
agree on which symbol is kept.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264292 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-24 15:23:01 +00:00
..
Analysis [LAA] Formatting fix in previous change 2016-03-24 05:15:24 +00:00
AsmParser
Bitcode Add getBlockProfileCount method to BlockFrequencyInfo 2016-03-23 18:18:26 +00:00
CodeGen Remove unsafe AssertZext after promoting result of FP_TO_FP16 2016-03-24 14:06:03 +00:00
DebugInfo Fix a crash in running llvm-objdump -t with an invalid Mach-O file already 2016-03-23 20:27:00 +00:00
ExecutionEngine More more change need as part of r264187 where ErrorOr<> was added 2016-03-23 21:20:16 +00:00
Fuzzer [libFuzzer] don't report memory leaks if we are dying due to a timeout (just use _Exit instead of exit in the timeout callback) 2016-03-24 01:32:08 +00:00
IR
IRReader
LibDriver
LineEditor
Linker Fix another case where we were unconditionally linking linkonce GVs. 2016-03-24 15:23:01 +00:00
LTO
MC
Object Fix a crash in running llvm-objdump -t with an invalid Mach-O file already 2016-03-23 20:27:00 +00:00
ObjectYAML
Option
Passes
ProfileData
Support Error.cpp: Fix a warning. [-Wpedantic] 2016-03-24 15:19:39 +00:00
TableGen
Target [mips] Range check vsplat_simm5 and vsplat_simm10 2016-03-24 14:53:40 +00:00
Transforms [sancov] code readability improvement. 2016-03-23 23:15:03 +00:00
CMakeLists.txt
LLVMBuild.txt