llvm-mirror/lib
Shoaib Meenai bfaa5223ed [CodeGen] Ignore private symbols in llvm.used for COFF
Similar to the existing handling for internal symbols, private symbols
are also not visible to the linker and should be ignored.

llvm-svn: 323483
2018-01-26 00:15:25 +00:00
..
Analysis [SyntheticCounts] Rewrite the code using only graph traits. 2018-01-25 22:02:29 +00:00
AsmParser [Metadata] Extend 'count' field of DISubrange to take a metadata node 2018-01-24 09:56:07 +00:00
BinaryFormat [Dwarf] Add dsymutil Atom extensions. NFC 2018-01-25 11:19:08 +00:00
Bitcode Re-land "[ThinLTO] Add call edges' relative block frequency to per-module summary." 2018-01-25 19:27:17 +00:00
CodeGen [CodeGen] Ignore private symbols in llvm.used for COFF 2018-01-26 00:15:25 +00:00
DebugInfo [DWARFv5] Classify all the new forms. NFC. 2018-01-25 23:06:36 +00:00
Demangle
ExecutionEngine [ORC] Refactor the various lookupFlags methods to return the flags map via the 2018-01-25 01:43:00 +00:00
Fuzzer
FuzzMutate [FuzzMutate] Inst deleter doesn't work with PhiNodes 2018-01-25 09:22:18 +00:00
IR [Metadata] Extend 'count' field of DISubrange to take a metadata node 2018-01-24 09:56:07 +00:00
IRReader
LineEditor
Linker [IRMover] Add comment and fix test case 2018-01-25 08:35:52 +00:00
LTO [LTO] - Introduce GlobalResolution::Prevailing flag. 2018-01-25 17:23:27 +00:00
MC [WebAssembly] Remove "name" section of object wasm object files 2018-01-23 18:30:04 +00:00
Object [WebAssembly] Add minor helper functions to WasmObjectFile 2018-01-24 01:27:17 +00:00
ObjectYAML [WebAssembly] Add COMDAT support 2018-01-09 23:43:14 +00:00
Option [Option] For typo '-foo', suggest '--foo' 2018-01-09 19:38:04 +00:00
Passes Another try to commit 323321 (aggressive instruction combine). 2018-01-25 12:06:32 +00:00
ProfileData Remove superfluous copies in sample profiling. 2017-12-28 18:10:41 +00:00
Support [WebAssembly] Switch to *-wasm as the default target triple. 2018-01-23 16:55:44 +00:00
TableGen [TblGen] Inline an (almost) trivial accessor. No functionality change. 2018-01-23 23:03:50 +00:00
Target [AArch64] Enable aggressive FMA on T99 and provide AArch64 options for others. 2018-01-25 21:55:39 +00:00
Testing
ToolDrivers [COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode 2018-01-20 11:44:32 +00:00
Transforms [Debug] LCSSA: Insert dbg.value at the first available insertion point 2018-01-25 23:48:29 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt