1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Sanjoy Das f115142e03 Fix CodeGenPrepare::stripInvariantGroupMetadata
`dropUnknownNonDebugMetadata` takes a list of "known" metadata IDs.  The
only reason it worked at all is that `getMetadataID` returns something
unrelated -- it returns the subclass ID of the receiver (which is used
in `dyn_cast` etc.).  That does not numerically match
`LLVMContext::MD_invariant_group` and ends up dropping `invariant_group`
along with every other metadata that does not numerically match
`LLVMContext::MD_invariant_group`.

llvm-svn: 289973
2016-12-16 18:52:33 +00:00
..
Analysis [IR] Remove the DIExpression field from DIGlobalVariable. 2016-12-16 04:25:54 +00:00
AsmParser [IR] Remove the DIExpression field from DIGlobalVariable. 2016-12-16 04:25:54 +00:00
Bitcode [IR] Remove the DIExpression field from DIGlobalVariable. 2016-12-16 04:25:54 +00:00
CodeGen Fix CodeGenPrepare::stripInvariantGroupMetadata 2016-12-16 18:52:33 +00:00
DebugInfo Revert "dwarfdump: Support/process relocations on a CU's abbrev_off" 2016-12-16 17:10:17 +00:00
Demangle Demangle: remove references to allocator for default allocator 2016-11-20 00:20:27 +00:00
ExecutionEngine Fix R_AARCH64_MOVW_UABS_G3 relocation 2016-12-15 22:36:53 +00:00
Fuzzer [libFuzzer] Fix index error in SearchMemory() implementation for Windows. 2016-12-16 17:35:25 +00:00
IR Move VerifierSupport into namespace llvm. 2016-12-16 13:53:46 +00:00
IRReader Timer: Track name and description. 2016-11-18 19:43:18 +00:00
LibDriver LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
LineEditor
Linker [ThinLTO] Import only necessary DICompileUnit fields 2016-12-12 16:09:30 +00:00
LTO Pass sample pgo flags to thinlto. 2016-12-16 16:48:46 +00:00
MC Speculatively revert r289925, see PR31407 2016-12-16 14:02:28 +00:00
Object Object: Make IRObjectFile own multiple modules and enumerate symbols from all modules. 2016-12-13 20:20:17 +00:00
ObjectYAML [ARM] Implement execute-only support in CodeGen 2016-12-15 07:59:08 +00:00
Option Generalize ArgList::AddAllArgs more 2016-09-29 19:47:58 +00:00
Passes Remove the AssumptionCache 2016-12-15 03:02:15 +00:00
ProfileData Make the Error class constructor protected 2016-11-11 04:28:40 +00:00
Support Include <cstdarg> in PrettyStackTrace.cpp, fixing the bots. 2016-12-14 19:19:53 +00:00
TableGen [TableGen] Centralize/Unify error handling. 2016-12-05 22:58:01 +00:00
Target [ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently. 2016-12-16 18:44:08 +00:00
Transforms [LV] Don't attempt to type-shrink scalarized instructions 2016-12-16 16:52:35 +00:00
CMakeLists.txt Try to fix a circular dependency in the modules build. 2016-09-06 20:16:19 +00:00
LLVMBuild.txt Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00