1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Reid Kleckner d57cbe6487 [pdb] Don't error on missing FPO streams
64-bit PDBs never have FPO data. They have xdata instead.

Also improve error recovery of stream summary dumping while I'm here.

llvm-svn: 273046
2016-06-17 20:38:01 +00:00
..
Analysis Avoid duplicated map lookups. No functionality change intended. 2016-06-17 18:59:41 +00:00
AsmParser IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
Bitcode [PM] Remove support for omitting the AnalysisManager argument to new 2016-06-17 00:11:01 +00:00
CodeGen [SelectionDAG] Don't treat library calls specially if marked with nobuiltin. 2016-06-17 20:24:07 +00:00
DebugInfo [pdb] Don't error on missing FPO streams 2016-06-17 20:38:01 +00:00
ExecutionEngine [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addend 2016-06-16 16:21:41 +00:00
Fuzzer [libFuzzer] make the single-run output more reliable 2016-06-17 13:07:06 +00:00
IR [Codegen] Change PICLevel. 2016-06-17 18:07:14 +00:00
IRReader
LibDriver
LineEditor
Linker [IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::copyAttributesFrom. 2016-06-15 23:20:15 +00:00
LTO [PM] Port MergedLoadStoreMotion to the new pass manager, take two. 2016-06-17 19:10:09 +00:00
MC Refactor and cleanup Assembly Parsing / Lexing 2016-06-17 16:06:17 +00:00
Object [IRObjectFile] Handle .weak in RecordStreamer. 2016-06-17 18:20:14 +00:00
ObjectYAML [obj2yaml] [yaml2obj] Support for MachO nlist and string table 2016-06-02 22:54:06 +00:00
Option
Passes [PM] Port MergedLoadStoreMotion to the new pass manager, take two. 2016-06-17 19:10:09 +00:00
ProfileData Bug fix remove another illegal char from prof symbol name 2016-06-10 06:32:26 +00:00
Support Revert "Properly handle short file names on the command line in Windows" 2016-06-17 19:45:59 +00:00
TableGen Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
Target [X86] Add missing AVX512 anyext patterns. 2016-06-17 20:21:17 +00:00
Transforms Revert "Revert "InstCombine: Reduce trunc (shl x, K) width."" 2016-06-17 20:33:53 +00:00
CMakeLists.txt
LLVMBuild.txt