Library Name | LLVM |
---|---|
Version #1 | 3.3 |
Version #2 | 3.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Total Header Files | 519 |
---|---|
Total Shared Libraries | 3 |
Total Symbols / Types | 6859 / 2998 |
Verdict | Incompatible (36.4%) |
Severity | Count | |
---|---|---|
Added Symbols | - | 750 |
Removed Symbols | High | 623 |
Problems with Data Types | High | 154 |
Medium | 3066 | |
Low | 252 | |
Problems with Symbols | High | 246 |
Medium | 3 | |
Low | 65 | |
Problems with Constants | Low | 8 |
Other Changes in Data Types | - | 965 |
Other Changes in Symbols | - | 1 |
Other Changes in Constants | - | 14 |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 28 bytes to 36 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 48 bytes to 64 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 0 bytes to 8 bytes. | Layout of parameter's stack of several functions has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 88 bytes to 92 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 124 bytes to 208 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 32 bytes to 56 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Base class ModulePass has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 16 bytes. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 20 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | CallGraph::getExternalCallingNode | ~CallGraph |
12 | CallGraph::getCallsExternalNode | ~CallGraph |
16 | CallGraph::getRoot | Pass::getPassName |
20 | CallGraph::getRoot | Pass::doInitialization |
24 | ~CallGraph | Pass::doFinalization |
28 | ~CallGraph | CallGraph::print |
32 | CallGraph::destroy | ModulePass::createPrinterPass |
36 | ModulePass::assignPassManager | |
40 | Pass::preparePassManager | |
44 | ModulePass::getPotentialPassManagerType | |
48 | CallGraph::getAnalysisUsage | |
52 | CallGraph::releaseMemory | |
56 | Pass::getAdjustedAnalysisPointer | |
60 | Pass::getAsImmutablePass | |
64 | Pass::getAsPMDataManager | |
68 | Pass::verifyAnalysis | |
72 | Pass::dumpPassStructure | |
76 | CallGraph::runOnModule |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 32 bytes to 48 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 452 bytes to 516 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 12 bytes to 20 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 20 bytes to 28 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 180 bytes to 208 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 4 bytes to 8 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 104 bytes to 100 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Field AllExceptionTables has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field ExceptionTableDeregister has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field ExceptionTableRegister has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Virtual method ExecutionEngine::FindFunctionNamed ( char const* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method ExecutionEngine::generateCodeForModule ( Module* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method ExecutionEngine::runStaticConstructorsDestructors ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 21 entries | Virtual Table (New) - 26 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ExecutionEngine::getMemoryForGV | ExecutionEngine::getMemoryForGV |
12 | ~ExecutionEngine | ~ExecutionEngine |
16 | ~ExecutionEngine | ~ExecutionEngine |
20 | ExecutionEngine::addModule | ExecutionEngine::addModule |
24 | ExecutionEngine::removeModule | ExecutionEngine::removeModule |
28 | __cxa_pure_virtual | ExecutionEngine::FindFunctionNamed |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | ExecutionEngine::mapSectionAddress | __cxa_pure_virtual |
40 | ExecutionEngine::finalizeObject | ExecutionEngine::mapSectionAddress |
44 | __cxa_pure_virtual | ExecutionEngine::generateCodeForModule |
48 | __cxa_pure_virtual | ExecutionEngine::finalizeObject |
52 | ExecutionEngine::getPointerToFunctionOrStub | ExecutionEngine::runStaticConstructorsDestructors |
56 | ExecutionEngine::runJITOnFunction | __cxa_pure_virtual |
60 | __cxa_pure_virtual | __cxa_pure_virtual |
64 | __cxa_pure_virtual | ExecutionEngine::getPointerToFunctionOrStub |
68 | ExecutionEngine::getOrEmitGlobalVariable | ExecutionEngine::getGlobalValueAddress |
72 | ExecutionEngine::RegisterJITEventListener | ExecutionEngine::getFunctionAddress |
76 | ExecutionEngine::UnregisterJITEventListener | ExecutionEngine::runJITOnFunction |
80 | ExecutionEngine::setObjectCache | __cxa_pure_virtual |
84 | __cxa_pure_virtual | |
88 | ExecutionEngine::getOrEmitGlobalVariable | |
92 | ExecutionEngine::RegisterJITEventListener | |
96 | ExecutionEngine::UnregisterJITEventListener | |
100 | ExecutionEngine::setObjectCache |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 24 bytes to 40 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 20 bytes to 36 bytes. | Layout of parameter's stack of several functions has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 36 bytes to 40 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Field TLI has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been increased from 360 bytes to 368 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 24 bytes to 32 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 112 bytes to 168 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 76 bytes to 84 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Base class LiveRange has been added. | The memory layout in this class has been shifted by 88 bytes. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 12 bytes to 88 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 284 bytes to 292 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Base class MachineRegisterInfo::Delegate has been added. | 1) Size of the class has been changed from 108 bytes to 112 bytes. 2) The memory layout in this class has been shifted by 4 bytes. |
2 | Size of this class has been changed from 108 bytes to 112 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 108 bytes to 116 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 96 bytes to 104 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 28 bytes to 80 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 28 bytes to 80 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 28 bytes to 80 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 168 bytes to 176 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 720 bytes to 864 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 108 bytes to 112 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Virtual method MachineSchedStrategy::anchor ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method MachineSchedStrategy::initPolicy ( MachineBasicBlock::iterator, MachineBasicBlock::iterator, unsigned int ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method MachineSchedStrategy::shouldTrackPressure ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 14 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MachineSchedStrategy | MachineSchedStrategy::anchor |
12 | ~MachineSchedStrategy | ~MachineSchedStrategy |
16 | __cxa_pure_virtual | ~MachineSchedStrategy |
20 | MachineSchedStrategy::registerRoots | MachineSchedStrategy::initPolicy |
24 | __cxa_pure_virtual | MachineSchedStrategy::shouldTrackPressure |
28 | MachineSchedStrategy::scheduleTree | __cxa_pure_virtual |
32 | __cxa_pure_virtual | MachineSchedStrategy::registerRoots |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | __cxa_pure_virtual | MachineSchedStrategy::scheduleTree |
44 | __cxa_pure_virtual | |
48 | __cxa_pure_virtual | |
52 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 2188 bytes to 2504 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Virtual method ScheduleDAGMutation::anchor ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~ScheduleDAGMutation | ScheduleDAGMutation::anchor |
12 | ~ScheduleDAGMutation | ~ScheduleDAGMutation |
16 | __cxa_pure_virtual | ~ScheduleDAGMutation |
20 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 40 bytes to 44 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 28 bytes to 24 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Field DwarfUsesInlineInfoSection has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field ExternDirective has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Virtual method MCAsmInfo::getDataASDirective ( unsigned int, unsigned int ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 6 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | MCAsmInfo::getDataASDirective | ~MCAsmInfo |
12 | ~MCAsmInfo | ~MCAsmInfo |
16 | ~MCAsmInfo | MCAsmInfo::getNonexecutableStackSection |
20 | MCAsmInfo::getNonexecutableStackSection | MCAsmInfo::getExprForPersonalitySymbol |
24 | MCAsmInfo::getExprForPersonalitySymbol |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 384 bytes to 396 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 320 bytes to 464 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 28 bytes to 32 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Virtual method MCELFObjectTargetWriter::adjustFixupOffset ( MCFixup const&, uint64_t& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 8 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MCELFObjectTargetWriter | ~MCELFObjectTargetWriter |
12 | ~MCELFObjectTargetWriter | ~MCELFObjectTargetWriter |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | MCELFObjectTargetWriter::ExplicitRelSym | MCELFObjectTargetWriter::ExplicitRelSym |
24 | MCELFObjectTargetWriter::undefinedExplicitRelSym | MCELFObjectTargetWriter::undefinedExplicitRelSym |
28 | MCELFObjectTargetWriter::adjustFixupOffset | MCELFObjectTargetWriter::sortRelocs |
32 | MCELFObjectTargetWriter::sortRelocs |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 236 bytes to 256 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 28 bytes to 36 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 292 bytes to 304 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 140 bytes to 156 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 100 bytes to 104 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 28 bytes to 36 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 128 bytes to 144 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method MCStreamer::EmitCFIWindowSave ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method MCStreamer::EmitFill ( uint64_t, uint8_t ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method MCStreamer::EmitIdent ( StringRef ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method MCStreamer::EmitIntValue ( uint64_t, unsigned int ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method MCStreamer::EmitRawTextImpl ( StringRef ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method MCStreamer::EmitZeros ( uint64_t ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Pure virtual method MCStreamer::EmitBytes ( StringRef, unsigned int ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method MCStreamer::EmitCantUnwind ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method MCStreamer::EmitFill ( uint64_t, uint8_t, unsigned int ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Virtual method MCStreamer::EmitFnEnd ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | Virtual method MCStreamer::EmitFnStart ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
13 | Virtual method MCStreamer::EmitHandlerData ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
14 | Virtual method MCStreamer::EmitPad ( int64_t ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
15 | Virtual method MCStreamer::EmitRawText ( StringRef ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
16 | Virtual method MCStreamer::EmitRegSave ( SmallVectorImpl<unsigned int>const&, bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
17 | Virtual method MCStreamer::EmitSetFP ( unsigned int, unsigned int, int64_t ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
18 | Virtual method MCStreamer::EmitTCEntry ( MCSymbol const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 99 entries | Virtual Table (New) - 94 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | MCStreamer::EmitCFIStartProcImpl | MCStreamer::EmitCFIStartProcImpl |
12 | MCStreamer::EmitCFIEndProcImpl | MCStreamer::EmitCFIEndProcImpl |
16 | ~MCStreamer | MCStreamer::EmitRawTextImpl |
20 | ~MCStreamer | ~MCStreamer |
24 | MCStreamer::reset | ~MCStreamer |
28 | MCStreamer::isVerboseAsm | MCStreamer::reset |
32 | MCStreamer::hasRawTextSupport | MCStreamer::isVerboseAsm |
36 | MCStreamer::AddComment | MCStreamer::hasRawTextSupport |
40 | MCStreamer::GetCommentOS | MCStreamer::AddComment |
44 | MCStreamer::AddBlankLine | MCStreamer::GetCommentOS |
48 | __cxa_pure_virtual | MCStreamer::AddBlankLine |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | MCStreamer::EmitLabel | __cxa_pure_virtual |
64 | MCStreamer::EmitDebugLabel | MCStreamer::EmitLabel |
68 | MCStreamer::EmitEHSymAttributes | MCStreamer::EmitDebugLabel |
72 | __cxa_pure_virtual | MCStreamer::EmitEHSymAttributes |
76 | MCStreamer::EmitLinkerOptions | __cxa_pure_virtual |
80 | MCStreamer::EmitDataRegion | MCStreamer::EmitLinkerOptions |
84 | __cxa_pure_virtual | MCStreamer::EmitDataRegion |
88 | MCStreamer::getOrCreateSymbolData | __cxa_pure_virtual |
92 | __cxa_pure_virtual | MCStreamer::getOrCreateSymbolData |
96 | __cxa_pure_virtual | __cxa_pure_virtual |
100 | __cxa_pure_virtual | __cxa_pure_virtual |
104 | __cxa_pure_virtual | __cxa_pure_virtual |
108 | __cxa_pure_virtual | __cxa_pure_virtual |
112 | __cxa_pure_virtual | __cxa_pure_virtual |
116 | __cxa_pure_virtual | __cxa_pure_virtual |
120 | __cxa_pure_virtual | __cxa_pure_virtual |
124 | MCStreamer::EmitCOFFSecRel32 | __cxa_pure_virtual |
128 | __cxa_pure_virtual | MCStreamer::EmitCOFFSecRel32 |
132 | __cxa_pure_virtual | __cxa_pure_virtual |
136 | __cxa_pure_virtual | __cxa_pure_virtual |
140 | __cxa_pure_virtual | __cxa_pure_virtual |
144 | __cxa_pure_virtual | __cxa_pure_virtual |
148 | __cxa_pure_virtual | __cxa_pure_virtual |
152 | __cxa_pure_virtual | __cxa_pure_virtual |
156 | MCStreamer::EmitIntValue | __cxa_pure_virtual |
160 | __cxa_pure_virtual | MCStreamer::EmitIntValue |
164 | __cxa_pure_virtual | __cxa_pure_virtual |
168 | MCStreamer::EmitGPRel64Value | __cxa_pure_virtual |
172 | MCStreamer::EmitGPRel32Value | MCStreamer::EmitGPRel64Value |
176 | MCStreamer::EmitFill | MCStreamer::EmitGPRel32Value |
180 | __cxa_pure_virtual | MCStreamer::EmitFill |
184 | __cxa_pure_virtual | MCStreamer::EmitZeros |
188 | __cxa_pure_virtual | __cxa_pure_virtual |
192 | __cxa_pure_virtual | __cxa_pure_virtual |
196 | MCStreamer::EmitDwarfFileDirective | __cxa_pure_virtual |
200 | MCStreamer::EmitDwarfLocDirective | __cxa_pure_virtual |
204 | __cxa_pure_virtual | MCStreamer::EmitIdent |
208 | MCStreamer::EmitDwarfAdvanceFrameAddr | MCStreamer::EmitDwarfFileDirective |
212 | MCStreamer::EmitCompactUnwindEncoding | MCStreamer::EmitDwarfLocDirective |
216 | MCStreamer::EmitCFISections | __cxa_pure_virtual |
220 | MCStreamer::EmitCFIDefCfa | MCStreamer::EmitDwarfAdvanceFrameAddr |
224 | MCStreamer::EmitCFIDefCfaOffset | MCStreamer::EmitCompactUnwindEncoding |
228 | MCStreamer::EmitCFIDefCfaRegister | MCStreamer::EmitCFISections |
232 | MCStreamer::EmitCFIOffset | MCStreamer::EmitCFIDefCfa |
236 | MCStreamer::EmitCFIPersonality | MCStreamer::EmitCFIDefCfaOffset |
240 | MCStreamer::EmitCFILsda | MCStreamer::EmitCFIDefCfaRegister |
244 | MCStreamer::EmitCFIRememberState | MCStreamer::EmitCFIOffset |
248 | MCStreamer::EmitCFIRestoreState | MCStreamer::EmitCFIPersonality |
252 | MCStreamer::EmitCFISameValue | MCStreamer::EmitCFILsda |
256 | MCStreamer::EmitCFIRestore | MCStreamer::EmitCFIRememberState |
260 | MCStreamer::EmitCFIRelOffset | MCStreamer::EmitCFIRestoreState |
264 | MCStreamer::EmitCFIAdjustCfaOffset | MCStreamer::EmitCFISameValue |
268 | MCStreamer::EmitCFIEscape | MCStreamer::EmitCFIRestore |
272 | MCStreamer::EmitCFISignalFrame | MCStreamer::EmitCFIRelOffset |
276 | MCStreamer::EmitCFIUndefined | MCStreamer::EmitCFIAdjustCfaOffset |
280 | MCStreamer::EmitCFIRegister | MCStreamer::EmitCFIEscape |
284 | MCStreamer::EmitWin64EHStartProc | MCStreamer::EmitCFISignalFrame |
288 | MCStreamer::EmitWin64EHEndProc | MCStreamer::EmitCFIUndefined |
292 | MCStreamer::EmitWin64EHStartChained | MCStreamer::EmitCFIRegister |
296 | MCStreamer::EmitWin64EHEndChained | MCStreamer::EmitCFIWindowSave |
300 | MCStreamer::EmitWin64EHHandler | MCStreamer::EmitWin64EHStartProc |
304 | MCStreamer::EmitWin64EHHandlerData | MCStreamer::EmitWin64EHEndProc |
308 | MCStreamer::EmitWin64EHPushReg | MCStreamer::EmitWin64EHStartChained |
312 | MCStreamer::EmitWin64EHSetFrame | MCStreamer::EmitWin64EHEndChained |
316 | MCStreamer::EmitWin64EHAllocStack | MCStreamer::EmitWin64EHHandler |
320 | MCStreamer::EmitWin64EHSaveReg | MCStreamer::EmitWin64EHHandlerData |
324 | MCStreamer::EmitWin64EHSaveXMM | MCStreamer::EmitWin64EHPushReg |
328 | MCStreamer::EmitWin64EHPushFrame | MCStreamer::EmitWin64EHSetFrame |
332 | MCStreamer::EmitWin64EHEndProlog | MCStreamer::EmitWin64EHAllocStack |
336 | __cxa_pure_virtual | MCStreamer::EmitWin64EHSaveReg |
340 | __cxa_pure_virtual | MCStreamer::EmitWin64EHSaveXMM |
344 | __cxa_pure_virtual | MCStreamer::EmitWin64EHPushFrame |
348 | __cxa_pure_virtual | MCStreamer::EmitWin64EHEndProlog |
352 | MCStreamer::EmitRawText | __cxa_pure_virtual |
356 | MCStreamer::EmitFnStart | __cxa_pure_virtual |
360 | MCStreamer::EmitFnEnd | __cxa_pure_virtual |
364 | MCStreamer::EmitCantUnwind | __cxa_pure_virtual |
368 | MCStreamer::EmitPersonality | MCStreamer::Flush |
372 | MCStreamer::EmitHandlerData | __cxa_pure_virtual |
376 | MCStreamer::EmitSetFP | |
380 | MCStreamer::EmitPad | |
384 | MCStreamer::EmitRegSave | |
388 | MCStreamer::EmitTCEntry | |
392 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Virtual method MCWinCOFFObjectTargetWriter::anchor ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MCWinCOFFObjectTargetWriter | MCWinCOFFObjectTargetWriter::anchor |
12 | ~MCWinCOFFObjectTargetWriter | ~MCWinCOFFObjectTargetWriter |
16 | __cxa_pure_virtual | ~MCWinCOFFObjectTargetWriter |
20 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Virtual method ObjectCache::anchor ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 7 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~ObjectCache | ObjectCache::anchor |
12 | ~ObjectCache | ~ObjectCache |
16 | __cxa_pure_virtual | ~ObjectCache |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Pure virtual method ObjectFile::section_rel_begin ( union DataRefImpl ) const has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method ObjectFile::getRelocationAdditionalInfo ( union DataRefImpl, int64_t& ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Pure virtual method ObjectFile::getSymbolNMTypeChar ( union DataRefImpl, char& ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 55 entries | Virtual Table (New) - 54 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~ObjectFile | ~ObjectFile |
12 | ~ObjectFile | ~ObjectFile |
16 | ObjectFile::anchor | ObjectFile::anchor |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | ObjectFile::getSymbolAlignment | ObjectFile::getSymbolAlignment |
40 | __cxa_pure_virtual | __cxa_pure_virtual |
44 | __cxa_pure_virtual | __cxa_pure_virtual |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | __cxa_pure_virtual | __cxa_pure_virtual |
64 | __cxa_pure_virtual | __cxa_pure_virtual |
68 | __cxa_pure_virtual | __cxa_pure_virtual |
72 | __cxa_pure_virtual | __cxa_pure_virtual |
76 | __cxa_pure_virtual | __cxa_pure_virtual |
80 | __cxa_pure_virtual | __cxa_pure_virtual |
84 | __cxa_pure_virtual | __cxa_pure_virtual |
88 | __cxa_pure_virtual | __cxa_pure_virtual |
92 | __cxa_pure_virtual | __cxa_pure_virtual |
96 | __cxa_pure_virtual | __cxa_pure_virtual |
100 | __cxa_pure_virtual | __cxa_pure_virtual |
104 | __cxa_pure_virtual | __cxa_pure_virtual |
108 | __cxa_pure_virtual | __cxa_pure_virtual |
112 | __cxa_pure_virtual | __cxa_pure_virtual |
116 | __cxa_pure_virtual | __cxa_pure_virtual |
120 | __cxa_pure_virtual | __cxa_pure_virtual |
124 | __cxa_pure_virtual | ObjectFile::getRelocatedSection |
128 | __cxa_pure_virtual | __cxa_pure_virtual |
132 | __cxa_pure_virtual | __cxa_pure_virtual |
136 | __cxa_pure_virtual | __cxa_pure_virtual |
140 | __cxa_pure_virtual | __cxa_pure_virtual |
144 | __cxa_pure_virtual | __cxa_pure_virtual |
148 | __cxa_pure_virtual | __cxa_pure_virtual |
152 | __cxa_pure_virtual | __cxa_pure_virtual |
156 | __cxa_pure_virtual | ObjectFile::getRelocationHidden |
160 | ObjectFile::getRelocationHidden | __cxa_pure_virtual |
164 | __cxa_pure_virtual | __cxa_pure_virtual |
168 | __cxa_pure_virtual | __cxa_pure_virtual |
172 | __cxa_pure_virtual | __cxa_pure_virtual |
176 | __cxa_pure_virtual | __cxa_pure_virtual |
180 | __cxa_pure_virtual | __cxa_pure_virtual |
184 | __cxa_pure_virtual | __cxa_pure_virtual |
188 | __cxa_pure_virtual | __cxa_pure_virtual |
192 | __cxa_pure_virtual | __cxa_pure_virtual |
196 | __cxa_pure_virtual | __cxa_pure_virtual |
200 | __cxa_pure_virtual | __cxa_pure_virtual |
204 | __cxa_pure_virtual | __cxa_pure_virtual |
208 | __cxa_pure_virtual | __cxa_pure_virtual |
212 | __cxa_pure_virtual | __cxa_pure_virtual |
216 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Virtual method ObjectImage::anchor ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 15 entries | Virtual Table (New) - 16 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~ObjectImage | ObjectImage::anchor |
12 | ~ObjectImage | ~ObjectImage |
16 | __cxa_pure_virtual | ~ObjectImage |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | __cxa_pure_virtual | __cxa_pure_virtual |
44 | __cxa_pure_virtual | __cxa_pure_virtual |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 48 bytes to 52 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Virtual method TargetPassConfig::createMachineScheduler ( MachineSchedContext* ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 40 entries | Virtual Table (New) - 41 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetPassConfig | ~TargetPassConfig |
12 | ~TargetPassConfig | ~TargetPassConfig |
16 | Pass::getPassName | Pass::getPassName |
20 | Pass::doInitialization | Pass::doInitialization |
24 | Pass::doFinalization | Pass::doFinalization |
28 | Pass::print | Pass::print |
32 | ModulePass::createPrinterPass | ModulePass::createPrinterPass |
36 | ModulePass::assignPassManager | ModulePass::assignPassManager |
40 | Pass::preparePassManager | Pass::preparePassManager |
44 | ModulePass::getPotentialPassManagerType | ModulePass::getPotentialPassManagerType |
48 | Pass::getAnalysisUsage | Pass::getAnalysisUsage |
52 | Pass::releaseMemory | Pass::releaseMemory |
56 | Pass::getAdjustedAnalysisPointer | Pass::getAdjustedAnalysisPointer |
60 | ImmutablePass::getAsImmutablePass | ImmutablePass::getAsImmutablePass |
64 | Pass::getAsPMDataManager | Pass::getAsPMDataManager |
68 | Pass::verifyAnalysis | Pass::verifyAnalysis |
72 | Pass::dumpPassStructure | Pass::dumpPassStructure |
76 | ImmutablePass::runOnModule | ImmutablePass::runOnModule |
80 | ImmutablePass::initializePass | ImmutablePass::initializePass |
84 | TargetPassConfig::addIRPasses | TargetPassConfig::addIRPasses |
88 | TargetPassConfig::addCodeGenPrepare | TargetPassConfig::addCodeGenPrepare |
92 | TargetPassConfig::addISelPrepare | TargetPassConfig::addISelPrepare |
96 | TargetPassConfig::addInstSelector | TargetPassConfig::addInstSelector |
100 | TargetPassConfig::addMachinePasses | TargetPassConfig::addMachinePasses |
104 | TargetPassConfig::addPreISel | TargetPassConfig::createMachineScheduler |
108 | TargetPassConfig::addMachineSSAOptimization | TargetPassConfig::addPreISel |
112 | TargetPassConfig::addILPOpts | TargetPassConfig::addMachineSSAOptimization |
116 | TargetPassConfig::addPreRegAlloc | TargetPassConfig::addILPOpts |
120 | TargetPassConfig::createTargetRegisterAllocator | TargetPassConfig::addPreRegAlloc |
124 | TargetPassConfig::addFastRegAlloc | TargetPassConfig::createTargetRegisterAllocator |
128 | TargetPassConfig::addOptimizedRegAlloc | TargetPassConfig::addFastRegAlloc |
132 | TargetPassConfig::addPreRewrite | TargetPassConfig::addOptimizedRegAlloc |
136 | TargetPassConfig::addPostRegAlloc | TargetPassConfig::addPreRewrite |
140 | TargetPassConfig::addMachineLateOptimization | TargetPassConfig::addPostRegAlloc |
144 | TargetPassConfig::addPreSched2 | TargetPassConfig::addMachineLateOptimization |
148 | TargetPassConfig::addGCPasses | TargetPassConfig::addPreSched2 |
152 | TargetPassConfig::addBlockPlacement | TargetPassConfig::addGCPasses |
156 | TargetPassConfig::addPreEmitPass | TargetPassConfig::addBlockPlacement |
160 | TargetPassConfig::addPreEmitPass |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 72 bytes to 104 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 48 bytes to 52 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 164 bytes to 232 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Pure virtual method RTDyldMemoryManager::finalizeMemory ( std::string* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method RTDyldMemoryManager::notifyObjectLoaded ( ExecutionEngine*, ObjectImage const* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method RTDyldMemoryManager::registerEHFrames ( uint8_t*, uint64_t, size_t ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 12 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~RTDyldMemoryManager | ~RTDyldMemoryManager |
12 | ~RTDyldMemoryManager | ~RTDyldMemoryManager |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | RTDyldMemoryManager::registerEHFrames |
28 | __cxa_pure_virtual | RTDyldMemoryManager::deregisterEHFrames |
32 | RTDyldMemoryManager::registerEHFrames | RTDyldMemoryManager::getSymbolAddress |
36 | RTDyldMemoryManager::getPointerToNamedFunction | |
40 | RTDyldMemoryManager::notifyObjectLoaded | |
44 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 244 bytes to 252 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 204 bytes to 196 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 240 bytes to 208 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Field EndIndex has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field UnitLatencies has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Size of this class has been increased from 1240 bytes to 1336 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 344 bytes to 376 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Field TLI has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 48 bytes to 52 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 60 bytes to 64 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 64 bytes to 68 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 44 bytes to 48 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 224 bytes to 232 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Virtual method TargetFrameLowering::isFPCloseToIncomingSP ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 20 entries | Virtual Table (New) - 21 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetFrameLowering | ~TargetFrameLowering |
12 | ~TargetFrameLowering | ~TargetFrameLowering |
16 | TargetFrameLowering::getCalleeSavedSpillSlots | TargetFrameLowering::isFPCloseToIncomingSP |
20 | TargetFrameLowering::targetHandlesStackFrameRounding | TargetFrameLowering::getCalleeSavedSpillSlots |
24 | __cxa_pure_virtual | TargetFrameLowering::targetHandlesStackFrameRounding |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | TargetFrameLowering::adjustForSegmentedStacks | __cxa_pure_virtual |
36 | TargetFrameLowering::adjustForHiPEPrologue | TargetFrameLowering::adjustForSegmentedStacks |
40 | TargetFrameLowering::spillCalleeSavedRegisters | TargetFrameLowering::adjustForHiPEPrologue |
44 | TargetFrameLowering::restoreCalleeSavedRegisters | TargetFrameLowering::spillCalleeSavedRegisters |
48 | __cxa_pure_virtual | TargetFrameLowering::restoreCalleeSavedRegisters |
52 | TargetFrameLowering::hasReservedCallFrame | __cxa_pure_virtual |
56 | TargetFrameLowering::canSimplifyCallFramePseudos | TargetFrameLowering::hasReservedCallFrame |
60 | TargetFrameLowering::getFrameIndexOffset | TargetFrameLowering::canSimplifyCallFramePseudos |
64 | TargetFrameLowering::getFrameIndexReference | TargetFrameLowering::getFrameIndexOffset |
68 | TargetFrameLowering::processFunctionBeforeCalleeSavedScan | TargetFrameLowering::getFrameIndexReference |
72 | TargetFrameLowering::processFunctionBeforeFrameFinalized | TargetFrameLowering::processFunctionBeforeCalleeSavedScan |
76 | TargetFrameLowering::eliminateCallFramePseudoInstr | TargetFrameLowering::processFunctionBeforeFrameFinalized |
80 | TargetFrameLowering::eliminateCallFramePseudoInstr |
Change | Effect | |
---|---|---|
1 | Virtual method TargetInstrInfo::enableClusterLoads ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method TargetInstrInfo::getPredicationCost ( MachineInstr const* ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method TargetInstrInfo::getStackSlotRange ( TargetRegisterClass const*, unsigned int, unsigned int&, unsigned int&, TargetMachine const* ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method TargetInstrInfo::isStackSlotCopy ( MachineInstr const*, int&, int& ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method TargetInstrInfo::emitFrameIndexDebugValue ( MachineFunction&, int, uint64_t, MDNode const*, DebugLoc ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 80 entries | Virtual Table (New) - 84 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetInstrInfo | ~TargetInstrInfo |
12 | ~TargetInstrInfo | ~TargetInstrInfo |
16 | TargetInstrInfo::isReallyTriviallyReMaterializable | TargetInstrInfo::isReallyTriviallyReMaterializable |
20 | TargetInstrInfo::isCoalescableExtInstr | TargetInstrInfo::isCoalescableExtInstr |
24 | TargetInstrInfo::isLoadFromStackSlot | TargetInstrInfo::isLoadFromStackSlot |
28 | TargetInstrInfo::isLoadFromStackSlotPostFE | TargetInstrInfo::isLoadFromStackSlotPostFE |
32 | TargetInstrInfo::hasLoadFromStackSlot | TargetInstrInfo::hasLoadFromStackSlot |
36 | TargetInstrInfo::isStoreToStackSlot | TargetInstrInfo::isStoreToStackSlot |
40 | TargetInstrInfo::isStoreToStackSlotPostFE | TargetInstrInfo::isStoreToStackSlotPostFE |
44 | TargetInstrInfo::hasStoreToStackSlot | TargetInstrInfo::hasStoreToStackSlot |
48 | TargetInstrInfo::reMaterialize | TargetInstrInfo::isStackSlotCopy |
52 | TargetInstrInfo::duplicate | TargetInstrInfo::getStackSlotRange |
56 | TargetInstrInfo::convertToThreeAddress | TargetInstrInfo::reMaterialize |
60 | TargetInstrInfo::commuteInstruction | TargetInstrInfo::duplicate |
64 | TargetInstrInfo::findCommutedOpIndices | TargetInstrInfo::convertToThreeAddress |
68 | TargetInstrInfo::produceSameValue | TargetInstrInfo::commuteInstruction |
72 | TargetInstrInfo::AnalyzeBranch | TargetInstrInfo::findCommutedOpIndices |
76 | TargetInstrInfo::RemoveBranch | TargetInstrInfo::produceSameValue |
80 | TargetInstrInfo::InsertBranch | TargetInstrInfo::AnalyzeBranch |
84 | TargetInstrInfo::ReplaceTailWithBranchTo | TargetInstrInfo::RemoveBranch |
88 | TargetInstrInfo::isLegalToSplitMBBAt | TargetInstrInfo::InsertBranch |
92 | TargetInstrInfo::isProfitableToIfCvt | TargetInstrInfo::ReplaceTailWithBranchTo |
96 | TargetInstrInfo::isProfitableToIfCvt | TargetInstrInfo::isLegalToSplitMBBAt |
100 | TargetInstrInfo::isProfitableToDupForIfCvt | TargetInstrInfo::isProfitableToIfCvt |
104 | TargetInstrInfo::isProfitableToUnpredicate | TargetInstrInfo::isProfitableToIfCvt |
108 | TargetInstrInfo::canInsertSelect | TargetInstrInfo::isProfitableToDupForIfCvt |
112 | TargetInstrInfo::insertSelect | TargetInstrInfo::isProfitableToUnpredicate |
116 | TargetInstrInfo::analyzeSelect | TargetInstrInfo::canInsertSelect |
120 | TargetInstrInfo::optimizeSelect | TargetInstrInfo::insertSelect |
124 | TargetInstrInfo::copyPhysReg | TargetInstrInfo::analyzeSelect |
128 | TargetInstrInfo::storeRegToStackSlot | TargetInstrInfo::optimizeSelect |
132 | TargetInstrInfo::loadRegFromStackSlot | TargetInstrInfo::copyPhysReg |
136 | TargetInstrInfo::expandPostRAPseudo | TargetInstrInfo::storeRegToStackSlot |
140 | TargetInstrInfo::emitFrameIndexDebugValue | TargetInstrInfo::loadRegFromStackSlot |
144 | TargetInstrInfo::foldMemoryOperandImpl | TargetInstrInfo::expandPostRAPseudo |
148 | TargetInstrInfo::foldMemoryOperandImpl | TargetInstrInfo::foldMemoryOperandImpl |
152 | TargetInstrInfo::canFoldMemoryOperand | TargetInstrInfo::foldMemoryOperandImpl |
156 | TargetInstrInfo::unfoldMemoryOperand | TargetInstrInfo::canFoldMemoryOperand |
160 | TargetInstrInfo::unfoldMemoryOperand | TargetInstrInfo::unfoldMemoryOperand |
164 | TargetInstrInfo::getOpcodeAfterMemoryUnfold | TargetInstrInfo::unfoldMemoryOperand |
168 | TargetInstrInfo::areLoadsFromSameBasePtr | TargetInstrInfo::getOpcodeAfterMemoryUnfold |
172 | TargetInstrInfo::shouldScheduleLoadsNear | TargetInstrInfo::areLoadsFromSameBasePtr |
176 | TargetInstrInfo::getLdStBaseRegImmOfs | TargetInstrInfo::shouldScheduleLoadsNear |
180 | TargetInstrInfo::shouldClusterLoads | TargetInstrInfo::getLdStBaseRegImmOfs |
184 | TargetInstrInfo::shouldScheduleAdjacent | TargetInstrInfo::enableClusterLoads |
188 | TargetInstrInfo::ReverseBranchCondition | TargetInstrInfo::shouldClusterLoads |
192 | TargetInstrInfo::insertNoop | TargetInstrInfo::shouldScheduleAdjacent |
196 | TargetInstrInfo::getNoopForMachoTarget | TargetInstrInfo::ReverseBranchCondition |
200 | TargetInstrInfo::isPredicated | TargetInstrInfo::insertNoop |
204 | TargetInstrInfo::isUnpredicatedTerminator | TargetInstrInfo::getNoopForMachoTarget |
208 | TargetInstrInfo::PredicateInstruction | TargetInstrInfo::isPredicated |
212 | TargetInstrInfo::SubsumesPredicate | TargetInstrInfo::isUnpredicatedTerminator |
216 | TargetInstrInfo::DefinesPredicate | TargetInstrInfo::PredicateInstruction |
220 | TargetInstrInfo::isPredicable | TargetInstrInfo::SubsumesPredicate |
224 | TargetInstrInfo::isSafeToMoveRegClassDefs | TargetInstrInfo::DefinesPredicate |
228 | TargetInstrInfo::isSchedulingBoundary | TargetInstrInfo::isPredicable |
232 | TargetInstrInfo::getInlineAsmLength | TargetInstrInfo::isSafeToMoveRegClassDefs |
236 | TargetInstrInfo::CreateTargetHazardRecognizer | TargetInstrInfo::isSchedulingBoundary |
240 | TargetInstrInfo::CreateTargetMIHazardRecognizer | TargetInstrInfo::getInlineAsmLength |
244 | TargetInstrInfo::CreateTargetPostRAHazardRecognizer | TargetInstrInfo::CreateTargetHazardRecognizer |
248 | TargetInstrInfo::analyzeCompare | TargetInstrInfo::CreateTargetMIHazardRecognizer |
252 | TargetInstrInfo::optimizeCompareInstr | TargetInstrInfo::CreateTargetPostRAHazardRecognizer |
256 | TargetInstrInfo::optimizeLoadInstr | TargetInstrInfo::analyzeCompare |
260 | TargetInstrInfo::FoldImmediate | TargetInstrInfo::optimizeCompareInstr |
264 | TargetInstrInfo::getNumMicroOps | TargetInstrInfo::optimizeLoadInstr |
268 | TargetInstrInfo::getOperandLatency | TargetInstrInfo::FoldImmediate |
272 | TargetInstrInfo::getOperandLatency | TargetInstrInfo::getNumMicroOps |
276 | TargetInstrInfo::getInstrLatency | TargetInstrInfo::getOperandLatency |
280 | TargetInstrInfo::getInstrLatency | TargetInstrInfo::getOperandLatency |
284 | TargetInstrInfo::isHighLatencyDef | TargetInstrInfo::getInstrLatency |
288 | TargetInstrInfo::hasHighOperandLatency | TargetInstrInfo::getPredicationCost |
292 | TargetInstrInfo::hasLowDefLatency | TargetInstrInfo::getInstrLatency |
296 | TargetInstrInfo::verifyInstruction | TargetInstrInfo::isHighLatencyDef |
300 | TargetInstrInfo::getExecutionDomain | TargetInstrInfo::hasHighOperandLatency |
304 | TargetInstrInfo::setExecutionDomain | TargetInstrInfo::hasLowDefLatency |
308 | TargetInstrInfo::getPartialRegUpdateClearance | TargetInstrInfo::verifyInstruction |
312 | TargetInstrInfo::breakPartialRegDependency | TargetInstrInfo::getExecutionDomain |
316 | TargetInstrInfo::CreateTargetScheduleState | TargetInstrInfo::setExecutionDomain |
320 | TargetInstrInfo::getPartialRegUpdateClearance | |
324 | TargetInstrInfo::getUndefRegClearance | |
328 | TargetInstrInfo::breakPartialRegDependency | |
332 | TargetInstrInfo::CreateTargetScheduleState |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 108 bytes to 112 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 18580 bytes to 20564 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method TargetLowering::getRegForInlineAsmConstraint ( std::string const&, MVT ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method TargetLowering::getScratchRegisters ( enum CallingConv::ID ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method TargetLowering::getRegForInlineAsmConstraint ( std::string const&, EVT ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 79 entries | Virtual Table (New) - 87 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetLowering | ~TargetLowering |
12 | ~TargetLowering | ~TargetLowering |
16 | TargetLoweringBase::getPointerTy | TargetLoweringBase::getPointerTy |
20 | TargetLoweringBase::getScalarShiftAmountTy | TargetLoweringBase::getScalarShiftAmountTy |
24 | TargetLoweringBase::isSelectSupported | TargetLoweringBase::getVectorIdxTy |
28 | TargetLoweringBase::shouldSplitVectorElementType | TargetLoweringBase::isSelectSupported |
32 | TargetLoweringBase::getSetCCResultType | TargetLoweringBase::shouldSplitVectorElementType |
36 | TargetLoweringBase::getCmpLibcallReturnType | TargetLoweringBase::isLoadBitCastBeneficial |
40 | TargetLoweringBase::getSchedulingPreference | TargetLoweringBase::getSetCCResultType |
44 | TargetLoweringBase::getRegClassFor | TargetLoweringBase::getCmpLibcallReturnType |
48 | TargetLoweringBase::getRepRegClassFor | TargetLoweringBase::getSchedulingPreference |
52 | TargetLoweringBase::getRepRegClassCostFor | TargetLoweringBase::getRegClassFor |
56 | TargetLoweringBase::getTgtMemIntrinsic | TargetLoweringBase::getRepRegClassFor |
60 | TargetLoweringBase::isFPImmLegal | TargetLoweringBase::getRepRegClassCostFor |
64 | TargetLoweringBase::isShuffleMaskLegal | TargetLoweringBase::getTgtMemIntrinsic |
68 | TargetLoweringBase::canOpTrap | TargetLoweringBase::isFPImmLegal |
72 | TargetLoweringBase::isVectorClearMaskLegal | TargetLoweringBase::isShuffleMaskLegal |
76 | TargetLoweringBase::getByValTypeAlignment | TargetLoweringBase::canOpTrap |
80 | TargetLoweringBase::ShouldShrinkFPConstant | TargetLoweringBase::isVectorClearMaskLegal |
84 | TargetLoweringBase::allowsUnalignedMemoryAccesses | TargetLoweringBase::getByValTypeAlignment |
88 | TargetLoweringBase::getOptimalMemOpType | TargetLoweringBase::ShouldShrinkFPConstant |
92 | TargetLoweringBase::isSafeMemOpType | TargetLoweringBase::allowsUnalignedMemoryAccesses |
96 | TargetLoweringBase::getStackCookieLocation | TargetLoweringBase::getOptimalMemOpType |
100 | TargetLoweringBase::getMaximalGlobalOffset | TargetLoweringBase::isSafeMemOpType |
104 | TargetLoweringBase::resetOperationActions | TargetLoweringBase::getStackCookieLocation |
108 | TargetLoweringBase::findRepresentativeClass | TargetLoweringBase::getMaximalGlobalOffset |
112 | TargetLoweringBase::GetAddrModeArguments | TargetLoweringBase::isNoopAddrSpaceCast |
116 | TargetLoweringBase::isLegalAddressingMode | TargetLoweringBase::resetOperationActions |
120 | TargetLoweringBase::isLegalICmpImmediate | TargetLoweringBase::findRepresentativeClass |
124 | TargetLoweringBase::isLegalAddImmediate | TargetLoweringBase::GetAddrModeArguments |
128 | TargetLoweringBase::isTruncateFree | TargetLoweringBase::isLegalAddressingMode |
132 | TargetLoweringBase::isTruncateFree | TargetLoweringBase::getScalingFactorCost |
136 | TargetLoweringBase::isZExtFree | TargetLoweringBase::isLegalICmpImmediate |
140 | TargetLoweringBase::isZExtFree | TargetLoweringBase::isLegalAddImmediate |
144 | TargetLoweringBase::isZExtFree | TargetLoweringBase::isTruncateFree |
148 | TargetLoweringBase::isFNegFree | TargetLoweringBase::allowTruncateForTailCall |
152 | TargetLoweringBase::isFAbsFree | TargetLoweringBase::isTruncateFree |
156 | TargetLoweringBase::isFMAFasterThanMulAndAdd | TargetLoweringBase::isZExtFree |
160 | TargetLoweringBase::isNarrowingProfitable | TargetLoweringBase::isZExtFree |
164 | TargetLowering::getPreIndexedAddressParts | TargetLoweringBase::hasPairedLoad |
168 | TargetLowering::getPostIndexedAddressParts | TargetLoweringBase::hasPairedLoad |
172 | TargetLowering::getJumpTableEncoding | TargetLoweringBase::isZExtFree |
176 | TargetLowering::LowerCustomJumpTableEntry | TargetLoweringBase::isFNegFree |
180 | TargetLowering::getPICJumpTableRelocBase | TargetLoweringBase::isFAbsFree |
184 | TargetLowering::getPICJumpTableRelocBaseExpr | TargetLoweringBase::isFMAFasterThanFMulAndFAdd |
188 | TargetLowering::isOffsetFoldingLegal | TargetLoweringBase::isNarrowingProfitable |
192 | TargetLowering::computeMaskedBitsForTargetNode | TargetLowering::getPreIndexedAddressParts |
196 | TargetLowering::ComputeNumSignBitsForTargetNode | TargetLowering::getPostIndexedAddressParts |
200 | TargetLowering::isGAPlusOffset | TargetLowering::getJumpTableEncoding |
204 | TargetLowering::PerformDAGCombine | TargetLowering::LowerCustomJumpTableEntry |
208 | TargetLowering::isTypeDesirableForOp | TargetLowering::getPICJumpTableRelocBase |
212 | TargetLowering::isDesirableToTransformToIntegerOp | TargetLowering::getPICJumpTableRelocBaseExpr |
216 | TargetLowering::IsDesirableToPromoteOp | TargetLowering::isOffsetFoldingLegal |
220 | TargetLowering::LowerFormalArguments | TargetLowering::computeMaskedBitsForTargetNode |
224 | TargetLowering::LowerCall | TargetLowering::ComputeNumSignBitsForTargetNode |
228 | TargetLowering::HandleByVal | TargetLowering::isGAPlusOffset |
232 | TargetLowering::CanLowerReturn | TargetLowering::PerformDAGCombine |
236 | TargetLowering::LowerReturn | TargetLowering::isTypeDesirableForOp |
240 | TargetLowering::isUsedByReturnOnly | TargetLowering::isDesirableToTransformToIntegerOp |
244 | TargetLowering::mayBeEmittedAsTailCall | TargetLowering::IsDesirableToPromoteOp |
248 | TargetLowering::getTypeForExtArgOrReturn | TargetLowering::LowerFormalArguments |
252 | TargetLowering::LowerOperationWrapper | TargetLowering::LowerCall |
256 | TargetLowering::LowerOperation | TargetLowering::HandleByVal |
260 | TargetLowering::ReplaceNodeResults | TargetLowering::CanLowerReturn |
264 | TargetLowering::getTargetNodeName | TargetLowering::LowerReturn |
268 | TargetLowering::createFastISel | TargetLowering::isUsedByReturnOnly |
272 | TargetLowering::ExpandInlineAsm | TargetLowering::mayBeEmittedAsTailCall |
276 | TargetLowering::ParseConstraints | TargetLowering::getTypeForExtArgOrReturn |
280 | TargetLowering::getMultipleConstraintMatchWeight | TargetLowering::getScratchRegisters |
284 | TargetLowering::getSingleConstraintMatchWeight | TargetLowering::LowerOperationWrapper |
288 | TargetLowering::ComputeConstraintToUse | TargetLowering::LowerOperation |
292 | TargetLowering::getConstraintType | TargetLowering::ReplaceNodeResults |
296 | TargetLowering::getRegForInlineAsmConstraint | TargetLowering::getTargetNodeName |
300 | TargetLowering::LowerXConstraint | TargetLowering::createFastISel |
304 | TargetLowering::LowerAsmOperandForConstraint | TargetLowering::ExpandInlineAsm |
308 | TargetLowering::EmitInstrWithCustomInserter | TargetLowering::ParseConstraints |
312 | TargetLowering::AdjustInstrPostInstrSelection | TargetLowering::getMultipleConstraintMatchWeight |
316 | TargetLowering::getSingleConstraintMatchWeight | |
320 | TargetLowering::ComputeConstraintToUse | |
324 | TargetLowering::getConstraintType | |
328 | TargetLowering::getRegForInlineAsmConstraint | |
332 | TargetLowering::LowerXConstraint | |
336 | TargetLowering::LowerAsmOperandForConstraint | |
340 | TargetLowering::EmitInstrWithCustomInserter | |
344 | TargetLowering::AdjustInstrPostInstrSelection |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 18580 bytes to 20564 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method TargetLoweringBase::allowTruncateForTailCall ( Type*, Type* ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method TargetLoweringBase::getScalingFactorCost ( TargetLoweringBase::AddrMode const&, Type* ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method TargetLoweringBase::getSetCCResultType ( LLVMContext&, EVT ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method TargetLoweringBase::getVectorIdxTy ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method TargetLoweringBase::hasPairedLoad ( EVT, unsigned int& ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method TargetLoweringBase::hasPairedLoad ( Type*, unsigned int& ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method TargetLoweringBase::isFMAFasterThanFMulAndFAdd ( EVT ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method TargetLoweringBase::isLoadBitCastBeneficial ( EVT, EVT ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method TargetLoweringBase::isNoopAddrSpaceCast ( unsigned int, unsigned int ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Virtual method TargetLoweringBase::getSetCCResultType ( EVT ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | Virtual method TargetLoweringBase::isFMAFasterThanMulAndAdd ( EVT ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 41 entries | Virtual Table (New) - 48 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetLoweringBase | ~TargetLoweringBase |
12 | ~TargetLoweringBase | ~TargetLoweringBase |
16 | TargetLoweringBase::getPointerTy | TargetLoweringBase::getPointerTy |
20 | TargetLoweringBase::getScalarShiftAmountTy | TargetLoweringBase::getScalarShiftAmountTy |
24 | TargetLoweringBase::isSelectSupported | TargetLoweringBase::getVectorIdxTy |
28 | TargetLoweringBase::shouldSplitVectorElementType | TargetLoweringBase::isSelectSupported |
32 | TargetLoweringBase::getSetCCResultType | TargetLoweringBase::shouldSplitVectorElementType |
36 | TargetLoweringBase::getCmpLibcallReturnType | TargetLoweringBase::isLoadBitCastBeneficial |
40 | TargetLoweringBase::getSchedulingPreference | TargetLoweringBase::getSetCCResultType |
44 | TargetLoweringBase::getRegClassFor | TargetLoweringBase::getCmpLibcallReturnType |
48 | TargetLoweringBase::getRepRegClassFor | TargetLoweringBase::getSchedulingPreference |
52 | TargetLoweringBase::getRepRegClassCostFor | TargetLoweringBase::getRegClassFor |
56 | TargetLoweringBase::getTgtMemIntrinsic | TargetLoweringBase::getRepRegClassFor |
60 | TargetLoweringBase::isFPImmLegal | TargetLoweringBase::getRepRegClassCostFor |
64 | TargetLoweringBase::isShuffleMaskLegal | TargetLoweringBase::getTgtMemIntrinsic |
68 | TargetLoweringBase::canOpTrap | TargetLoweringBase::isFPImmLegal |
72 | TargetLoweringBase::isVectorClearMaskLegal | TargetLoweringBase::isShuffleMaskLegal |
76 | TargetLoweringBase::getByValTypeAlignment | TargetLoweringBase::canOpTrap |
80 | TargetLoweringBase::ShouldShrinkFPConstant | TargetLoweringBase::isVectorClearMaskLegal |
84 | TargetLoweringBase::allowsUnalignedMemoryAccesses | TargetLoweringBase::getByValTypeAlignment |
88 | TargetLoweringBase::getOptimalMemOpType | TargetLoweringBase::ShouldShrinkFPConstant |
92 | TargetLoweringBase::isSafeMemOpType | TargetLoweringBase::allowsUnalignedMemoryAccesses |
96 | TargetLoweringBase::getStackCookieLocation | TargetLoweringBase::getOptimalMemOpType |
100 | TargetLoweringBase::getMaximalGlobalOffset | TargetLoweringBase::isSafeMemOpType |
104 | TargetLoweringBase::resetOperationActions | TargetLoweringBase::getStackCookieLocation |
108 | TargetLoweringBase::findRepresentativeClass | TargetLoweringBase::getMaximalGlobalOffset |
112 | TargetLoweringBase::GetAddrModeArguments | TargetLoweringBase::isNoopAddrSpaceCast |
116 | TargetLoweringBase::isLegalAddressingMode | TargetLoweringBase::resetOperationActions |
120 | TargetLoweringBase::isLegalICmpImmediate | TargetLoweringBase::findRepresentativeClass |
124 | TargetLoweringBase::isLegalAddImmediate | TargetLoweringBase::GetAddrModeArguments |
128 | TargetLoweringBase::isTruncateFree | TargetLoweringBase::isLegalAddressingMode |
132 | TargetLoweringBase::isTruncateFree | TargetLoweringBase::getScalingFactorCost |
136 | TargetLoweringBase::isZExtFree | TargetLoweringBase::isLegalICmpImmediate |
140 | TargetLoweringBase::isZExtFree | TargetLoweringBase::isLegalAddImmediate |
144 | TargetLoweringBase::isZExtFree | TargetLoweringBase::isTruncateFree |
148 | TargetLoweringBase::isFNegFree | TargetLoweringBase::allowTruncateForTailCall |
152 | TargetLoweringBase::isFAbsFree | TargetLoweringBase::isTruncateFree |
156 | TargetLoweringBase::isFMAFasterThanMulAndAdd | TargetLoweringBase::isZExtFree |
160 | TargetLoweringBase::isNarrowingProfitable | TargetLoweringBase::isZExtFree |
164 | TargetLoweringBase::hasPairedLoad | |
168 | TargetLoweringBase::hasPairedLoad | |
172 | TargetLoweringBase::isZExtFree | |
176 | TargetLoweringBase::isFNegFree | |
180 | TargetLoweringBase::isFAbsFree | |
184 | TargetLoweringBase::isFMAFasterThanFMulAndFAdd | |
188 | TargetLoweringBase::isNarrowingProfitable |
Change | Effect | |
---|---|---|
1 | Virtual method TargetLoweringObjectFile::getDebugThreadLocalSymbol ( MCSymbol const* ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 16 entries | Virtual Table (New) - 17 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetLoweringObjectFile | ~TargetLoweringObjectFile |
12 | ~TargetLoweringObjectFile | ~TargetLoweringObjectFile |
16 | TargetLoweringObjectFile::Initialize | TargetLoweringObjectFile::Initialize |
20 | TargetLoweringObjectFile::emitPersonalityValue | TargetLoweringObjectFile::emitPersonalityValue |
24 | TargetLoweringObjectFile::emitModuleFlags | TargetLoweringObjectFile::emitModuleFlags |
28 | TargetLoweringObjectFile::shouldEmitUsedDirectiveFor | TargetLoweringObjectFile::shouldEmitUsedDirectiveFor |
32 | TargetLoweringObjectFile::getSectionForConstant | TargetLoweringObjectFile::getSectionForConstant |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | TargetLoweringObjectFile::getSpecialCasedSectionGlobals | TargetLoweringObjectFile::getSpecialCasedSectionGlobals |
44 | TargetLoweringObjectFile::getTTypeGlobalReference | TargetLoweringObjectFile::getTTypeGlobalReference |
48 | TargetLoweringObjectFile::getCFIPersonalitySymbol | TargetLoweringObjectFile::getCFIPersonalitySymbol |
52 | TargetLoweringObjectFile::getStaticCtorSection | TargetLoweringObjectFile::getStaticCtorSection |
56 | TargetLoweringObjectFile::getStaticDtorSection | TargetLoweringObjectFile::getStaticDtorSection |
60 | TargetLoweringObjectFile::SelectSectionForGlobal | TargetLoweringObjectFile::getDebugThreadLocalSymbol |
64 | TargetLoweringObjectFile::SelectSectionForGlobal |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 300 bytes to 312 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 304 bytes to 316 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 300 bytes to 312 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Field JITExceptionHandling has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field NoFramePointerElimNonLeaf has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field RealignStack has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field SSPBufferSize has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Size of this class has been changed from 32 bytes to 24 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 124 bytes to 132 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Virtual method TargetSubtargetInfo::overrideSchedPolicy ( MachineSchedPolicy&, MachineInstr*, MachineInstr*, unsigned int ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 11 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetSubtargetInfo | ~TargetSubtargetInfo |
12 | ~TargetSubtargetInfo | ~TargetSubtargetInfo |
16 | TargetSubtargetInfo::resolveSchedClass | TargetSubtargetInfo::resolveSchedClass |
20 | TargetSubtargetInfo::enableMachineScheduler | TargetSubtargetInfo::enableMachineScheduler |
24 | TargetSubtargetInfo::enablePostRAScheduler | TargetSubtargetInfo::overrideSchedPolicy |
28 | TargetSubtargetInfo::adjustSchedDependency | TargetSubtargetInfo::enablePostRAScheduler |
32 | TargetSubtargetInfo::resetSubtargetFeatures | TargetSubtargetInfo::adjustSchedDependency |
36 | TargetSubtargetInfo::useAA | |
40 | TargetSubtargetInfo::resetSubtargetFeatures |
Change | Effect | |
---|---|---|
1 | Virtual method TargetTransformInfo::getScalingFactorCost ( Type*, GlobalValue*, int64_t, bool, int64_t ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method TargetTransformInfo::getUnrollingPreferences ( Loop*, struct TargetTransformInfo::UnrollingPreferences& ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method TargetTransformInfo::hasBranchDivergence ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method TargetTransformInfo::haveFastSqrt ( Type* ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 37 entries | Virtual Table (New) - 42 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | TargetTransformInfo::getAnalysisUsage | TargetTransformInfo::getAnalysisUsage |
12 | __cxa_pure_virtual | __cxa_pure_virtual |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | TargetTransformInfo::getOperationCost | TargetTransformInfo::getOperationCost |
24 | TargetTransformInfo::getGEPCost | TargetTransformInfo::getGEPCost |
28 | TargetTransformInfo::getCallCost | TargetTransformInfo::getCallCost |
32 | TargetTransformInfo::getCallCost | TargetTransformInfo::getCallCost |
36 | TargetTransformInfo::getCallCost | TargetTransformInfo::getCallCost |
40 | TargetTransformInfo::getIntrinsicCost | TargetTransformInfo::getIntrinsicCost |
44 | TargetTransformInfo::getIntrinsicCost | TargetTransformInfo::getIntrinsicCost |
48 | TargetTransformInfo::getUserCost | TargetTransformInfo::getUserCost |
52 | TargetTransformInfo::isLoweredToCall | TargetTransformInfo::hasBranchDivergence |
56 | TargetTransformInfo::isLegalAddImmediate | TargetTransformInfo::isLoweredToCall |
60 | TargetTransformInfo::isLegalICmpImmediate | TargetTransformInfo::getUnrollingPreferences |
64 | TargetTransformInfo::isLegalAddressingMode | TargetTransformInfo::isLegalAddImmediate |
68 | TargetTransformInfo::isTruncateFree | TargetTransformInfo::isLegalICmpImmediate |
72 | TargetTransformInfo::isTypeLegal | TargetTransformInfo::isLegalAddressingMode |
76 | TargetTransformInfo::getJumpBufAlignment | TargetTransformInfo::getScalingFactorCost |
80 | TargetTransformInfo::getJumpBufSize | TargetTransformInfo::isTruncateFree |
84 | TargetTransformInfo::shouldBuildLookupTables | TargetTransformInfo::isTypeLegal |
88 | TargetTransformInfo::getPopcntSupport | TargetTransformInfo::getJumpBufAlignment |
92 | TargetTransformInfo::getIntImmCost | TargetTransformInfo::getJumpBufSize |
96 | TargetTransformInfo::getNumberOfRegisters | TargetTransformInfo::shouldBuildLookupTables |
100 | TargetTransformInfo::getRegisterBitWidth | TargetTransformInfo::getPopcntSupport |
104 | TargetTransformInfo::getMaximumUnrollFactor | TargetTransformInfo::haveFastSqrt |
108 | TargetTransformInfo::getArithmeticInstrCost | TargetTransformInfo::getIntImmCost |
112 | TargetTransformInfo::getShuffleCost | TargetTransformInfo::getNumberOfRegisters |
116 | TargetTransformInfo::getCastInstrCost | TargetTransformInfo::getRegisterBitWidth |
120 | TargetTransformInfo::getCFInstrCost | TargetTransformInfo::getMaximumUnrollFactor |
124 | TargetTransformInfo::getCmpSelInstrCost | TargetTransformInfo::getArithmeticInstrCost |
128 | TargetTransformInfo::getVectorInstrCost | TargetTransformInfo::getShuffleCost |
132 | TargetTransformInfo::getMemoryOpCost | TargetTransformInfo::getCastInstrCost |
136 | TargetTransformInfo::getIntrinsicInstrCost | TargetTransformInfo::getCFInstrCost |
140 | TargetTransformInfo::getNumberOfParts | TargetTransformInfo::getCmpSelInstrCost |
144 | TargetTransformInfo::getAddressComputationCost | TargetTransformInfo::getVectorInstrCost |
148 | TargetTransformInfo::getMemoryOpCost | |
152 | TargetTransformInfo::getReductionCost | |
156 | TargetTransformInfo::getIntrinsicInstrCost | |
160 | TargetTransformInfo::getNumberOfParts | |
164 | TargetTransformInfo::getAddressComputationCost |
Change | Effect | |
---|---|---|
1 | Virtual method CallbackVH::anchor ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 7 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~CallbackVH | CallbackVH::anchor |
12 | ~CallbackVH | ~CallbackVH |
16 | CallbackVH::deleted | ~CallbackVH |
20 | CallbackVH::allUsesReplacedWith | CallbackVH::deleted |
24 | CallbackVH::allUsesReplacedWith |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 36 bytes to 68 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 36 bytes to 44 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 28 bytes to 36 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 36 bytes to 44 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 40 bytes to 48 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been increased from 120 bytes to 128 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Size of this class has been changed from 60 bytes to 68 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
Change | Effect | |
---|---|---|
1 | Pure virtual method IO::canElideEmptySequence ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method IO::mapTag ( llvm::StringRef, bool ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 25 entries | Virtual Table (New) - 27 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~IO | ~IO |
12 | ~IO | ~IO |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | __cxa_pure_virtual | __cxa_pure_virtual |
44 | __cxa_pure_virtual | __cxa_pure_virtual |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | __cxa_pure_virtual | __cxa_pure_virtual |
64 | __cxa_pure_virtual | __cxa_pure_virtual |
68 | __cxa_pure_virtual | __cxa_pure_virtual |
72 | __cxa_pure_virtual | __cxa_pure_virtual |
76 | __cxa_pure_virtual | __cxa_pure_virtual |
80 | __cxa_pure_virtual | __cxa_pure_virtual |
84 | __cxa_pure_virtual | __cxa_pure_virtual |
88 | __cxa_pure_virtual | __cxa_pure_virtual |
92 | __cxa_pure_virtual | __cxa_pure_virtual |
96 | __cxa_pure_virtual | __cxa_pure_virtual |
100 | __cxa_pure_virtual | |
104 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm10AsmPrinter14EmitDwarfRegOpERKNS_15MachineLocationE to _ZNK4llvm10AsmPrinter14EmitDwarfRegOpERKNS_15MachineLocationEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10AsmPrinter18EmitGlobalConstantEPKNS_8ConstantEj to _ZN4llvm10AsmPrinter18EmitGlobalConstantEPKNS_8ConstantE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm10AsmPrinter19EmitLabelPlusOffsetEPKNS_8MCSymbolEyj to _ZNK4llvm10AsmPrinter19EmitLabelPlusOffsetEPKNS_8MCSymbolEyjb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm10AsmPrinter11EmitSLEB128EiPKc to _ZNK4llvm10AsmPrinter11EmitSLEB128ExPKc. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm10AsmPrinter11EmitULEB128EjPKcj to _ZNK4llvm10AsmPrinter11EmitULEB128EyPKcj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm9CallGraph5printERNS_11raw_ostreamEPNS_6ModuleE to _ZNK4llvm9CallGraph5printERNS_11raw_ostreamEPKNS_6ModuleE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm7CCStateC1ENS_11CallingConv2IDEbRNS_15MachineFunctionERKNS_13TargetMachineERNS_11SmallVectorINS_11CCValAssignELj16EEERNS_11LLVMContextE to _ZN4llvm7CCStateC1ENS_11CallingConv2IDEbRNS_15MachineFunctionERKNS_13TargetMachineERNS_15SmallVectorImplINS_11CCValAssignEEERNS_11LLVMContextE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm7CCStateC2ENS_11CallingConv2IDEbRNS_15MachineFunctionERKNS_13TargetMachineERNS_11SmallVectorINS_11CCValAssignELj16EEERNS_11LLVMContextE to _ZN4llvm7CCStateC2ENS_11CallingConv2IDEbRNS_15MachineFunctionERKNS_13TargetMachineERNS_15SmallVectorImplINS_11CCValAssignEEERNS_11LLVMContextE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17CloneFunctionIntoEPNS_8FunctionEPKS0_RNS_8ValueMapIPKNS_5ValueENS_6WeakVHENS_14ValueMapConfigIS7_EEEEbRNS_15SmallVectorImplIPNS_10ReturnInstEEEPKcPNS_14ClonedCodeInfoEPNS_20ValueMapTypeRemapperE to _ZN4llvm17CloneFunctionIntoEPNS_8FunctionEPKS0_RNS_8ValueMapIPKNS_5ValueENS_6WeakVHENS_14ValueMapConfigIS7_EEEEbRNS_15SmallVectorImplIPNS_10ReturnInstEEEPKcPNS_14ClonedCodeInfoEPNS_20ValueMapTypeRemapperEPNS_17ValueMaterializerE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object14COFFObjectFile19getRelocationSymbolENS0_11DataRefImplERNS0_9SymbolRefE to _ZNK4llvm6object14COFFObjectFile19getRelocationSymbolENS0_11DataRefImplE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder15createClassTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyyjNS_6DITypeENS_7DIArrayEPNS_6MDNodeES7_ to _ZN4llvm9DIBuilder15createClassTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyyjNS_6DITypeENS_7DIArrayES4_PNS_6MDNodeES2_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from void to DICompileUnit (4 bytes). | Layout of parameter's stack has been shifted by 4 bytes because the return value became passed in memory as the hidden first argument, that was used to pass the return value. All the parameters will be incorrectly initialized by applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder21createEnumerationTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyNS_7DIArrayENS_6DITypeE to _ZN4llvm9DIBuilder21createEnumerationTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyNS_7DIArrayENS_6DITypeES2_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder16createEnumeratorENS_9StringRefEy to _ZN4llvm9DIBuilder16createEnumeratorENS_9StringRefEx. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder17createForwardDeclEjNS_9StringRefENS_12DIDescriptorENS_6DIFileEjjyy to _ZN4llvm9DIBuilder17createForwardDeclEjNS_9StringRefENS_12DIDescriptorENS_6DIFileEjjyyS1_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder14createFunctionENS_12DIDescriptorENS_9StringRefES2_NS_6DIFileEjNS_6DITypeEbbjjbPNS_8FunctionEPNS_6MDNodeES8_ to _ZN4llvm9DIBuilder14createFunctionENS_12DIDescriptorENS_9StringRefES2_NS_6DIFileEjNS_15DICompositeTypeEbbjjbPNS_8FunctionEPNS_6MDNodeES8_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder20createImportedModuleENS_7DIScopeENS_11DINameSpaceEj to _ZN4llvm9DIBuilder20createImportedModuleENS_7DIScopeENS_16DIImportedEntityEjNS_9StringRefE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder12createMethodENS_12DIDescriptorENS_9StringRefES2_NS_6DIFileEjNS_6DITypeEbbjjPNS_6MDNodeEjbPNS_8FunctionES6_ to _ZN4llvm9DIBuilder12createMethodENS_12DIDescriptorENS_9StringRefES2_NS_6DIFileEjNS_15DICompositeTypeEbbjjNS_6DITypeEjbPNS_8FunctionEPNS_6MDNodeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder17createNullPtrTypeENS_9StringRefE to _ZN4llvm9DIBuilder17createNullPtrTypeEv. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder16createStructTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyjNS_6DITypeENS_7DIArrayEjPNS_6MDNodeE to _ZN4llvm9DIBuilder16createStructTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyjNS_6DITypeENS_7DIArrayEjS4_S2_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder28createTemplateValueParameterENS_12DIDescriptorENS_9StringRefENS_6DITypeEyPNS_6MDNodeEjj to _ZN4llvm9DIBuilder28createTemplateValueParameterENS_12DIDescriptorENS_9StringRefENS_6DITypeEPNS_5ValueEPNS_6MDNodeEjj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9DIBuilder15createUnionTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyjNS_7DIArrayEj to _ZN4llvm9DIBuilder15createUnionTypeENS_12DIDescriptorENS_9StringRefENS_6DIFileEjyyjNS_7DIArrayEjS2_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14DWARFFormValue4dumpERNS_11raw_ostreamEPKNS_16DWARFCompileUnitE to _ZNK4llvm14DWARFFormValue4dumpERNS_11raw_ostreamEPKNS_9DWARFUnitE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14DWARFFormValue12extractValueENS_13DataExtractorEPjPKNS_16DWARFCompileUnitE to _ZN4llvm14DWARFFormValue12extractValueENS_13DataExtractorEPjPKNS_9DWARFUnitE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14DWARFFormValue12getAsCStringEPKNS_13DataExtractorE to _ZNK4llvm14DWARFFormValue12getAsCStringEPKNS_9DWARFUnitE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from uint8_t const* (4 bytes) to ArrayRef<unsigned char> (8 bytes). | 1) The return value became passed in memory as the hidden first argument (address of the space on the stack provided by the caller) instead of the register and therefore the layout of parameter's stack has been shifted by 4 bytes. All the parameters will be incorrectly initialized by applications. 2) Applications will read the wrong memory block instead of the return value. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14DWARFFormValue9skipValueENS_13DataExtractorEPjPKNS_16DWARFCompileUnitE to _ZNK4llvm14DWARFFormValue9skipValueENS_13DataExtractorEPjPKNS_9DWARFUnitE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14DWARFFormValue9skipValueEtNS_13DataExtractorEPjPKNS_16DWARFCompileUnitE to _ZNK4llvm14DWARFFormValue9skipValueENS_13DataExtractorEPjPKNS_9DWARFUnitE. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14DWARFFormValue9skipValueEtNS_13DataExtractorEPjPKNS_16DWARFCompileUnitE to _ZNK4llvm14DWARFFormValue9skipValueENS_13DataExtractorEPjPKNS_9DWARFUnitE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm22DiffFilesWithToleranceERKNS_3sys14PathWithStatusES3_ddPSs to _ZN4llvm22DiffFilesWithToleranceENS_9StringRefES0_ddPSs. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm8FileInfo5printEv to _ZN4llvm8FileInfo5printERNS_14raw_fd_ostreamENS_9StringRefES3_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Method became non-const. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm11GlobalAlias16getAliasedGlobalEv to _ZN4llvm11GlobalAlias16getAliasedGlobalEv. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Method became non-const. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm11GlobalAlias20resolveAliasedGlobalEb to _ZN4llvm11GlobalAlias20resolveAliasedGlobalEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12DisplayGraphERKNS_3sys4PathEbNS_12GraphProgram4NameE to _ZN4llvm12DisplayGraphENS_9StringRefEbNS_12GraphProgram4NameE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10SwitchInst10removeCaseERNS0_6CaseItE to _ZN4llvm10SwitchInst10removeCaseENS0_6CaseItE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16LiveRangeUpdater3addENS_9LiveRangeE to _ZN4llvm16LiveRangeUpdater3addENS_9LiveRange7SegmentE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvmlsERNS_11raw_ostreamERKNS_9LiveRangeE to _ZN4llvmlsERNS_11raw_ostreamERKNS_9LiveRange7SegmentE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm13LiveIntervals15extendToIndicesEPNS_12LiveIntervalENS_8ArrayRefINS_9SlotIndexEEE to _ZN4llvm13LiveIntervals15extendToIndicesERNS_9LiveRangeENS_8ArrayRefINS_9SlotIndexEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm13LiveIntervals14getSpillWeightEbbj to _ZN4llvm13LiveIntervals14getSpillWeightEbbNS_14BlockFrequencyE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm13LiveRangeEdit24calculateRegClassAndHintERNS_15MachineFunctionERKNS_15MachineLoopInfoE to _ZN4llvm13LiveRangeEdit24calculateRegClassAndHintERNS_15MachineFunctionERKNS_15MachineLoopInfoERKNS_25MachineBlockFrequencyInfoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from LiveInterval& (96 bytes) to unsigned int (4 bytes). | 1) The return value became passed in register instead of the hidden first argument (address of the space on the stack provided by the caller) and therefore the layout of parameter's stack has been shifted by 4 bytes. All the parameters will be incorrectly initialized by applications. 2) Applications will read the wrong memory block instead of the return value. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm19MachineRegisterInfoC1ERKNS_18TargetRegisterInfoE to _ZN4llvm19MachineRegisterInfoC1ERKNS_13TargetMachineE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm19MachineRegisterInfoC2ERKNS_18TargetRegisterInfoE to _ZN4llvm19MachineRegisterInfoC2ERKNS_13TargetMachineE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm13ScheduleDAGMI23updateScheduledPressureERKSt6vectorIjSaIjEE to _ZN4llvm13ScheduleDAGMI23updateScheduledPressureEPKNS_5SUnitERKSt6vectorIjSaIjEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile23getAnyRelocationAddressERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile23getAnyRelocationAddressERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile22getAnyRelocationLengthERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile22getAnyRelocationLengthERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile21getAnyRelocationPCRelERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile21getAnyRelocationPCRelERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile20getAnyRelocationTypeERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile20getAnyRelocationTypeERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile27getIndirectSymbolTableEntryERKNS0_5macho19DysymtabLoadCommandEj to _ZNK4llvm6object15MachOObjectFile27getIndirectSymbolTableEntryERKNS_5MachO16dysymtab_commandEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile26getPlainRelocationExternalERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile26getPlainRelocationExternalERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile27getPlainRelocationSymbolNumERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile27getPlainRelocationSymbolNumERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile20getRelocationSectionERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile20getRelocationSectionERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile19getRelocationSymbolENS0_11DataRefImplERNS0_9SymbolRefE to _ZNK4llvm6object15MachOObjectFile19getRelocationSymbolENS0_11DataRefImplE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile31getScatteredRelocationScatteredERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile31getScatteredRelocationScatteredERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile27getScatteredRelocationValueERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile27getScatteredRelocationValueERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6object15MachOObjectFile21isRelocationScatteredERKNS0_5macho15RelocationEntryE to _ZNK4llvm6object15MachOObjectFile21isRelocationScatteredERKNS_5MachO19any_relocation_infoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm7Mangler17getNameWithPrefixERNS_15SmallVectorImplIcEEPKNS_11GlobalValueEb to _ZN4llvm7Mangler17getNameWithPrefixERNS_15SmallVectorImplIcEEPKNS_11GlobalValueEbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm7Mangler17getNameWithPrefixERNS_15SmallVectorImplIcEERKNS_5TwineENS0_15ManglerPrefixTyE to _ZN4llvm7Mangler17getNameWithPrefixERNS_15SmallVectorImplIcEEPKNS_11GlobalValueEbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MCAsmInfo14getSLEB128SizeEi to _ZN4llvm9MCAsmInfo14getSLEB128SizeEx. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MCAsmInfo14getULEB128SizeEj to _ZN4llvm9MCAsmInfo14getULEB128SizeEy. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MCContext14getCOFFSectionENS_9StringRefEjiNS_11SectionKindE to _ZN4llvm9MCContext14getCOFFSectionENS_9StringRefE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MCContextC1ERKNS_9MCAsmInfoERKNS_14MCRegisterInfoEPKNS_16MCObjectFileInfoEPKNS_9SourceMgrEb to _ZN4llvm9MCContextC1EPKNS_9MCAsmInfoEPKNS_14MCRegisterInfoEPKNS_16MCObjectFileInfoEPKNS_9SourceMgrEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MCContextC2ERKNS_9MCAsmInfoERKNS_14MCRegisterInfoEPKNS_16MCObjectFileInfoEPKNS_9SourceMgrEb to _ZN4llvm9MCContextC2EPKNS_9MCAsmInfoEPKNS_14MCRegisterInfoEPKNS_16MCObjectFileInfoEPKNS_9SourceMgrEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm19MCDwarfFrameEmitter4EmitERNS_10MCStreamerEbb to _ZN4llvm19MCDwarfFrameEmitter4EmitERNS_10MCStreamerEPNS_12MCAsmBackendEbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm19MCDwarfFrameEmitter16EncodeAdvanceLocEyRNS_11raw_ostreamE to _ZN4llvm19MCDwarfFrameEmitter16EncodeAdvanceLocERNS_9MCContextEyRNS_11raw_ostreamE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm15MCDwarfLineAddr6EncodeExyRNS_11raw_ostreamE to _ZN4llvm15MCDwarfLineAddr6EncodeERNS_9MCContextExyRNS_11raw_ostreamE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm13MCELFStreamer13EmitValueImplEPKNS_6MCExprEjj to _ZN4llvm13MCELFStreamer13EmitValueImplEPKNS_6MCExprEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm15MCInstrAnalysis14evaluateBranchERKNS_6MCInstEyy to _ZNK4llvm15MCInstrAnalysis14evaluateBranchERKNS_6MCInstEyyRy. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16MCObjectStreamer9EmitBytesENS_9StringRefEj to _ZN4llvm16MCObjectStreamer9EmitBytesENS_9StringRefE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16MCObjectStreamer8EmitFillEyhj to _ZN4llvm16MCObjectStreamer8EmitFillEyh. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16MCObjectStreamer13EmitValueImplEPKNS_6MCExprEjj to _ZN4llvm16MCObjectStreamer13EmitValueImplEPKNS_6MCExprEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16MCObjectStreamerC1ENS_10MCStreamer12StreamerKindERNS_9MCContextERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterE to _ZN4llvm16MCObjectStreamerC1ERNS_9MCContextEPNS_16MCTargetStreamerERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16MCObjectStreamerC2ENS_10MCStreamer12StreamerKindERNS_9MCContextERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterE to _ZN4llvm16MCObjectStreamerC2ERNS_9MCContextEPNS_16MCTargetStreamerERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16MCObjectStreamerC2ENS_10MCStreamer12StreamerKindERNS_9MCContextERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterEPNS_11MCAssemblerE to _ZN4llvm16MCObjectStreamerC2ERNS_9MCContextEPNS_16MCTargetStreamerERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16MCObjectStreamerC1ENS_10MCStreamer12StreamerKindERNS_9MCContextERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterEPNS_11MCAssemblerE to _ZN4llvm16MCObjectStreamerC1ERNS_9MCContextEPNS_16MCTargetStreamerERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17createELFStreamerERNS_9MCContextERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterEbb to _ZN4llvm17createELFStreamerERNS_9MCContextEPNS_16MCTargetStreamerERNS_12MCAsmBackendERNS_11raw_ostreamEPNS_13MCCodeEmitterEbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer12EmitAbsValueEPKNS_6MCExprEjj to _ZN4llvm10MCStreamer12EmitAbsValueEPKNS_6MCExprEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer8EmitFillEyhj to _ZN4llvm10MCStreamer8EmitFillEyh. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer10EmitFramesEb to _ZN4llvm10MCStreamer10EmitFramesEPNS_12MCAsmBackendEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer12EmitIntValueEyjj to _ZN4llvm10MCStreamer12EmitIntValueEyj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer19EmitSLEB128IntValueExj to _ZN4llvm10MCStreamer19EmitSLEB128IntValueEx. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer15EmitSymbolValueEPKNS_8MCSymbolEjj to _ZN4llvm10MCStreamer15EmitSymbolValueEPKNS_8MCSymbolEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer19EmitULEB128IntValueEyjj to _ZN4llvm10MCStreamer19EmitULEB128IntValueEyj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamer9EmitValueEPKNS_6MCExprEjj to _ZN4llvm10MCStreamer9EmitValueEPKNS_6MCExprEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamerC1ENS0_12StreamerKindERNS_9MCContextE to _ZN4llvm10MCStreamerC1ERNS_9MCContextEPNS_16MCTargetStreamerE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm10MCStreamerC2ENS0_12StreamerKindERNS_9MCContextE to _ZN4llvm10MCStreamerC2ERNS_9MCContextEPNS_16MCTargetStreamerE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12MemoryBuffer7getFileEPKcRNS_9OwningPtrIS0_EExb to _ZN4llvm12MemoryBuffer7getFileENS_5TwineERNS_9OwningPtrIS0_EExb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12MemoryBuffer7getFileENS_9StringRefERNS_9OwningPtrIS0_EExb to _ZN4llvm12MemoryBuffer7getFileENS_5TwineERNS_9OwningPtrIS0_EExb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12MemoryBuffer11getOpenFileEiPKcRNS_9OwningPtrIS0_EEyyxb to _ZN4llvm12MemoryBuffer11getOpenFileEiPKcRNS_9OwningPtrIS0_EEyb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm25ObjectSizeOffsetEvaluatorC2EPKNS_10DataLayoutEPKNS_17TargetLibraryInfoERNS_11LLVMContextE to _ZN4llvm25ObjectSizeOffsetEvaluatorC2EPKNS_10DataLayoutEPKNS_17TargetLibraryInfoERNS_11LLVMContextEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm25ObjectSizeOffsetEvaluatorC1EPKNS_10DataLayoutEPKNS_17TargetLibraryInfoERNS_11LLVMContextE to _ZN4llvm25ObjectSizeOffsetEvaluatorC1EPKNS_10DataLayoutEPKNS_17TargetLibraryInfoERNS_11LLVMContextEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm12MemoryObject9readBytesEyyPhPy to _ZNK4llvm12MemoryObject9readBytesEyyPh. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Method became non-const. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6Module17getGlobalVariableENS_9StringRefEb to _ZN4llvm6Module17getGlobalVariableENS_9StringRefEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm3opt8OptTableC1EPKNS1_4InfoEj to _ZN4llvm3opt8OptTableC1EPKNS1_4InfoEjb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm3opt8OptTableC2EPKNS1_4InfoEj to _ZN4llvm3opt8OptTableC2EPKNS1_4InfoEjb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm3opt8OptTable9ParseArgsEPKPKcS5_RjS6_ to _ZNK4llvm3opt8OptTable9ParseArgsEPKPKcS5_RjS6_jj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm3opt8OptTable11ParseOneArgERKNS0_7ArgListERj to _ZNK4llvm3opt8OptTable11ParseOneArgERKNS0_7ArgListERjjj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm34createBasicTargetTransformInfoPassEPKNS_18TargetLoweringBaseE to _ZN4llvm34createBasicTargetTransformInfoPassEPKNS_13TargetMachineE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm23createSjLjEHPreparePassEPKNS_18TargetLoweringBaseE to _ZN4llvm23createSjLjEHPreparePassEPKNS_13TargetMachineE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm24createStackProtectorPassEPKNS_18TargetLoweringBaseE to _ZN4llvm24createStackProtectorPassEPKNS_13TargetMachineE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16TargetPassConfigC2EPNS_13TargetMachineERNS_15PassManagerBaseE to _ZN4llvm16TargetPassConfigC2EPNS_13TargetMachineERNS_6legacy15PassManagerBaseE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16TargetPassConfigC1EPNS_13TargetMachineERNS_15PassManagerBaseE to _ZN4llvm16TargetPassConfigC1EPNS_13TargetMachineERNS_6legacy15PassManagerBaseE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18PassManagerBuilder12addExtensionENS0_16ExtensionPointTyEPFvRKS0_RNS_15PassManagerBaseEE to _ZN4llvm18PassManagerBuilder12addExtensionENS0_16ExtensionPointTyEPFvRKS0_RNS_6legacy15PassManagerBaseEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18PassManagerBuilder18addGlobalExtensionENS0_16ExtensionPointTyEPFvRKS0_RNS_15PassManagerBaseEE to _ZN4llvm18PassManagerBuilder18addGlobalExtensionENS0_16ExtensionPointTyEPFvRKS0_RNS_6legacy15PassManagerBaseEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18PassManagerBuilder27populateFunctionPassManagerERNS_19FunctionPassManagerE to _ZN4llvm18PassManagerBuilder27populateFunctionPassManagerERNS_6legacy19FunctionPassManagerE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18PassManagerBuilder22populateLTOPassManagerERNS_15PassManagerBaseEbbb to _ZN4llvm18PassManagerBuilder22populateLTOPassManagerERNS_6legacy15PassManagerBaseEbbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18PassManagerBuilder25populateModulePassManagerERNS_15PassManagerBaseE to _ZN4llvm18PassManagerBuilder25populateModulePassManagerERNS_6legacy15PassManagerBaseE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvmlsERNS_11raw_ostreamEPKNS_17MachineBasicBlockE to _ZN4llvmlsERNS_11raw_ostreamERKNS_9LiveRange7SegmentE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvmlsERNS_11raw_ostreamEPKNS_15MachineFunctionE to _ZN4llvmlsERNS_11raw_ostreamERKNS_9LiveRange7SegmentE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvmlsERNS_11raw_ostreamESt4pairIPKNS_10BasicBlockES5_E to _ZN4llvmlsERNS_11raw_ostreamERKNS_9LiveRange7SegmentE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvmlsERNS_11raw_ostreamESt4pairIPKNS_17MachineBasicBlockES5_E to _ZN4llvmlsERNS_11raw_ostreamERKNS_9LiveRange7SegmentE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm15PromoteMemToRegERKSt6vectorIPNS_10AllocaInstESaIS2_EERNS_13DominatorTreeEPNS_15AliasSetTrackerE to _ZN4llvm15PromoteMemToRegENS_8ArrayRefIPNS_10AllocaInstEEERNS_13DominatorTreeEPNS_15AliasSetTrackerE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14raw_fd_ostreamC2EPKcRSsj to _ZN4llvm14raw_fd_ostreamC2EPKcRSsNS_3sys2fs9OpenFlagsE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14raw_fd_ostreamC1EPKcRSsj to _ZN4llvm14raw_fd_ostreamC1EPKcRSsNS_3sys2fs9OpenFlagsE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm11PBQPBuilder5buildEPNS_15MachineFunctionEPKNS_13LiveIntervalsEPKNS_15MachineLoopInfoERKSt3setIjSt4lessIjESaIjEE to _ZN4llvm11PBQPBuilder5buildEPNS_15MachineFunctionEPKNS_13LiveIntervalsEPKNS_25MachineBlockFrequencyInfoERKSt3setIjSt4lessIjESaIjEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm25PBQPBuilderWithCoalescing5buildEPNS_15MachineFunctionEPKNS_13LiveIntervalsEPKNS_15MachineLoopInfoERKSt3setIjSt4lessIjESaIjEE to _ZN4llvm25PBQPBuilderWithCoalescing5buildEPNS_15MachineFunctionEPKNS_13LiveIntervalsEPKNS_25MachineBlockFrequencyInfoERKSt3setIjSt4lessIjESaIjEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm13PBQPRAProblem14getVRegForNodeEPKN4PBQP5Graph9NodeEntryE to _ZNK4llvm13PBQPRAProblem14getVRegForNodeEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18RegPressureTracker27getMaxDownwardPressureDeltaEPKNS_12MachineInstrERNS_16RegPressureDeltaENS_8ArrayRefINS_15PressureElementEEENS6_IjEE to _ZN4llvm18RegPressureTracker27getMaxDownwardPressureDeltaEPKNS_12MachineInstrERNS_16RegPressureDeltaENS_8ArrayRefINS_14PressureChangeEEENS6_IjEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18RegPressureTracker25getMaxUpwardPressureDeltaEPKNS_12MachineInstrERNS_16RegPressureDeltaENS_8ArrayRefINS_15PressureElementEEENS6_IjEE to _ZN4llvm18RegPressureTracker25getMaxUpwardPressureDeltaEPKNS_12MachineInstrEPNS_12PressureDiffERNS_16RegPressureDeltaENS_8ArrayRefINS_14PressureChangeEEENS8_IjEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18RegPressureTracker4initEPKNS_15MachineFunctionEPKNS_17RegisterClassInfoEPKNS_13LiveIntervalsEPKNS_17MachineBasicBlockENSA_15bundle_iteratorIKNS_12MachineInstrENS_14ilist_iteratorISF_EEEE to _ZN4llvm18RegPressureTracker4initEPKNS_15MachineFunctionEPKNS_17RegisterClassInfoEPKNS_13LiveIntervalsEPKNS_17MachineBasicBlockENSA_15bundle_iteratorIKNS_12MachineInstrENS_14ilist_iteratorISF_EEEEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18RegPressureTracker6recedeEv to _ZN4llvm18RegPressureTracker6recedeEPNS_15SmallVectorImplIjEEPNS_12PressureDiffE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm19RTDyldMemoryManager16registerEHFramesENS_9StringRefE to _ZN4llvm19RTDyldMemoryManager16registerEHFramesEPhyj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm24createCodeGenPreparePassEPKNS_14TargetLoweringE to _ZN4llvm24createCodeGenPreparePassEPKNS_13TargetMachineE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm21createGlobalMergePassEPKNS_14TargetLoweringE to _ZN4llvm21createGlobalMergePassEPKNS_13TargetMachineE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm20createLoopUnrollPassEiii to _ZN4llvm20createLoopUnrollPassEiiii. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm21createLowerInvokePassEPKNS_14TargetLoweringE to _ZN4llvm21createLowerInvokePassEPKNS_13TargetMachineEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm21createLowerInvokePassEPKNS_14TargetLoweringEb to _ZN4llvm21createLowerInvokePassEPKNS_13TargetMachineEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm15ScalarEvolution15getOffsetOfExprEPNS_10StructTypeEj to _ZN4llvm15ScalarEvolution15getOffsetOfExprEPNS_4TypeEPNS_10StructTypeEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm15ScalarEvolution15getOffsetOfExprEPNS_4TypeEPNS_8ConstantE to _ZN4llvm15ScalarEvolution15getOffsetOfExprEPNS_4TypeEPNS_10StructTypeEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm15ScalarEvolution13getSizeOfExprEPNS_4TypeE to _ZN4llvm15ScalarEvolution13getSizeOfExprEPNS_4TypeES2_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14isSafeToExpandEPKNS_4SCEVE to _ZN4llvm14isSafeToExpandEPKNS_4SCEVERNS_15ScalarEvolutionE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17ScheduleDAGInstrs15buildSchedGraphEPNS_13AliasAnalysisEPNS_18RegPressureTrackerE to _ZN4llvm17ScheduleDAGInstrs15buildSchedGraphEPNS_13AliasAnalysisEPNS_18RegPressureTrackerEPNS_13PressureDiffsE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm20SectionMemoryManager19allocateCodeSectionEjjj to _ZN4llvm20SectionMemoryManager19allocateCodeSectionEjjjNS_9StringRefE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm20SectionMemoryManager19allocateDataSectionEjjjb to _ZN4llvm20SectionMemoryManager19allocateDataSectionEjjjNS_9StringRefEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9FoldSetCCENS_3EVTENS_7SDValueES2_NS_3ISD8CondCodeENS_8DebugLocE to _ZN4llvm12SelectionDAG9FoldSetCCENS_3EVTENS_7SDValueES2_NS_3ISD8CondCodeENS_5SDLocE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG16getAnyExtOrTruncENS_7SDValueENS_8DebugLocENS_3EVTE to _ZN4llvm12SelectionDAG16getAnyExtOrTruncENS_7SDValueENS_5SDLocENS_3EVTE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getAtomicEjNS_8DebugLocENS_3EVTES2_NS_7SDValueES3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE to _ZN4llvm12SelectionDAG9getAtomicEjNS_5SDLocENS_3EVTES2_NS_7SDValueES3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getAtomicEjNS_8DebugLocENS_3EVTES2_NS_7SDValueES3_PKNS_5ValueEjNS_14AtomicOrderingENS_20SynchronizationScopeE to _ZN4llvm12SelectionDAG9getAtomicEjNS_5SDLocENS_3EVTES2_NS_7SDValueES3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getAtomicEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE to _ZN4llvm12SelectionDAG9getAtomicEjNS_5SDLocENS_3EVTES2_NS_7SDValueES3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getAtomicEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_S3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE to _ZN4llvm12SelectionDAG9getAtomicEjNS_5SDLocENS_3EVTES2_NS_7SDValueES3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getAtomicEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_S3_NS_18MachinePointerInfoEjNS_14AtomicOrderingENS_20SynchronizationScopeE to _ZN4llvm12SelectionDAG9getAtomicEjNS_5SDLocENS_3EVTES2_NS_7SDValueES3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getAtomicEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_PKNS_5ValueEjNS_14AtomicOrderingENS_20SynchronizationScopeE to _ZN4llvm12SelectionDAG9getAtomicEjNS_5SDLocENS_3EVTES2_NS_7SDValueES3_PNS_17MachineMemOperandENS_14AtomicOrderingENS_20SynchronizationScopeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG16getConvertRndSatENS_3EVTENS_8DebugLocENS_7SDValueES3_S3_S3_S3_NS_3ISD7CvtCodeE to _ZN4llvm12SelectionDAG16getConvertRndSatENS_3EVTENS_5SDLocENS_7SDValueES3_S3_S3_S3_NS_3ISD7CvtCodeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG10getEHLabelENS_8DebugLocENS_7SDValueEPNS_8MCSymbolE to _ZN4llvm12SelectionDAG10getEHLabelENS_5SDLocENS_7SDValueEPNS_8MCSymbolE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG10getExtLoadENS_3ISD11LoadExtTypeENS_8DebugLocENS_3EVTENS_7SDValueES5_NS_18MachinePointerInfoES4_bbjPKNS_6MDNodeE to _ZN4llvm12SelectionDAG10getExtLoadENS_3ISD11LoadExtTypeENS_5SDLocENS_3EVTENS_7SDValueES5_S4_PNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG16getGlobalAddressEPKNS_11GlobalValueENS_8DebugLocENS_3EVTExbh to _ZN4llvm12SelectionDAG16getGlobalAddressEPKNS_11GlobalValueENS_5SDLocENS_3EVTExbh. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getIndexedLoadENS_7SDValueENS_8DebugLocES1_S1_NS_3ISD14MemIndexedModeE to _ZN4llvm12SelectionDAG14getIndexedLoadENS_7SDValueENS_5SDLocES1_S1_NS_3ISD14MemIndexedModeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG15getIndexedStoreENS_7SDValueENS_8DebugLocES1_S1_NS_3ISD14MemIndexedModeE to _ZN4llvm12SelectionDAG15getIndexedStoreENS_7SDValueENS_5SDLocES1_S1_NS_3ISD14MemIndexedModeE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getLoadENS_3EVTENS_8DebugLocENS_7SDValueES3_NS_18MachinePointerInfoEbbbjPKNS_6MDNodeES7_ to _ZN4llvm12SelectionDAG7getLoadENS_3EVTENS_5SDLocENS_7SDValueES3_PNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getLoadENS_3ISD14MemIndexedModeENS1_11LoadExtTypeENS_3EVTENS_8DebugLocENS_7SDValueES6_S6_S4_PNS_17MachineMemOperandE to _ZN4llvm12SelectionDAG7getLoadENS_3EVTENS_5SDLocENS_7SDValueES3_PNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getLoadENS_3ISD14MemIndexedModeENS1_11LoadExtTypeENS_3EVTENS_8DebugLocENS_7SDValueES6_S6_NS_18MachinePointerInfoES4_bbbjPKNS_6MDNodeESA_ to _ZN4llvm12SelectionDAG7getLoadENS_3EVTENS_5SDLocENS_7SDValueES3_PNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTENS_8ArrayRefINS_7SDValueEEE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_ to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_NS_8ArrayRefINS_7SDValueEEE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_S2_NS_8ArrayRefINS_7SDValueEEE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_S2_S2_NS_8ArrayRefINS_7SDValueEEE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_S2_NS_7SDValueES3_ to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_S2_NS_7SDValueES3_S3_ to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_NS_7SDValueE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_NS_7SDValueES3_ to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTES2_NS_7SDValueES3_S3_ to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTENS_7SDValueE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTENS_7SDValueES3_ to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_ to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMachineNodeEjNS_8DebugLocENS_8SDVTListENS_8ArrayRefINS_7SDValueEEE to _ZN4llvm12SelectionDAG14getMachineNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEENS2_INS_7SDValueEEE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getMemcpyENS_7SDValueENS_8DebugLocES1_S1_S1_jbbNS_18MachinePointerInfoES3_ to _ZN4llvm12SelectionDAG9getMemcpyENS_7SDValueENS_5SDLocES1_S1_S1_jbbNS_18MachinePointerInfoES3_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG19getMemIntrinsicNodeEjNS_8DebugLocEPKNS_3EVTEjPKNS_7SDValueEjS2_NS_18MachinePointerInfoEjbbb to _ZN4llvm12SelectionDAG19getMemIntrinsicNodeEjNS_5SDLocEPKNS_3EVTEjPKNS_7SDValueEjS2_NS_18MachinePointerInfoEjbbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG19getMemIntrinsicNodeEjNS_8DebugLocENS_8SDVTListEPKNS_7SDValueEjNS_3EVTEPNS_17MachineMemOperandE to _ZN4llvm12SelectionDAG19getMemIntrinsicNodeEjNS_5SDLocEPKNS_3EVTEjPKNS_7SDValueEjS2_NS_18MachinePointerInfoEjbbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG19getMemIntrinsicNodeEjNS_8DebugLocENS_8SDVTListEPKNS_7SDValueEjNS_3EVTENS_18MachinePointerInfoEjbbb to _ZN4llvm12SelectionDAG19getMemIntrinsicNodeEjNS_5SDLocEPKNS_3EVTEjPKNS_7SDValueEjS2_NS_18MachinePointerInfoEjbbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG10getMemmoveENS_7SDValueENS_8DebugLocES1_S1_S1_jbNS_18MachinePointerInfoES3_ to _ZN4llvm12SelectionDAG10getMemmoveENS_7SDValueENS_5SDLocES1_S1_S1_jbNS_18MachinePointerInfoES3_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG9getMemsetENS_7SDValueENS_8DebugLocES1_S1_S1_jbNS_18MachinePointerInfoE to _ZN4llvm12SelectionDAG9getMemsetENS_7SDValueENS_5SDLocES1_S1_S1_jbNS_18MachinePointerInfoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getMergeValuesEPKNS_7SDValueEjNS_8DebugLocE to _ZN4llvm12SelectionDAG14getMergeValuesEPKNS_7SDValueEjNS_5SDLocE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocEPKNS_3EVTEjPKNS_7SDValueEj to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTE to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTEPKNS_5SDUseEj to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTEPKNS_7SDValueEj to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTENS_7SDValueE to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTENS_7SDValueES3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_S3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_3EVTENS_7SDValueES3_S3_S3_S3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8SDVTListE to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8SDVTListEPKNS_7SDValueEj to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8SDVTListENS_7SDValueE to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8SDVTListENS_7SDValueES3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8SDVTListENS_7SDValueES3_S3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8SDVTListENS_7SDValueES3_S3_S3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG7getNodeEjNS_8DebugLocENS_8SDVTListENS_7SDValueES3_S3_S3_S3_ to _ZN4llvm12SelectionDAG7getNodeEjNS_5SDLocENS_8ArrayRefINS_3EVTEEEPKNS_7SDValueEj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG6getNOTENS_8DebugLocENS_7SDValueENS_3EVTE to _ZN4llvm12SelectionDAG6getNOTENS_5SDLocENS_7SDValueENS_3EVTE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getSExtOrTruncENS_7SDValueENS_8DebugLocENS_3EVTE to _ZN4llvm12SelectionDAG14getSExtOrTruncENS_7SDValueENS_5SDLocENS_3EVTE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG8getStoreENS_7SDValueENS_8DebugLocES1_S1_PNS_17MachineMemOperandE to _ZN4llvm12SelectionDAG8getStoreENS_7SDValueENS_5SDLocES1_S1_PNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG8getStoreENS_7SDValueENS_8DebugLocES1_S1_NS_18MachinePointerInfoEbbjPKNS_6MDNodeE to _ZN4llvm12SelectionDAG8getStoreENS_7SDValueENS_5SDLocES1_S1_PNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG22getTargetExtractSubregEiNS_8DebugLocENS_3EVTENS_7SDValueE to _ZN4llvm12SelectionDAG22getTargetExtractSubregEiNS_5SDLocENS_3EVTENS_7SDValueE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG21getTargetInsertSubregEiNS_8DebugLocENS_3EVTENS_7SDValueES3_ to _ZN4llvm12SelectionDAG21getTargetInsertSubregEiNS_5SDLocENS_3EVTENS_7SDValueES3_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG13getTruncStoreENS_7SDValueENS_8DebugLocES1_S1_NS_3EVTEPNS_17MachineMemOperandE to _ZN4llvm12SelectionDAG13getTruncStoreENS_7SDValueENS_5SDLocES1_S1_NS_3EVTEPNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG13getTruncStoreENS_7SDValueENS_8DebugLocES1_S1_NS_18MachinePointerInfoENS_3EVTEbbjPKNS_6MDNodeE to _ZN4llvm12SelectionDAG13getTruncStoreENS_7SDValueENS_5SDLocES1_S1_NS_3EVTEPNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG8getVAArgENS_3EVTENS_8DebugLocENS_7SDValueES3_S3_j to _ZN4llvm12SelectionDAG8getVAArgENS_3EVTENS_5SDLocENS_7SDValueES3_S3_j. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG16getVectorShuffleENS_3EVTENS_8DebugLocENS_7SDValueES3_PKi to _ZN4llvm12SelectionDAG16getVectorShuffleENS_3EVTENS_5SDLocENS_7SDValueES3_PKi. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG18getZeroExtendInRegENS_7SDValueENS_8DebugLocENS_3EVTE to _ZN4llvm12SelectionDAG18getZeroExtendInRegENS_7SDValueENS_5SDLocENS_3EVTE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG14getZExtOrTruncENS_7SDValueENS_8DebugLocENS_3EVTE to _ZN4llvm12SelectionDAG14getZExtOrTruncENS_7SDValueENS_5SDLocENS_3EVTE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm12SelectionDAG4initERNS_15MachineFunctionEPKNS_19TargetTransformInfoE to _ZN4llvm12SelectionDAG4initERNS_15MachineFunctionEPKNS_19TargetTransformInfoEPKNS_14TargetLoweringE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16SelectionDAGISelC2ERKNS_13TargetMachineENS_10CodeGenOpt5LevelE to _ZN4llvm16SelectionDAGISelC2ERNS_13TargetMachineENS_10CodeGenOpt5LevelE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16SelectionDAGISelC1ERKNS_13TargetMachineENS_10CodeGenOpt5LevelE to _ZN4llvm16SelectionDAGISelC1ERNS_13TargetMachineENS_10CodeGenOpt5LevelE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MemSDNodeC1EjNS_8DebugLocENS_8SDVTListENS_3EVTEPNS_17MachineMemOperandE to _ZN4llvm9MemSDNodeC1EjjNS_8DebugLocENS_8SDVTListENS_3EVTEPNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MemSDNodeC2EjNS_8DebugLocENS_8SDVTListENS_3EVTEPNS_17MachineMemOperandE to _ZN4llvm9MemSDNodeC2EjjNS_8DebugLocENS_8SDVTListENS_3EVTEPNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MemSDNodeC2EjNS_8DebugLocENS_8SDVTListEPKNS_7SDValueEjNS_3EVTEPNS_17MachineMemOperandE to _ZN4llvm9MemSDNodeC2EjjNS_8DebugLocENS_8SDVTListENS_3EVTEPNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9MemSDNodeC1EjNS_8DebugLocENS_8SDVTListEPKNS_7SDValueEjNS_3EVTEPNS_17MachineMemOperandE to _ZN4llvm9MemSDNodeC1EjjNS_8DebugLocENS_8SDVTListENS_3EVTEPNS_17MachineMemOperandE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm6SDNode20hasPredecessorHelperEPKS0_RNS_11SmallPtrSetIS2_Lj32EEERNS_11SmallVectorIS2_Lj16EEE to _ZNK4llvm6SDNode20hasPredecessorHelperEPKS0_RNS_11SmallPtrSetIS2_Lj32EEERNS_15SmallVectorImplIS2_EE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm3sys22DontRemoveFileOnSignalERKNS0_4PathE to _ZN4llvm3sys22DontRemoveFileOnSignalENS_9StringRefE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm3sys18RemoveFileOnSignalERKNS0_4PathEPSs to _ZN4llvm3sys18RemoveFileOnSignalENS_9StringRefEPSs. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm21StreamingMemoryObject9readBytesEyyPhPy to _ZNK4llvm21StreamingMemoryObject9readBytesEyyPh. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm9StringRef13edit_distanceES0_bj to _ZNK4llvm9StringRef13edit_distanceES0_bj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm15TargetInstrInfo24computeDefOperandLatencyEPKNS_18InstrItineraryDataEPKNS_12MachineInstrEb to _ZNK4llvm15TargetInstrInfo24computeDefOperandLatencyEPKNS_18InstrItineraryDataEPKNS_12MachineInstrE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm15TargetInstrInfo21computeOperandLatencyEPKNS_18InstrItineraryDataEPKNS_12MachineInstrEjS6_jb to _ZNK4llvm15TargetInstrInfo21computeOperandLatencyEPKNS_18InstrItineraryDataEPKNS_12MachineInstrEjS6_j. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14TargetLowering14BuildExactSDIVENS_7SDValueES1_NS_8DebugLocERNS_12SelectionDAGE to _ZNK4llvm14TargetLowering14BuildExactSDIVENS_7SDValueES1_NS_5SDLocERNS_12SelectionDAGE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14TargetLowering28getRegForInlineAsmConstraintERKSsNS_3EVTE to _ZNK4llvm14TargetLowering28getRegForInlineAsmConstraintERKSsNS_3MVTE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14TargetLowering11makeLibCallERNS_12SelectionDAGENS_5RTLIB7LibcallENS_3EVTEPKNS_7SDValueEjbNS_8DebugLocE to _ZNK4llvm14TargetLowering11makeLibCallERNS_12SelectionDAGENS_5RTLIB7LibcallENS_3EVTEPKNS_7SDValueEjbNS_5SDLocEbb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14TargetLowering13SimplifySetCCENS_3EVTENS_7SDValueES2_NS_3ISD8CondCodeEbRNS0_15DAGCombinerInfoENS_8DebugLocE to _ZNK4llvm14TargetLowering13SimplifySetCCENS_3EVTENS_7SDValueES2_NS_3ISD8CondCodeEbRNS0_15DAGCombinerInfoENS_5SDLocE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm14TargetLowering19softenSetCCOperandsERNS_12SelectionDAGENS_3EVTERNS_7SDValueES5_RNS_3ISD8CondCodeENS_8DebugLocE to _ZNK4llvm14TargetLowering19softenSetCCOperandsERNS_12SelectionDAGENS_3EVTERNS_7SDValueES5_RNS_3ISD8CondCodeENS_5SDLocE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14TargetLowering17TargetLoweringOpt16ShrinkDemandedOpENS_7SDValueEjRKNS_5APIntENS_8DebugLocE to _ZN4llvm14TargetLowering17TargetLoweringOpt16ShrinkDemandedOpENS_7SDValueEjRKNS_5APIntENS_5SDLocE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm18TargetLoweringBase18getSetCCResultTypeENS_3EVTE to _ZNK4llvm18TargetLoweringBase18getSetCCResultTypeERNS_11LLVMContextENS_3EVTE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17LLVMTargetMachine17addAnalysisPassesERNS_15PassManagerBaseE to _ZN4llvm17LLVMTargetMachine17addAnalysisPassesERNS_6legacy15PassManagerBaseE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17LLVMTargetMachine19addPassesToEmitFileERNS_15PassManagerBaseERNS_21formatted_raw_ostreamENS_13TargetMachine15CodeGenFileTypeEbPKvS8_ to _ZN4llvm17LLVMTargetMachine19addPassesToEmitFileERNS_6legacy15PassManagerBaseERNS_21formatted_raw_ostreamENS_13TargetMachine15CodeGenFileTypeEbPKvS9_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17LLVMTargetMachine26addPassesToEmitMachineCodeERNS_15PassManagerBaseERNS_14JITCodeEmitterEb to _ZN4llvm17LLVMTargetMachine26addPassesToEmitMachineCodeERNS_6legacy15PassManagerBaseERNS_14JITCodeEmitterEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17LLVMTargetMachine17addPassesToEmitMCERNS_15PassManagerBaseERPNS_9MCContextERNS_11raw_ostreamEb to _ZN4llvm17LLVMTargetMachine17addPassesToEmitMCERNS_6legacy15PassManagerBaseERPNS_9MCContextERNS_11raw_ostreamEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17LLVMTargetMachine16createPassConfigERNS_15PassManagerBaseE to _ZN4llvm17LLVMTargetMachine16createPassConfigERNS_6legacy15PassManagerBaseE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18TargetRegisterInfoC1EPKNS_22TargetRegisterInfoDescEPKPKNS_19TargetRegisterClassES8_PKPKcPKj to _ZN4llvm18TargetRegisterInfoC1EPKNS_22TargetRegisterInfoDescEPKPKNS_19TargetRegisterClassES8_PKPKcPKjj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm18TargetRegisterInfoC2EPKNS_22TargetRegisterInfoDescEPKPKNS_19TargetRegisterClassES8_PKPKcPKj to _ZN4llvm18TargetRegisterInfoC2EPKNS_22TargetRegisterInfoDescEPKPKNS_19TargetRegisterClassES8_PKPKcPKjj. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm17createAsmStreamerERNS_9MCContextERNS_21formatted_raw_ostreamEbbbbPNS_13MCInstPrinterEPNS_13MCCodeEmitterEPNS_12MCAsmBackendEb to _ZN4llvm17createAsmStreamerERNS_9MCContextEPNS_16MCTargetStreamerERNS_21formatted_raw_ostreamEbbbbPNS_13MCInstPrinterEPNS_13MCCodeEmitterEPNS_12MCAsmBackendEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm16TargetSchedModel19computeInstrLatencyEPKNS_12MachineInstrE to _ZNK4llvm16TargetSchedModel19computeInstrLatencyEPKNS_12MachineInstrEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm16TargetSchedModel21computeOperandLatencyEPKNS_12MachineInstrEjS3_jb to _ZNK4llvm16TargetSchedModel21computeOperandLatencyEPKNS_12MachineInstrEjS3_j. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK4llvm19TargetTransformInfo25getAddressComputationCostEPNS_4TypeE to _ZNK4llvm19TargetTransformInfo25getAddressComputationCostEPNS_4TypeEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16tool_output_fileC2EPKcRSsj to _ZN4llvm16tool_output_fileC2EPKci. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16tool_output_fileC1EPKcRSsj to _ZN4llvm16tool_output_fileC1EPKci. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm8MapValueEPKNS_5ValueERNS_8ValueMapIS2_NS_6WeakVHENS_14ValueMapConfigIS2_EEEENS_10RemapFlagsEPNS_20ValueMapTypeRemapperE to _ZN4llvm8MapValueEPKNS_5ValueERNS_8ValueMapIS2_NS_6WeakVHENS_14ValueMapConfigIS2_EEEENS_10RemapFlagsEPNS_20ValueMapTypeRemapperEPNS_17ValueMaterializerE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm16RemapInstructionEPNS_11InstructionERNS_8ValueMapIPKNS_5ValueENS_6WeakVHENS_14ValueMapConfigIS5_EEEENS_10RemapFlagsEPNS_20ValueMapTypeRemapperE to _ZN4llvm16RemapInstructionEPNS_11InstructionERNS_8ValueMapIPKNS_5ValueENS_6WeakVHENS_14ValueMapConfigIS5_EEEENS_10RemapFlagsEPNS_20ValueMapTypeRemapperEPNS_17ValueMaterializerE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm14isKnownNonNullEPKNS_5ValueE to _ZN4llvm14isKnownNonNullEPKNS_5ValueEPKNS_17TargetLibraryInfoE. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm23createLoopVectorizePassEv to _ZN4llvm23createLoopVectorizePassEb. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm4yaml4NodeC1EjRNS_9OwningPtrINS0_8DocumentEEENS_9StringRefE to _ZN4llvm4yaml4NodeC1EjRNS_9OwningPtrINS0_8DocumentEEENS_9StringRefES6_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm4yaml4NodeC2EjRNS_9OwningPtrINS0_8DocumentEEENS_9StringRefE to _ZN4llvm4yaml4NodeC2EjRNS_9OwningPtrINS0_8DocumentEEENS_9StringRefES6_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm4yaml5InputC1ENS_9StringRefEPv to _ZN4llvm4yaml5InputC1ENS_9StringRefEPvPFvRKNS_12SMDiagnosticES3_ES3_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm4yaml5InputC2ENS_9StringRefEPv to _ZN4llvm4yaml5InputC2ENS_9StringRefEPvPFvRKNS_12SMDiagnosticES3_ES3_. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4llvm4yaml6Output10outputtingEv to _ZNK4llvm4yaml6Output10outputtingEv. This may cause "undefined reference" linker error in old client applications. |
Change | Effect | |
---|---|---|
1 | Field MII has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of field OutContext has been changed from 320 bytes to 464 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field OutStreamer has been changed from 128 bytes to 144 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Size of field TM has been changed from 64 bytes to 56 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
5 | Virtual method AsmPrinter::EmitDwarfRegOp ( MachineLocation const&, bool ) const has been added to this class instead of AsmPrinter::EmitDwarfRegOp ( MachineLocation const& ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
6 | Virtual method AsmPrinter::emitImplicitDef ( MachineInstr const* ) const has been added to this class instead of AsmPrinter::getDebugValueLocation ( MachineInstr const* ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 38 entries | Virtual Table (New) - 38 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~AsmPrinter | ~AsmPrinter |
12 | ~AsmPrinter | ~AsmPrinter |
16 | Pass::getPassName | Pass::getPassName |
20 | AsmPrinter::doInitialization | AsmPrinter::doInitialization |
24 | AsmPrinter::doFinalization | AsmPrinter::doFinalization |
28 | Pass::print | Pass::print |
32 | MachineFunctionPass::createPrinterPass | MachineFunctionPass::createPrinterPass |
36 | FunctionPass::assignPassManager | FunctionPass::assignPassManager |
40 | Pass::preparePassManager | Pass::preparePassManager |
44 | FunctionPass::getPotentialPassManagerType | FunctionPass::getPotentialPassManagerType |
48 | AsmPrinter::getAnalysisUsage | AsmPrinter::getAnalysisUsage |
52 | Pass::releaseMemory | Pass::releaseMemory |
56 | Pass::getAdjustedAnalysisPointer | Pass::getAdjustedAnalysisPointer |
60 | Pass::getAsImmutablePass | Pass::getAsImmutablePass |
64 | Pass::getAsPMDataManager | Pass::getAsPMDataManager |
68 | Pass::verifyAnalysis | Pass::verifyAnalysis |
72 | Pass::dumpPassStructure | Pass::dumpPassStructure |
76 | MachineFunctionPass::runOnFunction | MachineFunctionPass::runOnFunction |
80 | AsmPrinter::runOnMachineFunction | AsmPrinter::runOnMachineFunction |
84 | AsmPrinter::EmitConstantPool | AsmPrinter::EmitConstantPool |
88 | AsmPrinter::EmitGlobalVariable | AsmPrinter::EmitGlobalVariable |
92 | AsmPrinter::EmitStartOfAsmFile | AsmPrinter::EmitStartOfAsmFile |
96 | AsmPrinter::EmitEndOfAsmFile | AsmPrinter::EmitEndOfAsmFile |
100 | AsmPrinter::EmitFunctionBodyStart | AsmPrinter::EmitFunctionBodyStart |
104 | AsmPrinter::EmitFunctionBodyEnd | AsmPrinter::EmitFunctionBodyEnd |
108 | AsmPrinter::EmitInstruction | AsmPrinter::EmitInstruction |
112 | AsmPrinter::EmitFunctionEntryLabel | AsmPrinter::EmitFunctionEntryLabel |
116 | AsmPrinter::EmitMachineConstantPoolValue | AsmPrinter::EmitMachineConstantPoolValue |
120 | AsmPrinter::EmitXXStructor | AsmPrinter::EmitXXStructor |
124 | AsmPrinter::isBlockOnlyReachableByFallthrough | AsmPrinter::isBlockOnlyReachableByFallthrough |
128 | AsmPrinter::getDebugValueLocation | AsmPrinter::emitImplicitDef |
132 | AsmPrinter::getISAEncoding | AsmPrinter::getISAEncoding |
136 | AsmPrinter::EmitDwarfRegOp | AsmPrinter::EmitDwarfRegOp |
140 | AsmPrinter::PrintSpecial | AsmPrinter::PrintSpecial |
144 | AsmPrinter::PrintAsmOperand | AsmPrinter::PrintAsmOperand |
148 | AsmPrinter::PrintAsmMemoryOperand | AsmPrinter::PrintAsmMemoryOperand |
Change | Effect | |
---|---|---|
1 | Value of member ByVal has been changed from 3 to 4. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member EndAttrKinds has been changed from 35 to 38. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member InReg has been changed from 5 to 7. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member InlineHint has been changed from 4 to 6. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member MinSize has been changed from 6 to 8. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member Naked has been changed from 7 to 9. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member Nest has been changed from 8 to 10. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member NoAlias has been changed from 9 to 11. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member NoBuiltin has been changed from 10 to 12. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member NoCapture has been changed from 11 to 13. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member NoDuplicate has been changed from 12 to 14. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member NoImplicitFloat has been changed from 13 to 15. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member NoInline has been changed from 14 to 16. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member NoRedZone has been changed from 16 to 18. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member NoReturn has been changed from 17 to 19. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member NoUnwind has been changed from 18 to 20. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member NonLazyBind has been changed from 15 to 17. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member OptimizeForSize has been changed from 19 to 21. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member ReadNone has been changed from 20 to 23. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member ReadOnly has been changed from 21 to 24. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member Returned has been changed from 22 to 25. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member ReturnsTwice has been changed from 23 to 26. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member SExt has been changed from 24 to 27. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member SanitizeAddress has been changed from 30 to 33. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member SanitizeMemory has been changed from 32 to 35. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member SanitizeThread has been changed from 31 to 34. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member StackAlignment has been changed from 25 to 28. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member StackProtect has been changed from 26 to 29. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member StackProtectReq has been changed from 27 to 30. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
30 | Value of member StackProtectStrong has been changed from 28 to 31. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
31 | Value of member StructRet has been changed from 29 to 32. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
32 | Value of member UWTable has been changed from 33 to 36. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
33 | Value of member ZExt has been changed from 34 to 37. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Size of field MF has been changed from 168 bytes to 176 bytes. | Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
2 | Size of field TRI has been changed from 124 bytes to 132 bytes. | Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Size of field MF has been changed from 168 bytes to 176 bytes. | Previous accesses of applications and library functions to this field may be broken. |
2 | Size of field TM has been changed from 64 bytes to 56 bytes. | Previous accesses of applications and library functions to this field may be broken. |
Change | Effect | |
---|---|---|
1 | Size of field TM has been changed from 64 bytes to 56 bytes. | Previous accesses of applications and library functions to this field may be broken. |
2 | Size of field FuncInfo has been changed from 360 bytes to 368 bytes. | Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field MRI has been changed from 108 bytes to 112 bytes. | Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Size of field TLI has been changed from 18580 bytes to 20564 bytes. | Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
5 | Size of field TRI has been changed from 124 bytes to 132 bytes. | Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Size of field CurrentEntry has been changed from 24 bytes to 40 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
Change | Effect | |
---|---|---|
1 | Field TM has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | Value of member AppendingLinkage has been changed from 7 to 6. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member CommonLinkage has been changed from 15 to 14. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member DLLExportLinkage has been changed from 13 to 12. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member DLLImportLinkage has been changed from 12 to 11. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member ExternalWeakLinkage has been changed from 14 to 13. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member InternalLinkage has been changed from 8 to 7. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member LinkerPrivateLinkage has been changed from 10 to 9. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member LinkerPrivateWeakLinkage has been changed from 11 to 10. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member PrivateLinkage has been changed from 9 to 8. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member WeakAnyLinkage has been changed from 5 to 4. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member WeakODRLinkage has been changed from 6 to 5. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Pure virtual method GVMaterializer::Materialize ( GlobalValue* ) has been added to this class instead of GVMaterializer::Materialize ( GlobalValue*, std::string* ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Pure virtual method GVMaterializer::MaterializeModule ( Module* ) has been added to this class instead of GVMaterializer::MaterializeModule ( Module*, std::string* ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 9 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~GVMaterializer | ~GVMaterializer |
12 | ~GVMaterializer | ~GVMaterializer |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | GVMaterializer::Dematerialize | GVMaterializer::Dematerialize |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Value of member CastOpsEnd has been changed from 45 to 46. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Value of member Call has been changed from 48 to 49. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member ExtractElement has been changed from 53 to 54. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member ExtractValue has been changed from 56 to 57. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member FCmp has been changed from 46 to 47. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member ICmp has been changed from 45 to 46. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member InsertElement has been changed from 54 to 55. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member InsertValue has been changed from 57 to 58. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member LandingPad has been changed from 58 to 59. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member OtherOpsBegin has been changed from 45 to 46. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member OtherOpsEnd has been changed from 59 to 60. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member PHI has been changed from 47 to 48. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member Select has been changed from 49 to 50. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member ShuffleVector has been changed from 55 to 56. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member UserOp1 has been changed from 50 to 51. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member UserOp2 has been changed from 51 to 52. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member VAArg has been changed from 52 to 53. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Value of member adjust_trampoline has been changed from 1 to 128. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member annotation has been changed from 2 to 129. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member arm_cdp has been changed from 3 to 130. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member arm_cdp2 has been changed from 4 to 131. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member arm_get_fpscr has been changed from 5 to 141. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member arm_ldrexd has been changed from 6 to 143. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member arm_mcr has been changed from 7 to 144. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member arm_mcr2 has been changed from 8 to 145. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member arm_mcrr has been changed from 9 to 146. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member arm_mcrr2 has been changed from 10 to 147. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member arm_mrc has been changed from 11 to 148. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member arm_mrc2 has been changed from 12 to 149. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member arm_neon_vabds has been changed from 13 to 164. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member arm_neon_vabdu has been changed from 14 to 165. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member arm_neon_vabs has been changed from 15 to 166. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member arm_neon_vacged has been changed from 16 to 167. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member arm_neon_vacgeq has been changed from 17 to 168. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member arm_neon_vacgtd has been changed from 18 to 169. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member arm_neon_vacgtq has been changed from 19 to 170. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member arm_neon_vbsl has been changed from 21 to 171. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member arm_neon_vcls has been changed from 22 to 172. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member arm_neon_vclz has been changed from 23 to 173. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member arm_neon_vcnt has been changed from 24 to 174. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member arm_neon_vcvtfp2fxs has been changed from 25 to 177. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member arm_neon_vcvtfp2fxu has been changed from 26 to 178. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member arm_neon_vcvtfp2hf has been changed from 27 to 179. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member arm_neon_vcvtfxs2fp has been changed from 28 to 180. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member arm_neon_vcvtfxu2fp has been changed from 29 to 181. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member arm_neon_vcvthf2fp has been changed from 30 to 182. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
30 | Value of member arm_neon_vhadds has been changed from 31 to 189. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
31 | Value of member arm_neon_vhaddu has been changed from 32 to 190. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
32 | Value of member arm_neon_vhsubs has been changed from 33 to 191. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
33 | Value of member arm_neon_vhsubu has been changed from 34 to 192. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
34 | Value of member arm_neon_vld1 has been changed from 35 to 193. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
35 | Value of member arm_neon_vld2 has been changed from 36 to 194. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
36 | Value of member arm_neon_vld2lane has been changed from 37 to 195. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
37 | Value of member arm_neon_vld3 has been changed from 38 to 196. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
38 | Value of member arm_neon_vld3lane has been changed from 39 to 197. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
39 | Value of member arm_neon_vld4 has been changed from 40 to 198. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
40 | Value of member arm_neon_vld4lane has been changed from 41 to 199. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
41 | Value of member arm_neon_vmins has been changed from 44 to 204. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
42 | Value of member arm_neon_vminu has been changed from 45 to 205. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
43 | Value of member arm_neon_vmullp has been changed from 46 to 206. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
44 | Value of member arm_neon_vmulls has been changed from 47 to 207. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
45 | Value of member arm_neon_vmullu has been changed from 48 to 208. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
46 | Value of member arm_neon_vmulp has been changed from 49 to 209. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
47 | Value of member arm_neon_vpadals has been changed from 50 to 210. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
48 | Value of member arm_neon_vpadalu has been changed from 51 to 211. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
49 | Value of member arm_neon_vpadd has been changed from 52 to 212. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
50 | Value of member arm_neon_vpaddls has been changed from 53 to 213. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
51 | Value of member arm_neon_vpaddlu has been changed from 54 to 214. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
52 | Value of member arm_neon_vpmins has been changed from 57 to 217. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
53 | Value of member arm_neon_vpminu has been changed from 58 to 218. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
54 | Value of member arm_neon_vqabs has been changed from 59 to 219. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
55 | Value of member arm_neon_vqadds has been changed from 60 to 220. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
56 | Value of member arm_neon_vqaddu has been changed from 61 to 221. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
57 | Value of member arm_neon_vqdmulh has been changed from 64 to 222. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
58 | Value of member arm_neon_vqdmull has been changed from 65 to 223. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
59 | Value of member arm_neon_vqmovns has been changed from 66 to 224. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
60 | Value of member arm_neon_vqmovnsu has been changed from 67 to 225. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
61 | Value of member arm_neon_vqmovnu has been changed from 68 to 226. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
62 | Value of member arm_neon_vqneg has been changed from 69 to 227. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
63 | Value of member arm_neon_vqrdmulh has been changed from 70 to 228. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
64 | Value of member arm_neon_vqrshiftns has been changed from 71 to 229. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
65 | Value of member arm_neon_vqrshiftnsu has been changed from 72 to 230. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
66 | Value of member arm_neon_vqrshiftnu has been changed from 73 to 231. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
67 | Value of member arm_neon_vqrshifts has been changed from 74 to 232. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
68 | Value of member arm_neon_vqrshiftu has been changed from 75 to 233. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
69 | Value of member arm_neon_vqshiftns has been changed from 76 to 234. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
70 | Value of member arm_neon_vqshiftnsu has been changed from 77 to 235. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
71 | Value of member arm_neon_vqshiftnu has been changed from 78 to 236. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
72 | Value of member arm_neon_vqshifts has been changed from 79 to 237. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
73 | Value of member arm_neon_vqshiftsu has been changed from 80 to 238. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
74 | Value of member arm_neon_vqshiftu has been changed from 81 to 239. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
75 | Value of member arm_neon_vqsubs has been changed from 82 to 240. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
76 | Value of member arm_neon_vqsubu has been changed from 83 to 241. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
77 | Value of member arm_neon_vraddhn has been changed from 84 to 242. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
78 | Value of member arm_neon_vrecpe has been changed from 85 to 243. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
79 | Value of member arm_neon_vrecps has been changed from 86 to 244. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
80 | Value of member arm_neon_vrhadds has been changed from 87 to 245. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
81 | Value of member arm_neon_vrhaddu has been changed from 88 to 246. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
82 | Value of member arm_neon_vrshiftn has been changed from 89 to 253. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
83 | Value of member arm_neon_vrshifts has been changed from 90 to 254. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
84 | Value of member arm_neon_vrshiftu has been changed from 91 to 255. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
85 | Value of member arm_neon_vrsqrte has been changed from 92 to 256. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
86 | Value of member arm_neon_vrsqrts has been changed from 93 to 257. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
87 | Value of member arm_neon_vrsubhn has been changed from 94 to 258. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
88 | Value of member arm_neon_vshiftins has been changed from 95 to 259. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
89 | Value of member arm_neon_vshiftls has been changed from 96 to 260. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
90 | Value of member arm_neon_vshiftlu has been changed from 97 to 261. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
91 | Value of member arm_neon_vshiftn has been changed from 98 to 262. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
92 | Value of member arm_neon_vshifts has been changed from 99 to 263. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
93 | Value of member arm_neon_vshiftu has been changed from 100 to 264. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
94 | Value of member arm_neon_vst1 has been changed from 101 to 265. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
95 | Value of member arm_neon_vst2 has been changed from 102 to 266. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
96 | Value of member arm_neon_vst2lane has been changed from 103 to 267. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
97 | Value of member arm_neon_vst3 has been changed from 104 to 268. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
98 | Value of member arm_neon_vst3lane has been changed from 105 to 269. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
99 | Value of member arm_neon_vst4 has been changed from 106 to 270. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
100 | Value of member arm_neon_vst4lane has been changed from 107 to 271. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
101 | Value of member arm_neon_vtbl1 has been changed from 109 to 272. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
102 | Value of member arm_neon_vtbl2 has been changed from 110 to 273. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
103 | Value of member arm_neon_vtbl3 has been changed from 111 to 274. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
104 | Value of member arm_neon_vtbl4 has been changed from 112 to 275. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
105 | Value of member arm_neon_vtbx1 has been changed from 113 to 276. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
106 | Value of member arm_neon_vtbx2 has been changed from 114 to 277. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
107 | Value of member arm_neon_vtbx3 has been changed from 115 to 278. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
108 | Value of member arm_neon_vtbx4 has been changed from 116 to 279. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
109 | Value of member arm_qadd has been changed from 117 to 280. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
110 | Value of member arm_qsub has been changed from 118 to 281. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
111 | Value of member arm_set_fpscr has been changed from 119 to 282. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
112 | Value of member arm_ssat has been changed from 120 to 284. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
113 | Value of member arm_strexd has been changed from 121 to 286. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
114 | Value of member arm_thread_pointer has been changed from 122 to 287. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
115 | Value of member arm_usat has been changed from 123 to 288. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
116 | Value of member arm_vcvtr has been changed from 124 to 289. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
117 | Value of member arm_vcvtru has been changed from 125 to 290. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
118 | Value of member bswap has been changed from 126 to 291. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
119 | Value of member ceil has been changed from 127 to 292. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
120 | Value of member convert_from_fp16 has been changed from 128 to 293. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
121 | Value of member convert_to_fp16 has been changed from 129 to 294. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
122 | Value of member convertff has been changed from 130 to 295. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
123 | Value of member convertfsi has been changed from 131 to 296. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
124 | Value of member convertfui has been changed from 132 to 297. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
125 | Value of member convertsif has been changed from 133 to 298. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
126 | Value of member convertss has been changed from 134 to 299. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
127 | Value of member convertsu has been changed from 135 to 300. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
128 | Value of member convertuif has been changed from 136 to 301. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
129 | Value of member convertus has been changed from 137 to 302. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
130 | Value of member convertuu has been changed from 138 to 303. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
131 | Value of member cos has been changed from 139 to 305. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
132 | Value of member ctlz has been changed from 140 to 306. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
133 | Value of member ctpop has been changed from 141 to 307. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
134 | Value of member cttz has been changed from 142 to 308. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
135 | Value of member cuda_syncthreads has been changed from 143 to 309. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
136 | Value of member dbg_declare has been changed from 144 to 310. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
137 | Value of member dbg_value has been changed from 145 to 311. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
138 | Value of member debugtrap has been changed from 146 to 312. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
139 | Value of member donothing has been changed from 147 to 313. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
140 | Value of member eh_dwarf_cfa has been changed from 148 to 314. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
141 | Value of member eh_return_i32 has been changed from 149 to 315. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
142 | Value of member eh_return_i64 has been changed from 150 to 316. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
143 | Value of member eh_sjlj_callsite has been changed from 151 to 317. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
144 | Value of member eh_sjlj_functioncontext has been changed from 152 to 318. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
145 | Value of member eh_sjlj_longjmp has been changed from 153 to 319. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
146 | Value of member eh_sjlj_lsda has been changed from 154 to 320. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
147 | Value of member eh_sjlj_setjmp has been changed from 155 to 321. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
148 | Value of member eh_typeid_for has been changed from 156 to 322. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
149 | Value of member eh_unwind_init has been changed from 157 to 323. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
150 | Value of member exp has been changed from 158 to 324. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
151 | Value of member exp2 has been changed from 159 to 325. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
152 | Value of member expect has been changed from 160 to 326. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
153 | Value of member fabs has been changed from 161 to 330. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
154 | Value of member floor has been changed from 162 to 331. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
155 | Value of member flt_rounds has been changed from 163 to 332. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
156 | Value of member fma has been changed from 164 to 333. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
157 | Value of member fmuladd has been changed from 165 to 334. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
158 | Value of member frameaddress has been changed from 166 to 335. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
159 | Value of member gcread has been changed from 167 to 336. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
160 | Value of member gcroot has been changed from 168 to 337. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
161 | Value of member gcwrite has been changed from 169 to 338. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
162 | Value of member hexagon_A2_abs has been changed from 170 to 339. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
163 | Value of member hexagon_A2_absp has been changed from 171 to 340. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
164 | Value of member hexagon_A2_abssat has been changed from 172 to 341. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
165 | Value of member hexagon_A2_add has been changed from 173 to 342. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
166 | Value of member hexagon_A2_addh_h16_hh has been changed from 174 to 343. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
167 | Value of member hexagon_A2_addh_h16_hl has been changed from 175 to 344. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
168 | Value of member hexagon_A2_addh_h16_lh has been changed from 176 to 345. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
169 | Value of member hexagon_A2_addh_h16_ll has been changed from 177 to 346. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
170 | Value of member hexagon_A2_addh_h16_sat_hh has been changed from 178 to 347. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
171 | Value of member hexagon_A2_addh_h16_sat_hl has been changed from 179 to 348. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
172 | Value of member hexagon_A2_addh_h16_sat_lh has been changed from 180 to 349. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
173 | Value of member hexagon_A2_addh_h16_sat_ll has been changed from 181 to 350. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
174 | Value of member hexagon_A2_addh_l16_hl has been changed from 182 to 351. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
175 | Value of member hexagon_A2_addh_l16_ll has been changed from 183 to 352. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
176 | Value of member hexagon_A2_addh_l16_sat_hl has been changed from 184 to 353. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
177 | Value of member hexagon_A2_addh_l16_sat_ll has been changed from 185 to 354. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
178 | Value of member hexagon_A2_addi has been changed from 186 to 355. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
179 | Value of member hexagon_A2_addp has been changed from 187 to 356. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
180 | Value of member hexagon_A2_addpsat has been changed from 188 to 357. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
181 | Value of member hexagon_A2_addsat has been changed from 189 to 358. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
182 | Value of member hexagon_A2_addsp has been changed from 190 to 359. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
183 | Value of member hexagon_A2_and has been changed from 191 to 360. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
184 | Value of member hexagon_A2_andir has been changed from 192 to 361. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
185 | Value of member hexagon_A2_andp has been changed from 193 to 362. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
186 | Value of member hexagon_A2_aslh has been changed from 194 to 363. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
187 | Value of member hexagon_A2_asrh has been changed from 195 to 364. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
188 | Value of member hexagon_A2_combine_hh has been changed from 196 to 365. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
189 | Value of member hexagon_A2_combine_hl has been changed from 197 to 366. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
190 | Value of member hexagon_A2_combine_lh has been changed from 198 to 367. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
191 | Value of member hexagon_A2_combine_ll has been changed from 199 to 368. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
192 | Value of member hexagon_A2_combineii has been changed from 200 to 369. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
193 | Value of member hexagon_A2_combinew has been changed from 201 to 370. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
194 | Value of member hexagon_A2_min has been changed from 206 to 375. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
195 | Value of member hexagon_A2_minp has been changed from 207 to 376. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
196 | Value of member hexagon_A2_minu has been changed from 208 to 377. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
197 | Value of member hexagon_A2_minup has been changed from 209 to 378. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
198 | Value of member hexagon_A2_neg has been changed from 210 to 379. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
199 | Value of member hexagon_A2_negp has been changed from 211 to 380. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
200 | Value of member hexagon_A2_negsat has been changed from 212 to 381. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
201 | Value of member hexagon_A2_not has been changed from 213 to 382. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
202 | Value of member hexagon_A2_notp has been changed from 214 to 383. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
203 | Value of member hexagon_A2_or has been changed from 215 to 384. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
204 | Value of member hexagon_A2_orir has been changed from 216 to 385. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
205 | Value of member hexagon_A2_orp has been changed from 217 to 386. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
206 | Value of member hexagon_A2_roundsat has been changed from 218 to 387. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
207 | Value of member hexagon_A2_sat has been changed from 219 to 388. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
208 | Value of member hexagon_A2_satb has been changed from 220 to 389. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
209 | Value of member hexagon_A2_sath has been changed from 221 to 390. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
210 | Value of member hexagon_A2_satub has been changed from 222 to 391. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
211 | Value of member hexagon_A2_satuh has been changed from 223 to 392. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
212 | Value of member hexagon_A2_sub has been changed from 224 to 393. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
213 | Value of member hexagon_A2_subh_h16_hh has been changed from 225 to 394. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
214 | Value of member hexagon_A2_subh_h16_hl has been changed from 226 to 395. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
215 | Value of member hexagon_A2_subh_h16_lh has been changed from 227 to 396. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
216 | Value of member hexagon_A2_subh_h16_ll has been changed from 228 to 397. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
217 | Value of member hexagon_A2_subh_h16_sat_hh has been changed from 229 to 398. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
218 | Value of member hexagon_A2_subh_h16_sat_hl has been changed from 230 to 399. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
219 | Value of member hexagon_A2_subh_h16_sat_lh has been changed from 231 to 400. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
220 | Value of member hexagon_A2_subh_h16_sat_ll has been changed from 232 to 401. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
221 | Value of member hexagon_A2_subh_l16_hl has been changed from 233 to 402. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
222 | Value of member hexagon_A2_subh_l16_ll has been changed from 234 to 403. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
223 | Value of member hexagon_A2_subh_l16_sat_hl has been changed from 235 to 404. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
224 | Value of member hexagon_A2_subh_l16_sat_ll has been changed from 236 to 405. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
225 | Value of member hexagon_A2_subp has been changed from 237 to 406. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
226 | Value of member hexagon_A2_subri has been changed from 238 to 407. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
227 | Value of member hexagon_A2_subsat has been changed from 239 to 408. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
228 | Value of member hexagon_A2_svaddh has been changed from 240 to 409. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
229 | Value of member hexagon_A2_svaddhs has been changed from 241 to 410. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
230 | Value of member hexagon_A2_svadduhs has been changed from 242 to 411. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
231 | Value of member hexagon_A2_svavgh has been changed from 243 to 412. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
232 | Value of member hexagon_A2_svavghs has been changed from 244 to 413. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
233 | Value of member hexagon_A2_svnavgh has been changed from 245 to 414. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
234 | Value of member hexagon_A2_svsubh has been changed from 246 to 415. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
235 | Value of member hexagon_A2_svsubhs has been changed from 247 to 416. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
236 | Value of member hexagon_A2_svsubuhs has been changed from 248 to 417. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
237 | Value of member hexagon_A2_swiz has been changed from 249 to 418. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
238 | Value of member hexagon_A2_sxtb has been changed from 250 to 419. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
239 | Value of member hexagon_A2_sxth has been changed from 251 to 420. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
240 | Value of member hexagon_A2_sxtw has been changed from 252 to 421. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
241 | Value of member hexagon_A2_tfr has been changed from 253 to 422. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
242 | Value of member hexagon_A2_tfrih has been changed from 254 to 423. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
243 | Value of member hexagon_A2_tfril has been changed from 255 to 424. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
244 | Value of member hexagon_A2_tfrp has been changed from 256 to 425. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
245 | Value of member hexagon_A2_tfrpi has been changed from 257 to 426. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
246 | Value of member hexagon_A2_tfrsi has been changed from 258 to 427. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
247 | Value of member hexagon_A2_vabsh has been changed from 259 to 428. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
248 | Value of member hexagon_A2_vabshsat has been changed from 260 to 429. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
249 | Value of member hexagon_A2_vabsw has been changed from 261 to 430. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
250 | Value of member hexagon_A2_vabswsat has been changed from 262 to 431. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
251 | Value of member hexagon_A2_vaddb_map has been changed from 263 to 432. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
252 | Value of member hexagon_A2_vaddh has been changed from 264 to 433. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
253 | Value of member hexagon_A2_vaddhs has been changed from 265 to 434. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
254 | Value of member hexagon_A2_vaddub has been changed from 266 to 435. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
255 | Value of member hexagon_A2_vaddubs has been changed from 267 to 436. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
256 | Value of member hexagon_A2_vadduhs has been changed from 268 to 437. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
257 | Value of member hexagon_A2_vaddw has been changed from 269 to 438. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
258 | Value of member hexagon_A2_vaddws has been changed from 270 to 439. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
259 | Value of member hexagon_A2_vavgh has been changed from 271 to 440. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
260 | Value of member hexagon_A2_vavghcr has been changed from 272 to 441. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
261 | Value of member hexagon_A2_vavghr has been changed from 273 to 442. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
262 | Value of member hexagon_A2_vavgub has been changed from 274 to 443. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
263 | Value of member hexagon_A2_vavgubr has been changed from 275 to 444. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
264 | Value of member hexagon_A2_vavguh has been changed from 276 to 445. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
265 | Value of member hexagon_A2_vavguhr has been changed from 277 to 446. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
266 | Value of member hexagon_A2_vavguw has been changed from 278 to 447. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
267 | Value of member hexagon_A2_vavguwr has been changed from 279 to 448. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
268 | Value of member hexagon_A2_vavgw has been changed from 280 to 449. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
269 | Value of member hexagon_A2_vavgwcr has been changed from 281 to 450. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
270 | Value of member hexagon_A2_vavgwr has been changed from 282 to 451. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
271 | Value of member hexagon_A2_vcmpbeq has been changed from 283 to 452. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
272 | Value of member hexagon_A2_vcmpbgtu has been changed from 284 to 453. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
273 | Value of member hexagon_A2_vcmpheq has been changed from 285 to 454. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
274 | Value of member hexagon_A2_vcmphgt has been changed from 286 to 455. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
275 | Value of member hexagon_A2_vcmphgtu has been changed from 287 to 456. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
276 | Value of member hexagon_A2_vcmpweq has been changed from 288 to 457. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
277 | Value of member hexagon_A2_vcmpwgt has been changed from 289 to 458. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
278 | Value of member hexagon_A2_vcmpwgtu has been changed from 290 to 459. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
279 | Value of member hexagon_A2_vconj has been changed from 291 to 460. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
280 | Value of member hexagon_A2_vminb has been changed from 298 to 467. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
281 | Value of member hexagon_A2_vminh has been changed from 299 to 468. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
282 | Value of member hexagon_A2_vminub has been changed from 300 to 469. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
283 | Value of member hexagon_A2_vminuh has been changed from 301 to 470. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
284 | Value of member hexagon_A2_vminuw has been changed from 302 to 471. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
285 | Value of member hexagon_A2_vminw has been changed from 303 to 472. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
286 | Value of member hexagon_A2_vnavgh has been changed from 304 to 473. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
287 | Value of member hexagon_A2_vnavghcr has been changed from 305 to 474. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
288 | Value of member hexagon_A2_vnavghr has been changed from 306 to 475. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
289 | Value of member hexagon_A2_vnavgw has been changed from 307 to 476. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
290 | Value of member hexagon_A2_vnavgwcr has been changed from 308 to 477. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
291 | Value of member hexagon_A2_vnavgwr has been changed from 309 to 478. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
292 | Value of member hexagon_A2_vraddub has been changed from 310 to 479. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
293 | Value of member hexagon_A2_vraddub_acc has been changed from 311 to 480. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
294 | Value of member hexagon_A2_vrsadub has been changed from 312 to 481. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
295 | Value of member hexagon_A2_vrsadub_acc has been changed from 313 to 482. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
296 | Value of member hexagon_A2_vsubb_map has been changed from 314 to 483. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
297 | Value of member hexagon_A2_vsubh has been changed from 315 to 484. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
298 | Value of member hexagon_A2_vsubhs has been changed from 316 to 485. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
299 | Value of member hexagon_A2_vsubub has been changed from 317 to 486. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
300 | Value of member hexagon_A2_vsububs has been changed from 318 to 487. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
301 | Value of member hexagon_A2_vsubuhs has been changed from 319 to 488. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
302 | Value of member hexagon_A2_vsubw has been changed from 320 to 489. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
303 | Value of member hexagon_A2_vsubws has been changed from 321 to 490. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
304 | Value of member hexagon_A2_xor has been changed from 322 to 491. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
305 | Value of member hexagon_A2_xorp has been changed from 323 to 492. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
306 | Value of member hexagon_A2_zxtb has been changed from 324 to 493. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
307 | Value of member hexagon_A2_zxth has been changed from 325 to 494. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
308 | Value of member hexagon_A4_andn has been changed from 326 to 495. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
309 | Value of member hexagon_A4_andnp has been changed from 327 to 496. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
310 | Value of member hexagon_A4_bitsplit has been changed from 328 to 497. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
311 | Value of member hexagon_A4_bitspliti has been changed from 329 to 498. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
312 | Value of member hexagon_A4_boundscheck has been changed from 330 to 499. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
313 | Value of member hexagon_A4_cmpbeq has been changed from 331 to 500. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
314 | Value of member hexagon_A4_cmpbeqi has been changed from 332 to 501. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
315 | Value of member hexagon_A4_cmpbgt has been changed from 333 to 502. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
316 | Value of member hexagon_A4_cmpbgti has been changed from 334 to 503. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
317 | Value of member hexagon_A4_cmpbgtu has been changed from 335 to 504. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
318 | Value of member hexagon_A4_cmpbgtui has been changed from 336 to 505. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
319 | Value of member hexagon_A4_cmpheq has been changed from 337 to 506. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
320 | Value of member hexagon_A4_cmpheqi has been changed from 338 to 507. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
321 | Value of member hexagon_A4_cmphgt has been changed from 339 to 508. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
322 | Value of member hexagon_A4_cmphgti has been changed from 340 to 509. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
323 | Value of member hexagon_A4_cmphgtu has been changed from 341 to 510. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
324 | Value of member hexagon_A4_cmphgtui has been changed from 342 to 511. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
325 | Value of member hexagon_A4_combineir has been changed from 343 to 512. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
326 | Value of member hexagon_A4_combineri has been changed from 344 to 513. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
327 | Value of member hexagon_A4_cround_ri has been changed from 345 to 514. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
328 | Value of member hexagon_A4_cround_rr has been changed from 346 to 515. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
329 | Value of member hexagon_A4_modwrapu has been changed from 347 to 516. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
330 | Value of member hexagon_A4_orn has been changed from 348 to 517. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
331 | Value of member hexagon_A4_ornp has been changed from 349 to 518. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
332 | Value of member hexagon_A4_rcmpeq has been changed from 350 to 519. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
333 | Value of member hexagon_A4_rcmpeqi has been changed from 351 to 520. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
334 | Value of member hexagon_A4_rcmpneq has been changed from 352 to 521. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
335 | Value of member hexagon_A4_rcmpneqi has been changed from 353 to 522. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
336 | Value of member hexagon_A4_round_ri has been changed from 354 to 523. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
337 | Value of member hexagon_A4_round_ri_sat has been changed from 355 to 524. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
338 | Value of member hexagon_A4_round_rr has been changed from 356 to 525. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
339 | Value of member hexagon_A4_round_rr_sat has been changed from 357 to 526. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
340 | Value of member hexagon_A4_tlbmatch has been changed from 358 to 527. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
341 | Value of member hexagon_A4_vcmpbeq_any has been changed from 359 to 528. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
342 | Value of member hexagon_A4_vcmpbeqi has been changed from 360 to 529. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
343 | Value of member hexagon_A4_vcmpbgt has been changed from 361 to 530. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
344 | Value of member hexagon_A4_vcmpbgti has been changed from 362 to 531. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
345 | Value of member hexagon_A4_vcmpbgtui has been changed from 363 to 532. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
346 | Value of member hexagon_A4_vcmpheqi has been changed from 364 to 533. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
347 | Value of member hexagon_A4_vcmphgti has been changed from 365 to 534. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
348 | Value of member hexagon_A4_vcmphgtui has been changed from 366 to 535. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
349 | Value of member hexagon_A4_vcmpweqi has been changed from 367 to 536. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
350 | Value of member hexagon_A4_vcmpwgti has been changed from 368 to 537. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
351 | Value of member hexagon_A4_vcmpwgtui has been changed from 369 to 538. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
352 | Value of member hexagon_A4_vrminh has been changed from 374 to 543. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
353 | Value of member hexagon_A4_vrminuh has been changed from 375 to 544. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
354 | Value of member hexagon_A4_vrminuw has been changed from 376 to 545. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
355 | Value of member hexagon_A4_vrminw has been changed from 377 to 546. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
356 | Value of member hexagon_A5_vaddhubs has been changed from 378 to 547. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
357 | Value of member hexagon_C2_all8 has been changed from 379 to 548. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
358 | Value of member hexagon_C2_and has been changed from 380 to 549. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
359 | Value of member hexagon_C2_andn has been changed from 381 to 550. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
360 | Value of member hexagon_C2_any8 has been changed from 382 to 551. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
361 | Value of member hexagon_C2_bitsclr has been changed from 383 to 552. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
362 | Value of member hexagon_C2_bitsclri has been changed from 384 to 553. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
363 | Value of member hexagon_C2_bitsset has been changed from 385 to 554. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
364 | Value of member hexagon_C2_cmpeq has been changed from 386 to 555. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
365 | Value of member hexagon_C2_cmpeqi has been changed from 387 to 556. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
366 | Value of member hexagon_C2_cmpeqp has been changed from 388 to 557. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
367 | Value of member hexagon_C2_cmpgei has been changed from 389 to 558. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
368 | Value of member hexagon_C2_cmpgeui has been changed from 390 to 559. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
369 | Value of member hexagon_C2_cmpgt has been changed from 391 to 560. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
370 | Value of member hexagon_C2_cmpgti has been changed from 392 to 561. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
371 | Value of member hexagon_C2_cmpgtp has been changed from 393 to 562. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
372 | Value of member hexagon_C2_cmpgtu has been changed from 394 to 563. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
373 | Value of member hexagon_C2_cmpgtui has been changed from 395 to 564. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
374 | Value of member hexagon_C2_cmpgtup has been changed from 396 to 565. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
375 | Value of member hexagon_C2_cmplt has been changed from 397 to 566. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
376 | Value of member hexagon_C2_cmpltu has been changed from 398 to 567. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
377 | Value of member hexagon_C2_mask has been changed from 399 to 568. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
378 | Value of member hexagon_C2_mux has been changed from 400 to 569. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
379 | Value of member hexagon_C2_muxii has been changed from 401 to 570. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
380 | Value of member hexagon_C2_muxir has been changed from 402 to 571. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
381 | Value of member hexagon_C2_muxri has been changed from 403 to 572. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
382 | Value of member hexagon_C2_not has been changed from 404 to 573. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
383 | Value of member hexagon_C2_or has been changed from 405 to 574. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
384 | Value of member hexagon_C2_orn has been changed from 406 to 575. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
385 | Value of member hexagon_C2_pxfer_map has been changed from 407 to 576. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
386 | Value of member hexagon_C2_tfrpr has been changed from 408 to 577. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
387 | Value of member hexagon_C2_tfrrp has been changed from 409 to 578. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
388 | Value of member hexagon_C2_vitpack has been changed from 410 to 579. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
389 | Value of member hexagon_C2_vmux has been changed from 411 to 580. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
390 | Value of member hexagon_C2_xor has been changed from 412 to 581. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
391 | Value of member hexagon_C4_and_and has been changed from 413 to 582. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
392 | Value of member hexagon_C4_and_andn has been changed from 414 to 583. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
393 | Value of member hexagon_C4_and_or has been changed from 415 to 584. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
394 | Value of member hexagon_C4_and_orn has been changed from 416 to 585. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
395 | Value of member hexagon_C4_cmplte has been changed from 417 to 586. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
396 | Value of member hexagon_C4_cmpltei has been changed from 418 to 587. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
397 | Value of member hexagon_C4_cmplteu has been changed from 419 to 588. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
398 | Value of member hexagon_C4_cmplteui has been changed from 420 to 589. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
399 | Value of member hexagon_C4_cmpneq has been changed from 421 to 590. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
400 | Value of member hexagon_C4_cmpneqi has been changed from 422 to 591. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
401 | Value of member hexagon_C4_fastcorner9 has been changed from 423 to 592. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
402 | Value of member hexagon_C4_fastcorner9_not has been changed from 424 to 593. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
403 | Value of member hexagon_C4_nbitsclr has been changed from 425 to 594. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
404 | Value of member hexagon_C4_nbitsclri has been changed from 426 to 595. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
405 | Value of member hexagon_C4_nbitsset has been changed from 427 to 596. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
406 | Value of member hexagon_C4_or_and has been changed from 428 to 597. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
407 | Value of member hexagon_C4_or_andn has been changed from 429 to 598. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
408 | Value of member hexagon_C4_or_or has been changed from 430 to 599. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
409 | Value of member hexagon_C4_or_orn has been changed from 431 to 600. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
410 | Value of member hexagon_F2_conv_d2df has been changed from 432 to 601. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
411 | Value of member hexagon_F2_conv_d2sf has been changed from 433 to 602. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
412 | Value of member hexagon_F2_conv_df2d has been changed from 434 to 603. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
413 | Value of member hexagon_F2_conv_df2d_chop has been changed from 435 to 604. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
414 | Value of member hexagon_F2_conv_df2sf has been changed from 436 to 605. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
415 | Value of member hexagon_F2_conv_df2ud has been changed from 437 to 606. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
416 | Value of member hexagon_F2_conv_df2ud_chop has been changed from 438 to 607. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
417 | Value of member hexagon_F2_conv_df2uw has been changed from 439 to 608. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
418 | Value of member hexagon_F2_conv_df2uw_chop has been changed from 440 to 609. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
419 | Value of member hexagon_F2_conv_df2w has been changed from 441 to 610. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
420 | Value of member hexagon_F2_conv_df2w_chop has been changed from 442 to 611. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
421 | Value of member hexagon_F2_conv_sf2d has been changed from 443 to 612. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
422 | Value of member hexagon_F2_conv_sf2d_chop has been changed from 444 to 613. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
423 | Value of member hexagon_F2_conv_sf2df has been changed from 445 to 614. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
424 | Value of member hexagon_F2_conv_sf2ud has been changed from 446 to 615. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
425 | Value of member hexagon_F2_conv_sf2ud_chop has been changed from 447 to 616. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
426 | Value of member hexagon_F2_conv_sf2uw has been changed from 448 to 617. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
427 | Value of member hexagon_F2_conv_sf2uw_chop has been changed from 449 to 618. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
428 | Value of member hexagon_F2_conv_sf2w has been changed from 450 to 619. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
429 | Value of member hexagon_F2_conv_sf2w_chop has been changed from 451 to 620. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
430 | Value of member hexagon_F2_conv_ud2df has been changed from 452 to 621. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
431 | Value of member hexagon_F2_conv_ud2sf has been changed from 453 to 622. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
432 | Value of member hexagon_F2_conv_uw2df has been changed from 454 to 623. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
433 | Value of member hexagon_F2_conv_uw2sf has been changed from 455 to 624. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
434 | Value of member hexagon_F2_conv_w2df has been changed from 456 to 625. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
435 | Value of member hexagon_F2_conv_w2sf has been changed from 457 to 626. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
436 | Value of member hexagon_F2_dfadd has been changed from 458 to 627. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
437 | Value of member hexagon_F2_dfclass has been changed from 459 to 628. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
438 | Value of member hexagon_F2_dfcmpeq has been changed from 460 to 629. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
439 | Value of member hexagon_F2_dfcmpge has been changed from 461 to 630. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
440 | Value of member hexagon_F2_dfcmpgt has been changed from 462 to 631. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
441 | Value of member hexagon_F2_dfcmpuo has been changed from 463 to 632. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
442 | Value of member hexagon_F2_dffixupd has been changed from 464 to 633. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
443 | Value of member hexagon_F2_dffixupn has been changed from 465 to 634. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
444 | Value of member hexagon_F2_dffixupr has been changed from 466 to 635. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
445 | Value of member hexagon_F2_dffma has been changed from 467 to 636. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
446 | Value of member hexagon_F2_dffma_lib has been changed from 468 to 637. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
447 | Value of member hexagon_F2_dffma_sc has been changed from 469 to 638. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
448 | Value of member hexagon_F2_dffms has been changed from 470 to 639. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
449 | Value of member hexagon_F2_dffms_lib has been changed from 471 to 640. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
450 | Value of member hexagon_F2_dfimm_n has been changed from 472 to 641. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
451 | Value of member hexagon_F2_dfimm_p has been changed from 473 to 642. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
452 | Value of member hexagon_F2_dfmin has been changed from 475 to 644. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
453 | Value of member hexagon_F2_dfmpy has been changed from 476 to 645. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
454 | Value of member hexagon_F2_dfsub has been changed from 477 to 646. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
455 | Value of member hexagon_F2_sfadd has been changed from 478 to 647. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
456 | Value of member hexagon_F2_sfclass has been changed from 479 to 648. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
457 | Value of member hexagon_F2_sfcmpeq has been changed from 480 to 649. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
458 | Value of member hexagon_F2_sfcmpge has been changed from 481 to 650. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
459 | Value of member hexagon_F2_sfcmpgt has been changed from 482 to 651. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
460 | Value of member hexagon_F2_sfcmpuo has been changed from 483 to 652. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
461 | Value of member hexagon_F2_sffixupd has been changed from 484 to 653. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
462 | Value of member hexagon_F2_sffixupn has been changed from 485 to 654. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
463 | Value of member hexagon_F2_sffixupr has been changed from 486 to 655. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
464 | Value of member hexagon_F2_sffma has been changed from 487 to 656. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
465 | Value of member hexagon_F2_sffma_lib has been changed from 488 to 657. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
466 | Value of member hexagon_F2_sffma_sc has been changed from 489 to 658. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
467 | Value of member hexagon_F2_sffms has been changed from 490 to 659. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
468 | Value of member hexagon_F2_sffms_lib has been changed from 491 to 660. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
469 | Value of member hexagon_F2_sfimm_n has been changed from 492 to 661. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
470 | Value of member hexagon_F2_sfimm_p has been changed from 493 to 662. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
471 | Value of member hexagon_F2_sfmin has been changed from 495 to 664. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
472 | Value of member hexagon_F2_sfmpy has been changed from 496 to 665. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
473 | Value of member hexagon_F2_sfsub has been changed from 497 to 666. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
474 | Value of member hexagon_M2_acci has been changed from 498 to 667. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
475 | Value of member hexagon_M2_accii has been changed from 499 to 668. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
476 | Value of member hexagon_M2_cmaci_s0 has been changed from 500 to 669. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
477 | Value of member hexagon_M2_cmacr_s0 has been changed from 501 to 670. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
478 | Value of member hexagon_M2_cmacs_s0 has been changed from 502 to 671. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
479 | Value of member hexagon_M2_cmacs_s1 has been changed from 503 to 672. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
480 | Value of member hexagon_M2_cmacsc_s0 has been changed from 504 to 673. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
481 | Value of member hexagon_M2_cmacsc_s1 has been changed from 505 to 674. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
482 | Value of member hexagon_M2_cmpyi_s0 has been changed from 506 to 675. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
483 | Value of member hexagon_M2_cmpyr_s0 has been changed from 507 to 676. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
484 | Value of member hexagon_M2_cmpyrs_s0 has been changed from 508 to 677. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
485 | Value of member hexagon_M2_cmpyrs_s1 has been changed from 509 to 678. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
486 | Value of member hexagon_M2_cmpyrsc_s0 has been changed from 510 to 679. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
487 | Value of member hexagon_M2_cmpyrsc_s1 has been changed from 511 to 680. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
488 | Value of member hexagon_M2_cmpys_s0 has been changed from 512 to 681. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
489 | Value of member hexagon_M2_cmpys_s1 has been changed from 513 to 682. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
490 | Value of member hexagon_M2_cmpysc_s0 has been changed from 514 to 683. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
491 | Value of member hexagon_M2_cmpysc_s1 has been changed from 515 to 684. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
492 | Value of member hexagon_M2_cnacs_s0 has been changed from 516 to 685. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
493 | Value of member hexagon_M2_cnacs_s1 has been changed from 517 to 686. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
494 | Value of member hexagon_M2_cnacsc_s0 has been changed from 518 to 687. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
495 | Value of member hexagon_M2_cnacsc_s1 has been changed from 519 to 688. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
496 | Value of member hexagon_M2_dpmpyss_acc_s0 has been changed from 520 to 689. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
497 | Value of member hexagon_M2_dpmpyss_nac_s0 has been changed from 521 to 690. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
498 | Value of member hexagon_M2_dpmpyss_rnd_s0 has been changed from 522 to 691. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
499 | Value of member hexagon_M2_dpmpyss_s0 has been changed from 523 to 692. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
500 | Value of member hexagon_M2_dpmpyuu_acc_s0 has been changed from 524 to 693. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
501 | Value of member hexagon_M2_dpmpyuu_nac_s0 has been changed from 525 to 694. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
502 | Value of member hexagon_M2_dpmpyuu_s0 has been changed from 526 to 695. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
503 | Value of member hexagon_M2_hmmpyh_rs1 has been changed from 527 to 696. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
504 | Value of member hexagon_M2_hmmpyh_s1 has been changed from 528 to 697. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
505 | Value of member hexagon_M2_hmmpyl_rs1 has been changed from 529 to 698. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
506 | Value of member hexagon_M2_hmmpyl_s1 has been changed from 530 to 699. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
507 | Value of member hexagon_M2_maci has been changed from 531 to 700. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
508 | Value of member hexagon_M2_macsin has been changed from 532 to 701. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
509 | Value of member hexagon_M2_macsip has been changed from 533 to 702. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
510 | Value of member hexagon_M2_mmachs_rs0 has been changed from 534 to 703. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
511 | Value of member hexagon_M2_mmachs_rs1 has been changed from 535 to 704. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
512 | Value of member hexagon_M2_mmachs_s0 has been changed from 536 to 705. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
513 | Value of member hexagon_M2_mmachs_s1 has been changed from 537 to 706. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
514 | Value of member hexagon_M2_mmacls_rs0 has been changed from 538 to 707. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
515 | Value of member hexagon_M2_mmacls_rs1 has been changed from 539 to 708. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
516 | Value of member hexagon_M2_mmacls_s0 has been changed from 540 to 709. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
517 | Value of member hexagon_M2_mmacls_s1 has been changed from 541 to 710. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
518 | Value of member hexagon_M2_mmacuhs_rs0 has been changed from 542 to 711. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
519 | Value of member hexagon_M2_mmacuhs_rs1 has been changed from 543 to 712. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
520 | Value of member hexagon_M2_mmacuhs_s0 has been changed from 544 to 713. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
521 | Value of member hexagon_M2_mmacuhs_s1 has been changed from 545 to 714. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
522 | Value of member hexagon_M2_mmaculs_rs0 has been changed from 546 to 715. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
523 | Value of member hexagon_M2_mmaculs_rs1 has been changed from 547 to 716. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
524 | Value of member hexagon_M2_mmaculs_s0 has been changed from 548 to 717. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
525 | Value of member hexagon_M2_mmaculs_s1 has been changed from 549 to 718. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
526 | Value of member hexagon_M2_mmpyh_rs0 has been changed from 550 to 719. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
527 | Value of member hexagon_M2_mmpyh_rs1 has been changed from 551 to 720. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
528 | Value of member hexagon_M2_mmpyh_s0 has been changed from 552 to 721. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
529 | Value of member hexagon_M2_mmpyh_s1 has been changed from 553 to 722. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
530 | Value of member hexagon_M2_mmpyl_rs0 has been changed from 554 to 723. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
531 | Value of member hexagon_M2_mmpyl_rs1 has been changed from 555 to 724. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
532 | Value of member hexagon_M2_mmpyl_s0 has been changed from 556 to 725. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
533 | Value of member hexagon_M2_mmpyl_s1 has been changed from 557 to 726. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
534 | Value of member hexagon_M2_mmpyuh_rs0 has been changed from 558 to 727. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
535 | Value of member hexagon_M2_mmpyuh_rs1 has been changed from 559 to 728. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
536 | Value of member hexagon_M2_mmpyuh_s0 has been changed from 560 to 729. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
537 | Value of member hexagon_M2_mmpyuh_s1 has been changed from 561 to 730. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
538 | Value of member hexagon_M2_mmpyul_rs0 has been changed from 562 to 731. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
539 | Value of member hexagon_M2_mmpyul_rs1 has been changed from 563 to 732. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
540 | Value of member hexagon_M2_mmpyul_s0 has been changed from 564 to 733. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
541 | Value of member hexagon_M2_mmpyul_s1 has been changed from 565 to 734. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
542 | Value of member hexagon_M2_mpy_acc_hh_s0 has been changed from 566 to 735. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
543 | Value of member hexagon_M2_mpy_acc_hh_s1 has been changed from 567 to 736. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
544 | Value of member hexagon_M2_mpy_acc_hl_s0 has been changed from 568 to 737. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
545 | Value of member hexagon_M2_mpy_acc_hl_s1 has been changed from 569 to 738. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
546 | Value of member hexagon_M2_mpy_acc_lh_s0 has been changed from 570 to 739. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
547 | Value of member hexagon_M2_mpy_acc_lh_s1 has been changed from 571 to 740. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
548 | Value of member hexagon_M2_mpy_acc_ll_s0 has been changed from 572 to 741. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
549 | Value of member hexagon_M2_mpy_acc_ll_s1 has been changed from 573 to 742. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
550 | Value of member hexagon_M2_mpy_acc_sat_hh_s0 has been changed from 574 to 743. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
551 | Value of member hexagon_M2_mpy_acc_sat_hh_s1 has been changed from 575 to 744. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
552 | Value of member hexagon_M2_mpy_acc_sat_hl_s0 has been changed from 576 to 745. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
553 | Value of member hexagon_M2_mpy_acc_sat_hl_s1 has been changed from 577 to 746. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
554 | Value of member hexagon_M2_mpy_acc_sat_lh_s0 has been changed from 578 to 747. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
555 | Value of member hexagon_M2_mpy_acc_sat_lh_s1 has been changed from 579 to 748. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
556 | Value of member hexagon_M2_mpy_acc_sat_ll_s0 has been changed from 580 to 749. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
557 | Value of member hexagon_M2_mpy_acc_sat_ll_s1 has been changed from 581 to 750. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
558 | Value of member hexagon_M2_mpy_hh_s0 has been changed from 582 to 751. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
559 | Value of member hexagon_M2_mpy_hh_s1 has been changed from 583 to 752. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
560 | Value of member hexagon_M2_mpy_hl_s0 has been changed from 584 to 753. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
561 | Value of member hexagon_M2_mpy_hl_s1 has been changed from 585 to 754. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
562 | Value of member hexagon_M2_mpy_lh_s0 has been changed from 586 to 755. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
563 | Value of member hexagon_M2_mpy_lh_s1 has been changed from 587 to 756. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
564 | Value of member hexagon_M2_mpy_ll_s0 has been changed from 588 to 757. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
565 | Value of member hexagon_M2_mpy_ll_s1 has been changed from 589 to 758. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
566 | Value of member hexagon_M2_mpy_nac_hh_s0 has been changed from 590 to 759. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
567 | Value of member hexagon_M2_mpy_nac_hh_s1 has been changed from 591 to 760. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
568 | Value of member hexagon_M2_mpy_nac_hl_s0 has been changed from 592 to 761. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
569 | Value of member hexagon_M2_mpy_nac_hl_s1 has been changed from 593 to 762. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
570 | Value of member hexagon_M2_mpy_nac_lh_s0 has been changed from 594 to 763. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
571 | Value of member hexagon_M2_mpy_nac_lh_s1 has been changed from 595 to 764. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
572 | Value of member hexagon_M2_mpy_nac_ll_s0 has been changed from 596 to 765. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
573 | Value of member hexagon_M2_mpy_nac_ll_s1 has been changed from 597 to 766. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
574 | Value of member hexagon_M2_mpy_nac_sat_hh_s0 has been changed from 598 to 767. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
575 | Value of member hexagon_M2_mpy_nac_sat_hh_s1 has been changed from 599 to 768. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
576 | Value of member hexagon_M2_mpy_nac_sat_hl_s0 has been changed from 600 to 769. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
577 | Value of member hexagon_M2_mpy_nac_sat_hl_s1 has been changed from 601 to 770. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
578 | Value of member hexagon_M2_mpy_nac_sat_lh_s0 has been changed from 602 to 771. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
579 | Value of member hexagon_M2_mpy_nac_sat_lh_s1 has been changed from 603 to 772. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
580 | Value of member hexagon_M2_mpy_nac_sat_ll_s0 has been changed from 604 to 773. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
581 | Value of member hexagon_M2_mpy_nac_sat_ll_s1 has been changed from 605 to 774. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
582 | Value of member hexagon_M2_mpy_rnd_hh_s0 has been changed from 606 to 775. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
583 | Value of member hexagon_M2_mpy_rnd_hh_s1 has been changed from 607 to 776. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
584 | Value of member hexagon_M2_mpy_rnd_hl_s0 has been changed from 608 to 777. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
585 | Value of member hexagon_M2_mpy_rnd_hl_s1 has been changed from 609 to 778. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
586 | Value of member hexagon_M2_mpy_rnd_lh_s0 has been changed from 610 to 779. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
587 | Value of member hexagon_M2_mpy_rnd_lh_s1 has been changed from 611 to 780. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
588 | Value of member hexagon_M2_mpy_rnd_ll_s0 has been changed from 612 to 781. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
589 | Value of member hexagon_M2_mpy_rnd_ll_s1 has been changed from 613 to 782. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
590 | Value of member hexagon_M2_mpy_sat_hh_s0 has been changed from 614 to 783. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
591 | Value of member hexagon_M2_mpy_sat_hh_s1 has been changed from 615 to 784. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
592 | Value of member hexagon_M2_mpy_sat_hl_s0 has been changed from 616 to 785. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
593 | Value of member hexagon_M2_mpy_sat_hl_s1 has been changed from 617 to 786. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
594 | Value of member hexagon_M2_mpy_sat_lh_s0 has been changed from 618 to 787. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
595 | Value of member hexagon_M2_mpy_sat_lh_s1 has been changed from 619 to 788. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
596 | Value of member hexagon_M2_mpy_sat_ll_s0 has been changed from 620 to 789. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
597 | Value of member hexagon_M2_mpy_sat_ll_s1 has been changed from 621 to 790. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
598 | Value of member hexagon_M2_mpy_sat_rnd_hh_s0 has been changed from 622 to 791. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
599 | Value of member hexagon_M2_mpy_sat_rnd_hh_s1 has been changed from 623 to 792. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
600 | Value of member hexagon_M2_mpy_sat_rnd_hl_s0 has been changed from 624 to 793. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
601 | Value of member hexagon_M2_mpy_sat_rnd_hl_s1 has been changed from 625 to 794. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
602 | Value of member hexagon_M2_mpy_sat_rnd_lh_s0 has been changed from 626 to 795. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
603 | Value of member hexagon_M2_mpy_sat_rnd_lh_s1 has been changed from 627 to 796. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
604 | Value of member hexagon_M2_mpy_sat_rnd_ll_s0 has been changed from 628 to 797. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
605 | Value of member hexagon_M2_mpy_sat_rnd_ll_s1 has been changed from 629 to 798. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
606 | Value of member hexagon_M2_mpy_up has been changed from 630 to 799. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
607 | Value of member hexagon_M2_mpy_up_s1 has been changed from 631 to 800. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
608 | Value of member hexagon_M2_mpy_up_s1_sat has been changed from 632 to 801. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
609 | Value of member hexagon_M2_mpyd_acc_hh_s0 has been changed from 633 to 802. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
610 | Value of member hexagon_M2_mpyd_acc_hh_s1 has been changed from 634 to 803. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
611 | Value of member hexagon_M2_mpyd_acc_hl_s0 has been changed from 635 to 804. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
612 | Value of member hexagon_M2_mpyd_acc_hl_s1 has been changed from 636 to 805. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
613 | Value of member hexagon_M2_mpyd_acc_lh_s0 has been changed from 637 to 806. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
614 | Value of member hexagon_M2_mpyd_acc_lh_s1 has been changed from 638 to 807. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
615 | Value of member hexagon_M2_mpyd_acc_ll_s0 has been changed from 639 to 808. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
616 | Value of member hexagon_M2_mpyd_acc_ll_s1 has been changed from 640 to 809. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
617 | Value of member hexagon_M2_mpyd_hh_s0 has been changed from 641 to 810. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
618 | Value of member hexagon_M2_mpyd_hh_s1 has been changed from 642 to 811. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
619 | Value of member hexagon_M2_mpyd_hl_s0 has been changed from 643 to 812. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
620 | Value of member hexagon_M2_mpyd_hl_s1 has been changed from 644 to 813. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
621 | Value of member hexagon_M2_mpyd_lh_s0 has been changed from 645 to 814. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
622 | Value of member hexagon_M2_mpyd_lh_s1 has been changed from 646 to 815. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
623 | Value of member hexagon_M2_mpyd_ll_s0 has been changed from 647 to 816. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
624 | Value of member hexagon_M2_mpyd_ll_s1 has been changed from 648 to 817. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
625 | Value of member hexagon_M2_mpyd_nac_hh_s0 has been changed from 649 to 818. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
626 | Value of member hexagon_M2_mpyd_nac_hh_s1 has been changed from 650 to 819. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
627 | Value of member hexagon_M2_mpyd_nac_hl_s0 has been changed from 651 to 820. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
628 | Value of member hexagon_M2_mpyd_nac_hl_s1 has been changed from 652 to 821. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
629 | Value of member hexagon_M2_mpyd_nac_lh_s0 has been changed from 653 to 822. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
630 | Value of member hexagon_M2_mpyd_nac_lh_s1 has been changed from 654 to 823. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
631 | Value of member hexagon_M2_mpyd_nac_ll_s0 has been changed from 655 to 824. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
632 | Value of member hexagon_M2_mpyd_nac_ll_s1 has been changed from 656 to 825. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
633 | Value of member hexagon_M2_mpyd_rnd_hh_s0 has been changed from 657 to 826. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
634 | Value of member hexagon_M2_mpyd_rnd_hh_s1 has been changed from 658 to 827. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
635 | Value of member hexagon_M2_mpyd_rnd_hl_s0 has been changed from 659 to 828. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
636 | Value of member hexagon_M2_mpyd_rnd_hl_s1 has been changed from 660 to 829. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
637 | Value of member hexagon_M2_mpyd_rnd_lh_s0 has been changed from 661 to 830. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
638 | Value of member hexagon_M2_mpyd_rnd_lh_s1 has been changed from 662 to 831. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
639 | Value of member hexagon_M2_mpyd_rnd_ll_s0 has been changed from 663 to 832. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
640 | Value of member hexagon_M2_mpyd_rnd_ll_s1 has been changed from 664 to 833. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
641 | Value of member hexagon_M2_mpyi has been changed from 665 to 834. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
642 | Value of member hexagon_M2_mpysmi has been changed from 666 to 835. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
643 | Value of member hexagon_M2_mpysu_up has been changed from 667 to 836. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
644 | Value of member hexagon_M2_mpyu_acc_hh_s0 has been changed from 668 to 837. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
645 | Value of member hexagon_M2_mpyu_acc_hh_s1 has been changed from 669 to 838. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
646 | Value of member hexagon_M2_mpyu_acc_hl_s0 has been changed from 670 to 839. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
647 | Value of member hexagon_M2_mpyu_acc_hl_s1 has been changed from 671 to 840. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
648 | Value of member hexagon_M2_mpyu_acc_lh_s0 has been changed from 672 to 841. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
649 | Value of member hexagon_M2_mpyu_acc_lh_s1 has been changed from 673 to 842. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
650 | Value of member hexagon_M2_mpyu_acc_ll_s0 has been changed from 674 to 843. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
651 | Value of member hexagon_M2_mpyu_acc_ll_s1 has been changed from 675 to 844. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
652 | Value of member hexagon_M2_mpyu_hh_s0 has been changed from 676 to 845. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
653 | Value of member hexagon_M2_mpyu_hh_s1 has been changed from 677 to 846. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
654 | Value of member hexagon_M2_mpyu_hl_s0 has been changed from 678 to 847. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
655 | Value of member hexagon_M2_mpyu_hl_s1 has been changed from 679 to 848. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
656 | Value of member hexagon_M2_mpyu_lh_s0 has been changed from 680 to 849. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
657 | Value of member hexagon_M2_mpyu_lh_s1 has been changed from 681 to 850. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
658 | Value of member hexagon_M2_mpyu_ll_s0 has been changed from 682 to 851. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
659 | Value of member hexagon_M2_mpyu_ll_s1 has been changed from 683 to 852. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
660 | Value of member hexagon_M2_mpyu_nac_hh_s0 has been changed from 684 to 853. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
661 | Value of member hexagon_M2_mpyu_nac_hh_s1 has been changed from 685 to 854. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
662 | Value of member hexagon_M2_mpyu_nac_hl_s0 has been changed from 686 to 855. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
663 | Value of member hexagon_M2_mpyu_nac_hl_s1 has been changed from 687 to 856. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
664 | Value of member hexagon_M2_mpyu_nac_lh_s0 has been changed from 688 to 857. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
665 | Value of member hexagon_M2_mpyu_nac_lh_s1 has been changed from 689 to 858. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
666 | Value of member hexagon_M2_mpyu_nac_ll_s0 has been changed from 690 to 859. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
667 | Value of member hexagon_M2_mpyu_nac_ll_s1 has been changed from 691 to 860. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
668 | Value of member hexagon_M2_mpyu_up has been changed from 692 to 861. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
669 | Value of member hexagon_M2_mpyud_acc_hh_s0 has been changed from 693 to 862. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
670 | Value of member hexagon_M2_mpyud_acc_hh_s1 has been changed from 694 to 863. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
671 | Value of member hexagon_M2_mpyud_acc_hl_s0 has been changed from 695 to 864. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
672 | Value of member hexagon_M2_mpyud_acc_hl_s1 has been changed from 696 to 865. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
673 | Value of member hexagon_M2_mpyud_acc_lh_s0 has been changed from 697 to 866. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
674 | Value of member hexagon_M2_mpyud_acc_lh_s1 has been changed from 698 to 867. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
675 | Value of member hexagon_M2_mpyud_acc_ll_s0 has been changed from 699 to 868. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
676 | Value of member hexagon_M2_mpyud_acc_ll_s1 has been changed from 700 to 869. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
677 | Value of member hexagon_M2_mpyud_hh_s0 has been changed from 701 to 870. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
678 | Value of member hexagon_M2_mpyud_hh_s1 has been changed from 702 to 871. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
679 | Value of member hexagon_M2_mpyud_hl_s0 has been changed from 703 to 872. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
680 | Value of member hexagon_M2_mpyud_hl_s1 has been changed from 704 to 873. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
681 | Value of member hexagon_M2_mpyud_lh_s0 has been changed from 705 to 874. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
682 | Value of member hexagon_M2_mpyud_lh_s1 has been changed from 706 to 875. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
683 | Value of member hexagon_M2_mpyud_ll_s0 has been changed from 707 to 876. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
684 | Value of member hexagon_M2_mpyud_ll_s1 has been changed from 708 to 877. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
685 | Value of member hexagon_M2_mpyud_nac_hh_s0 has been changed from 709 to 878. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
686 | Value of member hexagon_M2_mpyud_nac_hh_s1 has been changed from 710 to 879. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
687 | Value of member hexagon_M2_mpyud_nac_hl_s0 has been changed from 711 to 880. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
688 | Value of member hexagon_M2_mpyud_nac_hl_s1 has been changed from 712 to 881. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
689 | Value of member hexagon_M2_mpyud_nac_lh_s0 has been changed from 713 to 882. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
690 | Value of member hexagon_M2_mpyud_nac_lh_s1 has been changed from 714 to 883. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
691 | Value of member hexagon_M2_mpyud_nac_ll_s0 has been changed from 715 to 884. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
692 | Value of member hexagon_M2_mpyud_nac_ll_s1 has been changed from 716 to 885. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
693 | Value of member hexagon_M2_mpyui has been changed from 717 to 886. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
694 | Value of member hexagon_M2_nacci has been changed from 718 to 887. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
695 | Value of member hexagon_M2_naccii has been changed from 719 to 888. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
696 | Value of member hexagon_M2_subacc has been changed from 720 to 889. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
697 | Value of member hexagon_M2_vabsdiffh has been changed from 721 to 890. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
698 | Value of member hexagon_M2_vabsdiffw has been changed from 722 to 891. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
699 | Value of member hexagon_M2_vcmac_s0_sat_i has been changed from 723 to 892. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
700 | Value of member hexagon_M2_vcmac_s0_sat_r has been changed from 724 to 893. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
701 | Value of member hexagon_M2_vcmpy_s0_sat_i has been changed from 725 to 894. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
702 | Value of member hexagon_M2_vcmpy_s0_sat_r has been changed from 726 to 895. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
703 | Value of member hexagon_M2_vcmpy_s1_sat_i has been changed from 727 to 896. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
704 | Value of member hexagon_M2_vcmpy_s1_sat_r has been changed from 728 to 897. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
705 | Value of member hexagon_M2_vdmacs_s0 has been changed from 729 to 898. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
706 | Value of member hexagon_M2_vdmacs_s1 has been changed from 730 to 899. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
707 | Value of member hexagon_M2_vdmpyrs_s0 has been changed from 731 to 900. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
708 | Value of member hexagon_M2_vdmpyrs_s1 has been changed from 732 to 901. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
709 | Value of member hexagon_M2_vdmpys_s0 has been changed from 733 to 902. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
710 | Value of member hexagon_M2_vdmpys_s1 has been changed from 734 to 903. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
711 | Value of member hexagon_M2_vmac2 has been changed from 735 to 904. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
712 | Value of member hexagon_M2_vmac2es has been changed from 736 to 905. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
713 | Value of member hexagon_M2_vmac2es_s0 has been changed from 737 to 906. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
714 | Value of member hexagon_M2_vmac2es_s1 has been changed from 738 to 907. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
715 | Value of member hexagon_M2_vmac2s_s0 has been changed from 739 to 908. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
716 | Value of member hexagon_M2_vmac2s_s1 has been changed from 740 to 909. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
717 | Value of member hexagon_M2_vmac2su_s0 has been changed from 741 to 910. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
718 | Value of member hexagon_M2_vmac2su_s1 has been changed from 742 to 911. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
719 | Value of member hexagon_M2_vmpy2es_s0 has been changed from 743 to 912. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
720 | Value of member hexagon_M2_vmpy2es_s1 has been changed from 744 to 913. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
721 | Value of member hexagon_M2_vmpy2s_s0 has been changed from 745 to 914. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
722 | Value of member hexagon_M2_vmpy2s_s0pack has been changed from 746 to 915. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
723 | Value of member hexagon_M2_vmpy2s_s1 has been changed from 747 to 916. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
724 | Value of member hexagon_M2_vmpy2s_s1pack has been changed from 748 to 917. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
725 | Value of member hexagon_M2_vmpy2su_s0 has been changed from 749 to 918. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
726 | Value of member hexagon_M2_vmpy2su_s1 has been changed from 750 to 919. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
727 | Value of member hexagon_M2_vraddh has been changed from 751 to 920. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
728 | Value of member hexagon_M2_vradduh has been changed from 752 to 921. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
729 | Value of member hexagon_M2_vrcmaci_s0 has been changed from 753 to 922. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
730 | Value of member hexagon_M2_vrcmaci_s0c has been changed from 754 to 923. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
731 | Value of member hexagon_M2_vrcmacr_s0 has been changed from 755 to 924. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
732 | Value of member hexagon_M2_vrcmacr_s0c has been changed from 756 to 925. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
733 | Value of member hexagon_M2_vrcmpyi_s0 has been changed from 757 to 926. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
734 | Value of member hexagon_M2_vrcmpyi_s0c has been changed from 758 to 927. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
735 | Value of member hexagon_M2_vrcmpyr_s0 has been changed from 759 to 928. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
736 | Value of member hexagon_M2_vrcmpyr_s0c has been changed from 760 to 929. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
737 | Value of member hexagon_M2_vrcmpys_acc_s1 has been changed from 761 to 930. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
738 | Value of member hexagon_M2_vrcmpys_s1 has been changed from 762 to 931. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
739 | Value of member hexagon_M2_vrcmpys_s1rp has been changed from 763 to 932. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
740 | Value of member hexagon_M2_vrmac_s0 has been changed from 764 to 933. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
741 | Value of member hexagon_M2_vrmpy_s0 has been changed from 765 to 934. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
742 | Value of member hexagon_M2_xor_xacc has been changed from 766 to 935. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
743 | Value of member hexagon_M4_and_and has been changed from 767 to 936. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
744 | Value of member hexagon_M4_and_andn has been changed from 768 to 937. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
745 | Value of member hexagon_M4_and_or has been changed from 769 to 938. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
746 | Value of member hexagon_M4_and_xor has been changed from 770 to 939. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
747 | Value of member hexagon_M4_cmpyi_wh has been changed from 771 to 940. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
748 | Value of member hexagon_M4_cmpyi_whc has been changed from 772 to 941. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
749 | Value of member hexagon_M4_cmpyr_wh has been changed from 773 to 942. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
750 | Value of member hexagon_M4_cmpyr_whc has been changed from 774 to 943. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
751 | Value of member hexagon_M4_mac_up_s1_sat has been changed from 775 to 944. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
752 | Value of member hexagon_M4_mpyri_addi has been changed from 776 to 945. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
753 | Value of member hexagon_M4_mpyri_addr has been changed from 777 to 946. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
754 | Value of member hexagon_M4_mpyri_addr_u2 has been changed from 778 to 947. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
755 | Value of member hexagon_M4_mpyrr_addi has been changed from 779 to 948. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
756 | Value of member hexagon_M4_mpyrr_addr has been changed from 780 to 949. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
757 | Value of member hexagon_M4_nac_up_s1_sat has been changed from 781 to 950. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
758 | Value of member hexagon_M4_or_and has been changed from 782 to 951. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
759 | Value of member hexagon_M4_or_andn has been changed from 783 to 952. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
760 | Value of member hexagon_M4_or_or has been changed from 784 to 953. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
761 | Value of member hexagon_M4_or_xor has been changed from 785 to 954. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
762 | Value of member hexagon_M4_pmpyw has been changed from 786 to 955. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
763 | Value of member hexagon_M4_pmpyw_acc has been changed from 787 to 956. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
764 | Value of member hexagon_M4_vpmpyh has been changed from 788 to 957. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
765 | Value of member hexagon_M4_vpmpyh_acc has been changed from 789 to 958. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
766 | Value of member hexagon_M4_vrmpyeh_acc_s0 has been changed from 790 to 959. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
767 | Value of member hexagon_M4_vrmpyeh_acc_s1 has been changed from 791 to 960. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
768 | Value of member hexagon_M4_vrmpyeh_s0 has been changed from 792 to 961. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
769 | Value of member hexagon_M4_vrmpyeh_s1 has been changed from 793 to 962. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
770 | Value of member hexagon_M4_vrmpyoh_acc_s0 has been changed from 794 to 963. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
771 | Value of member hexagon_M4_vrmpyoh_acc_s1 has been changed from 795 to 964. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
772 | Value of member hexagon_M4_vrmpyoh_s0 has been changed from 796 to 965. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
773 | Value of member hexagon_M4_vrmpyoh_s1 has been changed from 797 to 966. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
774 | Value of member hexagon_M4_xor_and has been changed from 798 to 967. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
775 | Value of member hexagon_M4_xor_andn has been changed from 799 to 968. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
776 | Value of member hexagon_M4_xor_or has been changed from 800 to 969. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
777 | Value of member hexagon_M4_xor_xacc has been changed from 801 to 970. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
778 | Value of member hexagon_M5_vdmacbsu has been changed from 802 to 971. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
779 | Value of member hexagon_M5_vdmpybsu has been changed from 803 to 972. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
780 | Value of member hexagon_M5_vmacbsu has been changed from 804 to 973. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
781 | Value of member hexagon_M5_vmacbuu has been changed from 805 to 974. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
782 | Value of member hexagon_M5_vmpybsu has been changed from 806 to 975. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
783 | Value of member hexagon_M5_vmpybuu has been changed from 807 to 976. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
784 | Value of member hexagon_M5_vrmacbsu has been changed from 808 to 977. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
785 | Value of member hexagon_M5_vrmacbuu has been changed from 809 to 978. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
786 | Value of member hexagon_M5_vrmpybsu has been changed from 810 to 979. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
787 | Value of member hexagon_M5_vrmpybuu has been changed from 811 to 980. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
788 | Value of member hexagon_S2_addasl_rrri has been changed from 812 to 981. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
789 | Value of member hexagon_S2_asl_i_p has been changed from 813 to 982. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
790 | Value of member hexagon_S2_asl_i_p_acc has been changed from 814 to 983. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
791 | Value of member hexagon_S2_asl_i_p_and has been changed from 815 to 984. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
792 | Value of member hexagon_S2_asl_i_p_nac has been changed from 816 to 985. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
793 | Value of member hexagon_S2_asl_i_p_or has been changed from 817 to 986. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
794 | Value of member hexagon_S2_asl_i_p_xacc has been changed from 818 to 987. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
795 | Value of member hexagon_S2_asl_i_r has been changed from 819 to 988. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
796 | Value of member hexagon_S2_asl_i_r_acc has been changed from 820 to 989. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
797 | Value of member hexagon_S2_asl_i_r_and has been changed from 821 to 990. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
798 | Value of member hexagon_S2_asl_i_r_nac has been changed from 822 to 991. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
799 | Value of member hexagon_S2_asl_i_r_or has been changed from 823 to 992. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
800 | Value of member hexagon_S2_asl_i_r_sat has been changed from 824 to 993. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
801 | Value of member hexagon_S2_asl_i_r_xacc has been changed from 825 to 994. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
802 | Value of member hexagon_S2_asl_i_vh has been changed from 826 to 995. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
803 | Value of member hexagon_S2_asl_i_vw has been changed from 827 to 996. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
804 | Value of member hexagon_S2_asl_r_p has been changed from 828 to 997. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
805 | Value of member hexagon_S2_asl_r_p_acc has been changed from 829 to 998. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
806 | Value of member hexagon_S2_asl_r_p_and has been changed from 830 to 999. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
807 | Value of member hexagon_S2_asl_r_p_nac has been changed from 831 to 1000. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
808 | Value of member hexagon_S2_asl_r_p_or has been changed from 832 to 1001. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
809 | Value of member hexagon_S2_asl_r_p_xor has been changed from 833 to 1002. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
810 | Value of member hexagon_S2_asl_r_r has been changed from 834 to 1003. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
811 | Value of member hexagon_S2_asl_r_r_acc has been changed from 835 to 1004. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
812 | Value of member hexagon_S2_asl_r_r_and has been changed from 836 to 1005. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
813 | Value of member hexagon_S2_asl_r_r_nac has been changed from 837 to 1006. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
814 | Value of member hexagon_S2_asl_r_r_or has been changed from 838 to 1007. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
815 | Value of member hexagon_S2_asl_r_r_sat has been changed from 839 to 1008. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
816 | Value of member hexagon_S2_asl_r_vh has been changed from 840 to 1009. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
817 | Value of member hexagon_S2_asl_r_vw has been changed from 841 to 1010. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
818 | Value of member hexagon_S2_asr_i_p has been changed from 842 to 1011. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
819 | Value of member hexagon_S2_asr_i_p_acc has been changed from 843 to 1012. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
820 | Value of member hexagon_S2_asr_i_p_and has been changed from 844 to 1013. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
821 | Value of member hexagon_S2_asr_i_p_nac has been changed from 845 to 1014. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
822 | Value of member hexagon_S2_asr_i_p_or has been changed from 846 to 1015. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
823 | Value of member hexagon_S2_asr_i_p_rnd has been changed from 847 to 1016. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
824 | Value of member hexagon_S2_asr_i_p_rnd_goodsyntax has been changed from 848 to 1017. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
825 | Value of member hexagon_S2_asr_i_r has been changed from 849 to 1018. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
826 | Value of member hexagon_S2_asr_i_r_acc has been changed from 850 to 1019. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
827 | Value of member hexagon_S2_asr_i_r_and has been changed from 851 to 1020. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
828 | Value of member hexagon_S2_asr_i_r_nac has been changed from 852 to 1021. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
829 | Value of member hexagon_S2_asr_i_r_or has been changed from 853 to 1022. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
830 | Value of member hexagon_S2_asr_i_r_rnd has been changed from 854 to 1023. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
831 | Value of member hexagon_S2_asr_i_r_rnd_goodsyntax has been changed from 855 to 1024. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
832 | Value of member hexagon_S2_asr_i_svw_trun has been changed from 856 to 1025. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
833 | Value of member hexagon_S2_asr_i_vh has been changed from 857 to 1026. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
834 | Value of member hexagon_S2_asr_i_vw has been changed from 858 to 1027. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
835 | Value of member hexagon_S2_asr_r_p has been changed from 859 to 1028. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
836 | Value of member hexagon_S2_asr_r_p_acc has been changed from 860 to 1029. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
837 | Value of member hexagon_S2_asr_r_p_and has been changed from 861 to 1030. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
838 | Value of member hexagon_S2_asr_r_p_nac has been changed from 862 to 1031. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
839 | Value of member hexagon_S2_asr_r_p_or has been changed from 863 to 1032. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
840 | Value of member hexagon_S2_asr_r_p_xor has been changed from 864 to 1033. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
841 | Value of member hexagon_S2_asr_r_r has been changed from 865 to 1034. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
842 | Value of member hexagon_S2_asr_r_r_acc has been changed from 866 to 1035. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
843 | Value of member hexagon_S2_asr_r_r_and has been changed from 867 to 1036. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
844 | Value of member hexagon_S2_asr_r_r_nac has been changed from 868 to 1037. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
845 | Value of member hexagon_S2_asr_r_r_or has been changed from 869 to 1038. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
846 | Value of member hexagon_S2_asr_r_r_sat has been changed from 870 to 1039. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
847 | Value of member hexagon_S2_asr_r_svw_trun has been changed from 871 to 1040. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
848 | Value of member hexagon_S2_asr_r_vh has been changed from 872 to 1041. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
849 | Value of member hexagon_S2_asr_r_vw has been changed from 873 to 1042. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
850 | Value of member hexagon_S2_brev has been changed from 874 to 1043. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
851 | Value of member hexagon_S2_brevp has been changed from 875 to 1044. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
852 | Value of member hexagon_S2_cl0 has been changed from 876 to 1045. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
853 | Value of member hexagon_S2_cl0p has been changed from 877 to 1046. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
854 | Value of member hexagon_S2_cl1 has been changed from 878 to 1047. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
855 | Value of member hexagon_S2_cl1p has been changed from 879 to 1048. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
856 | Value of member hexagon_S2_clb has been changed from 880 to 1049. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
857 | Value of member hexagon_S2_clbnorm has been changed from 881 to 1050. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
858 | Value of member hexagon_S2_clbp has been changed from 882 to 1051. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
859 | Value of member hexagon_S2_clrbit_i has been changed from 883 to 1052. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
860 | Value of member hexagon_S2_clrbit_r has been changed from 884 to 1053. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
861 | Value of member hexagon_S2_ct0 has been changed from 885 to 1054. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
862 | Value of member hexagon_S2_ct0p has been changed from 886 to 1055. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
863 | Value of member hexagon_S2_ct1 has been changed from 887 to 1056. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
864 | Value of member hexagon_S2_ct1p has been changed from 888 to 1057. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
865 | Value of member hexagon_S2_deinterleave has been changed from 889 to 1058. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
866 | Value of member hexagon_S2_extractu has been changed from 890 to 1059. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
867 | Value of member hexagon_S2_extractu_rp has been changed from 891 to 1060. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
868 | Value of member hexagon_S2_extractup has been changed from 892 to 1061. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
869 | Value of member hexagon_S2_extractup_rp has been changed from 893 to 1062. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
870 | Value of member hexagon_S2_insert has been changed from 894 to 1063. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
871 | Value of member hexagon_S2_insert_rp has been changed from 895 to 1064. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
872 | Value of member hexagon_S2_insertp has been changed from 896 to 1065. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
873 | Value of member hexagon_S2_insertp_rp has been changed from 897 to 1066. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
874 | Value of member hexagon_S2_interleave has been changed from 898 to 1067. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
875 | Value of member hexagon_S2_lfsp has been changed from 899 to 1068. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
876 | Value of member hexagon_S2_lsl_r_p has been changed from 900 to 1069. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
877 | Value of member hexagon_S2_lsl_r_p_acc has been changed from 901 to 1070. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
878 | Value of member hexagon_S2_lsl_r_p_and has been changed from 902 to 1071. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
879 | Value of member hexagon_S2_lsl_r_p_nac has been changed from 903 to 1072. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
880 | Value of member hexagon_S2_lsl_r_p_or has been changed from 904 to 1073. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
881 | Value of member hexagon_S2_lsl_r_p_xor has been changed from 905 to 1074. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
882 | Value of member hexagon_S2_lsl_r_r has been changed from 906 to 1075. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
883 | Value of member hexagon_S2_lsl_r_r_acc has been changed from 907 to 1076. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
884 | Value of member hexagon_S2_lsl_r_r_and has been changed from 908 to 1077. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
885 | Value of member hexagon_S2_lsl_r_r_nac has been changed from 909 to 1078. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
886 | Value of member hexagon_S2_lsl_r_r_or has been changed from 910 to 1079. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
887 | Value of member hexagon_S2_lsl_r_vh has been changed from 911 to 1080. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
888 | Value of member hexagon_S2_lsl_r_vw has been changed from 912 to 1081. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
889 | Value of member hexagon_S2_lsr_i_p has been changed from 913 to 1082. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
890 | Value of member hexagon_S2_lsr_i_p_acc has been changed from 914 to 1083. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
891 | Value of member hexagon_S2_lsr_i_p_and has been changed from 915 to 1084. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
892 | Value of member hexagon_S2_lsr_i_p_nac has been changed from 916 to 1085. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
893 | Value of member hexagon_S2_lsr_i_p_or has been changed from 917 to 1086. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
894 | Value of member hexagon_S2_lsr_i_p_xacc has been changed from 918 to 1087. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
895 | Value of member hexagon_S2_lsr_i_r has been changed from 919 to 1088. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
896 | Value of member hexagon_S2_lsr_i_r_acc has been changed from 920 to 1089. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
897 | Value of member hexagon_S2_lsr_i_r_and has been changed from 921 to 1090. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
898 | Value of member hexagon_S2_lsr_i_r_nac has been changed from 922 to 1091. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
899 | Value of member hexagon_S2_lsr_i_r_or has been changed from 923 to 1092. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
900 | Value of member hexagon_S2_lsr_i_r_xacc has been changed from 924 to 1093. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
901 | Value of member hexagon_S2_lsr_i_vh has been changed from 925 to 1094. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
902 | Value of member hexagon_S2_lsr_i_vw has been changed from 926 to 1095. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
903 | Value of member hexagon_S2_lsr_r_p has been changed from 927 to 1096. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
904 | Value of member hexagon_S2_lsr_r_p_acc has been changed from 928 to 1097. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
905 | Value of member hexagon_S2_lsr_r_p_and has been changed from 929 to 1098. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
906 | Value of member hexagon_S2_lsr_r_p_nac has been changed from 930 to 1099. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
907 | Value of member hexagon_S2_lsr_r_p_or has been changed from 931 to 1100. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
908 | Value of member hexagon_S2_lsr_r_p_xor has been changed from 932 to 1101. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
909 | Value of member hexagon_S2_lsr_r_r has been changed from 933 to 1102. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
910 | Value of member hexagon_S2_lsr_r_r_acc has been changed from 934 to 1103. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
911 | Value of member hexagon_S2_lsr_r_r_and has been changed from 935 to 1104. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
912 | Value of member hexagon_S2_lsr_r_r_nac has been changed from 936 to 1105. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
913 | Value of member hexagon_S2_lsr_r_r_or has been changed from 937 to 1106. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
914 | Value of member hexagon_S2_lsr_r_vh has been changed from 938 to 1107. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
915 | Value of member hexagon_S2_lsr_r_vw has been changed from 939 to 1108. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
916 | Value of member hexagon_S2_packhl has been changed from 940 to 1109. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
917 | Value of member hexagon_S2_parityp has been changed from 941 to 1110. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
918 | Value of member hexagon_S2_setbit_i has been changed from 942 to 1111. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
919 | Value of member hexagon_S2_setbit_r has been changed from 943 to 1112. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
920 | Value of member hexagon_S2_shuffeb has been changed from 944 to 1113. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
921 | Value of member hexagon_S2_shuffeh has been changed from 945 to 1114. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
922 | Value of member hexagon_S2_shuffob has been changed from 946 to 1115. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
923 | Value of member hexagon_S2_shuffoh has been changed from 947 to 1116. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
924 | Value of member hexagon_S2_svsathb has been changed from 948 to 1117. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
925 | Value of member hexagon_S2_svsathub has been changed from 949 to 1118. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
926 | Value of member hexagon_S2_tableidxb_goodsyntax has been changed from 950 to 1119. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
927 | Value of member hexagon_S2_tableidxd_goodsyntax has been changed from 951 to 1120. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
928 | Value of member hexagon_S2_tableidxh_goodsyntax has been changed from 952 to 1121. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
929 | Value of member hexagon_S2_tableidxw_goodsyntax has been changed from 953 to 1122. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
930 | Value of member hexagon_S2_togglebit_i has been changed from 954 to 1123. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
931 | Value of member hexagon_S2_togglebit_r has been changed from 955 to 1124. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
932 | Value of member hexagon_S2_tstbit_i has been changed from 956 to 1125. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
933 | Value of member hexagon_S2_tstbit_r has been changed from 957 to 1126. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
934 | Value of member hexagon_S2_valignib has been changed from 958 to 1127. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
935 | Value of member hexagon_S2_valignrb has been changed from 959 to 1128. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
936 | Value of member hexagon_S2_vcnegh has been changed from 960 to 1129. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
937 | Value of member hexagon_S2_vcrotate has been changed from 961 to 1130. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
938 | Value of member hexagon_S2_vrcnegh has been changed from 962 to 1131. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
939 | Value of member hexagon_S2_vrndpackwh has been changed from 963 to 1132. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
940 | Value of member hexagon_S2_vrndpackwhs has been changed from 964 to 1133. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
941 | Value of member hexagon_S2_vsathb has been changed from 965 to 1134. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
942 | Value of member hexagon_S2_vsathb_nopack has been changed from 966 to 1135. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
943 | Value of member hexagon_S2_vsathub has been changed from 967 to 1136. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
944 | Value of member hexagon_S2_vsathub_nopack has been changed from 968 to 1137. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
945 | Value of member hexagon_S2_vsatwh has been changed from 969 to 1138. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
946 | Value of member hexagon_S2_vsatwh_nopack has been changed from 970 to 1139. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
947 | Value of member hexagon_S2_vsatwuh has been changed from 971 to 1140. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
948 | Value of member hexagon_S2_vsatwuh_nopack has been changed from 972 to 1141. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
949 | Value of member hexagon_S2_vsplatrb has been changed from 973 to 1142. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
950 | Value of member hexagon_S2_vsplatrh has been changed from 974 to 1143. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
951 | Value of member hexagon_S2_vspliceib has been changed from 975 to 1144. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
952 | Value of member hexagon_S2_vsplicerb has been changed from 976 to 1145. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
953 | Value of member hexagon_S2_vsxtbh has been changed from 977 to 1146. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
954 | Value of member hexagon_S2_vsxthw has been changed from 978 to 1147. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
955 | Value of member hexagon_S2_vtrunehb has been changed from 979 to 1148. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
956 | Value of member hexagon_S2_vtrunewh has been changed from 980 to 1149. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
957 | Value of member hexagon_S2_vtrunohb has been changed from 981 to 1150. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
958 | Value of member hexagon_S2_vtrunowh has been changed from 982 to 1151. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
959 | Value of member hexagon_S2_vzxtbh has been changed from 983 to 1152. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
960 | Value of member hexagon_S2_vzxthw has been changed from 984 to 1153. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
961 | Value of member hexagon_S4_addaddi has been changed from 985 to 1154. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
962 | Value of member hexagon_S4_addi_asl_ri has been changed from 986 to 1155. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
963 | Value of member hexagon_S4_addi_lsr_ri has been changed from 987 to 1156. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
964 | Value of member hexagon_S4_andi_asl_ri has been changed from 988 to 1157. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
965 | Value of member hexagon_S4_andi_lsr_ri has been changed from 989 to 1158. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
966 | Value of member hexagon_S4_clbaddi has been changed from 990 to 1159. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
967 | Value of member hexagon_S4_clbpaddi has been changed from 991 to 1160. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
968 | Value of member hexagon_S4_clbpnorm has been changed from 992 to 1161. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
969 | Value of member hexagon_S4_extract has been changed from 993 to 1162. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
970 | Value of member hexagon_S4_extract_rp has been changed from 994 to 1163. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
971 | Value of member hexagon_S4_extractp has been changed from 995 to 1164. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
972 | Value of member hexagon_S4_extractp_rp has been changed from 996 to 1165. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
973 | Value of member hexagon_S4_lsli has been changed from 997 to 1166. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
974 | Value of member hexagon_S4_ntstbit_i has been changed from 998 to 1167. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
975 | Value of member hexagon_S4_ntstbit_r has been changed from 999 to 1168. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
976 | Value of member hexagon_S4_or_andi has been changed from 1000 to 1169. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
977 | Value of member hexagon_S4_or_andix has been changed from 1001 to 1170. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
978 | Value of member hexagon_S4_or_ori has been changed from 1002 to 1171. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
979 | Value of member hexagon_S4_ori_asl_ri has been changed from 1003 to 1172. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
980 | Value of member hexagon_S4_ori_lsr_ri has been changed from 1004 to 1173. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
981 | Value of member hexagon_S4_parity has been changed from 1005 to 1174. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
982 | Value of member hexagon_S4_subaddi has been changed from 1006 to 1175. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
983 | Value of member hexagon_S4_subi_asl_ri has been changed from 1007 to 1176. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
984 | Value of member hexagon_S4_subi_lsr_ri has been changed from 1008 to 1177. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
985 | Value of member hexagon_S4_vrcrotate has been changed from 1009 to 1178. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
986 | Value of member hexagon_S4_vrcrotate_acc has been changed from 1010 to 1179. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
987 | Value of member hexagon_S4_vxaddsubh has been changed from 1011 to 1180. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
988 | Value of member hexagon_S4_vxaddsubhr has been changed from 1012 to 1181. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
989 | Value of member hexagon_S4_vxaddsubw has been changed from 1013 to 1182. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
990 | Value of member hexagon_S4_vxsubaddh has been changed from 1014 to 1183. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
991 | Value of member hexagon_S4_vxsubaddhr has been changed from 1015 to 1184. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
992 | Value of member hexagon_S4_vxsubaddw has been changed from 1016 to 1185. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
993 | Value of member hexagon_S5_asrhub_rnd_sat_goodsyntax has been changed from 1017 to 1186. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
994 | Value of member hexagon_S5_asrhub_sat has been changed from 1018 to 1187. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
995 | Value of member hexagon_S5_vasrhrnd_goodsyntax has been changed from 1020 to 1189. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
996 | Value of member hexagon_SI_to_SXTHI_asrh has been changed from 1021 to 1190. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
997 | Value of member hexagon_circ_ldd has been changed from 1022 to 1191. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
998 | Value of member init_trampoline has been changed from 1023 to 1192. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
999 | Value of member invariant_end has been changed from 1024 to 1193. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1000 | Value of member invariant_start has been changed from 1025 to 1194. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1001 | Value of member lifetime_end has been changed from 1026 to 1195. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1002 | Value of member lifetime_start has been changed from 1027 to 1196. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1003 | Value of member log has been changed from 1028 to 1197. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1004 | Value of member log10 has been changed from 1029 to 1198. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1005 | Value of member log2 has been changed from 1030 to 1199. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1006 | Value of member longjmp has been changed from 1031 to 1200. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1007 | Value of member memcpy has been changed from 1032 to 1201. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1008 | Value of member memmove has been changed from 1033 to 1202. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1009 | Value of member memset has been changed from 1034 to 1203. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1010 | Value of member mips_absq_s_ph has been changed from 1035 to 1204. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1011 | Value of member mips_absq_s_qb has been changed from 1036 to 1205. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1012 | Value of member mips_absq_s_w has been changed from 1037 to 1206. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1013 | Value of member mips_addq_ph has been changed from 1038 to 1211. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1014 | Value of member mips_addq_s_ph has been changed from 1039 to 1212. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1015 | Value of member mips_addq_s_w has been changed from 1040 to 1213. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1016 | Value of member mips_addqh_ph has been changed from 1041 to 1214. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1017 | Value of member mips_addqh_r_ph has been changed from 1042 to 1215. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1018 | Value of member mips_addqh_r_w has been changed from 1043 to 1216. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1019 | Value of member mips_addqh_w has been changed from 1044 to 1217. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1020 | Value of member mips_addsc has been changed from 1045 to 1230. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1021 | Value of member mips_addu_ph has been changed from 1046 to 1231. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1022 | Value of member mips_addu_qb has been changed from 1047 to 1232. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1023 | Value of member mips_addu_s_ph has been changed from 1048 to 1233. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1024 | Value of member mips_addu_s_qb has been changed from 1049 to 1234. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1025 | Value of member mips_adduh_qb has been changed from 1050 to 1235. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1026 | Value of member mips_adduh_r_qb has been changed from 1051 to 1236. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1027 | Value of member mips_addwc has been changed from 1052 to 1245. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1028 | Value of member mips_append has been changed from 1053 to 1248. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1029 | Value of member mips_balign has been changed from 1054 to 1273. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1030 | Value of member mips_bitrev has been changed from 1055 to 1298. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1031 | Value of member mips_bposge32 has been changed from 1056 to 1316. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1032 | Value of member mips_cmp_eq_ph has been changed from 1057 to 1373. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1033 | Value of member mips_cmp_le_ph has been changed from 1058 to 1374. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1034 | Value of member mips_cmp_lt_ph has been changed from 1059 to 1375. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1035 | Value of member mips_cmpgdu_eq_qb has been changed from 1060 to 1376. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1036 | Value of member mips_cmpgdu_le_qb has been changed from 1061 to 1377. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1037 | Value of member mips_cmpgdu_lt_qb has been changed from 1062 to 1378. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1038 | Value of member mips_cmpgu_eq_qb has been changed from 1063 to 1379. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1039 | Value of member mips_cmpgu_le_qb has been changed from 1064 to 1380. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1040 | Value of member mips_cmpgu_lt_qb has been changed from 1065 to 1381. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1041 | Value of member mips_cmpu_eq_qb has been changed from 1066 to 1382. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1042 | Value of member mips_cmpu_le_qb has been changed from 1067 to 1383. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1043 | Value of member mips_cmpu_lt_qb has been changed from 1068 to 1384. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1044 | Value of member mips_dpa_w_ph has been changed from 1069 to 1408. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1045 | Value of member mips_dpaq_s_w_ph has been changed from 1070 to 1415. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1046 | Value of member mips_dpaq_sa_l_w has been changed from 1071 to 1416. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1047 | Value of member mips_dpaqx_s_w_ph has been changed from 1072 to 1417. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1048 | Value of member mips_dpaqx_sa_w_ph has been changed from 1073 to 1418. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1049 | Value of member mips_dpau_h_qbl has been changed from 1074 to 1419. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1050 | Value of member mips_dpau_h_qbr has been changed from 1075 to 1420. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1051 | Value of member mips_dpax_w_ph has been changed from 1076 to 1421. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1052 | Value of member mips_dps_w_ph has been changed from 1077 to 1422. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1053 | Value of member mips_dpsq_s_w_ph has been changed from 1078 to 1423. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1054 | Value of member mips_dpsq_sa_l_w has been changed from 1079 to 1424. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1055 | Value of member mips_dpsqx_s_w_ph has been changed from 1080 to 1425. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1056 | Value of member mips_dpsqx_sa_w_ph has been changed from 1081 to 1426. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1057 | Value of member mips_dpsu_h_qbl has been changed from 1082 to 1427. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1058 | Value of member mips_dpsu_h_qbr has been changed from 1083 to 1428. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1059 | Value of member mips_dpsx_w_ph has been changed from 1084 to 1435. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1060 | Value of member mips_extp has been changed from 1085 to 1436. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1061 | Value of member mips_extpdp has been changed from 1086 to 1437. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1062 | Value of member mips_extr_r_w has been changed from 1087 to 1438. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1063 | Value of member mips_extr_rs_w has been changed from 1088 to 1439. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1064 | Value of member mips_extr_s_h has been changed from 1089 to 1440. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1065 | Value of member mips_extr_w has been changed from 1090 to 1441. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1066 | Value of member mips_insv has been changed from 1091 to 1580. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1067 | Value of member mips_lbux has been changed from 1092 to 1585. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1068 | Value of member mips_lhx has been changed from 1093 to 1594. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1069 | Value of member mips_lwx has been changed from 1094 to 1596. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1070 | Value of member mips_madd has been changed from 1095 to 1597. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1071 | Value of member mips_maddu has been changed from 1096 to 1602. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1072 | Value of member mips_maq_s_w_phl has been changed from 1097 to 1607. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1073 | Value of member mips_maq_s_w_phr has been changed from 1098 to 1608. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1074 | Value of member mips_maq_sa_w_phl has been changed from 1099 to 1609. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1075 | Value of member mips_maq_sa_w_phr has been changed from 1100 to 1610. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1076 | Value of member mips_modsub has been changed from 1101 to 1659. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1077 | Value of member mips_msub has been changed from 1102 to 1661. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1078 | Value of member mips_msubu has been changed from 1103 to 1666. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1079 | Value of member mips_mthlip has been changed from 1104 to 1671. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1080 | Value of member mips_mul_ph has been changed from 1105 to 1672. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1081 | Value of member mips_mul_s_ph has been changed from 1106 to 1675. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1082 | Value of member mips_muleq_s_w_phl has been changed from 1107 to 1676. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1083 | Value of member mips_muleq_s_w_phr has been changed from 1108 to 1677. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1084 | Value of member mips_muleu_s_ph_qbl has been changed from 1109 to 1678. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1085 | Value of member mips_muleu_s_ph_qbr has been changed from 1110 to 1679. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1086 | Value of member mips_mulq_rs_ph has been changed from 1111 to 1680. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1087 | Value of member mips_mulq_rs_w has been changed from 1112 to 1681. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1088 | Value of member mips_mulq_s_ph has been changed from 1113 to 1682. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1089 | Value of member mips_mulq_s_w has been changed from 1114 to 1683. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1090 | Value of member mips_mulsa_w_ph has been changed from 1115 to 1686. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1091 | Value of member mips_mulsaq_s_w_ph has been changed from 1116 to 1687. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1092 | Value of member mips_mult has been changed from 1117 to 1688. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1093 | Value of member mips_multu has been changed from 1118 to 1689. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1094 | Value of member mips_packrl_ph has been changed from 1119 to 1706. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1095 | Value of member mips_pick_ph has been changed from 1120 to 1719. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1096 | Value of member mips_pick_qb has been changed from 1121 to 1720. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1097 | Value of member mips_preceq_w_phl has been changed from 1122 to 1721. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1098 | Value of member mips_preceq_w_phr has been changed from 1123 to 1722. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1099 | Value of member mips_precequ_ph_qbl has been changed from 1124 to 1723. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1100 | Value of member mips_precequ_ph_qbla has been changed from 1125 to 1724. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1101 | Value of member mips_precequ_ph_qbr has been changed from 1126 to 1725. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1102 | Value of member mips_precequ_ph_qbra has been changed from 1127 to 1726. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1103 | Value of member mips_preceu_ph_qbl has been changed from 1128 to 1727. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1104 | Value of member mips_preceu_ph_qbla has been changed from 1129 to 1728. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1105 | Value of member mips_preceu_ph_qbr has been changed from 1130 to 1729. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1106 | Value of member mips_preceu_ph_qbra has been changed from 1131 to 1730. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1107 | Value of member mips_precr_qb_ph has been changed from 1132 to 1731. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1108 | Value of member mips_precr_sra_ph_w has been changed from 1133 to 1732. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1109 | Value of member mips_precr_sra_r_ph_w has been changed from 1134 to 1733. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1110 | Value of member mips_precrq_ph_w has been changed from 1135 to 1734. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1111 | Value of member mips_precrq_qb_ph has been changed from 1136 to 1735. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1112 | Value of member mips_precrq_rs_ph_w has been changed from 1137 to 1736. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1113 | Value of member mips_precrqu_s_qb_ph has been changed from 1138 to 1737. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1114 | Value of member mips_prepend has been changed from 1139 to 1738. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1115 | Value of member mips_raddu_w_qb has been changed from 1140 to 1739. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1116 | Value of member mips_rddsp has been changed from 1141 to 1740. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1117 | Value of member mips_repl_ph has been changed from 1142 to 1741. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1118 | Value of member mips_repl_qb has been changed from 1143 to 1742. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1119 | Value of member mips_shilo has been changed from 1144 to 1754. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1120 | Value of member mips_shll_ph has been changed from 1145 to 1755. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1121 | Value of member mips_shll_qb has been changed from 1146 to 1756. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1122 | Value of member mips_shll_s_ph has been changed from 1147 to 1757. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1123 | Value of member mips_shll_s_w has been changed from 1148 to 1758. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1124 | Value of member mips_shra_ph has been changed from 1149 to 1759. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1125 | Value of member mips_shra_qb has been changed from 1150 to 1760. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1126 | Value of member mips_shra_r_ph has been changed from 1151 to 1761. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1127 | Value of member mips_shra_r_qb has been changed from 1152 to 1762. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1128 | Value of member mips_shra_r_w has been changed from 1153 to 1763. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1129 | Value of member mips_shrl_ph has been changed from 1154 to 1764. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1130 | Value of member mips_shrl_qb has been changed from 1155 to 1765. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1131 | Value of member mips_subq_ph has been changed from 1156 to 1826. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1132 | Value of member mips_subq_s_ph has been changed from 1157 to 1827. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1133 | Value of member mips_subq_s_w has been changed from 1158 to 1828. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1134 | Value of member mips_subqh_ph has been changed from 1159 to 1829. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1135 | Value of member mips_subqh_r_ph has been changed from 1160 to 1830. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1136 | Value of member mips_subqh_r_w has been changed from 1161 to 1831. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1137 | Value of member mips_subqh_w has been changed from 1162 to 1832. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1138 | Value of member mips_subu_ph has been changed from 1163 to 1849. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1139 | Value of member mips_subu_qb has been changed from 1164 to 1850. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1140 | Value of member mips_subu_s_ph has been changed from 1165 to 1851. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1141 | Value of member mips_subu_s_qb has been changed from 1166 to 1852. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1142 | Value of member mips_subuh_qb has been changed from 1167 to 1853. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1143 | Value of member mips_subuh_r_qb has been changed from 1168 to 1854. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1144 | Value of member mips_wrdsp has been changed from 1169 to 1867. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1145 | Value of member nearbyint has been changed from 1170 to 1870. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1146 | Value of member num_intrinsics has been changed from 2433 to 3281. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1147 | Value of member nvvm_abs_i has been changed from 1171 to 1871. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1148 | Value of member nvvm_abs_ll has been changed from 1172 to 1872. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1149 | Value of member nvvm_add_rm_d has been changed from 1173 to 1873. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1150 | Value of member nvvm_add_rm_f has been changed from 1174 to 1874. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1151 | Value of member nvvm_add_rm_ftz_f has been changed from 1175 to 1875. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1152 | Value of member nvvm_add_rn_d has been changed from 1176 to 1876. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1153 | Value of member nvvm_add_rn_f has been changed from 1177 to 1877. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1154 | Value of member nvvm_add_rn_ftz_f has been changed from 1178 to 1878. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1155 | Value of member nvvm_add_rp_d has been changed from 1179 to 1879. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1156 | Value of member nvvm_add_rp_f has been changed from 1180 to 1880. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1157 | Value of member nvvm_add_rp_ftz_f has been changed from 1181 to 1881. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1158 | Value of member nvvm_add_rz_d has been changed from 1182 to 1882. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1159 | Value of member nvvm_add_rz_f has been changed from 1183 to 1883. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1160 | Value of member nvvm_add_rz_ftz_f has been changed from 1184 to 1884. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1161 | Value of member nvvm_atomic_load_add_f32 has been changed from 1185 to 1885. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1162 | Value of member nvvm_atomic_load_dec_32 has been changed from 1186 to 1886. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1163 | Value of member nvvm_atomic_load_inc_32 has been changed from 1187 to 1887. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1164 | Value of member nvvm_barrier0 has been changed from 1188 to 1888. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1165 | Value of member nvvm_barrier0_and has been changed from 1189 to 1889. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1166 | Value of member nvvm_barrier0_or has been changed from 1190 to 1890. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1167 | Value of member nvvm_barrier0_popc has been changed from 1191 to 1891. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1168 | Value of member nvvm_bitcast_d2ll has been changed from 1192 to 1892. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1169 | Value of member nvvm_bitcast_f2i has been changed from 1193 to 1893. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1170 | Value of member nvvm_bitcast_i2f has been changed from 1194 to 1894. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1171 | Value of member nvvm_bitcast_ll2d has been changed from 1195 to 1895. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1172 | Value of member nvvm_brev32 has been changed from 1196 to 1896. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1173 | Value of member nvvm_brev64 has been changed from 1197 to 1897. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1174 | Value of member nvvm_ceil_d has been changed from 1198 to 1898. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1175 | Value of member nvvm_ceil_f has been changed from 1199 to 1899. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1176 | Value of member nvvm_ceil_ftz_f has been changed from 1200 to 1900. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1177 | Value of member nvvm_clz_i has been changed from 1201 to 1901. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1178 | Value of member nvvm_clz_ll has been changed from 1202 to 1902. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1179 | Value of member nvvm_compiler_error has been changed from 1203 to 1903. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1180 | Value of member nvvm_compiler_warn has been changed from 1204 to 1904. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1181 | Value of member nvvm_cos_approx_f has been changed from 1205 to 1905. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1182 | Value of member nvvm_cos_approx_ftz_f has been changed from 1206 to 1906. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1183 | Value of member nvvm_d2f_rm has been changed from 1207 to 1907. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1184 | Value of member nvvm_d2f_rm_ftz has been changed from 1208 to 1908. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1185 | Value of member nvvm_d2f_rn has been changed from 1209 to 1909. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1186 | Value of member nvvm_d2f_rn_ftz has been changed from 1210 to 1910. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1187 | Value of member nvvm_d2f_rp has been changed from 1211 to 1911. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1188 | Value of member nvvm_d2f_rp_ftz has been changed from 1212 to 1912. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1189 | Value of member nvvm_d2f_rz has been changed from 1213 to 1913. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1190 | Value of member nvvm_d2f_rz_ftz has been changed from 1214 to 1914. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1191 | Value of member nvvm_d2i_hi has been changed from 1215 to 1915. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1192 | Value of member nvvm_d2i_lo has been changed from 1216 to 1916. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1193 | Value of member nvvm_d2i_rm has been changed from 1217 to 1917. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1194 | Value of member nvvm_d2i_rn has been changed from 1218 to 1918. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1195 | Value of member nvvm_d2i_rp has been changed from 1219 to 1919. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1196 | Value of member nvvm_d2i_rz has been changed from 1220 to 1920. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1197 | Value of member nvvm_d2ll_rm has been changed from 1221 to 1921. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1198 | Value of member nvvm_d2ll_rn has been changed from 1222 to 1922. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1199 | Value of member nvvm_d2ll_rp has been changed from 1223 to 1923. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1200 | Value of member nvvm_d2ll_rz has been changed from 1224 to 1924. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1201 | Value of member nvvm_d2ui_rm has been changed from 1225 to 1925. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1202 | Value of member nvvm_d2ui_rn has been changed from 1226 to 1926. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1203 | Value of member nvvm_d2ui_rp has been changed from 1227 to 1927. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1204 | Value of member nvvm_d2ui_rz has been changed from 1228 to 1928. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1205 | Value of member nvvm_d2ull_rm has been changed from 1229 to 1929. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1206 | Value of member nvvm_d2ull_rn has been changed from 1230 to 1930. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1207 | Value of member nvvm_d2ull_rp has been changed from 1231 to 1931. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1208 | Value of member nvvm_d2ull_rz has been changed from 1232 to 1932. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1209 | Value of member nvvm_div_approx_f has been changed from 1233 to 1933. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1210 | Value of member nvvm_div_approx_ftz_f has been changed from 1234 to 1934. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1211 | Value of member nvvm_div_rm_d has been changed from 1235 to 1935. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1212 | Value of member nvvm_div_rm_f has been changed from 1236 to 1936. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1213 | Value of member nvvm_div_rm_ftz_f has been changed from 1237 to 1937. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1214 | Value of member nvvm_div_rn_d has been changed from 1238 to 1938. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1215 | Value of member nvvm_div_rn_f has been changed from 1239 to 1939. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1216 | Value of member nvvm_div_rn_ftz_f has been changed from 1240 to 1940. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1217 | Value of member nvvm_div_rp_d has been changed from 1241 to 1941. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1218 | Value of member nvvm_div_rp_f has been changed from 1242 to 1942. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1219 | Value of member nvvm_div_rp_ftz_f has been changed from 1243 to 1943. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1220 | Value of member nvvm_div_rz_d has been changed from 1244 to 1944. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1221 | Value of member nvvm_div_rz_f has been changed from 1245 to 1945. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1222 | Value of member nvvm_div_rz_ftz_f has been changed from 1246 to 1946. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1223 | Value of member nvvm_ex2_approx_d has been changed from 1247 to 1947. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1224 | Value of member nvvm_ex2_approx_f has been changed from 1248 to 1948. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1225 | Value of member nvvm_ex2_approx_ftz_f has been changed from 1249 to 1949. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1226 | Value of member nvvm_f2h_rn has been changed from 1250 to 1950. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1227 | Value of member nvvm_f2h_rn_ftz has been changed from 1251 to 1951. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1228 | Value of member nvvm_f2i_rm has been changed from 1252 to 1952. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1229 | Value of member nvvm_f2i_rm_ftz has been changed from 1253 to 1953. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1230 | Value of member nvvm_f2i_rn has been changed from 1254 to 1954. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1231 | Value of member nvvm_f2i_rn_ftz has been changed from 1255 to 1955. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1232 | Value of member nvvm_f2i_rp has been changed from 1256 to 1956. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1233 | Value of member nvvm_f2i_rp_ftz has been changed from 1257 to 1957. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1234 | Value of member nvvm_f2i_rz has been changed from 1258 to 1958. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1235 | Value of member nvvm_f2i_rz_ftz has been changed from 1259 to 1959. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1236 | Value of member nvvm_f2ll_rm has been changed from 1260 to 1960. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1237 | Value of member nvvm_f2ll_rm_ftz has been changed from 1261 to 1961. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1238 | Value of member nvvm_f2ll_rn has been changed from 1262 to 1962. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1239 | Value of member nvvm_f2ll_rn_ftz has been changed from 1263 to 1963. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1240 | Value of member nvvm_f2ll_rp has been changed from 1264 to 1964. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1241 | Value of member nvvm_f2ll_rp_ftz has been changed from 1265 to 1965. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1242 | Value of member nvvm_f2ll_rz has been changed from 1266 to 1966. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1243 | Value of member nvvm_f2ll_rz_ftz has been changed from 1267 to 1967. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1244 | Value of member nvvm_f2ui_rm has been changed from 1268 to 1968. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1245 | Value of member nvvm_f2ui_rm_ftz has been changed from 1269 to 1969. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1246 | Value of member nvvm_f2ui_rn has been changed from 1270 to 1970. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1247 | Value of member nvvm_f2ui_rn_ftz has been changed from 1271 to 1971. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1248 | Value of member nvvm_f2ui_rp has been changed from 1272 to 1972. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1249 | Value of member nvvm_f2ui_rp_ftz has been changed from 1273 to 1973. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1250 | Value of member nvvm_f2ui_rz has been changed from 1274 to 1974. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1251 | Value of member nvvm_f2ui_rz_ftz has been changed from 1275 to 1975. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1252 | Value of member nvvm_f2ull_rm has been changed from 1276 to 1976. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1253 | Value of member nvvm_f2ull_rm_ftz has been changed from 1277 to 1977. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1254 | Value of member nvvm_f2ull_rn has been changed from 1278 to 1978. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1255 | Value of member nvvm_f2ull_rn_ftz has been changed from 1279 to 1979. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1256 | Value of member nvvm_f2ull_rp has been changed from 1280 to 1980. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1257 | Value of member nvvm_f2ull_rp_ftz has been changed from 1281 to 1981. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1258 | Value of member nvvm_f2ull_rz has been changed from 1282 to 1982. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1259 | Value of member nvvm_f2ull_rz_ftz has been changed from 1283 to 1983. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1260 | Value of member nvvm_fabs_d has been changed from 1284 to 1984. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1261 | Value of member nvvm_fabs_f has been changed from 1285 to 1985. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1262 | Value of member nvvm_fabs_ftz_f has been changed from 1286 to 1986. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1263 | Value of member nvvm_floor_d has been changed from 1287 to 1987. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1264 | Value of member nvvm_floor_f has been changed from 1288 to 1988. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1265 | Value of member nvvm_floor_ftz_f has been changed from 1289 to 1989. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1266 | Value of member nvvm_fma_rm_d has been changed from 1290 to 1990. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1267 | Value of member nvvm_fma_rm_f has been changed from 1291 to 1991. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1268 | Value of member nvvm_fma_rm_ftz_f has been changed from 1292 to 1992. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1269 | Value of member nvvm_fma_rn_d has been changed from 1293 to 1993. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1270 | Value of member nvvm_fma_rn_f has been changed from 1294 to 1994. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1271 | Value of member nvvm_fma_rn_ftz_f has been changed from 1295 to 1995. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1272 | Value of member nvvm_fma_rp_d has been changed from 1296 to 1996. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1273 | Value of member nvvm_fma_rp_f has been changed from 1297 to 1997. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1274 | Value of member nvvm_fma_rp_ftz_f has been changed from 1298 to 1998. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1275 | Value of member nvvm_fma_rz_d has been changed from 1299 to 1999. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1276 | Value of member nvvm_fma_rz_f has been changed from 1300 to 2000. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1277 | Value of member nvvm_fma_rz_ftz_f has been changed from 1301 to 2001. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1278 | Value of member nvvm_fmin_d has been changed from 1305 to 2005. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1279 | Value of member nvvm_fmin_f has been changed from 1306 to 2006. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1280 | Value of member nvvm_fmin_ftz_f has been changed from 1307 to 2007. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1281 | Value of member nvvm_h2f has been changed from 1308 to 2008. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1282 | Value of member nvvm_i2d_rm has been changed from 1309 to 2009. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1283 | Value of member nvvm_i2d_rn has been changed from 1310 to 2010. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1284 | Value of member nvvm_i2d_rp has been changed from 1311 to 2011. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1285 | Value of member nvvm_i2d_rz has been changed from 1312 to 2012. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1286 | Value of member nvvm_i2f_rm has been changed from 1313 to 2013. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1287 | Value of member nvvm_i2f_rn has been changed from 1314 to 2014. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1288 | Value of member nvvm_i2f_rp has been changed from 1315 to 2015. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1289 | Value of member nvvm_i2f_rz has been changed from 1316 to 2016. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1290 | Value of member nvvm_ldg_global_f has been changed from 1317 to 2017. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1291 | Value of member nvvm_ldg_global_i has been changed from 1318 to 2018. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1292 | Value of member nvvm_ldg_global_p has been changed from 1319 to 2019. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1293 | Value of member nvvm_ldu_global_f has been changed from 1320 to 2020. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1294 | Value of member nvvm_ldu_global_i has been changed from 1321 to 2021. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1295 | Value of member nvvm_ldu_global_p has been changed from 1322 to 2022. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1296 | Value of member nvvm_lg2_approx_d has been changed from 1323 to 2023. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1297 | Value of member nvvm_lg2_approx_f has been changed from 1324 to 2024. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1298 | Value of member nvvm_lg2_approx_ftz_f has been changed from 1325 to 2025. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1299 | Value of member nvvm_ll2d_rm has been changed from 1326 to 2026. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1300 | Value of member nvvm_ll2d_rn has been changed from 1327 to 2027. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1301 | Value of member nvvm_ll2d_rp has been changed from 1328 to 2028. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1302 | Value of member nvvm_ll2d_rz has been changed from 1329 to 2029. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1303 | Value of member nvvm_ll2f_rm has been changed from 1330 to 2030. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1304 | Value of member nvvm_ll2f_rn has been changed from 1331 to 2031. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1305 | Value of member nvvm_ll2f_rp has been changed from 1332 to 2032. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1306 | Value of member nvvm_ll2f_rz has been changed from 1333 to 2033. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1307 | Value of member nvvm_lohi_i2d has been changed from 1334 to 2034. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1308 | Value of member nvvm_membar_cta has been changed from 1339 to 2039. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1309 | Value of member nvvm_membar_gl has been changed from 1340 to 2040. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1310 | Value of member nvvm_membar_sys has been changed from 1341 to 2041. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1311 | Value of member nvvm_min_i has been changed from 1342 to 2042. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1312 | Value of member nvvm_min_ll has been changed from 1343 to 2043. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1313 | Value of member nvvm_min_ui has been changed from 1344 to 2044. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1314 | Value of member nvvm_min_ull has been changed from 1345 to 2045. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1315 | Value of member nvvm_move_double has been changed from 1346 to 2046. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1316 | Value of member nvvm_move_float has been changed from 1347 to 2047. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1317 | Value of member nvvm_move_i16 has been changed from 1348 to 2048. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1318 | Value of member nvvm_move_i32 has been changed from 1349 to 2049. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1319 | Value of member nvvm_move_i64 has been changed from 1350 to 2050. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1320 | Value of member nvvm_move_ptr has been changed from 1352 to 2051. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1321 | Value of member nvvm_mul24_i has been changed from 1353 to 2052. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1322 | Value of member nvvm_mul24_ui has been changed from 1354 to 2053. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1323 | Value of member nvvm_mul_rm_d has been changed from 1355 to 2054. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1324 | Value of member nvvm_mul_rm_f has been changed from 1356 to 2055. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1325 | Value of member nvvm_mul_rm_ftz_f has been changed from 1357 to 2056. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1326 | Value of member nvvm_mul_rn_d has been changed from 1358 to 2057. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1327 | Value of member nvvm_mul_rn_f has been changed from 1359 to 2058. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1328 | Value of member nvvm_mul_rn_ftz_f has been changed from 1360 to 2059. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1329 | Value of member nvvm_mul_rp_d has been changed from 1361 to 2060. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1330 | Value of member nvvm_mul_rp_f has been changed from 1362 to 2061. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1331 | Value of member nvvm_mul_rp_ftz_f has been changed from 1363 to 2062. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1332 | Value of member nvvm_mul_rz_d has been changed from 1364 to 2063. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1333 | Value of member nvvm_mul_rz_f has been changed from 1365 to 2064. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1334 | Value of member nvvm_mul_rz_ftz_f has been changed from 1366 to 2065. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1335 | Value of member nvvm_mulhi_i has been changed from 1367 to 2066. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1336 | Value of member nvvm_mulhi_ll has been changed from 1368 to 2067. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1337 | Value of member nvvm_mulhi_ui has been changed from 1369 to 2068. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1338 | Value of member nvvm_mulhi_ull has been changed from 1370 to 2069. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1339 | Value of member nvvm_popc_i has been changed from 1371 to 2070. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1340 | Value of member nvvm_popc_ll has been changed from 1372 to 2071. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1341 | Value of member nvvm_prmt has been changed from 1373 to 2072. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1342 | Value of member nvvm_ptr_constant_to_gen has been changed from 1374 to 2073. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1343 | Value of member nvvm_ptr_gen_to_constant has been changed from 1375 to 2074. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1344 | Value of member nvvm_ptr_gen_to_global has been changed from 1376 to 2075. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1345 | Value of member nvvm_ptr_gen_to_local has been changed from 1377 to 2076. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1346 | Value of member nvvm_ptr_gen_to_param has been changed from 1378 to 2077. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1347 | Value of member nvvm_ptr_gen_to_shared has been changed from 1379 to 2078. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1348 | Value of member nvvm_ptr_global_to_gen has been changed from 1380 to 2079. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1349 | Value of member nvvm_ptr_local_to_gen has been changed from 1381 to 2080. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1350 | Value of member nvvm_ptr_shared_to_gen has been changed from 1382 to 2081. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1351 | Value of member nvvm_rcp_approx_ftz_d has been changed from 1383 to 2082. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1352 | Value of member nvvm_rcp_rm_d has been changed from 1384 to 2083. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1353 | Value of member nvvm_rcp_rm_f has been changed from 1385 to 2084. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1354 | Value of member nvvm_rcp_rm_ftz_f has been changed from 1386 to 2085. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1355 | Value of member nvvm_rcp_rn_d has been changed from 1387 to 2086. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1356 | Value of member nvvm_rcp_rn_f has been changed from 1388 to 2087. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1357 | Value of member nvvm_rcp_rn_ftz_f has been changed from 1389 to 2088. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1358 | Value of member nvvm_rcp_rp_d has been changed from 1390 to 2089. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1359 | Value of member nvvm_rcp_rp_f has been changed from 1391 to 2090. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1360 | Value of member nvvm_rcp_rp_ftz_f has been changed from 1392 to 2091. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1361 | Value of member nvvm_rcp_rz_d has been changed from 1393 to 2092. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1362 | Value of member nvvm_rcp_rz_f has been changed from 1394 to 2093. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1363 | Value of member nvvm_rcp_rz_ftz_f has been changed from 1395 to 2094. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1364 | Value of member nvvm_read_ptx_sreg_ctaid_x has been changed from 1396 to 2095. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1365 | Value of member nvvm_read_ptx_sreg_ctaid_y has been changed from 1397 to 2096. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1366 | Value of member nvvm_read_ptx_sreg_ctaid_z has been changed from 1398 to 2097. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1367 | Value of member nvvm_read_ptx_sreg_nctaid_x has been changed from 1399 to 2098. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1368 | Value of member nvvm_read_ptx_sreg_nctaid_y has been changed from 1400 to 2099. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1369 | Value of member nvvm_read_ptx_sreg_nctaid_z has been changed from 1401 to 2100. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1370 | Value of member nvvm_read_ptx_sreg_ntid_x has been changed from 1402 to 2101. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1371 | Value of member nvvm_read_ptx_sreg_ntid_y has been changed from 1403 to 2102. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1372 | Value of member nvvm_read_ptx_sreg_ntid_z has been changed from 1404 to 2103. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1373 | Value of member nvvm_read_ptx_sreg_tid_x has been changed from 1405 to 2104. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1374 | Value of member nvvm_read_ptx_sreg_tid_y has been changed from 1406 to 2105. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1375 | Value of member nvvm_read_ptx_sreg_tid_z has been changed from 1407 to 2106. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1376 | Value of member nvvm_read_ptx_sreg_warpsize has been changed from 1408 to 2107. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1377 | Value of member nvvm_round_d has been changed from 1409 to 2108. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1378 | Value of member nvvm_round_f has been changed from 1410 to 2109. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1379 | Value of member nvvm_round_ftz_f has been changed from 1411 to 2110. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1380 | Value of member nvvm_rsqrt_approx_d has been changed from 1412 to 2111. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1381 | Value of member nvvm_rsqrt_approx_f has been changed from 1413 to 2112. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1382 | Value of member nvvm_rsqrt_approx_ftz_f has been changed from 1414 to 2113. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1383 | Value of member nvvm_sad_i has been changed from 1415 to 2114. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1384 | Value of member nvvm_sad_ui has been changed from 1416 to 2115. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1385 | Value of member nvvm_saturate_d has been changed from 1417 to 2116. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1386 | Value of member nvvm_saturate_f has been changed from 1418 to 2117. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1387 | Value of member nvvm_saturate_ftz_f has been changed from 1419 to 2118. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1388 | Value of member nvvm_sin_approx_f has been changed from 1420 to 2119. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1389 | Value of member nvvm_sin_approx_ftz_f has been changed from 1421 to 2120. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1390 | Value of member nvvm_sqrt_approx_f has been changed from 1422 to 2121. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1391 | Value of member nvvm_sqrt_approx_ftz_f has been changed from 1423 to 2122. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1392 | Value of member nvvm_sqrt_f has been changed from 1424 to 2123. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1393 | Value of member nvvm_sqrt_rm_d has been changed from 1425 to 2124. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1394 | Value of member nvvm_sqrt_rm_f has been changed from 1426 to 2125. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1395 | Value of member nvvm_sqrt_rm_ftz_f has been changed from 1427 to 2126. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1396 | Value of member nvvm_sqrt_rn_d has been changed from 1428 to 2127. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1397 | Value of member nvvm_sqrt_rn_f has been changed from 1429 to 2128. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1398 | Value of member nvvm_sqrt_rn_ftz_f has been changed from 1430 to 2129. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1399 | Value of member nvvm_sqrt_rp_d has been changed from 1431 to 2130. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1400 | Value of member nvvm_sqrt_rp_f has been changed from 1432 to 2131. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1401 | Value of member nvvm_sqrt_rp_ftz_f has been changed from 1433 to 2132. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1402 | Value of member nvvm_sqrt_rz_d has been changed from 1434 to 2133. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1403 | Value of member nvvm_sqrt_rz_f has been changed from 1435 to 2134. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1404 | Value of member nvvm_sqrt_rz_ftz_f has been changed from 1436 to 2135. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1405 | Value of member nvvm_trunc_d has been changed from 1437 to 2136. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1406 | Value of member nvvm_trunc_f has been changed from 1438 to 2137. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1407 | Value of member nvvm_trunc_ftz_f has been changed from 1439 to 2138. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1408 | Value of member nvvm_ui2d_rm has been changed from 1440 to 2139. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1409 | Value of member nvvm_ui2d_rn has been changed from 1441 to 2140. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1410 | Value of member nvvm_ui2d_rp has been changed from 1442 to 2141. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1411 | Value of member nvvm_ui2d_rz has been changed from 1443 to 2142. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1412 | Value of member nvvm_ui2f_rm has been changed from 1444 to 2143. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1413 | Value of member nvvm_ui2f_rn has been changed from 1445 to 2144. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1414 | Value of member nvvm_ui2f_rp has been changed from 1446 to 2145. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1415 | Value of member nvvm_ui2f_rz has been changed from 1447 to 2146. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1416 | Value of member nvvm_ull2d_rm has been changed from 1448 to 2147. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1417 | Value of member nvvm_ull2d_rn has been changed from 1449 to 2148. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1418 | Value of member nvvm_ull2d_rp has been changed from 1450 to 2149. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1419 | Value of member nvvm_ull2d_rz has been changed from 1451 to 2150. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1420 | Value of member nvvm_ull2f_rm has been changed from 1452 to 2151. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1421 | Value of member nvvm_ull2f_rn has been changed from 1453 to 2152. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1422 | Value of member nvvm_ull2f_rp has been changed from 1454 to 2153. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1423 | Value of member nvvm_ull2f_rz has been changed from 1455 to 2154. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1424 | Value of member objectsize has been changed from 1456 to 2155. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1425 | Value of member pcmarker has been changed from 1457 to 2156. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1426 | Value of member pow has been changed from 1458 to 2157. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1427 | Value of member powi has been changed from 1459 to 2158. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1428 | Value of member ppc_altivec_dss has been changed from 1460 to 2159. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1429 | Value of member ppc_altivec_dssall has been changed from 1461 to 2160. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1430 | Value of member ppc_altivec_dst has been changed from 1462 to 2161. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1431 | Value of member ppc_altivec_dstst has been changed from 1463 to 2162. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1432 | Value of member ppc_altivec_dststt has been changed from 1464 to 2163. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1433 | Value of member ppc_altivec_dstt has been changed from 1465 to 2164. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1434 | Value of member ppc_altivec_lvebx has been changed from 1466 to 2165. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1435 | Value of member ppc_altivec_lvehx has been changed from 1467 to 2166. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1436 | Value of member ppc_altivec_lvewx has been changed from 1468 to 2167. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1437 | Value of member ppc_altivec_lvsl has been changed from 1469 to 2168. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1438 | Value of member ppc_altivec_lvsr has been changed from 1470 to 2169. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1439 | Value of member ppc_altivec_lvx has been changed from 1471 to 2170. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1440 | Value of member ppc_altivec_lvxl has been changed from 1472 to 2171. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1441 | Value of member ppc_altivec_mfvscr has been changed from 1473 to 2172. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1442 | Value of member ppc_altivec_mtvscr has been changed from 1474 to 2173. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1443 | Value of member ppc_altivec_stvebx has been changed from 1475 to 2174. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1444 | Value of member ppc_altivec_stvehx has been changed from 1476 to 2175. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1445 | Value of member ppc_altivec_stvewx has been changed from 1477 to 2176. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1446 | Value of member ppc_altivec_stvx has been changed from 1478 to 2177. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1447 | Value of member ppc_altivec_stvxl has been changed from 1479 to 2178. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1448 | Value of member ppc_altivec_vaddcuw has been changed from 1480 to 2179. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1449 | Value of member ppc_altivec_vaddsbs has been changed from 1481 to 2180. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1450 | Value of member ppc_altivec_vaddshs has been changed from 1482 to 2181. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1451 | Value of member ppc_altivec_vaddsws has been changed from 1483 to 2182. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1452 | Value of member ppc_altivec_vaddubs has been changed from 1484 to 2183. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1453 | Value of member ppc_altivec_vadduhs has been changed from 1485 to 2184. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1454 | Value of member ppc_altivec_vadduws has been changed from 1486 to 2185. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1455 | Value of member ppc_altivec_vavgsb has been changed from 1487 to 2186. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1456 | Value of member ppc_altivec_vavgsh has been changed from 1488 to 2187. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1457 | Value of member ppc_altivec_vavgsw has been changed from 1489 to 2188. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1458 | Value of member ppc_altivec_vavgub has been changed from 1490 to 2189. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1459 | Value of member ppc_altivec_vavguh has been changed from 1491 to 2190. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1460 | Value of member ppc_altivec_vavguw has been changed from 1492 to 2191. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1461 | Value of member ppc_altivec_vcfsx has been changed from 1493 to 2192. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1462 | Value of member ppc_altivec_vcfux has been changed from 1494 to 2193. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1463 | Value of member ppc_altivec_vcmpbfp has been changed from 1495 to 2194. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1464 | Value of member ppc_altivec_vcmpbfp_p has been changed from 1496 to 2195. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1465 | Value of member ppc_altivec_vcmpeqfp has been changed from 1497 to 2196. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1466 | Value of member ppc_altivec_vcmpeqfp_p has been changed from 1498 to 2197. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1467 | Value of member ppc_altivec_vcmpequb has been changed from 1499 to 2198. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1468 | Value of member ppc_altivec_vcmpequb_p has been changed from 1500 to 2199. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1469 | Value of member ppc_altivec_vcmpequh has been changed from 1501 to 2200. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1470 | Value of member ppc_altivec_vcmpequh_p has been changed from 1502 to 2201. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1471 | Value of member ppc_altivec_vcmpequw has been changed from 1503 to 2202. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1472 | Value of member ppc_altivec_vcmpequw_p has been changed from 1504 to 2203. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1473 | Value of member ppc_altivec_vcmpgefp has been changed from 1505 to 2204. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1474 | Value of member ppc_altivec_vcmpgefp_p has been changed from 1506 to 2205. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1475 | Value of member ppc_altivec_vcmpgtfp has been changed from 1507 to 2206. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1476 | Value of member ppc_altivec_vcmpgtfp_p has been changed from 1508 to 2207. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1477 | Value of member ppc_altivec_vcmpgtsb has been changed from 1509 to 2208. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1478 | Value of member ppc_altivec_vcmpgtsb_p has been changed from 1510 to 2209. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1479 | Value of member ppc_altivec_vcmpgtsh has been changed from 1511 to 2210. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1480 | Value of member ppc_altivec_vcmpgtsh_p has been changed from 1512 to 2211. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1481 | Value of member ppc_altivec_vcmpgtsw has been changed from 1513 to 2212. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1482 | Value of member ppc_altivec_vcmpgtsw_p has been changed from 1514 to 2213. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1483 | Value of member ppc_altivec_vcmpgtub has been changed from 1515 to 2214. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1484 | Value of member ppc_altivec_vcmpgtub_p has been changed from 1516 to 2215. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1485 | Value of member ppc_altivec_vcmpgtuh has been changed from 1517 to 2216. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1486 | Value of member ppc_altivec_vcmpgtuh_p has been changed from 1518 to 2217. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1487 | Value of member ppc_altivec_vcmpgtuw has been changed from 1519 to 2218. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1488 | Value of member ppc_altivec_vcmpgtuw_p has been changed from 1520 to 2219. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1489 | Value of member ppc_altivec_vctsxs has been changed from 1521 to 2220. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1490 | Value of member ppc_altivec_vctuxs has been changed from 1522 to 2221. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1491 | Value of member ppc_altivec_vexptefp has been changed from 1523 to 2222. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1492 | Value of member ppc_altivec_vlogefp has been changed from 1524 to 2223. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1493 | Value of member ppc_altivec_vmaddfp has been changed from 1525 to 2224. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1494 | Value of member ppc_altivec_vmhaddshs has been changed from 1533 to 2232. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1495 | Value of member ppc_altivec_vmhraddshs has been changed from 1534 to 2233. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1496 | Value of member ppc_altivec_vminfp has been changed from 1535 to 2234. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1497 | Value of member ppc_altivec_vminsb has been changed from 1536 to 2235. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1498 | Value of member ppc_altivec_vminsh has been changed from 1537 to 2236. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1499 | Value of member ppc_altivec_vminsw has been changed from 1538 to 2237. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1500 | Value of member ppc_altivec_vminub has been changed from 1539 to 2238. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1501 | Value of member ppc_altivec_vminuh has been changed from 1540 to 2239. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1502 | Value of member ppc_altivec_vminuw has been changed from 1541 to 2240. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1503 | Value of member ppc_altivec_vmladduhm has been changed from 1542 to 2241. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1504 | Value of member ppc_altivec_vmsummbm has been changed from 1543 to 2242. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1505 | Value of member ppc_altivec_vmsumshm has been changed from 1544 to 2243. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1506 | Value of member ppc_altivec_vmsumshs has been changed from 1545 to 2244. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1507 | Value of member ppc_altivec_vmsumubm has been changed from 1546 to 2245. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1508 | Value of member ppc_altivec_vmsumuhm has been changed from 1547 to 2246. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1509 | Value of member ppc_altivec_vmsumuhs has been changed from 1548 to 2247. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1510 | Value of member ppc_altivec_vmulesb has been changed from 1549 to 2248. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1511 | Value of member ppc_altivec_vmulesh has been changed from 1550 to 2249. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1512 | Value of member ppc_altivec_vmuleub has been changed from 1551 to 2250. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1513 | Value of member ppc_altivec_vmuleuh has been changed from 1552 to 2251. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1514 | Value of member ppc_altivec_vmulosb has been changed from 1553 to 2252. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1515 | Value of member ppc_altivec_vmulosh has been changed from 1554 to 2253. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1516 | Value of member ppc_altivec_vmuloub has been changed from 1555 to 2254. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1517 | Value of member ppc_altivec_vmulouh has been changed from 1556 to 2255. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1518 | Value of member ppc_altivec_vnmsubfp has been changed from 1557 to 2256. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1519 | Value of member ppc_altivec_vperm has been changed from 1558 to 2257. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1520 | Value of member ppc_altivec_vpkpx has been changed from 1559 to 2258. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1521 | Value of member ppc_altivec_vpkshss has been changed from 1560 to 2259. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1522 | Value of member ppc_altivec_vpkshus has been changed from 1561 to 2260. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1523 | Value of member ppc_altivec_vpkswss has been changed from 1562 to 2261. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1524 | Value of member ppc_altivec_vpkswus has been changed from 1563 to 2262. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1525 | Value of member ppc_altivec_vpkuhus has been changed from 1564 to 2263. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1526 | Value of member ppc_altivec_vpkuwus has been changed from 1565 to 2264. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1527 | Value of member ppc_altivec_vrefp has been changed from 1566 to 2265. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1528 | Value of member ppc_altivec_vrfim has been changed from 1567 to 2266. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1529 | Value of member ppc_altivec_vrfin has been changed from 1568 to 2267. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1530 | Value of member ppc_altivec_vrfip has been changed from 1569 to 2268. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1531 | Value of member ppc_altivec_vrfiz has been changed from 1570 to 2269. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1532 | Value of member ppc_altivec_vrlb has been changed from 1571 to 2270. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1533 | Value of member ppc_altivec_vrlh has been changed from 1572 to 2271. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1534 | Value of member ppc_altivec_vrlw has been changed from 1573 to 2272. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1535 | Value of member ppc_altivec_vrsqrtefp has been changed from 1574 to 2273. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1536 | Value of member ppc_altivec_vsel has been changed from 1575 to 2274. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1537 | Value of member ppc_altivec_vsl has been changed from 1576 to 2275. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1538 | Value of member ppc_altivec_vslb has been changed from 1577 to 2276. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1539 | Value of member ppc_altivec_vslh has been changed from 1578 to 2277. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1540 | Value of member ppc_altivec_vslo has been changed from 1579 to 2278. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1541 | Value of member ppc_altivec_vslw has been changed from 1580 to 2279. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1542 | Value of member ppc_altivec_vsr has been changed from 1581 to 2280. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1543 | Value of member ppc_altivec_vsrab has been changed from 1582 to 2281. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1544 | Value of member ppc_altivec_vsrah has been changed from 1583 to 2282. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1545 | Value of member ppc_altivec_vsraw has been changed from 1584 to 2283. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1546 | Value of member ppc_altivec_vsrb has been changed from 1585 to 2284. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1547 | Value of member ppc_altivec_vsrh has been changed from 1586 to 2285. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1548 | Value of member ppc_altivec_vsro has been changed from 1587 to 2286. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1549 | Value of member ppc_altivec_vsrw has been changed from 1588 to 2287. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1550 | Value of member ppc_altivec_vsubcuw has been changed from 1589 to 2288. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1551 | Value of member ppc_altivec_vsubsbs has been changed from 1590 to 2289. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1552 | Value of member ppc_altivec_vsubshs has been changed from 1591 to 2290. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1553 | Value of member ppc_altivec_vsubsws has been changed from 1592 to 2291. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1554 | Value of member ppc_altivec_vsububs has been changed from 1593 to 2292. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1555 | Value of member ppc_altivec_vsubuhs has been changed from 1594 to 2293. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1556 | Value of member ppc_altivec_vsubuws has been changed from 1595 to 2294. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1557 | Value of member ppc_altivec_vsum2sws has been changed from 1596 to 2295. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1558 | Value of member ppc_altivec_vsum4sbs has been changed from 1597 to 2296. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1559 | Value of member ppc_altivec_vsum4shs has been changed from 1598 to 2297. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1560 | Value of member ppc_altivec_vsum4ubs has been changed from 1599 to 2298. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1561 | Value of member ppc_altivec_vsumsws has been changed from 1600 to 2299. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1562 | Value of member ppc_altivec_vupkhpx has been changed from 1601 to 2300. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1563 | Value of member ppc_altivec_vupkhsb has been changed from 1602 to 2301. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1564 | Value of member ppc_altivec_vupkhsh has been changed from 1603 to 2302. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1565 | Value of member ppc_altivec_vupklpx has been changed from 1604 to 2303. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1566 | Value of member ppc_altivec_vupklsb has been changed from 1605 to 2304. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1567 | Value of member ppc_altivec_vupklsh has been changed from 1606 to 2305. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1568 | Value of member ppc_dcba has been changed from 1607 to 2306. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1569 | Value of member ppc_dcbf has been changed from 1608 to 2307. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1570 | Value of member ppc_dcbi has been changed from 1609 to 2308. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1571 | Value of member ppc_dcbst has been changed from 1610 to 2309. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1572 | Value of member ppc_dcbt has been changed from 1611 to 2310. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1573 | Value of member ppc_dcbtst has been changed from 1612 to 2311. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1574 | Value of member ppc_dcbz has been changed from 1613 to 2312. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1575 | Value of member ppc_dcbzl has been changed from 1614 to 2313. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1576 | Value of member ppc_sync has been changed from 1615 to 2316. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1577 | Value of member prefetch has been changed from 1616 to 2317. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1578 | Value of member ptr_annotation has been changed from 1617 to 2318. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1579 | Value of member ptx_bar_sync has been changed from 1618 to 2319. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1580 | Value of member ptx_read_clock has been changed from 1619 to 2320. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1581 | Value of member ptx_read_clock64 has been changed from 1620 to 2321. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1582 | Value of member ptx_read_ctaid_w has been changed from 1621 to 2322. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1583 | Value of member ptx_read_ctaid_x has been changed from 1622 to 2323. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1584 | Value of member ptx_read_ctaid_y has been changed from 1623 to 2324. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1585 | Value of member ptx_read_ctaid_z has been changed from 1624 to 2325. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1586 | Value of member ptx_read_gridid has been changed from 1625 to 2326. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1587 | Value of member ptx_read_laneid has been changed from 1626 to 2327. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1588 | Value of member ptx_read_lanemask_eq has been changed from 1627 to 2328. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1589 | Value of member ptx_read_lanemask_ge has been changed from 1628 to 2329. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1590 | Value of member ptx_read_lanemask_gt has been changed from 1629 to 2330. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1591 | Value of member ptx_read_lanemask_le has been changed from 1630 to 2331. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1592 | Value of member ptx_read_lanemask_lt has been changed from 1631 to 2332. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1593 | Value of member ptx_read_nctaid_w has been changed from 1632 to 2333. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1594 | Value of member ptx_read_nctaid_x has been changed from 1633 to 2334. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1595 | Value of member ptx_read_nctaid_y has been changed from 1634 to 2335. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1596 | Value of member ptx_read_nctaid_z has been changed from 1635 to 2336. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1597 | Value of member ptx_read_nsmid has been changed from 1636 to 2337. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1598 | Value of member ptx_read_ntid_w has been changed from 1637 to 2338. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1599 | Value of member ptx_read_ntid_x has been changed from 1638 to 2339. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1600 | Value of member ptx_read_ntid_y has been changed from 1639 to 2340. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1601 | Value of member ptx_read_ntid_z has been changed from 1640 to 2341. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1602 | Value of member ptx_read_nwarpid has been changed from 1641 to 2342. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1603 | Value of member ptx_read_pm0 has been changed from 1642 to 2343. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1604 | Value of member ptx_read_pm1 has been changed from 1643 to 2344. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1605 | Value of member ptx_read_pm2 has been changed from 1644 to 2345. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1606 | Value of member ptx_read_pm3 has been changed from 1645 to 2346. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1607 | Value of member ptx_read_smid has been changed from 1646 to 2347. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1608 | Value of member ptx_read_tid_w has been changed from 1647 to 2348. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1609 | Value of member ptx_read_tid_x has been changed from 1648 to 2349. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1610 | Value of member ptx_read_tid_y has been changed from 1649 to 2350. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1611 | Value of member ptx_read_tid_z has been changed from 1650 to 2351. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1612 | Value of member ptx_read_warpid has been changed from 1651 to 2352. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1613 | Value of member r600_read_global_size_x has been changed from 1652 to 2353. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1614 | Value of member r600_read_global_size_y has been changed from 1653 to 2354. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1615 | Value of member r600_read_global_size_z has been changed from 1654 to 2355. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1616 | Value of member r600_read_local_size_x has been changed from 1655 to 2356. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1617 | Value of member r600_read_local_size_y has been changed from 1656 to 2357. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1618 | Value of member r600_read_local_size_z has been changed from 1657 to 2358. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1619 | Value of member r600_read_ngroups_x has been changed from 1658 to 2359. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1620 | Value of member r600_read_ngroups_y has been changed from 1659 to 2360. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1621 | Value of member r600_read_ngroups_z has been changed from 1660 to 2361. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1622 | Value of member r600_read_tgid_x has been changed from 1661 to 2362. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1623 | Value of member r600_read_tgid_y has been changed from 1662 to 2363. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1624 | Value of member r600_read_tgid_z has been changed from 1663 to 2364. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1625 | Value of member r600_read_tidig_x has been changed from 1664 to 2365. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1626 | Value of member r600_read_tidig_y has been changed from 1665 to 2366. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1627 | Value of member r600_read_tidig_z has been changed from 1666 to 2367. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1628 | Value of member returnaddress has been changed from 1668 to 2369. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1629 | Value of member rint has been changed from 1669 to 2370. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1630 | Value of member sadd_with_overflow has been changed from 1670 to 2372. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1631 | Value of member setjmp has been changed from 1671 to 2373. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1632 | Value of member siglongjmp has been changed from 1672 to 2374. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1633 | Value of member sigsetjmp has been changed from 1673 to 2375. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1634 | Value of member sin has been changed from 1674 to 2376. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1635 | Value of member smul_with_overflow has been changed from 1675 to 2377. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1636 | Value of member sqrt has been changed from 1676 to 2378. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1637 | Value of member ssub_with_overflow has been changed from 1677 to 2379. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1638 | Value of member stackprotector has been changed from 1678 to 2380. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1639 | Value of member stackrestore has been changed from 1679 to 2382. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1640 | Value of member stacksave has been changed from 1680 to 2383. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1641 | Value of member trap has been changed from 1681 to 2384. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1642 | Value of member trunc has been changed from 1682 to 2385. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1643 | Value of member uadd_with_overflow has been changed from 1683 to 2386. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1644 | Value of member umul_with_overflow has been changed from 1684 to 2387. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1645 | Value of member usub_with_overflow has been changed from 1685 to 2388. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1646 | Value of member vacopy has been changed from 1686 to 2389. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1647 | Value of member vaend has been changed from 1687 to 2390. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1648 | Value of member var_annotation has been changed from 1688 to 2391. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1649 | Value of member vastart has been changed from 1689 to 2392. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1650 | Value of member x86_3dnow_pavgusb has been changed from 1690 to 2393. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1651 | Value of member x86_3dnow_pf2id has been changed from 1691 to 2394. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1652 | Value of member x86_3dnow_pfacc has been changed from 1692 to 2395. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1653 | Value of member x86_3dnow_pfadd has been changed from 1693 to 2396. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1654 | Value of member x86_3dnow_pfcmpeq has been changed from 1694 to 2397. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1655 | Value of member x86_3dnow_pfcmpge has been changed from 1695 to 2398. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1656 | Value of member x86_3dnow_pfcmpgt has been changed from 1696 to 2399. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1657 | Value of member x86_3dnow_pfmin has been changed from 1698 to 2401. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1658 | Value of member x86_3dnow_pfmul has been changed from 1699 to 2402. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1659 | Value of member x86_3dnow_pfrcp has been changed from 1700 to 2403. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1660 | Value of member x86_3dnow_pfrcpit1 has been changed from 1701 to 2404. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1661 | Value of member x86_3dnow_pfrcpit2 has been changed from 1702 to 2405. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1662 | Value of member x86_3dnow_pfrsqit1 has been changed from 1703 to 2406. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1663 | Value of member x86_3dnow_pfrsqrt has been changed from 1704 to 2407. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1664 | Value of member x86_3dnow_pfsub has been changed from 1705 to 2408. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1665 | Value of member x86_3dnow_pfsubr has been changed from 1706 to 2409. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1666 | Value of member x86_3dnow_pi2fd has been changed from 1707 to 2410. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1667 | Value of member x86_3dnow_pmulhrw has been changed from 1708 to 2411. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1668 | Value of member x86_3dnowa_pf2iw has been changed from 1709 to 2412. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1669 | Value of member x86_3dnowa_pfnacc has been changed from 1710 to 2413. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1670 | Value of member x86_3dnowa_pfpnacc has been changed from 1711 to 2414. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1671 | Value of member x86_3dnowa_pi2fw has been changed from 1712 to 2415. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1672 | Value of member x86_3dnowa_pswapd has been changed from 1713 to 2416. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1673 | Value of member x86_aesni_aesdec has been changed from 1714 to 2417. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1674 | Value of member x86_aesni_aesenc has been changed from 1716 to 2419. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1675 | Value of member x86_aesni_aesimc has been changed from 1718 to 2421. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1676 | Value of member x86_aesni_aeskeygenassist has been changed from 1719 to 2422. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1677 | Value of member x86_avx2_gather_d_d has been changed from 1720 to 2423. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1678 | Value of member x86_avx2_gather_d_d_256 has been changed from 1721 to 2424. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1679 | Value of member x86_avx2_gather_d_pd has been changed from 1722 to 2425. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1680 | Value of member x86_avx2_gather_d_pd_256 has been changed from 1723 to 2426. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1681 | Value of member x86_avx2_gather_d_ps has been changed from 1724 to 2427. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1682 | Value of member x86_avx2_gather_d_ps_256 has been changed from 1725 to 2428. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1683 | Value of member x86_avx2_gather_d_q has been changed from 1726 to 2429. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1684 | Value of member x86_avx2_gather_d_q_256 has been changed from 1727 to 2430. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1685 | Value of member x86_avx2_gather_q_d has been changed from 1728 to 2431. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1686 | Value of member x86_avx2_gather_q_d_256 has been changed from 1729 to 2432. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1687 | Value of member x86_avx2_gather_q_pd has been changed from 1730 to 2433. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1688 | Value of member x86_avx2_gather_q_pd_256 has been changed from 1731 to 2434. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1689 | Value of member x86_avx2_gather_q_ps has been changed from 1732 to 2435. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1690 | Value of member x86_avx2_gather_q_ps_256 has been changed from 1733 to 2436. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1691 | Value of member x86_avx2_gather_q_q has been changed from 1734 to 2437. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1692 | Value of member x86_avx2_gather_q_q_256 has been changed from 1735 to 2438. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1693 | Value of member x86_avx2_maskload_d has been changed from 1736 to 2439. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1694 | Value of member x86_avx2_maskload_d_256 has been changed from 1737 to 2440. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1695 | Value of member x86_avx2_maskload_q has been changed from 1738 to 2441. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1696 | Value of member x86_avx2_maskload_q_256 has been changed from 1739 to 2442. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1697 | Value of member x86_avx2_maskstore_d has been changed from 1740 to 2443. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1698 | Value of member x86_avx2_maskstore_d_256 has been changed from 1741 to 2444. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1699 | Value of member x86_avx2_maskstore_q has been changed from 1742 to 2445. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1700 | Value of member x86_avx2_maskstore_q_256 has been changed from 1743 to 2446. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1701 | Value of member x86_avx2_movntdqa has been changed from 1744 to 2447. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1702 | Value of member x86_avx2_mpsadbw has been changed from 1745 to 2448. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1703 | Value of member x86_avx2_pabs_b has been changed from 1746 to 2449. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1704 | Value of member x86_avx2_pabs_d has been changed from 1747 to 2450. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1705 | Value of member x86_avx2_pabs_w has been changed from 1748 to 2451. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1706 | Value of member x86_avx2_packssdw has been changed from 1749 to 2452. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1707 | Value of member x86_avx2_packsswb has been changed from 1750 to 2453. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1708 | Value of member x86_avx2_packusdw has been changed from 1751 to 2454. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1709 | Value of member x86_avx2_packuswb has been changed from 1752 to 2455. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1710 | Value of member x86_avx2_padds_b has been changed from 1753 to 2456. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1711 | Value of member x86_avx2_padds_w has been changed from 1754 to 2457. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1712 | Value of member x86_avx2_paddus_b has been changed from 1755 to 2458. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1713 | Value of member x86_avx2_paddus_w has been changed from 1756 to 2459. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1714 | Value of member x86_avx2_pavg_b has been changed from 1757 to 2460. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1715 | Value of member x86_avx2_pavg_w has been changed from 1758 to 2461. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1716 | Value of member x86_avx2_pblendd_128 has been changed from 1759 to 2462. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1717 | Value of member x86_avx2_pblendd_256 has been changed from 1760 to 2463. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1718 | Value of member x86_avx2_pblendvb has been changed from 1761 to 2464. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1719 | Value of member x86_avx2_pblendw has been changed from 1762 to 2465. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1720 | Value of member x86_avx2_pbroadcastb_128 has been changed from 1763 to 2466. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1721 | Value of member x86_avx2_pbroadcastb_256 has been changed from 1764 to 2467. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1722 | Value of member x86_avx2_pbroadcastd_128 has been changed from 1765 to 2468. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1723 | Value of member x86_avx2_pbroadcastd_256 has been changed from 1766 to 2469. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1724 | Value of member x86_avx2_pbroadcastq_128 has been changed from 1767 to 2470. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1725 | Value of member x86_avx2_pbroadcastq_256 has been changed from 1768 to 2471. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1726 | Value of member x86_avx2_pbroadcastw_128 has been changed from 1769 to 2472. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1727 | Value of member x86_avx2_pbroadcastw_256 has been changed from 1770 to 2473. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1728 | Value of member x86_avx2_permd has been changed from 1771 to 2474. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1729 | Value of member x86_avx2_permps has been changed from 1772 to 2475. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1730 | Value of member x86_avx2_phadd_d has been changed from 1773 to 2476. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1731 | Value of member x86_avx2_phadd_sw has been changed from 1774 to 2477. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1732 | Value of member x86_avx2_phadd_w has been changed from 1775 to 2478. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1733 | Value of member x86_avx2_phsub_d has been changed from 1776 to 2479. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1734 | Value of member x86_avx2_phsub_sw has been changed from 1777 to 2480. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1735 | Value of member x86_avx2_phsub_w has been changed from 1778 to 2481. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1736 | Value of member x86_avx2_pmadd_ub_sw has been changed from 1779 to 2482. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1737 | Value of member x86_avx2_pmadd_wd has been changed from 1780 to 2483. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1738 | Value of member x86_avx2_pmins_b has been changed from 1787 to 2490. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1739 | Value of member x86_avx2_pmins_d has been changed from 1788 to 2491. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1740 | Value of member x86_avx2_pmins_w has been changed from 1789 to 2492. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1741 | Value of member x86_avx2_pminu_b has been changed from 1790 to 2493. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1742 | Value of member x86_avx2_pminu_d has been changed from 1791 to 2494. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1743 | Value of member x86_avx2_pminu_w has been changed from 1792 to 2495. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1744 | Value of member x86_avx2_pmovmskb has been changed from 1793 to 2496. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1745 | Value of member x86_avx2_pmovsxbd has been changed from 1794 to 2497. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1746 | Value of member x86_avx2_pmovsxbq has been changed from 1795 to 2498. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1747 | Value of member x86_avx2_pmovsxbw has been changed from 1796 to 2499. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1748 | Value of member x86_avx2_pmovsxdq has been changed from 1797 to 2500. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1749 | Value of member x86_avx2_pmovsxwd has been changed from 1798 to 2501. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1750 | Value of member x86_avx2_pmovsxwq has been changed from 1799 to 2502. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1751 | Value of member x86_avx2_pmovzxbd has been changed from 1800 to 2503. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1752 | Value of member x86_avx2_pmovzxbq has been changed from 1801 to 2504. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1753 | Value of member x86_avx2_pmovzxbw has been changed from 1802 to 2505. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1754 | Value of member x86_avx2_pmovzxdq has been changed from 1803 to 2506. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1755 | Value of member x86_avx2_pmovzxwd has been changed from 1804 to 2507. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1756 | Value of member x86_avx2_pmovzxwq has been changed from 1805 to 2508. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1757 | Value of member x86_avx2_pmul_dq has been changed from 1806 to 2509. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1758 | Value of member x86_avx2_pmul_hr_sw has been changed from 1807 to 2510. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1759 | Value of member x86_avx2_pmulh_w has been changed from 1808 to 2511. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1760 | Value of member x86_avx2_pmulhu_w has been changed from 1809 to 2512. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1761 | Value of member x86_avx2_pmulu_dq has been changed from 1810 to 2513. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1762 | Value of member x86_avx2_psad_bw has been changed from 1811 to 2514. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1763 | Value of member x86_avx2_pshuf_b has been changed from 1812 to 2515. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1764 | Value of member x86_avx2_psign_b has been changed from 1813 to 2516. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1765 | Value of member x86_avx2_psign_d has been changed from 1814 to 2517. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1766 | Value of member x86_avx2_psign_w has been changed from 1815 to 2518. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1767 | Value of member x86_avx2_psll_d has been changed from 1816 to 2519. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1768 | Value of member x86_avx2_psll_dq has been changed from 1817 to 2520. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1769 | Value of member x86_avx2_psll_dq_bs has been changed from 1818 to 2521. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1770 | Value of member x86_avx2_psll_q has been changed from 1819 to 2522. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1771 | Value of member x86_avx2_psll_w has been changed from 1820 to 2523. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1772 | Value of member x86_avx2_pslli_d has been changed from 1821 to 2524. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1773 | Value of member x86_avx2_pslli_q has been changed from 1822 to 2525. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1774 | Value of member x86_avx2_pslli_w has been changed from 1823 to 2526. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1775 | Value of member x86_avx2_psllv_d has been changed from 1824 to 2527. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1776 | Value of member x86_avx2_psllv_d_256 has been changed from 1825 to 2528. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1777 | Value of member x86_avx2_psllv_q has been changed from 1826 to 2529. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1778 | Value of member x86_avx2_psllv_q_256 has been changed from 1827 to 2530. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1779 | Value of member x86_avx2_psra_d has been changed from 1828 to 2531. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1780 | Value of member x86_avx2_psra_w has been changed from 1829 to 2532. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1781 | Value of member x86_avx2_psrai_d has been changed from 1830 to 2533. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1782 | Value of member x86_avx2_psrai_w has been changed from 1831 to 2534. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1783 | Value of member x86_avx2_psrav_d has been changed from 1832 to 2535. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1784 | Value of member x86_avx2_psrav_d_256 has been changed from 1833 to 2536. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1785 | Value of member x86_avx2_psrl_d has been changed from 1834 to 2537. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1786 | Value of member x86_avx2_psrl_dq has been changed from 1835 to 2538. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1787 | Value of member x86_avx2_psrl_dq_bs has been changed from 1836 to 2539. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1788 | Value of member x86_avx2_psrl_q has been changed from 1837 to 2540. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1789 | Value of member x86_avx2_psrl_w has been changed from 1838 to 2541. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1790 | Value of member x86_avx2_psrli_d has been changed from 1839 to 2542. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1791 | Value of member x86_avx2_psrli_q has been changed from 1840 to 2543. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1792 | Value of member x86_avx2_psrli_w has been changed from 1841 to 2544. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1793 | Value of member x86_avx2_psrlv_d has been changed from 1842 to 2545. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1794 | Value of member x86_avx2_psrlv_d_256 has been changed from 1843 to 2546. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1795 | Value of member x86_avx2_psrlv_q has been changed from 1844 to 2547. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1796 | Value of member x86_avx2_psrlv_q_256 has been changed from 1845 to 2548. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1797 | Value of member x86_avx2_psubs_b has been changed from 1846 to 2549. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1798 | Value of member x86_avx2_psubs_w has been changed from 1847 to 2550. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1799 | Value of member x86_avx2_psubus_b has been changed from 1848 to 2551. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1800 | Value of member x86_avx2_psubus_w has been changed from 1849 to 2552. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1801 | Value of member x86_avx2_vbroadcast_sd_pd_256 has been changed from 1850 to 2553. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1802 | Value of member x86_avx2_vbroadcast_ss_ps has been changed from 1851 to 2554. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1803 | Value of member x86_avx2_vbroadcast_ss_ps_256 has been changed from 1852 to 2555. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1804 | Value of member x86_avx2_vbroadcasti128 has been changed from 1853 to 2556. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1805 | Value of member x86_avx2_vextracti128 has been changed from 1854 to 2557. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1806 | Value of member x86_avx2_vinserti128 has been changed from 1855 to 2558. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1807 | Value of member x86_avx2_vperm2i128 has been changed from 1856 to 2559. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1808 | Value of member x86_avx_addsub_pd_256 has been changed from 1857 to 2675. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1809 | Value of member x86_avx_addsub_ps_256 has been changed from 1858 to 2676. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1810 | Value of member x86_avx_blend_pd_256 has been changed from 1859 to 2677. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1811 | Value of member x86_avx_blend_ps_256 has been changed from 1860 to 2678. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1812 | Value of member x86_avx_blendv_pd_256 has been changed from 1861 to 2679. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1813 | Value of member x86_avx_blendv_ps_256 has been changed from 1862 to 2680. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1814 | Value of member x86_avx_cmp_pd_256 has been changed from 1863 to 2681. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1815 | Value of member x86_avx_cmp_ps_256 has been changed from 1864 to 2682. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1816 | Value of member x86_avx_cvt_pd2_ps_256 has been changed from 1865 to 2683. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1817 | Value of member x86_avx_cvt_pd2dq_256 has been changed from 1866 to 2684. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1818 | Value of member x86_avx_cvt_ps2_pd_256 has been changed from 1867 to 2685. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1819 | Value of member x86_avx_cvt_ps2dq_256 has been changed from 1868 to 2686. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1820 | Value of member x86_avx_cvtdq2_pd_256 has been changed from 1869 to 2687. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1821 | Value of member x86_avx_cvtdq2_ps_256 has been changed from 1870 to 2688. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1822 | Value of member x86_avx_cvtt_pd2dq_256 has been changed from 1871 to 2689. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1823 | Value of member x86_avx_cvtt_ps2dq_256 has been changed from 1872 to 2690. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1824 | Value of member x86_avx_dp_ps_256 has been changed from 1873 to 2691. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1825 | Value of member x86_avx_hadd_pd_256 has been changed from 1874 to 2692. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1826 | Value of member x86_avx_hadd_ps_256 has been changed from 1875 to 2693. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1827 | Value of member x86_avx_hsub_pd_256 has been changed from 1876 to 2694. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1828 | Value of member x86_avx_hsub_ps_256 has been changed from 1877 to 2695. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1829 | Value of member x86_avx_ldu_dq_256 has been changed from 1878 to 2696. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1830 | Value of member x86_avx_maskload_pd has been changed from 1879 to 2697. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1831 | Value of member x86_avx_maskload_pd_256 has been changed from 1880 to 2698. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1832 | Value of member x86_avx_maskload_ps has been changed from 1881 to 2699. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1833 | Value of member x86_avx_maskload_ps_256 has been changed from 1882 to 2700. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1834 | Value of member x86_avx_maskstore_pd has been changed from 1883 to 2701. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1835 | Value of member x86_avx_maskstore_pd_256 has been changed from 1884 to 2702. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1836 | Value of member x86_avx_maskstore_ps has been changed from 1885 to 2703. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1837 | Value of member x86_avx_maskstore_ps_256 has been changed from 1886 to 2704. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1838 | Value of member x86_avx_min_pd_256 has been changed from 1889 to 2707. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1839 | Value of member x86_avx_min_ps_256 has been changed from 1890 to 2708. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1840 | Value of member x86_avx_movmsk_pd_256 has been changed from 1891 to 2709. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1841 | Value of member x86_avx_movmsk_ps_256 has been changed from 1892 to 2710. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1842 | Value of member x86_avx_ptestc_256 has been changed from 1893 to 2711. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1843 | Value of member x86_avx_ptestnzc_256 has been changed from 1894 to 2712. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1844 | Value of member x86_avx_ptestz_256 has been changed from 1895 to 2713. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1845 | Value of member x86_avx_rcp_ps_256 has been changed from 1896 to 2714. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1846 | Value of member x86_avx_round_pd_256 has been changed from 1897 to 2715. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1847 | Value of member x86_avx_round_ps_256 has been changed from 1898 to 2716. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1848 | Value of member x86_avx_rsqrt_ps_256 has been changed from 1899 to 2717. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1849 | Value of member x86_avx_sqrt_pd_256 has been changed from 1900 to 2718. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1850 | Value of member x86_avx_sqrt_ps_256 has been changed from 1901 to 2719. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1851 | Value of member x86_avx_storeu_dq_256 has been changed from 1902 to 2720. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1852 | Value of member x86_avx_storeu_pd_256 has been changed from 1903 to 2721. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1853 | Value of member x86_avx_storeu_ps_256 has been changed from 1904 to 2722. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1854 | Value of member x86_avx_vbroadcast_sd_256 has been changed from 1905 to 2723. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1855 | Value of member x86_avx_vbroadcast_ss has been changed from 1906 to 2724. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1856 | Value of member x86_avx_vbroadcast_ss_256 has been changed from 1907 to 2725. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1857 | Value of member x86_avx_vbroadcastf128_pd_256 has been changed from 1908 to 2726. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1858 | Value of member x86_avx_vbroadcastf128_ps_256 has been changed from 1909 to 2727. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1859 | Value of member x86_avx_vextractf128_pd_256 has been changed from 1910 to 2728. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1860 | Value of member x86_avx_vextractf128_ps_256 has been changed from 1911 to 2729. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1861 | Value of member x86_avx_vextractf128_si_256 has been changed from 1912 to 2730. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1862 | Value of member x86_avx_vinsertf128_pd_256 has been changed from 1913 to 2731. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1863 | Value of member x86_avx_vinsertf128_ps_256 has been changed from 1914 to 2732. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1864 | Value of member x86_avx_vinsertf128_si_256 has been changed from 1915 to 2733. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1865 | Value of member x86_avx_vperm2f128_pd_256 has been changed from 1916 to 2734. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1866 | Value of member x86_avx_vperm2f128_ps_256 has been changed from 1917 to 2735. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1867 | Value of member x86_avx_vperm2f128_si_256 has been changed from 1918 to 2736. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1868 | Value of member x86_avx_vpermilvar_pd has been changed from 1919 to 2737. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1869 | Value of member x86_avx_vpermilvar_pd_256 has been changed from 1920 to 2738. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1870 | Value of member x86_avx_vpermilvar_ps has been changed from 1921 to 2739. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1871 | Value of member x86_avx_vpermilvar_ps_256 has been changed from 1922 to 2740. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1872 | Value of member x86_avx_vtestc_pd has been changed from 1923 to 2741. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1873 | Value of member x86_avx_vtestc_pd_256 has been changed from 1924 to 2742. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1874 | Value of member x86_avx_vtestc_ps has been changed from 1925 to 2743. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1875 | Value of member x86_avx_vtestc_ps_256 has been changed from 1926 to 2744. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1876 | Value of member x86_avx_vtestnzc_pd has been changed from 1927 to 2745. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1877 | Value of member x86_avx_vtestnzc_pd_256 has been changed from 1928 to 2746. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1878 | Value of member x86_avx_vtestnzc_ps has been changed from 1929 to 2747. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1879 | Value of member x86_avx_vtestnzc_ps_256 has been changed from 1930 to 2748. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1880 | Value of member x86_avx_vtestz_pd has been changed from 1931 to 2749. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1881 | Value of member x86_avx_vtestz_pd_256 has been changed from 1932 to 2750. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1882 | Value of member x86_avx_vtestz_ps has been changed from 1933 to 2751. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1883 | Value of member x86_avx_vtestz_ps_256 has been changed from 1934 to 2752. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1884 | Value of member x86_avx_vzeroall has been changed from 1935 to 2753. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1885 | Value of member x86_avx_vzeroupper has been changed from 1936 to 2754. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1886 | Value of member x86_bmi_bextr_32 has been changed from 1937 to 2755. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1887 | Value of member x86_bmi_bextr_64 has been changed from 1938 to 2756. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1888 | Value of member x86_bmi_bzhi_32 has been changed from 1939 to 2757. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1889 | Value of member x86_bmi_bzhi_64 has been changed from 1940 to 2758. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1890 | Value of member x86_bmi_pdep_32 has been changed from 1941 to 2759. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1891 | Value of member x86_bmi_pdep_64 has been changed from 1942 to 2760. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1892 | Value of member x86_bmi_pext_32 has been changed from 1943 to 2761. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1893 | Value of member x86_bmi_pext_64 has been changed from 1944 to 2762. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1894 | Value of member x86_fma_vfmadd_pd has been changed from 1945 to 2763. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1895 | Value of member x86_fma_vfmadd_pd_256 has been changed from 1946 to 2764. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1896 | Value of member x86_fma_vfmadd_ps has been changed from 1947 to 2766. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1897 | Value of member x86_fma_vfmadd_ps_256 has been changed from 1948 to 2767. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1898 | Value of member x86_fma_vfmadd_sd has been changed from 1949 to 2769. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1899 | Value of member x86_fma_vfmadd_ss has been changed from 1950 to 2770. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1900 | Value of member x86_fma_vfmaddsub_pd has been changed from 1951 to 2771. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1901 | Value of member x86_fma_vfmaddsub_pd_256 has been changed from 1952 to 2772. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1902 | Value of member x86_fma_vfmaddsub_ps has been changed from 1953 to 2774. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1903 | Value of member x86_fma_vfmaddsub_ps_256 has been changed from 1954 to 2775. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1904 | Value of member x86_fma_vfmsub_pd has been changed from 1955 to 2777. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1905 | Value of member x86_fma_vfmsub_pd_256 has been changed from 1956 to 2778. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1906 | Value of member x86_fma_vfmsub_ps has been changed from 1957 to 2780. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1907 | Value of member x86_fma_vfmsub_ps_256 has been changed from 1958 to 2781. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1908 | Value of member x86_fma_vfmsub_sd has been changed from 1959 to 2783. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1909 | Value of member x86_fma_vfmsub_ss has been changed from 1960 to 2784. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1910 | Value of member x86_fma_vfmsubadd_pd has been changed from 1961 to 2785. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1911 | Value of member x86_fma_vfmsubadd_pd_256 has been changed from 1962 to 2786. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1912 | Value of member x86_fma_vfmsubadd_ps has been changed from 1963 to 2788. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1913 | Value of member x86_fma_vfmsubadd_ps_256 has been changed from 1964 to 2789. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1914 | Value of member x86_fma_vfnmadd_pd has been changed from 1965 to 2791. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1915 | Value of member x86_fma_vfnmadd_pd_256 has been changed from 1966 to 2792. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1916 | Value of member x86_fma_vfnmadd_ps has been changed from 1967 to 2794. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1917 | Value of member x86_fma_vfnmadd_ps_256 has been changed from 1968 to 2795. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1918 | Value of member x86_fma_vfnmadd_sd has been changed from 1969 to 2797. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1919 | Value of member x86_fma_vfnmadd_ss has been changed from 1970 to 2798. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1920 | Value of member x86_fma_vfnmsub_pd has been changed from 1971 to 2799. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1921 | Value of member x86_fma_vfnmsub_pd_256 has been changed from 1972 to 2800. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1922 | Value of member x86_fma_vfnmsub_ps has been changed from 1973 to 2802. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1923 | Value of member x86_fma_vfnmsub_ps_256 has been changed from 1974 to 2803. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1924 | Value of member x86_fma_vfnmsub_sd has been changed from 1975 to 2805. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1925 | Value of member x86_fma_vfnmsub_ss has been changed from 1976 to 2806. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1926 | Value of member x86_int has been changed from 1977 to 2807. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1927 | Value of member x86_mmx_emms has been changed from 1978 to 2818. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1928 | Value of member x86_mmx_femms has been changed from 1979 to 2819. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1929 | Value of member x86_mmx_maskmovq has been changed from 1980 to 2820. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1930 | Value of member x86_mmx_movnt_dq has been changed from 1981 to 2821. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1931 | Value of member x86_mmx_packssdw has been changed from 1982 to 2822. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1932 | Value of member x86_mmx_packsswb has been changed from 1983 to 2823. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1933 | Value of member x86_mmx_packuswb has been changed from 1984 to 2824. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1934 | Value of member x86_mmx_padd_b has been changed from 1985 to 2825. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1935 | Value of member x86_mmx_padd_d has been changed from 1986 to 2826. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1936 | Value of member x86_mmx_padd_q has been changed from 1987 to 2827. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1937 | Value of member x86_mmx_padd_w has been changed from 1988 to 2828. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1938 | Value of member x86_mmx_padds_b has been changed from 1989 to 2829. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1939 | Value of member x86_mmx_padds_w has been changed from 1990 to 2830. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1940 | Value of member x86_mmx_paddus_b has been changed from 1991 to 2831. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1941 | Value of member x86_mmx_paddus_w has been changed from 1992 to 2832. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1942 | Value of member x86_mmx_palignr_b has been changed from 1993 to 2833. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1943 | Value of member x86_mmx_pand has been changed from 1994 to 2834. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1944 | Value of member x86_mmx_pandn has been changed from 1995 to 2835. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1945 | Value of member x86_mmx_pavg_b has been changed from 1996 to 2836. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1946 | Value of member x86_mmx_pavg_w has been changed from 1997 to 2837. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1947 | Value of member x86_mmx_pcmpeq_b has been changed from 1998 to 2838. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1948 | Value of member x86_mmx_pcmpeq_d has been changed from 1999 to 2839. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1949 | Value of member x86_mmx_pcmpeq_w has been changed from 2000 to 2840. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1950 | Value of member x86_mmx_pcmpgt_b has been changed from 2001 to 2841. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1951 | Value of member x86_mmx_pcmpgt_d has been changed from 2002 to 2842. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1952 | Value of member x86_mmx_pcmpgt_w has been changed from 2003 to 2843. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1953 | Value of member x86_mmx_pextr_w has been changed from 2004 to 2844. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1954 | Value of member x86_mmx_pinsr_w has been changed from 2005 to 2845. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1955 | Value of member x86_mmx_pmadd_wd has been changed from 2006 to 2846. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1956 | Value of member x86_mmx_pmins_w has been changed from 2009 to 2849. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1957 | Value of member x86_mmx_pminu_b has been changed from 2010 to 2850. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1958 | Value of member x86_mmx_pmovmskb has been changed from 2011 to 2851. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1959 | Value of member x86_mmx_pmulh_w has been changed from 2012 to 2852. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1960 | Value of member x86_mmx_pmulhu_w has been changed from 2013 to 2853. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1961 | Value of member x86_mmx_pmull_w has been changed from 2014 to 2854. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1962 | Value of member x86_mmx_pmulu_dq has been changed from 2015 to 2855. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1963 | Value of member x86_mmx_por has been changed from 2016 to 2856. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1964 | Value of member x86_mmx_psad_bw has been changed from 2017 to 2857. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1965 | Value of member x86_mmx_psll_d has been changed from 2018 to 2858. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1966 | Value of member x86_mmx_psll_q has been changed from 2019 to 2859. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1967 | Value of member x86_mmx_psll_w has been changed from 2020 to 2860. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1968 | Value of member x86_mmx_pslli_d has been changed from 2021 to 2861. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1969 | Value of member x86_mmx_pslli_q has been changed from 2022 to 2862. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1970 | Value of member x86_mmx_pslli_w has been changed from 2023 to 2863. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1971 | Value of member x86_mmx_psra_d has been changed from 2024 to 2864. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1972 | Value of member x86_mmx_psra_w has been changed from 2025 to 2865. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1973 | Value of member x86_mmx_psrai_d has been changed from 2026 to 2866. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1974 | Value of member x86_mmx_psrai_w has been changed from 2027 to 2867. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1975 | Value of member x86_mmx_psrl_d has been changed from 2028 to 2868. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1976 | Value of member x86_mmx_psrl_q has been changed from 2029 to 2869. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1977 | Value of member x86_mmx_psrl_w has been changed from 2030 to 2870. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1978 | Value of member x86_mmx_psrli_d has been changed from 2031 to 2871. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1979 | Value of member x86_mmx_psrli_q has been changed from 2032 to 2872. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1980 | Value of member x86_mmx_psrli_w has been changed from 2033 to 2873. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1981 | Value of member x86_mmx_psub_b has been changed from 2034 to 2874. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1982 | Value of member x86_mmx_psub_d has been changed from 2035 to 2875. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1983 | Value of member x86_mmx_psub_q has been changed from 2036 to 2876. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1984 | Value of member x86_mmx_psub_w has been changed from 2037 to 2877. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1985 | Value of member x86_mmx_psubs_b has been changed from 2038 to 2878. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1986 | Value of member x86_mmx_psubs_w has been changed from 2039 to 2879. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1987 | Value of member x86_mmx_psubus_b has been changed from 2040 to 2880. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1988 | Value of member x86_mmx_psubus_w has been changed from 2041 to 2881. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1989 | Value of member x86_mmx_punpckhbw has been changed from 2042 to 2882. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1990 | Value of member x86_mmx_punpckhdq has been changed from 2043 to 2883. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1991 | Value of member x86_mmx_punpckhwd has been changed from 2044 to 2884. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1992 | Value of member x86_mmx_punpcklbw has been changed from 2045 to 2885. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1993 | Value of member x86_mmx_punpckldq has been changed from 2046 to 2886. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1994 | Value of member x86_mmx_punpcklwd has been changed from 2047 to 2887. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1995 | Value of member x86_mmx_pxor has been changed from 2048 to 2888. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1996 | Value of member x86_pclmulqdq has been changed from 2049 to 2889. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1997 | Value of member x86_rdfsbase_32 has been changed from 2050 to 2890. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1998 | Value of member x86_rdfsbase_64 has been changed from 2051 to 2891. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
1999 | Value of member x86_rdgsbase_32 has been changed from 2052 to 2892. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2000 | Value of member x86_rdgsbase_64 has been changed from 2053 to 2893. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2001 | Value of member x86_rdrand_16 has been changed from 2054 to 2894. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2002 | Value of member x86_rdrand_32 has been changed from 2055 to 2895. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2003 | Value of member x86_rdrand_64 has been changed from 2056 to 2896. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2004 | Value of member x86_rdseed_16 has been changed from 2057 to 2897. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2005 | Value of member x86_rdseed_32 has been changed from 2058 to 2898. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2006 | Value of member x86_rdseed_64 has been changed from 2059 to 2899. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2007 | Value of member x86_sse2_add_sd has been changed from 2060 to 2907. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2008 | Value of member x86_sse2_clflush has been changed from 2061 to 2908. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2009 | Value of member x86_sse2_cmp_pd has been changed from 2062 to 2909. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2010 | Value of member x86_sse2_cmp_sd has been changed from 2063 to 2910. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2011 | Value of member x86_sse2_comieq_sd has been changed from 2064 to 2911. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2012 | Value of member x86_sse2_comige_sd has been changed from 2065 to 2912. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2013 | Value of member x86_sse2_comigt_sd has been changed from 2066 to 2913. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2014 | Value of member x86_sse2_comile_sd has been changed from 2067 to 2914. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2015 | Value of member x86_sse2_comilt_sd has been changed from 2068 to 2915. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2016 | Value of member x86_sse2_comineq_sd has been changed from 2069 to 2916. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2017 | Value of member x86_sse2_cvtdq2pd has been changed from 2070 to 2917. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2018 | Value of member x86_sse2_cvtdq2ps has been changed from 2071 to 2918. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2019 | Value of member x86_sse2_cvtpd2dq has been changed from 2072 to 2919. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2020 | Value of member x86_sse2_cvtpd2ps has been changed from 2073 to 2920. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2021 | Value of member x86_sse2_cvtps2dq has been changed from 2074 to 2921. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2022 | Value of member x86_sse2_cvtps2pd has been changed from 2075 to 2922. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2023 | Value of member x86_sse2_cvtsd2si has been changed from 2076 to 2923. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2024 | Value of member x86_sse2_cvtsd2si64 has been changed from 2077 to 2924. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2025 | Value of member x86_sse2_cvtsd2ss has been changed from 2078 to 2925. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2026 | Value of member x86_sse2_cvtsi2sd has been changed from 2079 to 2926. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2027 | Value of member x86_sse2_cvtsi642sd has been changed from 2080 to 2927. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2028 | Value of member x86_sse2_cvtss2sd has been changed from 2081 to 2928. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2029 | Value of member x86_sse2_cvttpd2dq has been changed from 2082 to 2929. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2030 | Value of member x86_sse2_cvttps2dq has been changed from 2083 to 2930. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2031 | Value of member x86_sse2_cvttsd2si has been changed from 2084 to 2931. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2032 | Value of member x86_sse2_cvttsd2si64 has been changed from 2085 to 2932. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2033 | Value of member x86_sse2_div_sd has been changed from 2086 to 2933. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2034 | Value of member x86_sse2_lfence has been changed from 2087 to 2934. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2035 | Value of member x86_sse2_maskmov_dqu has been changed from 2088 to 2935. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2036 | Value of member x86_sse2_mfence has been changed from 2091 to 2938. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2037 | Value of member x86_sse2_min_pd has been changed from 2092 to 2939. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2038 | Value of member x86_sse2_min_sd has been changed from 2093 to 2940. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2039 | Value of member x86_sse2_movmsk_pd has been changed from 2094 to 2941. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2040 | Value of member x86_sse2_mul_sd has been changed from 2095 to 2942. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2041 | Value of member x86_sse2_packssdw_128 has been changed from 2096 to 2943. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2042 | Value of member x86_sse2_packsswb_128 has been changed from 2097 to 2944. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2043 | Value of member x86_sse2_packuswb_128 has been changed from 2098 to 2945. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2044 | Value of member x86_sse2_padds_b has been changed from 2099 to 2946. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2045 | Value of member x86_sse2_padds_w has been changed from 2100 to 2947. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2046 | Value of member x86_sse2_paddus_b has been changed from 2101 to 2948. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2047 | Value of member x86_sse2_paddus_w has been changed from 2102 to 2949. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2048 | Value of member x86_sse2_pavg_b has been changed from 2103 to 2950. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2049 | Value of member x86_sse2_pavg_w has been changed from 2104 to 2951. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2050 | Value of member x86_sse2_pmadd_wd has been changed from 2105 to 2952. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2051 | Value of member x86_sse2_pmins_w has been changed from 2108 to 2955. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2052 | Value of member x86_sse2_pminu_b has been changed from 2109 to 2956. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2053 | Value of member x86_sse2_pmovmskb_128 has been changed from 2110 to 2957. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2054 | Value of member x86_sse2_pmulh_w has been changed from 2111 to 2958. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2055 | Value of member x86_sse2_pmulhu_w has been changed from 2112 to 2959. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2056 | Value of member x86_sse2_pmulu_dq has been changed from 2113 to 2960. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2057 | Value of member x86_sse2_psad_bw has been changed from 2114 to 2961. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2058 | Value of member x86_sse2_psll_d has been changed from 2115 to 2962. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2059 | Value of member x86_sse2_psll_dq has been changed from 2116 to 2963. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2060 | Value of member x86_sse2_psll_dq_bs has been changed from 2117 to 2964. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2061 | Value of member x86_sse2_psll_q has been changed from 2118 to 2965. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2062 | Value of member x86_sse2_psll_w has been changed from 2119 to 2966. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2063 | Value of member x86_sse2_pslli_d has been changed from 2120 to 2967. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2064 | Value of member x86_sse2_pslli_q has been changed from 2121 to 2968. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2065 | Value of member x86_sse2_pslli_w has been changed from 2122 to 2969. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2066 | Value of member x86_sse2_psra_d has been changed from 2123 to 2970. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2067 | Value of member x86_sse2_psra_w has been changed from 2124 to 2971. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2068 | Value of member x86_sse2_psrai_d has been changed from 2125 to 2972. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2069 | Value of member x86_sse2_psrai_w has been changed from 2126 to 2973. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2070 | Value of member x86_sse2_psrl_d has been changed from 2127 to 2974. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2071 | Value of member x86_sse2_psrl_dq has been changed from 2128 to 2975. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2072 | Value of member x86_sse2_psrl_dq_bs has been changed from 2129 to 2976. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2073 | Value of member x86_sse2_psrl_q has been changed from 2130 to 2977. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2074 | Value of member x86_sse2_psrl_w has been changed from 2131 to 2978. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2075 | Value of member x86_sse2_psrli_d has been changed from 2132 to 2979. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2076 | Value of member x86_sse2_psrli_q has been changed from 2133 to 2980. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2077 | Value of member x86_sse2_psrli_w has been changed from 2134 to 2981. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2078 | Value of member x86_sse2_psubs_b has been changed from 2135 to 2982. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2079 | Value of member x86_sse2_psubs_w has been changed from 2136 to 2983. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2080 | Value of member x86_sse2_psubus_b has been changed from 2137 to 2984. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2081 | Value of member x86_sse2_psubus_w has been changed from 2138 to 2985. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2082 | Value of member x86_sse2_sqrt_pd has been changed from 2139 to 2986. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2083 | Value of member x86_sse2_sqrt_sd has been changed from 2140 to 2987. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2084 | Value of member x86_sse2_storel_dq has been changed from 2141 to 2988. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2085 | Value of member x86_sse2_storeu_dq has been changed from 2142 to 2989. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2086 | Value of member x86_sse2_storeu_pd has been changed from 2143 to 2990. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2087 | Value of member x86_sse2_sub_sd has been changed from 2144 to 2991. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2088 | Value of member x86_sse2_ucomieq_sd has been changed from 2145 to 2992. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2089 | Value of member x86_sse2_ucomige_sd has been changed from 2146 to 2993. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2090 | Value of member x86_sse2_ucomigt_sd has been changed from 2147 to 2994. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2091 | Value of member x86_sse2_ucomile_sd has been changed from 2148 to 2995. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2092 | Value of member x86_sse2_ucomilt_sd has been changed from 2149 to 2996. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2093 | Value of member x86_sse2_ucomineq_sd has been changed from 2150 to 2997. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2094 | Value of member x86_sse3_addsub_pd has been changed from 2151 to 2998. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2095 | Value of member x86_sse3_addsub_ps has been changed from 2152 to 2999. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2096 | Value of member x86_sse3_hadd_pd has been changed from 2153 to 3000. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2097 | Value of member x86_sse3_hadd_ps has been changed from 2154 to 3001. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2098 | Value of member x86_sse3_hsub_pd has been changed from 2155 to 3002. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2099 | Value of member x86_sse3_hsub_ps has been changed from 2156 to 3003. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2100 | Value of member x86_sse3_ldu_dq has been changed from 2157 to 3004. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2101 | Value of member x86_sse3_monitor has been changed from 2158 to 3005. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2102 | Value of member x86_sse3_mwait has been changed from 2159 to 3006. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2103 | Value of member x86_sse41_blendpd has been changed from 2160 to 3007. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2104 | Value of member x86_sse41_blendps has been changed from 2161 to 3008. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2105 | Value of member x86_sse41_blendvpd has been changed from 2162 to 3009. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2106 | Value of member x86_sse41_blendvps has been changed from 2163 to 3010. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2107 | Value of member x86_sse41_dppd has been changed from 2164 to 3011. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2108 | Value of member x86_sse41_dpps has been changed from 2165 to 3012. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2109 | Value of member x86_sse41_extractps has been changed from 2166 to 3013. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2110 | Value of member x86_sse41_insertps has been changed from 2167 to 3014. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2111 | Value of member x86_sse41_movntdqa has been changed from 2168 to 3015. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2112 | Value of member x86_sse41_mpsadbw has been changed from 2169 to 3016. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2113 | Value of member x86_sse41_packusdw has been changed from 2170 to 3017. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2114 | Value of member x86_sse41_pblendvb has been changed from 2171 to 3018. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2115 | Value of member x86_sse41_pblendw has been changed from 2172 to 3019. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2116 | Value of member x86_sse41_pextrb has been changed from 2173 to 3020. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2117 | Value of member x86_sse41_pextrd has been changed from 2174 to 3021. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2118 | Value of member x86_sse41_pextrq has been changed from 2175 to 3022. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2119 | Value of member x86_sse41_phminposuw has been changed from 2176 to 3023. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2120 | Value of member x86_sse41_pminsb has been changed from 2181 to 3028. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2121 | Value of member x86_sse41_pminsd has been changed from 2182 to 3029. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2122 | Value of member x86_sse41_pminud has been changed from 2183 to 3030. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2123 | Value of member x86_sse41_pminuw has been changed from 2184 to 3031. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2124 | Value of member x86_sse41_pmovsxbd has been changed from 2185 to 3032. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2125 | Value of member x86_sse41_pmovsxbq has been changed from 2186 to 3033. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2126 | Value of member x86_sse41_pmovsxbw has been changed from 2187 to 3034. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2127 | Value of member x86_sse41_pmovsxdq has been changed from 2188 to 3035. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2128 | Value of member x86_sse41_pmovsxwd has been changed from 2189 to 3036. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2129 | Value of member x86_sse41_pmovsxwq has been changed from 2190 to 3037. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2130 | Value of member x86_sse41_pmovzxbd has been changed from 2191 to 3038. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2131 | Value of member x86_sse41_pmovzxbq has been changed from 2192 to 3039. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2132 | Value of member x86_sse41_pmovzxbw has been changed from 2193 to 3040. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2133 | Value of member x86_sse41_pmovzxdq has been changed from 2194 to 3041. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2134 | Value of member x86_sse41_pmovzxwd has been changed from 2195 to 3042. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2135 | Value of member x86_sse41_pmovzxwq has been changed from 2196 to 3043. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2136 | Value of member x86_sse41_pmuldq has been changed from 2197 to 3044. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2137 | Value of member x86_sse41_ptestc has been changed from 2198 to 3045. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2138 | Value of member x86_sse41_ptestnzc has been changed from 2199 to 3046. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2139 | Value of member x86_sse41_ptestz has been changed from 2200 to 3047. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2140 | Value of member x86_sse41_round_pd has been changed from 2201 to 3048. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2141 | Value of member x86_sse41_round_ps has been changed from 2202 to 3049. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2142 | Value of member x86_sse41_round_sd has been changed from 2203 to 3050. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2143 | Value of member x86_sse41_round_ss has been changed from 2204 to 3051. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2144 | Value of member x86_sse42_crc32_32_16 has been changed from 2205 to 3052. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2145 | Value of member x86_sse42_crc32_32_32 has been changed from 2206 to 3053. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2146 | Value of member x86_sse42_crc32_32_8 has been changed from 2207 to 3054. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2147 | Value of member x86_sse42_crc32_64_64 has been changed from 2208 to 3055. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2148 | Value of member x86_sse42_pcmpestri128 has been changed from 2210 to 3056. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2149 | Value of member x86_sse42_pcmpestria128 has been changed from 2211 to 3057. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2150 | Value of member x86_sse42_pcmpestric128 has been changed from 2212 to 3058. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2151 | Value of member x86_sse42_pcmpestrio128 has been changed from 2213 to 3059. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2152 | Value of member x86_sse42_pcmpestris128 has been changed from 2214 to 3060. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2153 | Value of member x86_sse42_pcmpestriz128 has been changed from 2215 to 3061. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2154 | Value of member x86_sse42_pcmpestrm128 has been changed from 2216 to 3062. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2155 | Value of member x86_sse42_pcmpistri128 has been changed from 2217 to 3063. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2156 | Value of member x86_sse42_pcmpistria128 has been changed from 2218 to 3064. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2157 | Value of member x86_sse42_pcmpistric128 has been changed from 2219 to 3065. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2158 | Value of member x86_sse42_pcmpistrio128 has been changed from 2220 to 3066. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2159 | Value of member x86_sse42_pcmpistris128 has been changed from 2221 to 3067. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2160 | Value of member x86_sse42_pcmpistriz128 has been changed from 2222 to 3068. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2161 | Value of member x86_sse42_pcmpistrm128 has been changed from 2223 to 3069. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2162 | Value of member x86_sse4a_extrq has been changed from 2224 to 3070. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2163 | Value of member x86_sse4a_extrqi has been changed from 2225 to 3071. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2164 | Value of member x86_sse4a_insertq has been changed from 2226 to 3072. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2165 | Value of member x86_sse4a_insertqi has been changed from 2227 to 3073. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2166 | Value of member x86_sse4a_movnt_sd has been changed from 2228 to 3074. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2167 | Value of member x86_sse4a_movnt_ss has been changed from 2229 to 3075. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2168 | Value of member x86_sse_add_ss has been changed from 2230 to 3076. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2169 | Value of member x86_sse_cmp_ps has been changed from 2231 to 3077. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2170 | Value of member x86_sse_cmp_ss has been changed from 2232 to 3078. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2171 | Value of member x86_sse_comieq_ss has been changed from 2233 to 3079. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2172 | Value of member x86_sse_comige_ss has been changed from 2234 to 3080. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2173 | Value of member x86_sse_comigt_ss has been changed from 2235 to 3081. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2174 | Value of member x86_sse_comile_ss has been changed from 2236 to 3082. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2175 | Value of member x86_sse_comilt_ss has been changed from 2237 to 3083. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2176 | Value of member x86_sse_comineq_ss has been changed from 2238 to 3084. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2177 | Value of member x86_sse_cvtpd2pi has been changed from 2239 to 3085. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2178 | Value of member x86_sse_cvtpi2pd has been changed from 2240 to 3086. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2179 | Value of member x86_sse_cvtpi2ps has been changed from 2241 to 3087. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2180 | Value of member x86_sse_cvtps2pi has been changed from 2242 to 3088. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2181 | Value of member x86_sse_cvtsi2ss has been changed from 2243 to 3089. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2182 | Value of member x86_sse_cvtsi642ss has been changed from 2244 to 3090. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2183 | Value of member x86_sse_cvtss2si has been changed from 2245 to 3091. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2184 | Value of member x86_sse_cvtss2si64 has been changed from 2246 to 3092. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2185 | Value of member x86_sse_cvttpd2pi has been changed from 2247 to 3093. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2186 | Value of member x86_sse_cvttps2pi has been changed from 2248 to 3094. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2187 | Value of member x86_sse_cvttss2si has been changed from 2249 to 3095. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2188 | Value of member x86_sse_cvttss2si64 has been changed from 2250 to 3096. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2189 | Value of member x86_sse_div_ss has been changed from 2251 to 3097. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2190 | Value of member x86_sse_ldmxcsr has been changed from 2252 to 3098. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2191 | Value of member x86_sse_min_ps has been changed from 2255 to 3101. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2192 | Value of member x86_sse_min_ss has been changed from 2256 to 3102. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2193 | Value of member x86_sse_movmsk_ps has been changed from 2257 to 3103. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2194 | Value of member x86_sse_mul_ss has been changed from 2258 to 3104. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2195 | Value of member x86_sse_pshuf_w has been changed from 2259 to 3105. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2196 | Value of member x86_sse_rcp_ps has been changed from 2260 to 3106. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2197 | Value of member x86_sse_rcp_ss has been changed from 2261 to 3107. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2198 | Value of member x86_sse_rsqrt_ps has been changed from 2262 to 3108. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2199 | Value of member x86_sse_rsqrt_ss has been changed from 2263 to 3109. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2200 | Value of member x86_sse_sfence has been changed from 2264 to 3110. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2201 | Value of member x86_sse_sqrt_ps has been changed from 2265 to 3111. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2202 | Value of member x86_sse_sqrt_ss has been changed from 2266 to 3112. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2203 | Value of member x86_sse_stmxcsr has been changed from 2267 to 3113. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2204 | Value of member x86_sse_storeu_ps has been changed from 2268 to 3114. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2205 | Value of member x86_sse_sub_ss has been changed from 2269 to 3115. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2206 | Value of member x86_sse_ucomieq_ss has been changed from 2270 to 3116. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2207 | Value of member x86_sse_ucomige_ss has been changed from 2271 to 3117. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2208 | Value of member x86_sse_ucomigt_ss has been changed from 2272 to 3118. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2209 | Value of member x86_sse_ucomile_ss has been changed from 2273 to 3119. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2210 | Value of member x86_sse_ucomilt_ss has been changed from 2274 to 3120. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2211 | Value of member x86_sse_ucomineq_ss has been changed from 2275 to 3121. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2212 | Value of member x86_ssse3_pabs_b has been changed from 2276 to 3122. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2213 | Value of member x86_ssse3_pabs_b_128 has been changed from 2277 to 3123. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2214 | Value of member x86_ssse3_pabs_d has been changed from 2278 to 3124. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2215 | Value of member x86_ssse3_pabs_d_128 has been changed from 2279 to 3125. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2216 | Value of member x86_ssse3_pabs_w has been changed from 2280 to 3126. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2217 | Value of member x86_ssse3_pabs_w_128 has been changed from 2281 to 3127. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2218 | Value of member x86_ssse3_phadd_d has been changed from 2282 to 3128. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2219 | Value of member x86_ssse3_phadd_d_128 has been changed from 2283 to 3129. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2220 | Value of member x86_ssse3_phadd_sw has been changed from 2284 to 3130. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2221 | Value of member x86_ssse3_phadd_sw_128 has been changed from 2285 to 3131. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2222 | Value of member x86_ssse3_phadd_w has been changed from 2286 to 3132. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2223 | Value of member x86_ssse3_phadd_w_128 has been changed from 2287 to 3133. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2224 | Value of member x86_ssse3_phsub_d has been changed from 2288 to 3134. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2225 | Value of member x86_ssse3_phsub_d_128 has been changed from 2289 to 3135. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2226 | Value of member x86_ssse3_phsub_sw has been changed from 2290 to 3136. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2227 | Value of member x86_ssse3_phsub_sw_128 has been changed from 2291 to 3137. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2228 | Value of member x86_ssse3_phsub_w has been changed from 2292 to 3138. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2229 | Value of member x86_ssse3_phsub_w_128 has been changed from 2293 to 3139. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2230 | Value of member x86_ssse3_pmadd_ub_sw has been changed from 2294 to 3140. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2231 | Value of member x86_ssse3_pmadd_ub_sw_128 has been changed from 2295 to 3141. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2232 | Value of member x86_ssse3_pmul_hr_sw has been changed from 2296 to 3142. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2233 | Value of member x86_ssse3_pmul_hr_sw_128 has been changed from 2297 to 3143. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2234 | Value of member x86_ssse3_pshuf_b has been changed from 2298 to 3144. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2235 | Value of member x86_ssse3_pshuf_b_128 has been changed from 2299 to 3145. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2236 | Value of member x86_ssse3_psign_b has been changed from 2300 to 3146. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2237 | Value of member x86_ssse3_psign_b_128 has been changed from 2301 to 3147. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2238 | Value of member x86_ssse3_psign_d has been changed from 2302 to 3148. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2239 | Value of member x86_ssse3_psign_d_128 has been changed from 2303 to 3149. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2240 | Value of member x86_ssse3_psign_w has been changed from 2304 to 3150. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2241 | Value of member x86_ssse3_psign_w_128 has been changed from 2305 to 3151. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2242 | Value of member x86_vcvtph2ps_128 has been changed from 2306 to 3154. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2243 | Value of member x86_vcvtph2ps_256 has been changed from 2307 to 3155. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2244 | Value of member x86_vcvtps2ph_128 has been changed from 2308 to 3156. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2245 | Value of member x86_vcvtps2ph_256 has been changed from 2309 to 3157. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2246 | Value of member x86_wrfsbase_32 has been changed from 2310 to 3158. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2247 | Value of member x86_wrfsbase_64 has been changed from 2311 to 3159. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2248 | Value of member x86_wrgsbase_32 has been changed from 2312 to 3160. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2249 | Value of member x86_wrgsbase_64 has been changed from 2313 to 3161. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2250 | Value of member x86_xabort has been changed from 2314 to 3162. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2251 | Value of member x86_xbegin has been changed from 2315 to 3163. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2252 | Value of member x86_xend has been changed from 2316 to 3164. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2253 | Value of member x86_xop_vfrcz_pd has been changed from 2317 to 3165. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2254 | Value of member x86_xop_vfrcz_pd_256 has been changed from 2318 to 3166. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2255 | Value of member x86_xop_vfrcz_ps has been changed from 2319 to 3167. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2256 | Value of member x86_xop_vfrcz_ps_256 has been changed from 2320 to 3168. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2257 | Value of member x86_xop_vfrcz_sd has been changed from 2321 to 3169. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2258 | Value of member x86_xop_vfrcz_ss has been changed from 2322 to 3170. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2259 | Value of member x86_xop_vpcmov has been changed from 2323 to 3171. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2260 | Value of member x86_xop_vpcmov_256 has been changed from 2324 to 3172. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2261 | Value of member x86_xop_vpcomb has been changed from 2325 to 3173. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2262 | Value of member x86_xop_vpcomd has been changed from 2326 to 3174. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2263 | Value of member x86_xop_vpcomq has been changed from 2327 to 3175. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2264 | Value of member x86_xop_vpcomub has been changed from 2328 to 3176. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2265 | Value of member x86_xop_vpcomud has been changed from 2329 to 3177. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2266 | Value of member x86_xop_vpcomuq has been changed from 2330 to 3178. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2267 | Value of member x86_xop_vpcomuw has been changed from 2331 to 3179. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2268 | Value of member x86_xop_vpcomw has been changed from 2332 to 3180. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2269 | Value of member x86_xop_vpermil2pd has been changed from 2333 to 3181. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2270 | Value of member x86_xop_vpermil2pd_256 has been changed from 2334 to 3182. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2271 | Value of member x86_xop_vpermil2ps has been changed from 2335 to 3183. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2272 | Value of member x86_xop_vpermil2ps_256 has been changed from 2336 to 3184. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2273 | Value of member x86_xop_vphaddbd has been changed from 2337 to 3185. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2274 | Value of member x86_xop_vphaddbq has been changed from 2338 to 3186. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2275 | Value of member x86_xop_vphaddbw has been changed from 2339 to 3187. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2276 | Value of member x86_xop_vphadddq has been changed from 2340 to 3188. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2277 | Value of member x86_xop_vphaddubd has been changed from 2341 to 3189. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2278 | Value of member x86_xop_vphaddubq has been changed from 2342 to 3190. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2279 | Value of member x86_xop_vphaddubw has been changed from 2343 to 3191. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2280 | Value of member x86_xop_vphaddudq has been changed from 2344 to 3192. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2281 | Value of member x86_xop_vphadduwd has been changed from 2345 to 3193. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2282 | Value of member x86_xop_vphadduwq has been changed from 2346 to 3194. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2283 | Value of member x86_xop_vphaddwd has been changed from 2347 to 3195. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2284 | Value of member x86_xop_vphaddwq has been changed from 2348 to 3196. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2285 | Value of member x86_xop_vphsubbw has been changed from 2349 to 3197. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2286 | Value of member x86_xop_vphsubdq has been changed from 2350 to 3198. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2287 | Value of member x86_xop_vphsubwd has been changed from 2351 to 3199. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2288 | Value of member x86_xop_vpmacsdd has been changed from 2352 to 3200. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2289 | Value of member x86_xop_vpmacsdqh has been changed from 2353 to 3201. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2290 | Value of member x86_xop_vpmacsdql has been changed from 2354 to 3202. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2291 | Value of member x86_xop_vpmacssdd has been changed from 2355 to 3203. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2292 | Value of member x86_xop_vpmacssdqh has been changed from 2356 to 3204. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2293 | Value of member x86_xop_vpmacssdql has been changed from 2357 to 3205. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2294 | Value of member x86_xop_vpmacsswd has been changed from 2358 to 3206. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2295 | Value of member x86_xop_vpmacssww has been changed from 2359 to 3207. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2296 | Value of member x86_xop_vpmacswd has been changed from 2360 to 3208. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2297 | Value of member x86_xop_vpmacsww has been changed from 2361 to 3209. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2298 | Value of member x86_xop_vpmadcsswd has been changed from 2362 to 3210. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2299 | Value of member x86_xop_vpmadcswd has been changed from 2363 to 3211. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2300 | Value of member x86_xop_vpperm has been changed from 2364 to 3212. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2301 | Value of member x86_xop_vprotb has been changed from 2365 to 3213. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2302 | Value of member x86_xop_vprotbi has been changed from 2366 to 3214. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2303 | Value of member x86_xop_vprotd has been changed from 2367 to 3215. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2304 | Value of member x86_xop_vprotdi has been changed from 2368 to 3216. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2305 | Value of member x86_xop_vprotq has been changed from 2369 to 3217. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2306 | Value of member x86_xop_vprotqi has been changed from 2370 to 3218. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2307 | Value of member x86_xop_vprotw has been changed from 2371 to 3219. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2308 | Value of member x86_xop_vprotwi has been changed from 2372 to 3220. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2309 | Value of member x86_xop_vpshab has been changed from 2373 to 3221. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2310 | Value of member x86_xop_vpshad has been changed from 2374 to 3222. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2311 | Value of member x86_xop_vpshaq has been changed from 2375 to 3223. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2312 | Value of member x86_xop_vpshaw has been changed from 2376 to 3224. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2313 | Value of member x86_xop_vpshlb has been changed from 2377 to 3225. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2314 | Value of member x86_xop_vpshld has been changed from 2378 to 3226. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2315 | Value of member x86_xop_vpshlq has been changed from 2379 to 3227. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2316 | Value of member x86_xop_vpshlw has been changed from 2380 to 3228. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2317 | Value of member x86_xtest has been changed from 2381 to 3229. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2318 | Value of member xcore_bitrev has been changed from 2382 to 3230. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2319 | Value of member xcore_checkevent has been changed from 2383 to 3231. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2320 | Value of member xcore_chkct has been changed from 2384 to 3232. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2321 | Value of member xcore_clre has been changed from 2385 to 3233. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2322 | Value of member xcore_clrsr has been changed from 2386 to 3234. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2323 | Value of member xcore_crc32 has been changed from 2387 to 3235. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2324 | Value of member xcore_crc8 has been changed from 2388 to 3236. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2325 | Value of member xcore_eeu has been changed from 2389 to 3237. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2326 | Value of member xcore_endin has been changed from 2390 to 3238. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2327 | Value of member xcore_freer has been changed from 2391 to 3239. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2328 | Value of member xcore_geted has been changed from 2392 to 3240. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2329 | Value of member xcore_getet has been changed from 2393 to 3241. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2330 | Value of member xcore_getid has been changed from 2394 to 3242. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2331 | Value of member xcore_getps has been changed from 2395 to 3243. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2332 | Value of member xcore_getr has been changed from 2396 to 3244. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2333 | Value of member xcore_getst has been changed from 2397 to 3245. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2334 | Value of member xcore_getts has been changed from 2398 to 3246. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2335 | Value of member xcore_in has been changed from 2399 to 3247. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2336 | Value of member xcore_inct has been changed from 2400 to 3248. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2337 | Value of member xcore_initcp has been changed from 2401 to 3249. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2338 | Value of member xcore_initdp has been changed from 2402 to 3250. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2339 | Value of member xcore_initlr has been changed from 2403 to 3251. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2340 | Value of member xcore_initpc has been changed from 2404 to 3252. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2341 | Value of member xcore_initsp has been changed from 2405 to 3253. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2342 | Value of member xcore_inshr has been changed from 2406 to 3254. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2343 | Value of member xcore_int has been changed from 2407 to 3255. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2344 | Value of member xcore_mjoin has been changed from 2408 to 3256. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2345 | Value of member xcore_msync has been changed from 2409 to 3257. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2346 | Value of member xcore_out has been changed from 2410 to 3258. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2347 | Value of member xcore_outct has been changed from 2411 to 3259. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2348 | Value of member xcore_outshr has been changed from 2412 to 3260. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2349 | Value of member xcore_outt has been changed from 2413 to 3261. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2350 | Value of member xcore_peek has been changed from 2414 to 3262. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2351 | Value of member xcore_setc has been changed from 2415 to 3263. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2352 | Value of member xcore_setclk has been changed from 2416 to 3264. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2353 | Value of member xcore_setd has been changed from 2417 to 3265. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2354 | Value of member xcore_setev has been changed from 2418 to 3266. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2355 | Value of member xcore_setps has been changed from 2419 to 3267. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2356 | Value of member xcore_setpsc has been changed from 2420 to 3268. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2357 | Value of member xcore_setpt has been changed from 2421 to 3269. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2358 | Value of member xcore_setrdy has been changed from 2422 to 3270. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2359 | Value of member xcore_setsr has been changed from 2423 to 3271. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2360 | Value of member xcore_settw has been changed from 2424 to 3272. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2361 | Value of member xcore_setv has been changed from 2425 to 3273. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2362 | Value of member xcore_sext has been changed from 2426 to 3274. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2363 | Value of member xcore_ssync has been changed from 2427 to 3275. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2364 | Value of member xcore_syncr has been changed from 2428 to 3276. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2365 | Value of member xcore_testct has been changed from 2429 to 3277. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2366 | Value of member xcore_testwct has been changed from 2430 to 3278. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2367 | Value of member xcore_waitevent has been changed from 2431 to 3279. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2368 | Value of member xcore_zext has been changed from 2432 to 3280. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Field SavedDbgLocation has been removed from the middle position of this structural type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | Field ranges has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
2 | Field valnos has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
Change | Effect | |
---|---|---|
1 | Field end has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field start has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field valno has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field Context has been changed from 320 bytes to 464 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Field SUPressureDiffs has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field ShouldTrackPressure has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Size of field BotRPTracker has been changed from 164 bytes to 232 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Size of field RPTracker has been changed from 164 bytes to 232 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
5 | Size of field TopRPTracker has been changed from 164 bytes to 232 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Field HasIdentDirective has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field AllowPeriodsInName has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field AllowQuotesInName has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Field AllowUTF8 has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
5 | Field HasSymbolResolver has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
Change | Effect | |
---|---|---|
1 | Field Symbolizer has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | Value of member VK_COFF_IMGREL32 has been changed from 72 to 102. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member VK_Mips_ABS_HI has been changed from 52 to 82. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member VK_Mips_ABS_LO has been changed from 53 to 83. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member VK_Mips_CALL_HI16 has been changed from 70 to 100. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member VK_Mips_CALL_LO16 has been changed from 71 to 101. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member VK_Mips_DTPREL_HI has been changed from 56 to 86. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member VK_Mips_DTPREL_LO has been changed from 57 to 87. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member VK_Mips_GOT has been changed from 51 to 81. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member VK_Mips_GOT16 has been changed from 50 to 80. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member VK_Mips_GOTTPREL has been changed from 58 to 88. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member VK_Mips_GOT_CALL has been changed from 49 to 79. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member VK_Mips_GOT_DISP has been changed from 63 to 93. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member VK_Mips_GOT_HI16 has been changed from 68 to 98. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member VK_Mips_GOT_LO16 has been changed from 69 to 99. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member VK_Mips_GOT_OFST has been changed from 65 to 95. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member VK_Mips_GOT_PAGE has been changed from 64 to 94. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member VK_Mips_GPOFF_HI has been changed from 61 to 91. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member VK_Mips_GPOFF_LO has been changed from 62 to 92. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member VK_Mips_GPREL has been changed from 48 to 78. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member VK_Mips_HIGHER has been changed from 66 to 96. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member VK_Mips_HIGHEST has been changed from 67 to 97. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member VK_Mips_TLSGD has been changed from 54 to 84. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member VK_Mips_TLSLDM has been changed from 55 to 85. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member VK_Mips_TPREL_HI has been changed from 59 to 89. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member VK_Mips_TPREL_LO has been changed from 60 to 90. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member VK_PPC_TLS has been changed from 41 to 67. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member VK_PPC_TLSGD has been changed from 44 to 72. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member VK_PPC_TLSLD has been changed from 47 to 77. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member VK_PPC_TOC has been changed from 27 to 38. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Size of field MAI has been changed from 212 bytes to 208 bytes. | Previous accesses of applications and library functions to this field may be broken. |
2 | Size of field MRI has been changed from 100 bytes to 104 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Type of field AvailableFeatures has been changed from unsigned int (4 bytes) to uint64_t (8 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Virtual method MCInstrAnalysis::isTerminator ( MCInst const& ) const has been added to this class instead of MCInstrAnalysis::evaluateBranch ( MCInst const&, uint64_t, uint64_t ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 12 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MCInstrAnalysis | ~MCInstrAnalysis |
12 | ~MCInstrAnalysis | ~MCInstrAnalysis |
16 | MCInstrAnalysis::isBranch | MCInstrAnalysis::isBranch |
20 | MCInstrAnalysis::isConditionalBranch | MCInstrAnalysis::isConditionalBranch |
24 | MCInstrAnalysis::isUnconditionalBranch | MCInstrAnalysis::isUnconditionalBranch |
28 | MCInstrAnalysis::isIndirectBranch | MCInstrAnalysis::isIndirectBranch |
32 | MCInstrAnalysis::isCall | MCInstrAnalysis::isCall |
36 | MCInstrAnalysis::isReturn | MCInstrAnalysis::isReturn |
40 | MCInstrAnalysis::evaluateBranch | MCInstrAnalysis::isTerminator |
44 | MCInstrAnalysis::evaluateBranch |
Change | Effect | |
---|---|---|
1 | Field DwarfGnuPubNamesSection has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field DwarfGnuPubTypesSection has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field StackMapSection has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | Field ILPWindow has been removed from the middle position of this structural type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | Pure virtual method MCStreamer::EmitBytes ( StringRef ) has been added to this class instead of MCStreamer::EmitValueImpl ( MCExpr const*, unsigned int, unsigned int ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Virtual method MCStreamer::EmitValueImpl ( MCExpr const*, unsigned int ) has been added to this class instead of MCStreamer::EmitIntValue ( uint64_t, unsigned int, unsigned int ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Virtual method MCStreamer::Flush ( ) has been added to this class instead of MCStreamer::EmitPersonality ( MCSymbol const* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 99 entries | Virtual Table (New) - 94 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | MCStreamer::EmitCFIStartProcImpl | MCStreamer::EmitCFIStartProcImpl |
12 | MCStreamer::EmitCFIEndProcImpl | MCStreamer::EmitCFIEndProcImpl |
16 | ~MCStreamer | MCStreamer::EmitRawTextImpl |
20 | ~MCStreamer | ~MCStreamer |
24 | MCStreamer::reset | ~MCStreamer |
28 | MCStreamer::isVerboseAsm | MCStreamer::reset |
32 | MCStreamer::hasRawTextSupport | MCStreamer::isVerboseAsm |
36 | MCStreamer::AddComment | MCStreamer::hasRawTextSupport |
40 | MCStreamer::GetCommentOS | MCStreamer::AddComment |
44 | MCStreamer::AddBlankLine | MCStreamer::GetCommentOS |
48 | __cxa_pure_virtual | MCStreamer::AddBlankLine |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | MCStreamer::EmitLabel | __cxa_pure_virtual |
64 | MCStreamer::EmitDebugLabel | MCStreamer::EmitLabel |
68 | MCStreamer::EmitEHSymAttributes | MCStreamer::EmitDebugLabel |
72 | __cxa_pure_virtual | MCStreamer::EmitEHSymAttributes |
76 | MCStreamer::EmitLinkerOptions | __cxa_pure_virtual |
80 | MCStreamer::EmitDataRegion | MCStreamer::EmitLinkerOptions |
84 | __cxa_pure_virtual | MCStreamer::EmitDataRegion |
88 | MCStreamer::getOrCreateSymbolData | __cxa_pure_virtual |
92 | __cxa_pure_virtual | MCStreamer::getOrCreateSymbolData |
96 | __cxa_pure_virtual | __cxa_pure_virtual |
100 | __cxa_pure_virtual | __cxa_pure_virtual |
104 | __cxa_pure_virtual | __cxa_pure_virtual |
108 | __cxa_pure_virtual | __cxa_pure_virtual |
112 | __cxa_pure_virtual | __cxa_pure_virtual |
116 | __cxa_pure_virtual | __cxa_pure_virtual |
120 | __cxa_pure_virtual | __cxa_pure_virtual |
124 | MCStreamer::EmitCOFFSecRel32 | __cxa_pure_virtual |
128 | __cxa_pure_virtual | MCStreamer::EmitCOFFSecRel32 |
132 | __cxa_pure_virtual | __cxa_pure_virtual |
136 | __cxa_pure_virtual | __cxa_pure_virtual |
140 | __cxa_pure_virtual | __cxa_pure_virtual |
144 | __cxa_pure_virtual | __cxa_pure_virtual |
148 | __cxa_pure_virtual | __cxa_pure_virtual |
152 | __cxa_pure_virtual | __cxa_pure_virtual |
156 | MCStreamer::EmitIntValue | __cxa_pure_virtual |
160 | __cxa_pure_virtual | MCStreamer::EmitIntValue |
164 | __cxa_pure_virtual | __cxa_pure_virtual |
168 | MCStreamer::EmitGPRel64Value | __cxa_pure_virtual |
172 | MCStreamer::EmitGPRel32Value | MCStreamer::EmitGPRel64Value |
176 | MCStreamer::EmitFill | MCStreamer::EmitGPRel32Value |
180 | __cxa_pure_virtual | MCStreamer::EmitFill |
184 | __cxa_pure_virtual | MCStreamer::EmitZeros |
188 | __cxa_pure_virtual | __cxa_pure_virtual |
192 | __cxa_pure_virtual | __cxa_pure_virtual |
196 | MCStreamer::EmitDwarfFileDirective | __cxa_pure_virtual |
200 | MCStreamer::EmitDwarfLocDirective | __cxa_pure_virtual |
204 | __cxa_pure_virtual | MCStreamer::EmitIdent |
208 | MCStreamer::EmitDwarfAdvanceFrameAddr | MCStreamer::EmitDwarfFileDirective |
212 | MCStreamer::EmitCompactUnwindEncoding | MCStreamer::EmitDwarfLocDirective |
216 | MCStreamer::EmitCFISections | __cxa_pure_virtual |
220 | MCStreamer::EmitCFIDefCfa | MCStreamer::EmitDwarfAdvanceFrameAddr |
224 | MCStreamer::EmitCFIDefCfaOffset | MCStreamer::EmitCompactUnwindEncoding |
228 | MCStreamer::EmitCFIDefCfaRegister | MCStreamer::EmitCFISections |
232 | MCStreamer::EmitCFIOffset | MCStreamer::EmitCFIDefCfa |
236 | MCStreamer::EmitCFIPersonality | MCStreamer::EmitCFIDefCfaOffset |
240 | MCStreamer::EmitCFILsda | MCStreamer::EmitCFIDefCfaRegister |
244 | MCStreamer::EmitCFIRememberState | MCStreamer::EmitCFIOffset |
248 | MCStreamer::EmitCFIRestoreState | MCStreamer::EmitCFIPersonality |
252 | MCStreamer::EmitCFISameValue | MCStreamer::EmitCFILsda |
256 | MCStreamer::EmitCFIRestore | MCStreamer::EmitCFIRememberState |
260 | MCStreamer::EmitCFIRelOffset | MCStreamer::EmitCFIRestoreState |
264 | MCStreamer::EmitCFIAdjustCfaOffset | MCStreamer::EmitCFISameValue |
268 | MCStreamer::EmitCFIEscape | MCStreamer::EmitCFIRestore |
272 | MCStreamer::EmitCFISignalFrame | MCStreamer::EmitCFIRelOffset |
276 | MCStreamer::EmitCFIUndefined | MCStreamer::EmitCFIAdjustCfaOffset |
280 | MCStreamer::EmitCFIRegister | MCStreamer::EmitCFIEscape |
284 | MCStreamer::EmitWin64EHStartProc | MCStreamer::EmitCFISignalFrame |
288 | MCStreamer::EmitWin64EHEndProc | MCStreamer::EmitCFIUndefined |
292 | MCStreamer::EmitWin64EHStartChained | MCStreamer::EmitCFIRegister |
296 | MCStreamer::EmitWin64EHEndChained | MCStreamer::EmitCFIWindowSave |
300 | MCStreamer::EmitWin64EHHandler | MCStreamer::EmitWin64EHStartProc |
304 | MCStreamer::EmitWin64EHHandlerData | MCStreamer::EmitWin64EHEndProc |
308 | MCStreamer::EmitWin64EHPushReg | MCStreamer::EmitWin64EHStartChained |
312 | MCStreamer::EmitWin64EHSetFrame | MCStreamer::EmitWin64EHEndChained |
316 | MCStreamer::EmitWin64EHAllocStack | MCStreamer::EmitWin64EHHandler |
320 | MCStreamer::EmitWin64EHSaveReg | MCStreamer::EmitWin64EHHandlerData |
324 | MCStreamer::EmitWin64EHSaveXMM | MCStreamer::EmitWin64EHPushReg |
328 | MCStreamer::EmitWin64EHPushFrame | MCStreamer::EmitWin64EHSetFrame |
332 | MCStreamer::EmitWin64EHEndProlog | MCStreamer::EmitWin64EHAllocStack |
336 | __cxa_pure_virtual | MCStreamer::EmitWin64EHSaveReg |
340 | __cxa_pure_virtual | MCStreamer::EmitWin64EHSaveXMM |
344 | __cxa_pure_virtual | MCStreamer::EmitWin64EHPushFrame |
348 | __cxa_pure_virtual | MCStreamer::EmitWin64EHEndProlog |
352 | MCStreamer::EmitRawText | __cxa_pure_virtual |
356 | MCStreamer::EmitFnStart | __cxa_pure_virtual |
360 | MCStreamer::EmitFnEnd | __cxa_pure_virtual |
364 | MCStreamer::EmitCantUnwind | __cxa_pure_virtual |
368 | MCStreamer::EmitPersonality | MCStreamer::Flush |
372 | MCStreamer::EmitHandlerData | __cxa_pure_virtual |
376 | MCStreamer::EmitSetFP | |
380 | MCStreamer::EmitPad | |
384 | MCStreamer::EmitRegSave | |
388 | MCStreamer::EmitTCEntry | |
392 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Pure virtual method MCTargetAsmParser::mnemonicIsValid ( StringRef, unsigned int ) has been added to this class instead of MCTargetAsmParser::mnemonicIsValid ( StringRef ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 13 entries | Virtual Table (New) - 15 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MCTargetAsmParser | ~MCTargetAsmParser |
12 | ~MCTargetAsmParser | ~MCTargetAsmParser |
16 | MCAsmParserExtension::Initialize | MCAsmParserExtension::Initialize |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | MCTargetAsmParser::validateTargetOperandClass | MCTargetAsmParser::validateTargetOperandClass |
44 | MCTargetAsmParser::checkTargetMatchPredicate | MCTargetAsmParser::checkTargetMatchPredicate |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | MCTargetAsmParser::applyModifierToExpr | |
56 | MCTargetAsmParser::onLabelParsed |
Change | Effect | |
---|---|---|
1 | Virtual method MemoryObject::readBytes ( uint64_t, uint64_t, uint8_t* ) const has been added to this class instead of MemoryObject::readBytes ( uint64_t, uint64_t, uint8_t*, uint64_t* ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 8 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MemoryObject | ~MemoryObject |
12 | ~MemoryObject | ~MemoryObject |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | MemoryObject::readBytes | MemoryObject::readBytes |
Change | Effect | |
---|---|---|
1 | Pure virtual method ObjectFile::getRelocatedSection ( union DataRefImpl ) const has been added to this class instead of ObjectFile::getSectionRelEnd ( union DataRefImpl ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Pure virtual method ObjectFile::getRelocationSymbol ( union DataRefImpl ) const has been added to this class instead of ObjectFile::getRelocationSymbol ( union DataRefImpl, SymbolRef& ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Pure virtual method ObjectFile::section_rel_end ( union DataRefImpl ) const has been added to this class instead of ObjectFile::getSectionRelBegin ( union DataRefImpl ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 55 entries | Virtual Table (New) - 54 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~ObjectFile | ~ObjectFile |
12 | ~ObjectFile | ~ObjectFile |
16 | ObjectFile::anchor | ObjectFile::anchor |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | ObjectFile::getSymbolAlignment | ObjectFile::getSymbolAlignment |
40 | __cxa_pure_virtual | __cxa_pure_virtual |
44 | __cxa_pure_virtual | __cxa_pure_virtual |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | __cxa_pure_virtual | __cxa_pure_virtual |
64 | __cxa_pure_virtual | __cxa_pure_virtual |
68 | __cxa_pure_virtual | __cxa_pure_virtual |
72 | __cxa_pure_virtual | __cxa_pure_virtual |
76 | __cxa_pure_virtual | __cxa_pure_virtual |
80 | __cxa_pure_virtual | __cxa_pure_virtual |
84 | __cxa_pure_virtual | __cxa_pure_virtual |
88 | __cxa_pure_virtual | __cxa_pure_virtual |
92 | __cxa_pure_virtual | __cxa_pure_virtual |
96 | __cxa_pure_virtual | __cxa_pure_virtual |
100 | __cxa_pure_virtual | __cxa_pure_virtual |
104 | __cxa_pure_virtual | __cxa_pure_virtual |
108 | __cxa_pure_virtual | __cxa_pure_virtual |
112 | __cxa_pure_virtual | __cxa_pure_virtual |
116 | __cxa_pure_virtual | __cxa_pure_virtual |
120 | __cxa_pure_virtual | __cxa_pure_virtual |
124 | __cxa_pure_virtual | ObjectFile::getRelocatedSection |
128 | __cxa_pure_virtual | __cxa_pure_virtual |
132 | __cxa_pure_virtual | __cxa_pure_virtual |
136 | __cxa_pure_virtual | __cxa_pure_virtual |
140 | __cxa_pure_virtual | __cxa_pure_virtual |
144 | __cxa_pure_virtual | __cxa_pure_virtual |
148 | __cxa_pure_virtual | __cxa_pure_virtual |
152 | __cxa_pure_virtual | __cxa_pure_virtual |
156 | __cxa_pure_virtual | ObjectFile::getRelocationHidden |
160 | ObjectFile::getRelocationHidden | __cxa_pure_virtual |
164 | __cxa_pure_virtual | __cxa_pure_virtual |
168 | __cxa_pure_virtual | __cxa_pure_virtual |
172 | __cxa_pure_virtual | __cxa_pure_virtual |
176 | __cxa_pure_virtual | __cxa_pure_virtual |
180 | __cxa_pure_virtual | __cxa_pure_virtual |
184 | __cxa_pure_virtual | __cxa_pure_virtual |
188 | __cxa_pure_virtual | __cxa_pure_virtual |
192 | __cxa_pure_virtual | __cxa_pure_virtual |
196 | __cxa_pure_virtual | __cxa_pure_virtual |
200 | __cxa_pure_virtual | __cxa_pure_virtual |
204 | __cxa_pure_virtual | __cxa_pure_virtual |
208 | __cxa_pure_virtual | __cxa_pure_virtual |
212 | __cxa_pure_virtual | __cxa_pure_virtual |
216 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Field DisableSimplifyLibCalls has been removed from the middle position of this structural type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | Virtual method PBQPBuilder::build ( MachineFunction*, LiveIntervals const*, MachineBlockFrequencyInfo const*, PBQPBuilder::RegSet const& ) has been added to this class instead of PBQPBuilder::build ( MachineFunction*, LiveIntervals const*, MachineLoopInfo const*, PBQPBuilder::RegSet const& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 5 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~PBQPBuilder | ~PBQPBuilder |
12 | ~PBQPBuilder | ~PBQPBuilder |
16 | PBQPBuilder::build | PBQPBuilder::build |
Change | Effect | |
---|---|---|
1 | Pure virtual method RTDyldMemoryManager::allocateCodeSection ( uintptr_t, unsigned int, unsigned int, StringRef ) has been added to this class instead of RTDyldMemoryManager::allocateCodeSection ( uintptr_t, unsigned int, unsigned int ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Pure virtual method RTDyldMemoryManager::allocateDataSection ( uintptr_t, unsigned int, unsigned int, StringRef, bool ) has been added to this class instead of RTDyldMemoryManager::allocateDataSection ( uintptr_t, unsigned int, unsigned int, bool ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Pure virtual method RTDyldMemoryManager::deregisterEHFrames ( uint8_t*, uint64_t, size_t ) has been added to this class instead of RTDyldMemoryManager::applyPermissions ( std::string* ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
4 | Virtual method RTDyldMemoryManager::getSymbolAddress ( std::string const& ) has been added to this class instead of RTDyldMemoryManager::registerEHFrames ( StringRef ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 12 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~RTDyldMemoryManager | ~RTDyldMemoryManager |
12 | ~RTDyldMemoryManager | ~RTDyldMemoryManager |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | RTDyldMemoryManager::registerEHFrames |
28 | __cxa_pure_virtual | RTDyldMemoryManager::deregisterEHFrames |
32 | RTDyldMemoryManager::registerEHFrames | RTDyldMemoryManager::getSymbolAddress |
36 | RTDyldMemoryManager::getPointerToNamedFunction | |
40 | RTDyldMemoryManager::notifyObjectLoaded | |
44 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Value of member COPYSIGN_F128 has been changed from 165 to 170. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member COPYSIGN_F32 has been changed from 162 to 167. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member COPYSIGN_F64 has been changed from 163 to 168. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member COPYSIGN_F80 has been changed from 164 to 169. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member COPYSIGN_PPCF128 has been changed from 166 to 171. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member FLOOR_F128 has been changed from 160 to 165. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member FLOOR_F32 has been changed from 157 to 162. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member FLOOR_F64 has been changed from 158 to 163. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member FLOOR_F80 has been changed from 159 to 164. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member FLOOR_PPCF128 has been changed from 161 to 166. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member FPEXT_F16_F32 has been changed from 170 to 175. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member FPEXT_F32_F128 has been changed from 168 to 173. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member FPEXT_F32_F64 has been changed from 169 to 174. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member FPEXT_F64_F128 has been changed from 167 to 172. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member FPROUND_F128_F32 has been changed from 174 to 179. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member FPROUND_F128_F64 has been changed from 177 to 182. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member FPROUND_F32_F16 has been changed from 171 to 176. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member FPROUND_F64_F32 has been changed from 172 to 177. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member FPROUND_F80_F32 has been changed from 173 to 178. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member FPROUND_F80_F64 has been changed from 176 to 181. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member FPROUND_PPCF128_F32 has been changed from 175 to 180. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member FPROUND_PPCF128_F64 has been changed from 178 to 183. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member FPTOSINT_F128_I128 has been changed from 194 to 199. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member FPTOSINT_F128_I32 has been changed from 192 to 197. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member FPTOSINT_F128_I64 has been changed from 193 to 198. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member FPTOSINT_F32_I128 has been changed from 183 to 188. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member FPTOSINT_F32_I16 has been changed from 180 to 185. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member FPTOSINT_F32_I32 has been changed from 181 to 186. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member FPTOSINT_F32_I64 has been changed from 182 to 187. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
30 | Value of member FPTOSINT_F32_I8 has been changed from 179 to 184. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
31 | Value of member FPTOSINT_F64_I128 has been changed from 188 to 193. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
32 | Value of member FPTOSINT_F64_I16 has been changed from 185 to 190. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
33 | Value of member FPTOSINT_F64_I32 has been changed from 186 to 191. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
34 | Value of member FPTOSINT_F64_I64 has been changed from 187 to 192. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
35 | Value of member FPTOSINT_F64_I8 has been changed from 184 to 189. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
36 | Value of member FPTOSINT_F80_I128 has been changed from 191 to 196. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
37 | Value of member FPTOSINT_F80_I32 has been changed from 189 to 194. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
38 | Value of member FPTOSINT_F80_I64 has been changed from 190 to 195. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
39 | Value of member FPTOSINT_PPCF128_I128 has been changed from 197 to 202. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
40 | Value of member FPTOSINT_PPCF128_I32 has been changed from 195 to 200. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
41 | Value of member FPTOSINT_PPCF128_I64 has been changed from 196 to 201. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
42 | Value of member FPTOUINT_F128_I128 has been changed from 213 to 218. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
43 | Value of member FPTOUINT_F128_I32 has been changed from 211 to 216. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
44 | Value of member FPTOUINT_F128_I64 has been changed from 212 to 217. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
45 | Value of member FPTOUINT_F32_I128 has been changed from 202 to 207. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
46 | Value of member FPTOUINT_F32_I16 has been changed from 199 to 204. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
47 | Value of member FPTOUINT_F32_I32 has been changed from 200 to 205. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
48 | Value of member FPTOUINT_F32_I64 has been changed from 201 to 206. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
49 | Value of member FPTOUINT_F32_I8 has been changed from 198 to 203. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
50 | Value of member FPTOUINT_F64_I128 has been changed from 207 to 212. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
51 | Value of member FPTOUINT_F64_I16 has been changed from 204 to 209. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
52 | Value of member FPTOUINT_F64_I32 has been changed from 205 to 210. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
53 | Value of member FPTOUINT_F64_I64 has been changed from 206 to 211. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
54 | Value of member FPTOUINT_F64_I8 has been changed from 203 to 208. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
55 | Value of member FPTOUINT_F80_I128 has been changed from 210 to 215. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
56 | Value of member FPTOUINT_F80_I32 has been changed from 208 to 213. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
57 | Value of member FPTOUINT_F80_I64 has been changed from 209 to 214. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
58 | Value of member FPTOUINT_PPCF128_I128 has been changed from 216 to 221. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
59 | Value of member FPTOUINT_PPCF128_I32 has been changed from 214 to 219. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
60 | Value of member FPTOUINT_PPCF128_I64 has been changed from 215 to 220. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
61 | Value of member MEMCPY has been changed from 271 to 276. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
62 | Value of member MEMMOVE has been changed from 273 to 278. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
63 | Value of member MEMSET has been changed from 272 to 277. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
64 | Value of member OEQ_F128 has been changed from 249 to 254. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
65 | Value of member OEQ_F32 has been changed from 247 to 252. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
66 | Value of member OEQ_F64 has been changed from 248 to 253. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
67 | Value of member OGE_F128 has been changed from 255 to 260. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
68 | Value of member OGE_F32 has been changed from 253 to 258. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
69 | Value of member OGE_F64 has been changed from 254 to 259. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
70 | Value of member OGT_F128 has been changed from 264 to 269. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
71 | Value of member OGT_F32 has been changed from 262 to 267. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
72 | Value of member OGT_F64 has been changed from 263 to 268. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
73 | Value of member OLE_F128 has been changed from 261 to 266. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
74 | Value of member OLE_F32 has been changed from 259 to 264. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
75 | Value of member OLE_F64 has been changed from 260 to 265. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
76 | Value of member OLT_F128 has been changed from 258 to 263. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
77 | Value of member OLT_F32 has been changed from 256 to 261. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
78 | Value of member OLT_F64 has been changed from 257 to 262. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
79 | Value of member O_F128 has been changed from 270 to 275. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
80 | Value of member O_F32 has been changed from 268 to 273. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
81 | Value of member O_F64 has been changed from 269 to 274. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
82 | Value of member SINTTOFP_I128_F128 has been changed from 230 to 235. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
83 | Value of member SINTTOFP_I128_F32 has been changed from 227 to 232. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
84 | Value of member SINTTOFP_I128_F64 has been changed from 228 to 233. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
85 | Value of member SINTTOFP_I128_F80 has been changed from 229 to 234. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
86 | Value of member SINTTOFP_I128_PPCF128 has been changed from 231 to 236. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
87 | Value of member SINTTOFP_I32_F128 has been changed from 220 to 225. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
88 | Value of member SINTTOFP_I32_F32 has been changed from 217 to 222. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
89 | Value of member SINTTOFP_I32_F64 has been changed from 218 to 223. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
90 | Value of member SINTTOFP_I32_F80 has been changed from 219 to 224. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
91 | Value of member SINTTOFP_I32_PPCF128 has been changed from 221 to 226. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
92 | Value of member SINTTOFP_I64_F128 has been changed from 225 to 230. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
93 | Value of member SINTTOFP_I64_F32 has been changed from 222 to 227. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
94 | Value of member SINTTOFP_I64_F64 has been changed from 223 to 228. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
95 | Value of member SINTTOFP_I64_F80 has been changed from 224 to 229. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
96 | Value of member SINTTOFP_I64_PPCF128 has been changed from 226 to 231. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
97 | Value of member SYNC_FETCH_AND_ADD_1 has been changed from 283 to 290. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
98 | Value of member SYNC_FETCH_AND_ADD_2 has been changed from 284 to 291. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
99 | Value of member SYNC_FETCH_AND_ADD_4 has been changed from 285 to 292. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
100 | Value of member SYNC_FETCH_AND_ADD_8 has been changed from 286 to 293. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
101 | Value of member SYNC_FETCH_AND_AND_1 has been changed from 291 to 300. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
102 | Value of member SYNC_FETCH_AND_AND_2 has been changed from 292 to 301. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
103 | Value of member SYNC_FETCH_AND_AND_4 has been changed from 293 to 302. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
104 | Value of member SYNC_FETCH_AND_AND_8 has been changed from 294 to 303. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
105 | Value of member SYNC_FETCH_AND_NAND_1 has been changed from 303 to 315. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
106 | Value of member SYNC_FETCH_AND_NAND_2 has been changed from 304 to 316. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
107 | Value of member SYNC_FETCH_AND_NAND_4 has been changed from 305 to 317. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
108 | Value of member SYNC_FETCH_AND_NAND_8 has been changed from 306 to 318. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
109 | Value of member SYNC_FETCH_AND_OR_1 has been changed from 295 to 305. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
110 | Value of member SYNC_FETCH_AND_OR_2 has been changed from 296 to 306. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
111 | Value of member SYNC_FETCH_AND_OR_4 has been changed from 297 to 307. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
112 | Value of member SYNC_FETCH_AND_OR_8 has been changed from 298 to 308. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
113 | Value of member SYNC_FETCH_AND_SUB_1 has been changed from 287 to 295. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
114 | Value of member SYNC_FETCH_AND_SUB_2 has been changed from 288 to 296. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
115 | Value of member SYNC_FETCH_AND_SUB_4 has been changed from 289 to 297. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
116 | Value of member SYNC_FETCH_AND_SUB_8 has been changed from 290 to 298. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
117 | Value of member SYNC_FETCH_AND_XOR_1 has been changed from 299 to 310. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
118 | Value of member SYNC_FETCH_AND_XOR_2 has been changed from 300 to 311. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
119 | Value of member SYNC_FETCH_AND_XOR_4 has been changed from 301 to 312. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
120 | Value of member SYNC_FETCH_AND_XOR_8 has been changed from 302 to 313. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
121 | Value of member SYNC_LOCK_TEST_AND_SET_1 has been changed from 279 to 285. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
122 | Value of member SYNC_LOCK_TEST_AND_SET_2 has been changed from 280 to 286. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
123 | Value of member SYNC_LOCK_TEST_AND_SET_4 has been changed from 281 to 287. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
124 | Value of member SYNC_LOCK_TEST_AND_SET_8 has been changed from 282 to 288. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
125 | Value of member SYNC_VAL_COMPARE_AND_SWAP_1 has been changed from 275 to 280. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
126 | Value of member SYNC_VAL_COMPARE_AND_SWAP_2 has been changed from 276 to 281. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
127 | Value of member SYNC_VAL_COMPARE_AND_SWAP_4 has been changed from 277 to 282. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
128 | Value of member SYNC_VAL_COMPARE_AND_SWAP_8 has been changed from 278 to 283. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
129 | Value of member UINTTOFP_I128_F128 has been changed from 245 to 250. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
130 | Value of member UINTTOFP_I128_F32 has been changed from 242 to 247. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
131 | Value of member UINTTOFP_I128_F64 has been changed from 243 to 248. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
132 | Value of member UINTTOFP_I128_F80 has been changed from 244 to 249. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
133 | Value of member UINTTOFP_I128_PPCF128 has been changed from 246 to 251. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
134 | Value of member UINTTOFP_I32_F128 has been changed from 235 to 240. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
135 | Value of member UINTTOFP_I32_F32 has been changed from 232 to 237. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
136 | Value of member UINTTOFP_I32_F64 has been changed from 233 to 238. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
137 | Value of member UINTTOFP_I32_F80 has been changed from 234 to 239. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
138 | Value of member UINTTOFP_I32_PPCF128 has been changed from 236 to 241. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
139 | Value of member UINTTOFP_I64_F128 has been changed from 240 to 245. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
140 | Value of member UINTTOFP_I64_F32 has been changed from 237 to 242. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
141 | Value of member UINTTOFP_I64_F64 has been changed from 238 to 243. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
142 | Value of member UINTTOFP_I64_F80 has been changed from 239 to 244. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
143 | Value of member UINTTOFP_I64_PPCF128 has been changed from 241 to 246. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
144 | Value of member UNE_F128 has been changed from 252 to 257. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
145 | Value of member UNE_F32 has been changed from 250 to 255. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
146 | Value of member UNE_F64 has been changed from 251 to 256. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
147 | Value of member UNKNOWN_LIBCALL has been changed from 307 to 341. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
148 | Value of member UNWIND_RESUME has been changed from 274 to 279. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
149 | Value of member UO_F128 has been changed from 267 to 272. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
150 | Value of member UO_F32 has been changed from 265 to 270. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
151 | Value of member UO_F64 has been changed from 266 to 271. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Size of field EntrySU has been changed from 240 bytes to 208 bytes. | Previous accesses of applications and library functions to this field may be broken. |
2 | Size of field ExitSU has been changed from 240 bytes to 208 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field MF has been changed from 168 bytes to 176 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Size of field MRI has been changed from 108 bytes to 112 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
5 | Size of field TM has been changed from 64 bytes to 56 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
6 | Size of this class has been decreased from 520 bytes to 456 bytes. | Previous accesses of applications to public fields of this class or its subclasses may be incorrect. |
Change | Effect | |
---|---|---|
1 | Size of field Preds has been changed from 76 bytes to 60 bytes. | Previous accesses of applications and library functions to this field may be broken. |
2 | Size of field Succs has been changed from 76 bytes to 60 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Field VRegUses has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
Change | Effect | |
---|---|---|
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 31 entries | Virtual Table (New) - 13 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~SectionMemoryManager | ~SectionMemoryManager |
12 | ~SectionMemoryManager | ~SectionMemoryManager |
16 | SectionMemoryManager::allocateCodeSection | SectionMemoryManager::allocateCodeSection |
20 | SectionMemoryManager::allocateDataSection | SectionMemoryManager::allocateDataSection |
24 | SectionMemoryManager::getPointerToNamedFunction | RTDyldMemoryManager::registerEHFrames |
28 | SectionMemoryManager::applyPermissions | RTDyldMemoryManager::deregisterEHFrames |
32 | SectionMemoryManager::registerEHFrames | RTDyldMemoryManager::getSymbolAddress |
36 | SectionMemoryManager::setMemoryWritable | RTDyldMemoryManager::getPointerToNamedFunction |
40 | SectionMemoryManager::setMemoryExecutable | RTDyldMemoryManager::notifyObjectLoaded |
44 | SectionMemoryManager::setPoisonMemory | SectionMemoryManager::finalizeMemory |
48 | SectionMemoryManager::AllocateGOT | SectionMemoryManager::invalidateInstructionCache |
52 | SectionMemoryManager::getGOTBase | |
56 | SectionMemoryManager::startFunctionBody | |
60 | SectionMemoryManager::allocateStub | |
64 | SectionMemoryManager::endFunctionBody | |
68 | SectionMemoryManager::allocateSpace | |
72 | SectionMemoryManager::allocateGlobal | |
76 | SectionMemoryManager::deallocateFunctionBody | |
80 | SectionMemoryManager::startExceptionTable | |
84 | SectionMemoryManager::endExceptionTable | |
88 | SectionMemoryManager::deallocateExceptionTable | |
92 | JITMemoryManager::CheckInvariants | |
96 | JITMemoryManager::GetDefaultCodeSlabSize | |
100 | JITMemoryManager::GetDefaultDataSlabSize | |
104 | JITMemoryManager::GetDefaultStubSlabSize | |
108 | JITMemoryManager::GetNumCodeSlabs | |
112 | JITMemoryManager::GetNumDataSlabs | |
116 | JITMemoryManager::GetNumStubSlabs | |
120 | SectionMemoryManager::invalidateInstructionCache |
Change | Effect | |
---|---|---|
1 | Field NewNodesMustHaveLegalTypes has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of field Allocator has been changed from 28 bytes to 36 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
3 | Size of field EntryNode has been changed from 44 bytes to 48 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
4 | Size of field NodeAllocator has been changed from 40 bytes to 48 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
5 | Size of field OperandAllocator has been changed from 28 bytes to 36 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
6 | Size of field TM has been changed from 64 bytes to 56 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
7 | Type of field TLI has been changed from TargetLowering const& (18580 bytes) to TargetLowering const* (4 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
8 | Field Ordering has been removed from the middle position of this structural type. | 1) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. 2) Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field DAG has been changed from 344 bytes to 376 bytes. | Previous accesses of applications and library functions to this field may be broken. |
Change | Effect | |
---|---|---|
1 | Type of field TM has been changed from TargetMachine const& (64 bytes) to TargetMachine& (56 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Pure virtual method StreamableMemoryObject::readBytes ( uint64_t, uint64_t, uint8_t* ) const has been added to this class instead of StreamableMemoryObject::readBytes ( uint64_t, uint64_t, uint8_t*, uint64_t* ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~StreamableMemoryObject | ~StreamableMemoryObject |
12 | ~StreamableMemoryObject | ~StreamableMemoryObject |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | __cxa_pure_virtual | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | Value of member NumLibFuncs has been changed from 299 to 311. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member ZdlPv has been changed from 3 to 4. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member Znaj has been changed from 4 to 6. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member ZnajRKSt9nothrow_t has been changed from 5 to 7. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member Znam has been changed from 6 to 8. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member ZnamRKSt9nothrow_t has been changed from 7 to 9. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member Znwj has been changed from 8 to 10. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member ZnwjRKSt9nothrow_t has been changed from 9 to 11. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member Znwm has been changed from 10 to 12. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member ZnwmRKSt9nothrow_t has been changed from 11 to 13. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member abs has been changed from 22 to 33. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member access has been changed from 23 to 34. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member acos has been changed from 24 to 35. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member acosf has been changed from 25 to 36. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member acosh has been changed from 26 to 37. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member acoshf has been changed from 27 to 38. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member acoshl has been changed from 28 to 39. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member acosl has been changed from 29 to 40. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member asin has been changed from 30 to 41. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member asinf has been changed from 31 to 42. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member asinh has been changed from 32 to 43. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member asinhf has been changed from 33 to 44. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member asinhl has been changed from 34 to 45. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member asinl has been changed from 35 to 46. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member atan has been changed from 36 to 47. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member atan2 has been changed from 37 to 48. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member atan2f has been changed from 38 to 49. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member atan2l has been changed from 39 to 50. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member atanf has been changed from 40 to 51. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
30 | Value of member atanh has been changed from 41 to 52. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
31 | Value of member atanhf has been changed from 42 to 53. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
32 | Value of member atanhl has been changed from 43 to 54. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
33 | Value of member atanl has been changed from 44 to 55. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
34 | Value of member atof has been changed from 45 to 56. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
35 | Value of member atoi has been changed from 46 to 57. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
36 | Value of member atol has been changed from 47 to 58. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
37 | Value of member atoll has been changed from 48 to 59. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
38 | Value of member bcmp has been changed from 49 to 60. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
39 | Value of member bcopy has been changed from 50 to 61. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
40 | Value of member bzero has been changed from 51 to 62. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
41 | Value of member calloc has been changed from 52 to 63. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
42 | Value of member cbrt has been changed from 53 to 64. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
43 | Value of member cbrtf has been changed from 54 to 65. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
44 | Value of member cbrtl has been changed from 55 to 66. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
45 | Value of member ceil has been changed from 56 to 67. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
46 | Value of member ceilf has been changed from 57 to 68. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
47 | Value of member ceill has been changed from 58 to 69. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
48 | Value of member chmod has been changed from 59 to 70. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
49 | Value of member chown has been changed from 60 to 71. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
50 | Value of member clearerr has been changed from 61 to 72. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
51 | Value of member closedir has been changed from 62 to 73. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
52 | Value of member copysign has been changed from 63 to 74. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
53 | Value of member copysignf has been changed from 64 to 75. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
54 | Value of member copysignl has been changed from 65 to 76. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
55 | Value of member cos has been changed from 66 to 77. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
56 | Value of member cosf has been changed from 67 to 78. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
57 | Value of member cosh has been changed from 68 to 79. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
58 | Value of member coshf has been changed from 69 to 80. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
59 | Value of member coshl has been changed from 70 to 81. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
60 | Value of member cosl has been changed from 71 to 82. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
61 | Value of member ctermid has been changed from 72 to 83. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
62 | Value of member cxa_atexit has been changed from 12 to 16. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
63 | Value of member cxa_guard_abort has been changed from 13 to 17. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
64 | Value of member cxa_guard_acquire has been changed from 14 to 18. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
65 | Value of member cxa_guard_release has been changed from 15 to 19. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
66 | Value of member dunder_isoc99_scanf has been changed from 16 to 20. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
67 | Value of member dunder_isoc99_sscanf has been changed from 17 to 21. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
68 | Value of member dunder_strdup has been changed from 19 to 30. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
69 | Value of member dunder_strndup has been changed from 20 to 31. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
70 | Value of member dunder_strtok_r has been changed from 21 to 32. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
71 | Value of member exp has been changed from 73 to 84. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
72 | Value of member exp10 has been changed from 74 to 85. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
73 | Value of member exp10f has been changed from 75 to 86. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
74 | Value of member exp10l has been changed from 76 to 87. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
75 | Value of member exp2 has been changed from 77 to 88. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
76 | Value of member exp2f has been changed from 78 to 89. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
77 | Value of member exp2l has been changed from 79 to 90. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
78 | Value of member expf has been changed from 80 to 91. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
79 | Value of member expl has been changed from 81 to 92. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
80 | Value of member expm1 has been changed from 82 to 93. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
81 | Value of member expm1f has been changed from 83 to 94. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
82 | Value of member expm1l has been changed from 84 to 95. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
83 | Value of member fabs has been changed from 85 to 96. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
84 | Value of member fabsf has been changed from 86 to 97. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
85 | Value of member fabsl has been changed from 87 to 98. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
86 | Value of member fclose has been changed from 88 to 99. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
87 | Value of member fdopen has been changed from 89 to 100. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
88 | Value of member feof has been changed from 90 to 101. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
89 | Value of member ferror has been changed from 91 to 102. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
90 | Value of member fflush has been changed from 92 to 103. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
91 | Value of member ffs has been changed from 93 to 104. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
92 | Value of member ffsl has been changed from 94 to 105. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
93 | Value of member ffsll has been changed from 95 to 106. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
94 | Value of member fgetc has been changed from 96 to 107. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
95 | Value of member fgetpos has been changed from 97 to 108. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
96 | Value of member fgets has been changed from 98 to 109. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
97 | Value of member fileno has been changed from 99 to 110. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
98 | Value of member fiprintf has been changed from 100 to 111. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
99 | Value of member flockfile has been changed from 101 to 112. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
100 | Value of member floor has been changed from 102 to 113. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
101 | Value of member floorf has been changed from 103 to 114. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
102 | Value of member floorl has been changed from 104 to 115. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
103 | Value of member fmod has been changed from 105 to 116. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
104 | Value of member fmodf has been changed from 106 to 117. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
105 | Value of member fmodl has been changed from 107 to 118. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
106 | Value of member fopen has been changed from 108 to 119. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
107 | Value of member fopen64 has been changed from 109 to 120. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
108 | Value of member fprintf has been changed from 110 to 121. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
109 | Value of member fputc has been changed from 111 to 122. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
110 | Value of member fputs has been changed from 112 to 123. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
111 | Value of member fread has been changed from 113 to 124. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
112 | Value of member free has been changed from 114 to 125. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
113 | Value of member frexp has been changed from 115 to 126. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
114 | Value of member frexpf has been changed from 116 to 127. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
115 | Value of member frexpl has been changed from 117 to 128. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
116 | Value of member fscanf has been changed from 118 to 129. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
117 | Value of member fseek has been changed from 119 to 130. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
118 | Value of member fseeko has been changed from 120 to 131. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
119 | Value of member fseeko64 has been changed from 121 to 132. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
120 | Value of member fsetpos has been changed from 122 to 133. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
121 | Value of member fstat has been changed from 123 to 134. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
122 | Value of member fstat64 has been changed from 124 to 135. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
123 | Value of member fstatvfs has been changed from 125 to 136. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
124 | Value of member fstatvfs64 has been changed from 126 to 137. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
125 | Value of member ftell has been changed from 127 to 138. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
126 | Value of member ftello has been changed from 128 to 139. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
127 | Value of member ftello64 has been changed from 129 to 140. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
128 | Value of member ftrylockfile has been changed from 130 to 141. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
129 | Value of member funlockfile has been changed from 131 to 142. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
130 | Value of member fwrite has been changed from 132 to 143. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
131 | Value of member getc has been changed from 133 to 144. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
132 | Value of member getc_unlocked has been changed from 134 to 145. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
133 | Value of member getchar has been changed from 135 to 146. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
134 | Value of member getenv has been changed from 136 to 147. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
135 | Value of member getitimer has been changed from 137 to 148. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
136 | Value of member getlogin_r has been changed from 138 to 149. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
137 | Value of member getpwnam has been changed from 139 to 150. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
138 | Value of member gets has been changed from 140 to 151. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
139 | Value of member htonl has been changed from 141 to 153. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
140 | Value of member htons has been changed from 142 to 154. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
141 | Value of member iprintf has been changed from 143 to 155. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
142 | Value of member isascii has been changed from 144 to 156. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
143 | Value of member isdigit has been changed from 145 to 157. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
144 | Value of member labs has been changed from 146 to 158. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
145 | Value of member lchown has been changed from 147 to 159. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
146 | Value of member llabs has been changed from 148 to 160. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
147 | Value of member log has been changed from 149 to 161. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
148 | Value of member log10 has been changed from 150 to 162. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
149 | Value of member log10f has been changed from 151 to 163. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
150 | Value of member log10l has been changed from 152 to 164. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
151 | Value of member log1p has been changed from 153 to 165. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
152 | Value of member log1pf has been changed from 154 to 166. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
153 | Value of member log1pl has been changed from 155 to 167. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
154 | Value of member log2 has been changed from 156 to 168. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
155 | Value of member log2f has been changed from 157 to 169. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
156 | Value of member log2l has been changed from 158 to 170. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
157 | Value of member logb has been changed from 159 to 171. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
158 | Value of member logbf has been changed from 160 to 172. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
159 | Value of member logbl has been changed from 161 to 173. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
160 | Value of member logf has been changed from 162 to 174. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
161 | Value of member logl has been changed from 163 to 175. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
162 | Value of member lstat has been changed from 164 to 176. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
163 | Value of member lstat64 has been changed from 165 to 177. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
164 | Value of member malloc has been changed from 166 to 178. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
165 | Value of member memalign has been changed from 167 to 179. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
166 | Value of member memccpy has been changed from 168 to 180. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
167 | Value of member memchr has been changed from 169 to 181. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
168 | Value of member memcmp has been changed from 170 to 182. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
169 | Value of member memcpy has been changed from 171 to 183. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
170 | Value of member memcpy_chk has been changed from 18 to 22. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
171 | Value of member memmove has been changed from 172 to 184. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
172 | Value of member memrchr has been changed from 173 to 185. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
173 | Value of member memset has been changed from 174 to 186. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
174 | Value of member memset_pattern16 has been changed from 175 to 187. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
175 | Value of member mkdir has been changed from 176 to 188. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
176 | Value of member mktime has been changed from 177 to 189. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
177 | Value of member modf has been changed from 178 to 190. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
178 | Value of member modff has been changed from 179 to 191. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
179 | Value of member modfl has been changed from 180 to 192. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
180 | Value of member nearbyint has been changed from 181 to 193. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
181 | Value of member nearbyintf has been changed from 182 to 194. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
182 | Value of member nearbyintl has been changed from 183 to 195. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
183 | Value of member ntohl has been changed from 184 to 196. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
184 | Value of member ntohs has been changed from 185 to 197. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
185 | Value of member open has been changed from 186 to 198. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
186 | Value of member open64 has been changed from 187 to 199. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
187 | Value of member opendir has been changed from 188 to 200. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
188 | Value of member pclose has been changed from 189 to 201. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
189 | Value of member perror has been changed from 190 to 202. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
190 | Value of member popen has been changed from 191 to 203. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
191 | Value of member posix_memalign has been changed from 192 to 204. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
192 | Value of member pow has been changed from 193 to 205. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
193 | Value of member powf has been changed from 194 to 206. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
194 | Value of member powl has been changed from 195 to 207. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
195 | Value of member pread has been changed from 196 to 208. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
196 | Value of member printf has been changed from 197 to 209. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
197 | Value of member putc has been changed from 198 to 210. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
198 | Value of member putchar has been changed from 199 to 211. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
199 | Value of member puts has been changed from 200 to 212. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
200 | Value of member pwrite has been changed from 201 to 213. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
201 | Value of member qsort has been changed from 202 to 214. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
202 | Value of member read has been changed from 203 to 215. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
203 | Value of member readlink has been changed from 204 to 216. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
204 | Value of member realloc has been changed from 205 to 217. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
205 | Value of member reallocf has been changed from 206 to 218. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
206 | Value of member realpath has been changed from 207 to 219. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
207 | Value of member remove has been changed from 208 to 220. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
208 | Value of member rename has been changed from 209 to 221. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
209 | Value of member rewind has been changed from 210 to 222. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
210 | Value of member rint has been changed from 211 to 223. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
211 | Value of member rintf has been changed from 212 to 224. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
212 | Value of member rintl has been changed from 213 to 225. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
213 | Value of member rmdir has been changed from 214 to 226. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
214 | Value of member round has been changed from 215 to 227. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
215 | Value of member roundf has been changed from 216 to 228. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
216 | Value of member roundl has been changed from 217 to 229. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
217 | Value of member scanf has been changed from 218 to 230. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
218 | Value of member setbuf has been changed from 219 to 231. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
219 | Value of member setitimer has been changed from 220 to 232. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
220 | Value of member setvbuf has been changed from 221 to 233. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
221 | Value of member sin has been changed from 222 to 234. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
222 | Value of member sinf has been changed from 223 to 235. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
223 | Value of member sinh has been changed from 224 to 236. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
224 | Value of member sinhf has been changed from 225 to 237. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
225 | Value of member sinhl has been changed from 226 to 238. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
226 | Value of member sinl has been changed from 227 to 239. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
227 | Value of member siprintf has been changed from 228 to 240. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
228 | Value of member snprintf has been changed from 229 to 241. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
229 | Value of member sprintf has been changed from 230 to 242. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
230 | Value of member sqrt has been changed from 231 to 243. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
231 | Value of member sqrtf has been changed from 232 to 244. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
232 | Value of member sqrtl has been changed from 233 to 245. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
233 | Value of member sscanf has been changed from 234 to 246. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
234 | Value of member stat has been changed from 235 to 247. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
235 | Value of member stat64 has been changed from 236 to 248. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
236 | Value of member statvfs has been changed from 237 to 249. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
237 | Value of member statvfs64 has been changed from 238 to 250. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
238 | Value of member stpcpy has been changed from 239 to 251. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
239 | Value of member stpncpy has been changed from 240 to 252. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
240 | Value of member strcasecmp has been changed from 241 to 253. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
241 | Value of member strcat has been changed from 242 to 254. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
242 | Value of member strchr has been changed from 243 to 255. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
243 | Value of member strcmp has been changed from 244 to 256. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
244 | Value of member strcoll has been changed from 245 to 257. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
245 | Value of member strcpy has been changed from 246 to 258. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
246 | Value of member strcspn has been changed from 247 to 259. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
247 | Value of member strdup has been changed from 248 to 260. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
248 | Value of member strlen has been changed from 249 to 261. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
249 | Value of member strncasecmp has been changed from 250 to 262. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
250 | Value of member strncat has been changed from 251 to 263. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
251 | Value of member strncmp has been changed from 252 to 264. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
252 | Value of member strncpy has been changed from 253 to 265. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
253 | Value of member strndup has been changed from 254 to 266. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
254 | Value of member strnlen has been changed from 255 to 267. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
255 | Value of member strpbrk has been changed from 256 to 268. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
256 | Value of member strrchr has been changed from 257 to 269. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
257 | Value of member strspn has been changed from 258 to 270. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
258 | Value of member strstr has been changed from 259 to 271. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
259 | Value of member strtod has been changed from 260 to 272. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
260 | Value of member strtof has been changed from 261 to 273. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
261 | Value of member strtok has been changed from 262 to 274. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
262 | Value of member strtok_r has been changed from 263 to 275. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
263 | Value of member strtol has been changed from 264 to 276. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
264 | Value of member strtold has been changed from 265 to 277. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
265 | Value of member strtoll has been changed from 266 to 278. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
266 | Value of member strtoul has been changed from 267 to 279. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
267 | Value of member strtoull has been changed from 268 to 280. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
268 | Value of member strxfrm has been changed from 269 to 281. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
269 | Value of member system has been changed from 270 to 282. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
270 | Value of member tan has been changed from 271 to 283. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
271 | Value of member tanf has been changed from 272 to 284. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
272 | Value of member tanh has been changed from 273 to 285. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
273 | Value of member tanhf has been changed from 274 to 286. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
274 | Value of member tanhl has been changed from 275 to 287. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
275 | Value of member tanl has been changed from 276 to 288. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
276 | Value of member times has been changed from 277 to 289. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
277 | Value of member tmpfile has been changed from 278 to 290. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
278 | Value of member tmpfile64 has been changed from 279 to 291. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
279 | Value of member toascii has been changed from 280 to 292. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
280 | Value of member trunc has been changed from 281 to 293. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
281 | Value of member truncf has been changed from 282 to 294. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
282 | Value of member truncl has been changed from 283 to 295. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
283 | Value of member uname has been changed from 284 to 296. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
284 | Value of member ungetc has been changed from 285 to 297. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
285 | Value of member unlink has been changed from 286 to 298. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
286 | Value of member unsetenv has been changed from 287 to 299. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
287 | Value of member utime has been changed from 288 to 300. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
288 | Value of member utimes has been changed from 289 to 301. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
289 | Value of member valloc has been changed from 290 to 302. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
290 | Value of member vfprintf has been changed from 291 to 303. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
291 | Value of member vfscanf has been changed from 292 to 304. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
292 | Value of member vprintf has been changed from 293 to 305. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
293 | Value of member vscanf has been changed from 294 to 306. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
294 | Value of member vsnprintf has been changed from 295 to 307. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
295 | Value of member vsprintf has been changed from 296 to 308. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
296 | Value of member vsscanf has been changed from 297 to 309. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
297 | Value of member write has been changed from 298 to 310. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Size of field DAG has been changed from 344 bytes to 376 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field Outs has been changed from 780 bytes to 1036 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field Ins has been changed from 780 bytes to 1036 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
4 | Type of field DL has been changed from DebugLoc to SDLoc of different format. | This field may be incorrectly initialized or accessed by applications. |
Change | Effect | |
---|---|---|
1 | Size of field DAG has been changed from 344 bytes to 376 bytes. | Previous accesses of applications and library functions to this field may be broken. |
Change | Effect | |
---|---|---|
1 | Size of field DAG has been changed from 344 bytes to 376 bytes. | Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
Change | Effect | |
---|---|---|
1 | Size of field TLOF has been changed from 300 bytes to 312 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
2 | Size of field TM has been changed from 64 bytes to 56 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
3 | Size of field ValueTypeActions has been changed from 53 bytes to 58 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
4 | Type of field CmpLibcallCCs has been changed from enum ISD::CondCode[307] (1228 bytes) to enum ISD::CondCode[341] (1364 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
5 | Type of field IndexedModeActions has been changed from uint8_t[53][5] (265 bytes) to uint8_t[58][5] (290 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
6 | Type of field LibcallCallingConvs has been changed from enum CallingConv::ID[307] (1228 bytes) to enum CallingConv::ID[341] (1364 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
7 | Type of field LibcallRoutineNames has been changed from char const*[307] (1228 bytes) to char const*[341] (1364 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
8 | Type of field LoadExtActions has been changed from uint8_t[53][4] (212 bytes) to uint8_t[58][4] (232 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
9 | Type of field NumRegistersForVT has been changed from unsigned char[53] (53 bytes) to unsigned char[58] (58 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
10 | Type of field OpActions has been changed from uint8_t[53][189] (10017 bytes) to uint8_t[58][188] (10904 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
11 | Type of field RegClassForVT has been changed from TargetRegisterClass const*[53] (212 bytes) to TargetRegisterClass const*[58] (232 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
12 | Type of field RegisterTypeForVT has been changed from MVT[53] (212 bytes) to MVT[58] (232 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
13 | Type of field RepRegClassCostForVT has been changed from uint8_t[53] (53 bytes) to uint8_t[58] (58 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
14 | Type of field RepRegClassForVT has been changed from TargetRegisterClass const*[53] (212 bytes) to TargetRegisterClass const*[58] (232 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
15 | Type of field TransformToType has been changed from MVT[53] (212 bytes) to MVT[58] (232 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
16 | Type of field TruncStoreActions has been changed from uint8_t[53][53] (2809 bytes) to uint8_t[58][58] (3364 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to the fields at higher positions of the structure definition may be broken. |
17 | Field PointerTy has been removed from the middle position of this structural type. | 1) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. 2) Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Virtual method LLVMTargetMachine::createPassConfig ( legacy::PassManagerBase& ) has been added to this class instead of LLVMTargetMachine::createPassConfig ( PassManagerBase& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 20 entries | Virtual Table (New) - 20 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~LLVMTargetMachine | ~LLVMTargetMachine |
12 | ~LLVMTargetMachine | ~LLVMTargetMachine |
16 | TargetMachine::getSubtargetImpl | TargetMachine::getSubtargetImpl |
20 | TargetMachine::getInstrInfo | TargetMachine::getInstrInfo |
24 | TargetMachine::getFrameLowering | TargetMachine::getFrameLowering |
28 | TargetMachine::getTargetLowering | TargetMachine::getTargetLowering |
32 | TargetMachine::getSelectionDAGInfo | TargetMachine::getSelectionDAGInfo |
36 | TargetMachine::getDataLayout | TargetMachine::getDataLayout |
40 | TargetMachine::getRegisterInfo | TargetMachine::getRegisterInfo |
44 | TargetMachine::getIntrinsicInfo | TargetMachine::getIntrinsicInfo |
48 | TargetMachine::getJITInfo | TargetMachine::getJITInfo |
52 | TargetMachine::getInstrItineraryData | TargetMachine::getInstrItineraryData |
56 | LLVMTargetMachine::addAnalysisPasses | LLVMTargetMachine::addAnalysisPasses |
60 | LLVMTargetMachine::addPassesToEmitFile | LLVMTargetMachine::addPassesToEmitFile |
64 | LLVMTargetMachine::addPassesToEmitMachineCode | LLVMTargetMachine::addPassesToEmitMachineCode |
68 | LLVMTargetMachine::addPassesToEmitMC | LLVMTargetMachine::addPassesToEmitMC |
72 | LLVMTargetMachine::createPassConfig | LLVMTargetMachine::createPassConfig |
76 | LLVMTargetMachine::addCodeEmitter | LLVMTargetMachine::addCodeEmitter |
Change | Effect | |
---|---|---|
1 | Size of field TheTarget has been changed from 80 bytes to 88 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field Options has been changed from 32 bytes to 24 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
Change | Effect | |
---|---|---|
1 | Virtual method TargetTransformInfo::getAddressComputationCost ( Type*, bool ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
2 | Virtual method TargetTransformInfo::getReductionCost ( unsigned int, Type*, bool ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
Offset | Virtual Table (Old) - 37 entries | Virtual Table (New) - 42 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | TargetTransformInfo::getAnalysisUsage | TargetTransformInfo::getAnalysisUsage |
12 | __cxa_pure_virtual | __cxa_pure_virtual |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | TargetTransformInfo::getOperationCost | TargetTransformInfo::getOperationCost |
24 | TargetTransformInfo::getGEPCost | TargetTransformInfo::getGEPCost |
28 | TargetTransformInfo::getCallCost | TargetTransformInfo::getCallCost |
32 | TargetTransformInfo::getCallCost | TargetTransformInfo::getCallCost |
36 | TargetTransformInfo::getCallCost | TargetTransformInfo::getCallCost |
40 | TargetTransformInfo::getIntrinsicCost | TargetTransformInfo::getIntrinsicCost |
44 | TargetTransformInfo::getIntrinsicCost | TargetTransformInfo::getIntrinsicCost |
48 | TargetTransformInfo::getUserCost | TargetTransformInfo::getUserCost |
52 | TargetTransformInfo::isLoweredToCall | TargetTransformInfo::hasBranchDivergence |
56 | TargetTransformInfo::isLegalAddImmediate | TargetTransformInfo::isLoweredToCall |
60 | TargetTransformInfo::isLegalICmpImmediate | TargetTransformInfo::getUnrollingPreferences |
64 | TargetTransformInfo::isLegalAddressingMode | TargetTransformInfo::isLegalAddImmediate |
68 | TargetTransformInfo::isTruncateFree | TargetTransformInfo::isLegalICmpImmediate |
72 | TargetTransformInfo::isTypeLegal | TargetTransformInfo::isLegalAddressingMode |
76 | TargetTransformInfo::getJumpBufAlignment | TargetTransformInfo::getScalingFactorCost |
80 | TargetTransformInfo::getJumpBufSize | TargetTransformInfo::isTruncateFree |
84 | TargetTransformInfo::shouldBuildLookupTables | TargetTransformInfo::isTypeLegal |
88 | TargetTransformInfo::getPopcntSupport | TargetTransformInfo::getJumpBufAlignment |
92 | TargetTransformInfo::getIntImmCost | TargetTransformInfo::getJumpBufSize |
96 | TargetTransformInfo::getNumberOfRegisters | TargetTransformInfo::shouldBuildLookupTables |
100 | TargetTransformInfo::getRegisterBitWidth | TargetTransformInfo::getPopcntSupport |
104 | TargetTransformInfo::getMaximumUnrollFactor | TargetTransformInfo::haveFastSqrt |
108 | TargetTransformInfo::getArithmeticInstrCost | TargetTransformInfo::getIntImmCost |
112 | TargetTransformInfo::getShuffleCost | TargetTransformInfo::getNumberOfRegisters |
116 | TargetTransformInfo::getCastInstrCost | TargetTransformInfo::getRegisterBitWidth |
120 | TargetTransformInfo::getCFInstrCost | TargetTransformInfo::getMaximumUnrollFactor |
124 | TargetTransformInfo::getCmpSelInstrCost | TargetTransformInfo::getArithmeticInstrCost |
128 | TargetTransformInfo::getVectorInstrCost | TargetTransformInfo::getShuffleCost |
132 | TargetTransformInfo::getMemoryOpCost | TargetTransformInfo::getCastInstrCost |
136 | TargetTransformInfo::getIntrinsicInstrCost | TargetTransformInfo::getCFInstrCost |
140 | TargetTransformInfo::getNumberOfParts | TargetTransformInfo::getCmpSelInstrCost |
144 | TargetTransformInfo::getAddressComputationCost | TargetTransformInfo::getVectorInstrCost |
148 | TargetTransformInfo::getMemoryOpCost | |
152 | TargetTransformInfo::getReductionCost | |
156 | TargetTransformInfo::getIntrinsicInstrCost | |
160 | TargetTransformInfo::getNumberOfParts | |
164 | TargetTransformInfo::getAddressComputationCost |
Change | Effect | |
---|---|---|
1 | Value of member r600 has been changed from 11 to 12. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member sparc has been changed from 12 to 13. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member sparcv9 has been changed from 13 to 14. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member systemz has been changed from 14 to 15. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member tce has been changed from 15 to 16. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member thumb has been changed from 16 to 17. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member x86 has been changed from 17 to 18. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member x86_64 has been changed from 18 to 19. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member xcore has been changed from 19 to 20. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Value of member FIRST_FP_VECTOR_VALUETYPE has been changed from 41 to 42. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member Glue has been changed from 50 to 55. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member Untyped has been changed from 52 to 57. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member isVoid has been changed from 51 to 56. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member v16f32 has been changed from 45 to 49. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member v16i16 has been changed from 29 to 30. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member v16i32 has been changed from 35 to 36. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member v16i64 has been changed from 40 to 41. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member v16i8 has been changed from 22 to 23. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member v1i16 has been changed from 25 to 26. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member v1i32 has been changed from 31 to 32. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member v1i64 has been changed from 36 to 37. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member v2f16 has been changed from 41 to 42. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member v2f32 has been changed from 42 to 46. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member v2f64 has been changed from 46 to 51. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member v2i16 has been changed from 26 to 27. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member v2i32 has been changed from 32 to 33. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member v2i64 has been changed from 37 to 38. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member v2i8 has been changed from 19 to 20. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member v32i16 has been changed from 30 to 31. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member v32i8 has been changed from 23 to 24. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member v4f32 has been changed from 43 to 47. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member v4f64 has been changed from 47 to 52. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member v4i16 has been changed from 27 to 28. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member v4i32 has been changed from 33 to 34. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member v4i64 has been changed from 38 to 39. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member v4i8 has been changed from 20 to 21. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member v64i8 has been changed from 24 to 25. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member v8f32 has been changed from 44 to 48. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
30 | Value of member v8f64 has been changed from 48 to 53. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
31 | Value of member v8i16 has been changed from 28 to 29. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
32 | Value of member v8i32 has been changed from 34 to 35. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
33 | Value of member v8i64 has been changed from 39 to 40. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
34 | Value of member v8i8 has been changed from 21 to 22. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
35 | Value of member x86mmx has been changed from 49 to 54. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | KeyValueNode::skip | KeyValueNode::anchor |
12 | ~KeyValueNode | KeyValueNode::skip |
16 | ~KeyValueNode | ~KeyValueNode |
20 | ~KeyValueNode |
Change | Effect | |
---|---|---|
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | Node::skip | Node::anchor |
12 | ~Node | Node::skip |
16 | ~Node | ~Node |
20 | ~Node |
Change | Effect | |
---|---|---|
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | Node::skip | ScalarNode::anchor |
12 | ~ScalarNode | Node::skip |
16 | ~ScalarNode | ~ScalarNode |
20 | ~ScalarNode |
Change | Effect | |
---|---|---|
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | SequenceNode::skip | SequenceNode::anchor |
12 | ~SequenceNode | SequenceNode::skip |
16 | ~SequenceNode | ~SequenceNode |
20 | ~SequenceNode |
Change | Effect | |
---|---|---|
1 | Size of field Mapping has been changed from 16 bytes to 24 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 4 entries | Virtual Table (New) - 5 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | Input::~MapHNode | Input::HNode::anchor |
12 | Input::~MapHNode | Input::~MapHNode |
16 | Input::~MapHNode |
Change | Effect | |
---|---|---|
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 4 entries | Virtual Table (New) - 5 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | Input::~SequenceHNode | Input::HNode::anchor |
12 | Input::~SequenceHNode | Input::~SequenceHNode |
16 | Input::~SequenceHNode |
Change | Effect | |
---|---|---|
1 | Pure virtual method IO::outputting ( ) const has been added to this class instead of IO::outputting ( ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
Offset | Virtual Table (Old) - 25 entries | Virtual Table (New) - 27 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~IO | ~IO |
12 | ~IO | ~IO |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | __cxa_pure_virtual | __cxa_pure_virtual |
44 | __cxa_pure_virtual | __cxa_pure_virtual |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | __cxa_pure_virtual | __cxa_pure_virtual |
64 | __cxa_pure_virtual | __cxa_pure_virtual |
68 | __cxa_pure_virtual | __cxa_pure_virtual |
72 | __cxa_pure_virtual | __cxa_pure_virtual |
76 | __cxa_pure_virtual | __cxa_pure_virtual |
80 | __cxa_pure_virtual | __cxa_pure_virtual |
84 | __cxa_pure_virtual | __cxa_pure_virtual |
88 | __cxa_pure_virtual | __cxa_pure_virtual |
92 | __cxa_pure_virtual | __cxa_pure_virtual |
96 | __cxa_pure_virtual | __cxa_pure_virtual |
100 | __cxa_pure_virtual | |
104 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | The pointer level of return value has been decreased from 1 to 0. | Applications may try to access unallocated memory by the dereferencing of new return value and therefore cause a crash. |
Change | Effect | |
---|---|---|
1 | The pointer level of return value has been decreased from 1 to 0. | Applications may try to access unallocated memory by the dereferencing of new return value and therefore cause a crash. |
Change | Effect | |
---|---|---|
1 | The pointer level of return value has been decreased from 1 to 0. | Applications may try to access unallocated memory by the dereferencing of new return value and therefore cause a crash. |
Change | Effect | |
---|---|---|
1 | Field DefaultSlabAllocator has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field FirstRegular has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 0 bytes to 8 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Field PostDominatedByColdCall has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field CallsExternalNode has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field ExternalCallingNode has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field Root has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field FunctionMap became private. | Old applications will continue using this field, but it may require a different initialization of class object. |
5 | Field Mod became private. | Old applications will continue using this field, but it may require a different initialization of class object. |
Change | Effect | |
---|---|---|
1 | The member MBLAZE_INTR has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
2 | The member MBLAZE_SVOL has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
Change | Effect | |
---|---|---|
1 | Field DataDirectory has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field ImportDirectory has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field NumberOfImportDirectory has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field PE32Header has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field Scopes has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field TypeIdentifierMap has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field TypeMapInitialized has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field NextPredecessor has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field NextSuccessor has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Type of field AllRetainTypes has been changed from SmallVector<Value*,4u> (28 bytes) to SmallVector<TrackingVH<MDNode>,4u> (60 bytes). | Size of the inclusive type has been changed. |
2 | Field TheCU has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field Kind has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field MCJMM has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 16 bytes to 20 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Field MCJMM has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of field Options has been changed from 32 bytes to 24 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 120 bytes to 96 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of field Status has been changed from 20 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field fs_st_gid has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field fs_st_mtime has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field fs_st_size has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field fs_st_uid has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Size of this type has been changed from 20 bytes to 36 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 32 bytes to 48 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Field Position has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field ColumnScanned has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field ExceptionPointerVirtReg has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field ExceptionSelectorVirtReg has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field ProgramCount has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field RunCount has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field Parent has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Type of field Lines has been changed from StringMap<GCOVLines*,MallocAllocator> (24 bytes) to SmallVector<unsigned int,16u> (76 bytes). | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field ProgramCount has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field RunCount has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | The member LinkOnceODRAutoHideLinkage has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 60 bytes to 52 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field TheSubsets has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Value of member arm_neon_vmaxs has been changed from 42 to 201. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member arm_neon_vmaxu has been changed from 43 to 202. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member arm_neon_vpmaxs has been changed from 55 to 215. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member arm_neon_vpmaxu has been changed from 56 to 216. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member hexagon_A2_max has been changed from 202 to 371. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member hexagon_A2_maxp has been changed from 203 to 372. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member hexagon_A2_maxu has been changed from 204 to 373. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member hexagon_A2_maxup has been changed from 205 to 374. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member hexagon_A2_vmaxb has been changed from 292 to 461. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member hexagon_A2_vmaxh has been changed from 293 to 462. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member hexagon_A2_vmaxub has been changed from 294 to 463. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member hexagon_A2_vmaxuh has been changed from 295 to 464. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member hexagon_A2_vmaxuw has been changed from 296 to 465. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member hexagon_A2_vmaxw has been changed from 297 to 466. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member hexagon_A4_vrmaxh has been changed from 370 to 539. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member hexagon_A4_vrmaxuh has been changed from 371 to 540. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member hexagon_A4_vrmaxuw has been changed from 372 to 541. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member hexagon_A4_vrmaxw has been changed from 373 to 542. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member hexagon_F2_dfmax has been changed from 474 to 643. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member hexagon_F2_sfmax has been changed from 494 to 663. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member hexagon_S5_popcountp has been changed from 1019 to 1188. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member nvvm_fmax_d has been changed from 1302 to 2002. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member nvvm_fmax_f has been changed from 1303 to 2003. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member nvvm_fmax_ftz_f has been changed from 1304 to 2004. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member nvvm_max_i has been changed from 1335 to 2035. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member nvvm_max_ll has been changed from 1336 to 2036. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member nvvm_max_ui has been changed from 1337 to 2037. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member nvvm_max_ull has been changed from 1338 to 2038. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member ppc_altivec_vmaxfp has been changed from 1526 to 2225. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
30 | Value of member ppc_altivec_vmaxsb has been changed from 1527 to 2226. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
31 | Value of member ppc_altivec_vmaxsh has been changed from 1528 to 2227. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
32 | Value of member ppc_altivec_vmaxsw has been changed from 1529 to 2228. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
33 | Value of member ppc_altivec_vmaxub has been changed from 1530 to 2229. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
34 | Value of member ppc_altivec_vmaxuh has been changed from 1531 to 2230. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
35 | Value of member ppc_altivec_vmaxuw has been changed from 1532 to 2231. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
36 | Value of member readcyclecounter has been changed from 1667 to 2368. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
37 | Value of member x86_3dnow_pfmax has been changed from 1697 to 2400. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
38 | Value of member x86_aesni_aesdeclast has been changed from 1715 to 2418. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
39 | Value of member x86_aesni_aesenclast has been changed from 1717 to 2420. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
40 | Value of member x86_avx2_pmaxs_b has been changed from 1781 to 2484. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
41 | Value of member x86_avx2_pmaxs_d has been changed from 1782 to 2485. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
42 | Value of member x86_avx2_pmaxs_w has been changed from 1783 to 2486. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
43 | Value of member x86_avx2_pmaxu_b has been changed from 1784 to 2487. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
44 | Value of member x86_avx2_pmaxu_d has been changed from 1785 to 2488. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
45 | Value of member x86_avx2_pmaxu_w has been changed from 1786 to 2489. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
46 | Value of member x86_avx_max_pd_256 has been changed from 1887 to 2705. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
47 | Value of member x86_avx_max_ps_256 has been changed from 1888 to 2706. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
48 | Value of member x86_mmx_pmaxs_w has been changed from 2007 to 2847. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
49 | Value of member x86_mmx_pmaxu_b has been changed from 2008 to 2848. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
50 | Value of member x86_sse2_max_pd has been changed from 2089 to 2936. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
51 | Value of member x86_sse2_max_sd has been changed from 2090 to 2937. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
52 | Value of member x86_sse2_pmaxs_w has been changed from 2106 to 2953. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
53 | Value of member x86_sse2_pmaxu_b has been changed from 2107 to 2954. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
54 | Value of member x86_sse41_pmaxsb has been changed from 2177 to 3024. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
55 | Value of member x86_sse41_pmaxsd has been changed from 2178 to 3025. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
56 | Value of member x86_sse41_pmaxud has been changed from 2179 to 3026. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
57 | Value of member x86_sse41_pmaxuw has been changed from 2180 to 3027. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
58 | Value of member x86_sse_max_ps has been changed from 2253 to 3099. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
59 | Value of member x86_sse_max_ss has been changed from 2254 to 3100. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
60 | Name of member with value 108 has been changed from arm_neon_vsubhn to aarch64_neon_vsrshr. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
61 | Name of member with value 1351 has been changed from nvvm_move_i8 to mips_clei_s_h. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
62 | Name of member with value 20 has been changed from arm_neon_vaddhn to aarch64_neon_sminv. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
63 | Name of member with value 62 has been changed from arm_neon_vqdmlal to aarch64_neon_vminv. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
64 | Name of member with value 63 has been changed from arm_neon_vqdmlsl to aarch64_neon_vmulx. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
65 | The member x86_sse42_crc32_64_8 has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
Change | Effect | |
---|---|---|
1 | Field DefaultFPMathTag has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field FMF has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field segments has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field valnos has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Size of field VNInfoAllocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field LIS has been changed from 284 bytes to 292 bytes. | Size of the inclusive type has been changed. |
2 | Size of field MRI has been changed from 108 bytes to 112 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field LIUAlloc has been changed from 40 bytes to 48 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field VNInfoAllocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field Allocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
2 | Size of field Ctx has been changed from 320 bytes to 464 bytes. | Size of the inclusive type has been changed. |
3 | Size of field MMI has been changed from 720 bytes to 864 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 28 bytes to 80 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Field TM has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field TheDelegate has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field TRI has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Type of field RegionCriticalPSets has been changed from vector<PressureElement> to vector<PressureChange>. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field DataInCodeLoadCmd has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Type of field C has been changed from struct macho::LoadCommand to struct MachO::load_command. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field TM has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field Context has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field TD has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field DollarIsPC has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 212 bytes to 208 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Type of field InitialFrameState has been changed from vector<MachineMove> to vector<MCCFIInstruction>. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
4 | Field AllowNameToStartWithDigit has been renamed to AllowAtInName. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
5 | Field PCSymbol has been renamed to MinInstAlignment. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 212 bytes to 208 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 212 bytes to 208 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 212 bytes to 208 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 212 bytes to 208 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Field FileNames has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of field Context has been changed from 320 bytes to 464 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field Allocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
2 | Type of field CompilationDir has been changed from string (4 bytes) to SmallString<128u> (140 bytes). | Size of the inclusive type has been changed. |
3 | Type of field MAI has been changed from MCAsmInfo const& (212 bytes) to MCAsmInfo const* (4 bytes). | Size of the inclusive type has been changed. |
4 | Type of field MRI has been changed from MCRegisterInfo const& (100 bytes) to MCRegisterInfo const* (4 bytes). | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field SeenIdent has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Name of member with value 28 has been changed from VK_PPC_TOC_ENTRY to VK_PPC_HI. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Name of member with value 29 has been changed from VK_PPC_DARWIN_HA16 to VK_PPC_HA. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Name of member with value 30 has been changed from VK_PPC_DARWIN_LO16 to VK_PPC_HIGHER. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Name of member with value 31 has been changed from VK_PPC_GAS_HA16 to VK_PPC_HIGHERA. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Name of member with value 32 has been changed from VK_PPC_GAS_LO16 to VK_PPC_HIGHEST. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Name of member with value 33 has been changed from VK_PPC_TPREL16_HA to VK_PPC_HIGHESTA. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Name of member with value 34 has been changed from VK_PPC_TPREL16_LO to VK_PPC_GOT_LO. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Name of member with value 35 has been changed from VK_PPC_DTPREL16_HA to VK_PPC_GOT_HI. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Name of member with value 36 has been changed from VK_PPC_DTPREL16_LO to VK_PPC_GOT_HA. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Name of member with value 37 has been changed from VK_PPC_TOC16_HA to VK_PPC_TOCBASE. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Name of member with value 39 has been changed from VK_PPC_GOT_TPREL16_HA to VK_PPC_TOC_LO. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Name of member with value 40 has been changed from VK_PPC_GOT_TPREL16_LO to VK_PPC_TOC_HI. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Name of member with value 42 has been changed from VK_PPC_GOT_TLSGD16_HA to VK_PPC_DTPMOD. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Name of member with value 43 has been changed from VK_PPC_GOT_TLSGD16_LO to VK_PPC_TPREL. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Name of member with value 45 has been changed from VK_PPC_GOT_TLSLD16_HA to VK_PPC_TPREL_HI. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Name of member with value 46 has been changed from VK_PPC_GOT_TLSLD16_LO to VK_PPC_TPREL_HA. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | The member VK_PPC_TOC16_LO has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
Change | Effect | |
---|---|---|
1 | Field PrintHexStyle has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field ComplexDeprecationInfo has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field DeprecatedFeatureMask has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of this type has been changed from 36 bytes to 48 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Virtual method MCStreamer::EmitDwarfLocDirective ( unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, StringRef ) has been overridden by MCObjectStreamer::EmitDwarfLocDirective ( unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, StringRef ). | Method MCObjectStreamer::EmitDwarfLocDirective ( unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, StringRef ) will be called instead of MCStreamer::EmitDwarfLocDirective ( unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, StringRef ) by old applications. |
Offset | Virtual Table (Old) - 101 entries | Virtual Table (New) - 96 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | MCObjectStreamer::EmitCFIStartProcImpl | MCObjectStreamer::EmitCFIStartProcImpl |
12 | MCObjectStreamer::EmitCFIEndProcImpl | MCObjectStreamer::EmitCFIEndProcImpl |
16 | ~MCObjectStreamer | MCStreamer::EmitRawTextImpl |
20 | ~MCObjectStreamer | ~MCObjectStreamer |
24 | MCObjectStreamer::reset | ~MCObjectStreamer |
28 | MCStreamer::isVerboseAsm | MCObjectStreamer::reset |
32 | MCStreamer::hasRawTextSupport | MCStreamer::isVerboseAsm |
36 | MCStreamer::AddComment | MCStreamer::hasRawTextSupport |
40 | MCStreamer::GetCommentOS | MCStreamer::AddComment |
44 | MCStreamer::AddBlankLine | MCStreamer::GetCommentOS |
48 | MCObjectStreamer::ChangeSection | MCStreamer::AddBlankLine |
52 | __cxa_pure_virtual | MCObjectStreamer::ChangeSection |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | MCObjectStreamer::EmitLabel | __cxa_pure_virtual |
64 | MCObjectStreamer::EmitDebugLabel | MCObjectStreamer::EmitLabel |
68 | MCStreamer::EmitEHSymAttributes | MCObjectStreamer::EmitDebugLabel |
72 | __cxa_pure_virtual | MCStreamer::EmitEHSymAttributes |
76 | MCStreamer::EmitLinkerOptions | __cxa_pure_virtual |
80 | MCStreamer::EmitDataRegion | MCStreamer::EmitLinkerOptions |
84 | __cxa_pure_virtual | MCStreamer::EmitDataRegion |
88 | MCStreamer::getOrCreateSymbolData | __cxa_pure_virtual |
92 | MCObjectStreamer::EmitAssignment | MCStreamer::getOrCreateSymbolData |
96 | MCObjectStreamer::EmitWeakReference | MCObjectStreamer::EmitAssignment |
100 | __cxa_pure_virtual | MCObjectStreamer::EmitWeakReference |
104 | __cxa_pure_virtual | __cxa_pure_virtual |
108 | __cxa_pure_virtual | __cxa_pure_virtual |
112 | __cxa_pure_virtual | __cxa_pure_virtual |
116 | __cxa_pure_virtual | __cxa_pure_virtual |
120 | __cxa_pure_virtual | __cxa_pure_virtual |
124 | MCStreamer::EmitCOFFSecRel32 | __cxa_pure_virtual |
128 | __cxa_pure_virtual | MCStreamer::EmitCOFFSecRel32 |
132 | __cxa_pure_virtual | __cxa_pure_virtual |
136 | __cxa_pure_virtual | __cxa_pure_virtual |
140 | __cxa_pure_virtual | __cxa_pure_virtual |
144 | __cxa_pure_virtual | __cxa_pure_virtual |
148 | MCObjectStreamer::EmitBytes | __cxa_pure_virtual |
152 | MCObjectStreamer::EmitValueImpl | MCObjectStreamer::EmitBytes |
156 | MCStreamer::EmitIntValue | MCObjectStreamer::EmitValueImpl |
160 | MCObjectStreamer::EmitULEB128Value | MCStreamer::EmitIntValue |
164 | MCObjectStreamer::EmitSLEB128Value | MCObjectStreamer::EmitULEB128Value |
168 | MCObjectStreamer::EmitGPRel64Value | MCObjectStreamer::EmitSLEB128Value |
172 | MCObjectStreamer::EmitGPRel32Value | MCObjectStreamer::EmitGPRel64Value |
176 | MCObjectStreamer::EmitFill | MCObjectStreamer::EmitGPRel32Value |
180 | MCObjectStreamer::EmitValueToAlignment | MCObjectStreamer::EmitFill |
184 | MCObjectStreamer::EmitCodeAlignment | MCObjectStreamer::EmitZeros |
188 | MCObjectStreamer::EmitValueToOffset | MCObjectStreamer::EmitValueToAlignment |
192 | __cxa_pure_virtual | MCObjectStreamer::EmitCodeAlignment |
196 | MCStreamer::EmitDwarfFileDirective | MCObjectStreamer::EmitValueToOffset |
200 | MCStreamer::EmitDwarfLocDirective | __cxa_pure_virtual |
204 | MCObjectStreamer::EmitDwarfAdvanceLineAddr | MCStreamer::EmitIdent |
208 | MCObjectStreamer::EmitDwarfAdvanceFrameAddr | MCStreamer::EmitDwarfFileDirective |
212 | MCStreamer::EmitCompactUnwindEncoding | MCObjectStreamer::EmitDwarfLocDirective |
216 | MCStreamer::EmitCFISections | MCObjectStreamer::EmitDwarfAdvanceLineAddr |
220 | MCStreamer::EmitCFIDefCfa | MCObjectStreamer::EmitDwarfAdvanceFrameAddr |
224 | MCStreamer::EmitCFIDefCfaOffset | MCStreamer::EmitCompactUnwindEncoding |
228 | MCStreamer::EmitCFIDefCfaRegister | MCStreamer::EmitCFISections |
232 | MCStreamer::EmitCFIOffset | MCStreamer::EmitCFIDefCfa |
236 | MCStreamer::EmitCFIPersonality | MCStreamer::EmitCFIDefCfaOffset |
240 | MCStreamer::EmitCFILsda | MCStreamer::EmitCFIDefCfaRegister |
244 | MCStreamer::EmitCFIRememberState | MCStreamer::EmitCFIOffset |
248 | MCStreamer::EmitCFIRestoreState | MCStreamer::EmitCFIPersonality |
252 | MCStreamer::EmitCFISameValue | MCStreamer::EmitCFILsda |
256 | MCStreamer::EmitCFIRestore | MCStreamer::EmitCFIRememberState |
260 | MCStreamer::EmitCFIRelOffset | MCStreamer::EmitCFIRestoreState |
264 | MCStreamer::EmitCFIAdjustCfaOffset | MCStreamer::EmitCFISameValue |
268 | MCStreamer::EmitCFIEscape | MCStreamer::EmitCFIRestore |
272 | MCStreamer::EmitCFISignalFrame | MCStreamer::EmitCFIRelOffset |
276 | MCStreamer::EmitCFIUndefined | MCStreamer::EmitCFIAdjustCfaOffset |
280 | MCStreamer::EmitCFIRegister | MCStreamer::EmitCFIEscape |
284 | MCStreamer::EmitWin64EHStartProc | MCStreamer::EmitCFISignalFrame |
288 | MCStreamer::EmitWin64EHEndProc | MCStreamer::EmitCFIUndefined |
292 | MCStreamer::EmitWin64EHStartChained | MCStreamer::EmitCFIRegister |
296 | MCStreamer::EmitWin64EHEndChained | MCStreamer::EmitCFIWindowSave |
300 | MCStreamer::EmitWin64EHHandler | MCStreamer::EmitWin64EHStartProc |
304 | MCStreamer::EmitWin64EHHandlerData | MCStreamer::EmitWin64EHEndProc |
308 | MCStreamer::EmitWin64EHPushReg | MCStreamer::EmitWin64EHStartChained |
312 | MCStreamer::EmitWin64EHSetFrame | MCStreamer::EmitWin64EHEndChained |
316 | MCStreamer::EmitWin64EHAllocStack | MCStreamer::EmitWin64EHHandler |
320 | MCStreamer::EmitWin64EHSaveReg | MCStreamer::EmitWin64EHHandlerData |
324 | MCStreamer::EmitWin64EHSaveXMM | MCStreamer::EmitWin64EHPushReg |
328 | MCStreamer::EmitWin64EHPushFrame | MCStreamer::EmitWin64EHSetFrame |
332 | MCStreamer::EmitWin64EHEndProlog | MCStreamer::EmitWin64EHAllocStack |
336 | MCObjectStreamer::EmitInstruction | MCStreamer::EmitWin64EHSaveReg |
340 | MCObjectStreamer::EmitBundleAlignMode | MCStreamer::EmitWin64EHSaveXMM |
344 | MCObjectStreamer::EmitBundleLock | MCStreamer::EmitWin64EHPushFrame |
348 | MCObjectStreamer::EmitBundleUnlock | MCStreamer::EmitWin64EHEndProlog |
352 | MCStreamer::EmitRawText | MCObjectStreamer::EmitInstruction |
356 | MCStreamer::EmitFnStart | MCObjectStreamer::EmitBundleAlignMode |
360 | MCStreamer::EmitFnEnd | MCObjectStreamer::EmitBundleLock |
364 | MCStreamer::EmitCantUnwind | MCObjectStreamer::EmitBundleUnlock |
368 | MCStreamer::EmitPersonality | MCStreamer::Flush |
372 | MCStreamer::EmitHandlerData | MCObjectStreamer::FinishImpl |
376 | MCStreamer::EmitSetFP | __cxa_pure_virtual |
380 | MCStreamer::EmitPad | MCObjectStreamer::EmitInstToFragment |
384 | MCStreamer::EmitRegSave | |
388 | MCStreamer::EmitTCEntry | |
392 | MCObjectStreamer::FinishImpl | |
396 | __cxa_pure_virtual | |
400 | MCObjectStreamer::EmitInstToFragment |
Change | Effect | |
---|---|---|
1 | Field SubRegIdxRanges has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field CompleteModel has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field MinLatency has been renamed to MicroOpBufferSize. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field Assoc has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field COMDATSymbol has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field Characteristics became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
4 | Field Selection became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
Change | Effect | |
---|---|---|
1 | Field SymbolOrdering has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field TargetStreamer has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of field Context has been changed from 320 bytes to 464 bytes. | Size of the inclusive type has been changed. |
4 | Field Kind has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field RoundToAlign has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 128 bytes to 124 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Size of field Builder has been changed from 40 bytes to 32 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field w has been removed from this union. | Applications may access incorrect memory when attempting to access this field. |
Change | Effect | |
---|---|---|
1 | Field IgnoreCase has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field AliasArgs has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 28 bytes to 32 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Field LateVectorize has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field RerollLoops has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 40 bytes to 48 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Size of field Allocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field graph has been changed from 16 bytes to 48 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field PSetLimits has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field LiveThruPressure has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field UntiedDefs has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Size of field SCEVAllocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of field Builder has been changed from 40 bytes to 32 bytes. | Size of the inclusive type has been changed. |
2 | Size of field SE has been changed from 244 bytes to 252 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 520 bytes to 456 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 16 bytes to 12 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field MinLatency has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field NumRegionInstrs has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 872 bytes to 868 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Virtual method SectionMemoryManager::getPointerToNamedFunction ( string const&, bool ) has been overridden by RTDyldMemoryManager::getPointerToNamedFunction ( string const&, bool ). | Method RTDyldMemoryManager::getPointerToNamedFunction ( string const&, bool ) will be called instead of SectionMemoryManager::getPointerToNamedFunction ( string const&, bool ) by old applications. |
Offset | Virtual Table (Old) - 31 entries | Virtual Table (New) - 13 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~SectionMemoryManager | ~SectionMemoryManager |
12 | ~SectionMemoryManager | ~SectionMemoryManager |
16 | SectionMemoryManager::allocateCodeSection | SectionMemoryManager::allocateCodeSection |
20 | SectionMemoryManager::allocateDataSection | SectionMemoryManager::allocateDataSection |
24 | SectionMemoryManager::getPointerToNamedFunction | RTDyldMemoryManager::registerEHFrames |
28 | SectionMemoryManager::applyPermissions | RTDyldMemoryManager::deregisterEHFrames |
32 | SectionMemoryManager::registerEHFrames | RTDyldMemoryManager::getSymbolAddress |
36 | SectionMemoryManager::setMemoryWritable | RTDyldMemoryManager::getPointerToNamedFunction |
40 | SectionMemoryManager::setMemoryExecutable | RTDyldMemoryManager::notifyObjectLoaded |
44 | SectionMemoryManager::setPoisonMemory | SectionMemoryManager::finalizeMemory |
48 | SectionMemoryManager::AllocateGOT | SectionMemoryManager::invalidateInstructionCache |
52 | SectionMemoryManager::getGOTBase | |
56 | SectionMemoryManager::startFunctionBody | |
60 | SectionMemoryManager::allocateStub | |
64 | SectionMemoryManager::endFunctionBody | |
68 | SectionMemoryManager::allocateSpace | |
72 | SectionMemoryManager::allocateGlobal | |
76 | SectionMemoryManager::deallocateFunctionBody | |
80 | SectionMemoryManager::startExceptionTable | |
84 | SectionMemoryManager::endExceptionTable | |
88 | SectionMemoryManager::deallocateExceptionTable | |
92 | JITMemoryManager::CheckInvariants | |
96 | JITMemoryManager::GetDefaultCodeSlabSize | |
100 | JITMemoryManager::GetDefaultDataSlabSize | |
104 | JITMemoryManager::GetDefaultStubSlabSize | |
108 | JITMemoryManager::GetNumCodeSlabs | |
112 | JITMemoryManager::GetNumDataSlabs | |
116 | JITMemoryManager::GetNumStubSlabs | |
120 | SectionMemoryManager::invalidateInstructionCache |
Change | Effect | |
---|---|---|
1 | Field VTListMap has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | The relative position of private field TLI has been changed from 1 to 3. | Size of the inclusive type has been changed. |
3 | The relative position of private field TSI has been changed from 2 to 1. | Size of the inclusive type has been changed. |
4 | The relative position of private field TTI has been changed from 3 to 2. | Size of the inclusive type has been changed. |
5 | Field VTList has been removed from this type. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 80 bytes to 76 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 44 bytes to 48 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 48 bytes to 52 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 60 bytes to 64 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 136 bytes to 140 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Field IROrder has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Size of field ileAllocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 780 bytes to 1036 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Size of field Storage has been changed from 744 bytes to 992 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 780 bytes to 1036 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Size of field Storage has been changed from 744 bytes to 992 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 76 bytes to 60 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Size of field Storage has been changed from 48 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 36 bytes to 44 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 36 bytes to 44 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 0 bytes to 16 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 0 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Size of field _M_t has been changed from 0 bytes to 24 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Type of field AvailableArray has been changed from unsigned char[75] (75 bytes) to unsigned char[78] (78 bytes). | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 1880 bytes to 2392 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 300 bytes to 312 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 64 bytes to 56 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 64 bytes to 56 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Type of field CodeGenInfo has been changed from MCCodeGenInfo const* to MCCodeGenInfo*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
Change | Effect | |
---|---|---|
1 | Field CoveringLanes has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Field MCRelocationInfoCtorFn has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field MCSymbolizerCtorFn has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of this type has been changed from 80 bytes to 88 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
Change | Effect | |
---|---|---|
1 | The member mblaze has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
Change | Effect | |
---|---|---|
1 | Value of member LAST_FP_VECTOR_VALUETYPE has been changed from 48 to 53. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member LAST_INTEGER_VECTOR_VALUETYPE has been changed from 40 to 41. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member LAST_VALUETYPE has been changed from 53 to 58. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member LAST_VECTOR_VALUETYPE has been changed from 48 to 53. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
Change | Effect | |
---|---|---|
1 | Field TagMap has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of field NodeAllocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Field Tag has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | Size of field StringAllocator has been changed from 28 bytes to 36 bytes. | Size of the inclusive type has been changed. |
Change | Effect | |
---|---|---|
1 | Size of this type has been changed from 16 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Base type has been changed from llvm::DenseMap<llvm::StringRef,Input::HNode*,Input::MapHNode::StrMappingInfo> to llvm::StringMap<Input::HNode*,llvm::MallocAllocator>. | Replacement of the base data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | The default argument BumpPtrAllocator::DefaultSlabAllocator of 3rd parameter allocator has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
2 | The default argument 4096 of 1st parameter size has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
3 | The default argument 4096 of 2nd parameter threshold has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | The default argument BumpPtrAllocator::DefaultSlabAllocator of 3rd parameter allocator has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
2 | The default argument 4096 of 1st parameter size has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
3 | The default argument 4096 of 2nd parameter threshold has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | 1st parameter skip_internal has been renamed to SkipInternal. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter Value has been changed from APInt const& to ConstantRange::APIntMoveTy. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter Value has been changed from APInt const& to ConstantRange::APIntMoveTy. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter Lower has been changed from APInt const& to ConstantRange::APIntMoveTy. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 2nd parameter Upper has been changed from APInt const& to ConstantRange::APIntMoveTy. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 1st parameter Lower has been changed from APInt const& to ConstantRange::APIntMoveTy. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 2nd parameter Upper has been changed from APInt const& to ConstantRange::APIntMoveTy. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter Global has been renamed to V. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter Global has been renamed to V. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from DIType to DIDerivedType. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from DIType to DIDerivedType. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from DIType to DIDerivedType. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from DIType to DIDerivedType. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from DIType to DICompositeType. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of this global data has been changed from ExecutionEngine*(*)(Module*,std::string*,JITMemoryManager*,bool,TargetMachine*) to ExecutionEngine*(*)(Module*,std::string*,RTDyldMemoryManager*,bool,TargetMachine*). | Replacement of data type may indicate a change in semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter exportList has been renamed to ExportList. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | The initial value of this global data has been changed from 339 to 368. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | 1st parameter os has been renamed to OS. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from bool to lto_bool_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter IncomingReg has been renamed to Reg. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter IncomingReg has been renamed to Reg. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 4th parameter endcount has been renamed to regioninstrs. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::DataInCodeTableEntry to MachO::data_in_code_entry. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::DysymtabLoadCommand to struct MachO::dysymtab_command. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::Header to struct MachO::mach_header. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::LinkeditDataLoadCommand to struct MachO::linkedit_data_command. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::LinkerOptionsLoadCommand to struct MachO::linker_options_command. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from macho::RelocationEntry to MachO::any_relocation_info. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::Section to struct MachO::section. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::Section to struct MachO::section. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::Section64 to struct MachO::section_64. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::Section64 to struct MachO::section_64. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::Segment64LoadCommand to struct MachO::segment_command_64. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::SegmentLoadCommand to struct MachO::segment_command. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::Symbol64TableEntry to struct MachO::nlist_64. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::SymbolTableEntry to struct MachO::nlist. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from struct macho::SymtabLoadCommand to struct MachO::symtab_command. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from void to bool (1 byte). | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 2nd parameter TD has been renamed to DL. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 3rd parameter TD has been renamed to DL. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 2nd parameter TD has been renamed to DL. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter TD has been renamed to DL. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter TD has been renamed to DL. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 1st parameter tm has been renamed to TM. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from PBQP::Graph::NodeItr to PBQP::Graph::NodeId. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | 4th parameter endcount has been renamed to regioninstrs. | Renaming of a parameter may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of return value has been changed from unsigned int to size_t. | Replacement of return type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | Type of 3rd parameter CPU has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 4th parameter Features has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
3 | Type of 2nd parameter Triple has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_MEMCPY with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_MEMMOVE with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_STRCHR with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_STRCMP with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_STRDUP with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_STRRCHR with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
Change | Effect | |
---|---|---|
1 | The value of constant LLVM_CONFIGTIME has been changed from "Tue Jun 18 03:16:37 MSK 2013" to "Fri Jan 10 04:30:55 MSK 2014". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Change | Effect | |
---|---|---|
1 | The constant LTDL_SHLIBPATH_VAR with value "LD_LIBRARY_PATH" has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
Change | Effect | |
---|---|---|
1 | Size of field MAI has been changed from 212 bytes to 208 bytes. | No effect. |
Change | Effect | |
---|---|---|
1 | The member Builtin with value 3 has been added. | No effect. |
2 | The member Cold with value 5 has been added. | No effect. |
3 | The member OptimizeNone with value 22 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The member AnyReg with value 13 has been added. | No effect. |
2 | The member WebKit_JS with value 12 has been added. | No effect. |
3 | The member X86_64_SysV with value 78 has been added. | No effect. |
4 | The member X86_64_Win64 with value 79 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | Size of field TM has been changed from 64 bytes to 56 bytes. | No effect. |
Change | Effect | |
---|---|---|
1 | The member LLVMAddrSpaceCast with value 60 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | Size of field EE has been changed from 120 bytes to 96 bytes. | No effect. |
Change | Effect | |
---|---|---|
1 | The member AddrSpaceCast with value 45 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The member aarch64_neon_fcvtas with value 1 has been added. | No effect. |
2 | The member aarch64_neon_fcvtau with value 2 has been added. | No effect. |
3 | The member aarch64_neon_fcvtms with value 3 has been added. | No effect. |
4 | The member aarch64_neon_fcvtmu with value 4 has been added. | No effect. |
5 | The member aarch64_neon_fcvtns with value 5 has been added. | No effect. |
6 | The member aarch64_neon_fcvtnu with value 6 has been added. | No effect. |
7 | The member aarch64_neon_fcvtps with value 7 has been added. | No effect. |
8 | The member aarch64_neon_fcvtpu with value 8 has been added. | No effect. |
9 | The member aarch64_neon_fcvtxn with value 9 has been added. | No effect. |
10 | The member aarch64_neon_fcvtzs with value 10 has been added. | No effect. |
11 | The member aarch64_neon_fcvtzu with value 11 has been added. | No effect. |
12 | The member aarch64_neon_frintn with value 12 has been added. | No effect. |
13 | The member aarch64_neon_fsqrt with value 13 has been added. | No effect. |
14 | The member aarch64_neon_rbit with value 14 has been added. | No effect. |
15 | The member aarch64_neon_saddlv with value 15 has been added. | No effect. |
16 | The member aarch64_neon_sha1c with value 16 has been added. | No effect. |
17 | The member aarch64_neon_sha1m with value 17 has been added. | No effect. |
18 | The member aarch64_neon_sha1p with value 18 has been added. | No effect. |
19 | The member aarch64_neon_smaxv with value 19 has been added. | No effect. |
20 | The member aarch64_neon_suqadd with value 21 has been added. | No effect. |
21 | The member aarch64_neon_uaddlv with value 22 has been added. | No effect. |
22 | The member aarch64_neon_umaxv with value 23 has been added. | No effect. |
23 | The member aarch64_neon_uminv with value 24 has been added. | No effect. |
24 | The member aarch64_neon_usqadd with value 25 has been added. | No effect. |
25 | The member aarch64_neon_vabd with value 26 has been added. | No effect. |
26 | The member aarch64_neon_vabs with value 27 has been added. | No effect. |
27 | The member aarch64_neon_vacgeq with value 28 has been added. | No effect. |
28 | The member aarch64_neon_vacgtq with value 29 has been added. | No effect. |
29 | The member aarch64_neon_vaddds with value 30 has been added. | No effect. |
30 | The member aarch64_neon_vadddu with value 31 has been added. | No effect. |
31 | The member aarch64_neon_vaddv with value 32 has been added. | No effect. |
32 | The member aarch64_neon_vcage with value 33 has been added. | No effect. |
33 | The member aarch64_neon_vcagt with value 34 has been added. | No effect. |
34 | The member aarch64_neon_vceq with value 35 has been added. | No effect. |
35 | The member aarch64_neon_vcge with value 36 has been added. | No effect. |
36 | The member aarch64_neon_vcgt with value 37 has been added. | No effect. |
37 | The member aarch64_neon_vchi with value 38 has been added. | No effect. |
38 | The member aarch64_neon_vchs with value 39 has been added. | No effect. |
39 | The member aarch64_neon_vclez with value 40 has been added. | No effect. |
40 | The member aarch64_neon_vcltz with value 41 has been added. | No effect. |
41 | The member aarch64_neon_vcvtd_n_s64_f64 with value 42 has been added. | No effect. |
42 | The member aarch64_neon_vcvtd_n_u64_f64 with value 43 has been added. | No effect. |
43 | The member aarch64_neon_vcvtf32_n_s32 with value 44 has been added. | No effect. |
44 | The member aarch64_neon_vcvtf32_n_u32 with value 45 has been added. | No effect. |
45 | The member aarch64_neon_vcvtf32_s32 with value 46 has been added. | No effect. |
46 | The member aarch64_neon_vcvtf32_u32 with value 47 has been added. | No effect. |
47 | The member aarch64_neon_vcvtf64_n_s64 with value 48 has been added. | No effect. |
48 | The member aarch64_neon_vcvtf64_n_u64 with value 49 has been added. | No effect. |
49 | The member aarch64_neon_vcvtf64_s64 with value 50 has been added. | No effect. |
50 | The member aarch64_neon_vcvtf64_u64 with value 51 has been added. | No effect. |
51 | The member aarch64_neon_vcvts_n_s32_f32 with value 52 has been added. | No effect. |
52 | The member aarch64_neon_vcvts_n_u32_f32 with value 53 has been added. | No effect. |
53 | The member aarch64_neon_vld1x2 with value 54 has been added. | No effect. |
54 | The member aarch64_neon_vld1x3 with value 55 has been added. | No effect. |
55 | The member aarch64_neon_vld1x4 with value 56 has been added. | No effect. |
56 | The member aarch64_neon_vmaxnm with value 57 has been added. | No effect. |
57 | The member aarch64_neon_vmaxnmv with value 58 has been added. | No effect. |
58 | The member aarch64_neon_vmaxv with value 59 has been added. | No effect. |
59 | The member aarch64_neon_vminnm with value 60 has been added. | No effect. |
60 | The member aarch64_neon_vminnmv with value 61 has been added. | No effect. |
61 | The member aarch64_neon_vneg with value 64 has been added. | No effect. |
62 | The member aarch64_neon_vpadd with value 65 has been added. | No effect. |
63 | The member aarch64_neon_vpfadd with value 66 has been added. | No effect. |
64 | The member aarch64_neon_vpfaddq with value 67 has been added. | No effect. |
65 | The member aarch64_neon_vpfmaxnm with value 68 has been added. | No effect. |
66 | The member aarch64_neon_vpfmaxnmq with value 69 has been added. | No effect. |
67 | The member aarch64_neon_vpfminnm with value 70 has been added. | No effect. |
68 | The member aarch64_neon_vpfminnmq with value 71 has been added. | No effect. |
69 | The member aarch64_neon_vpmax with value 72 has been added. | No effect. |
70 | The member aarch64_neon_vpmaxnm with value 73 has been added. | No effect. |
71 | The member aarch64_neon_vpmaxq with value 74 has been added. | No effect. |
72 | The member aarch64_neon_vpmin with value 75 has been added. | No effect. |
73 | The member aarch64_neon_vpminnm with value 76 has been added. | No effect. |
74 | The member aarch64_neon_vpminq with value 77 has been added. | No effect. |
75 | The member aarch64_neon_vqdmlal with value 78 has been added. | No effect. |
76 | The member aarch64_neon_vqdmlsl with value 79 has been added. | No effect. |
77 | The member aarch64_neon_vqrshls with value 80 has been added. | No effect. |
78 | The member aarch64_neon_vqrshlu with value 81 has been added. | No effect. |
79 | The member aarch64_neon_vqshls with value 82 has been added. | No effect. |
80 | The member aarch64_neon_vqshls_n with value 83 has been added. | No effect. |
81 | The member aarch64_neon_vqshlu with value 84 has been added. | No effect. |
82 | The member aarch64_neon_vqshlu_n with value 85 has been added. | No effect. |
83 | The member aarch64_neon_vqshlus_n with value 86 has been added. | No effect. |
84 | The member aarch64_neon_vrecpx with value 87 has been added. | No effect. |
85 | The member aarch64_neon_vrshlds with value 88 has been added. | No effect. |
86 | The member aarch64_neon_vrshldu with value 89 has been added. | No effect. |
87 | The member aarch64_neon_vrshrn with value 90 has been added. | No effect. |
88 | The member aarch64_neon_vrsrads_n with value 91 has been added. | No effect. |
89 | The member aarch64_neon_vrsradu_n with value 92 has been added. | No effect. |
90 | The member aarch64_neon_vshld_n with value 93 has been added. | No effect. |
91 | The member aarch64_neon_vshlds with value 94 has been added. | No effect. |
92 | The member aarch64_neon_vshldu with value 95 has been added. | No effect. |
93 | The member aarch64_neon_vshrds_n with value 96 has been added. | No effect. |
94 | The member aarch64_neon_vshrdu_n with value 97 has been added. | No effect. |
95 | The member aarch64_neon_vsli with value 98 has been added. | No effect. |
96 | The member aarch64_neon_vsqadd with value 99 has been added. | No effect. |
97 | The member aarch64_neon_vsqrshrn with value 100 has been added. | No effect. |
98 | The member aarch64_neon_vsqrshrun with value 101 has been added. | No effect. |
99 | The member aarch64_neon_vsqshlu with value 102 has been added. | No effect. |
100 | The member aarch64_neon_vsqshrn with value 103 has been added. | No effect. |
101 | The member aarch64_neon_vsqshrun with value 104 has been added. | No effect. |
102 | The member aarch64_neon_vsrads_n with value 105 has been added. | No effect. |
103 | The member aarch64_neon_vsradu_n with value 106 has been added. | No effect. |
104 | The member aarch64_neon_vsri with value 107 has been added. | No effect. |
105 | The member aarch64_neon_vst1x2 with value 109 has been added. | No effect. |
106 | The member aarch64_neon_vst1x3 with value 110 has been added. | No effect. |
107 | The member aarch64_neon_vst1x4 with value 111 has been added. | No effect. |
108 | The member aarch64_neon_vsubds with value 112 has been added. | No effect. |
109 | The member aarch64_neon_vsubdu with value 113 has been added. | No effect. |
110 | The member aarch64_neon_vtbl1 with value 114 has been added. | No effect. |
111 | The member aarch64_neon_vtbl2 with value 115 has been added. | No effect. |
112 | The member aarch64_neon_vtbl3 with value 116 has been added. | No effect. |
113 | The member aarch64_neon_vtbl4 with value 117 has been added. | No effect. |
114 | The member aarch64_neon_vtbx1 with value 118 has been added. | No effect. |
115 | The member aarch64_neon_vtbx2 with value 119 has been added. | No effect. |
116 | The member aarch64_neon_vtbx3 with value 120 has been added. | No effect. |
117 | The member aarch64_neon_vtbx4 with value 121 has been added. | No effect. |
118 | The member aarch64_neon_vtstd with value 122 has been added. | No effect. |
119 | The member aarch64_neon_vuqadd with value 123 has been added. | No effect. |
120 | The member aarch64_neon_vuqrshrn with value 124 has been added. | No effect. |
121 | The member aarch64_neon_vuqshrn with value 125 has been added. | No effect. |
122 | The member aarch64_neon_vurshr with value 126 has been added. | No effect. |
123 | The member aarch64_neon_xtn with value 127 has been added. | No effect. |
124 | The member arm_clrex with value 132 has been added. | No effect. |
125 | The member arm_crc32b with value 133 has been added. | No effect. |
126 | The member arm_crc32cb with value 134 has been added. | No effect. |
127 | The member arm_crc32ch with value 135 has been added. | No effect. |
128 | The member arm_crc32cw with value 136 has been added. | No effect. |
129 | The member arm_crc32h with value 137 has been added. | No effect. |
130 | The member arm_crc32w with value 138 has been added. | No effect. |
131 | The member arm_dmb with value 139 has been added. | No effect. |
132 | The member arm_dsb with value 140 has been added. | No effect. |
133 | The member arm_ldrex with value 142 has been added. | No effect. |
134 | The member arm_neon_aesd with value 150 has been added. | No effect. |
135 | The member arm_neon_aese with value 151 has been added. | No effect. |
136 | The member arm_neon_aesimc with value 152 has been added. | No effect. |
137 | The member arm_neon_aesmc with value 153 has been added. | No effect. |
138 | The member arm_neon_sha1c with value 154 has been added. | No effect. |
139 | The member arm_neon_sha1h with value 155 has been added. | No effect. |
140 | The member arm_neon_sha1m with value 156 has been added. | No effect. |
141 | The member arm_neon_sha1p with value 157 has been added. | No effect. |
142 | The member arm_neon_sha1su0 with value 158 has been added. | No effect. |
143 | The member arm_neon_sha1su1 with value 159 has been added. | No effect. |
144 | The member arm_neon_sha256h with value 160 has been added. | No effect. |
145 | The member arm_neon_sha256h2 with value 161 has been added. | No effect. |
146 | The member arm_neon_sha256su0 with value 162 has been added. | No effect. |
147 | The member arm_neon_sha256su1 with value 163 has been added. | No effect. |
148 | The member arm_neon_vcvtas with value 175 has been added. | No effect. |
149 | The member arm_neon_vcvtau with value 176 has been added. | No effect. |
150 | The member arm_neon_vcvtms with value 183 has been added. | No effect. |
151 | The member arm_neon_vcvtmu with value 184 has been added. | No effect. |
152 | The member arm_neon_vcvtns with value 185 has been added. | No effect. |
153 | The member arm_neon_vcvtnu with value 186 has been added. | No effect. |
154 | The member arm_neon_vcvtps with value 187 has been added. | No effect. |
155 | The member arm_neon_vcvtpu with value 188 has been added. | No effect. |
156 | The member arm_neon_vmaxnm with value 200 has been added. | No effect. |
157 | The member arm_neon_vminnm with value 203 has been added. | No effect. |
158 | The member arm_neon_vrinta with value 247 has been added. | No effect. |
159 | The member arm_neon_vrintm with value 248 has been added. | No effect. |
160 | The member arm_neon_vrintn with value 249 has been added. | No effect. |
161 | The member arm_neon_vrintp with value 250 has been added. | No effect. |
162 | The member arm_neon_vrintx with value 251 has been added. | No effect. |
163 | The member arm_neon_vrintz with value 252 has been added. | No effect. |
164 | The member arm_sevl with value 283 has been added. | No effect. |
165 | The member arm_strex with value 285 has been added. | No effect. |
166 | The member copysign with value 304 has been added. | No effect. |
167 | The member experimental_patchpoint_i64 with value 327 has been added. | No effect. |
168 | The member experimental_patchpoint_void with value 328 has been added. | No effect. |
169 | The member experimental_stackmap with value 329 has been added. | No effect. |
170 | The member mips_add_a_b with value 1207 has been added. | No effect. |
171 | The member mips_add_a_d with value 1208 has been added. | No effect. |
172 | The member mips_add_a_h with value 1209 has been added. | No effect. |
173 | The member mips_add_a_w with value 1210 has been added. | No effect. |
174 | The member mips_adds_a_b with value 1218 has been added. | No effect. |
175 | The member mips_adds_a_d with value 1219 has been added. | No effect. |
176 | The member mips_adds_a_h with value 1220 has been added. | No effect. |
177 | The member mips_adds_a_w with value 1221 has been added. | No effect. |
178 | The member mips_adds_s_b with value 1222 has been added. | No effect. |
179 | The member mips_adds_s_d with value 1223 has been added. | No effect. |
180 | The member mips_adds_s_h with value 1224 has been added. | No effect. |
181 | The member mips_adds_s_w with value 1225 has been added. | No effect. |
182 | The member mips_adds_u_b with value 1226 has been added. | No effect. |
183 | The member mips_adds_u_d with value 1227 has been added. | No effect. |
184 | The member mips_adds_u_h with value 1228 has been added. | No effect. |
185 | The member mips_adds_u_w with value 1229 has been added. | No effect. |
186 | The member mips_addv_b with value 1237 has been added. | No effect. |
187 | The member mips_addv_d with value 1238 has been added. | No effect. |
188 | The member mips_addv_h with value 1239 has been added. | No effect. |
189 | The member mips_addv_w with value 1240 has been added. | No effect. |
190 | The member mips_addvi_b with value 1241 has been added. | No effect. |
191 | The member mips_addvi_d with value 1242 has been added. | No effect. |
192 | The member mips_addvi_h with value 1243 has been added. | No effect. |
193 | The member mips_addvi_w with value 1244 has been added. | No effect. |
194 | The member mips_and_v with value 1246 has been added. | No effect. |
195 | The member mips_andi_b with value 1247 has been added. | No effect. |
196 | The member mips_asub_s_b with value 1249 has been added. | No effect. |
197 | The member mips_asub_s_d with value 1250 has been added. | No effect. |
198 | The member mips_asub_s_h with value 1251 has been added. | No effect. |
199 | The member mips_asub_s_w with value 1252 has been added. | No effect. |
200 | The member mips_asub_u_b with value 1253 has been added. | No effect. |
201 | The member mips_asub_u_d with value 1254 has been added. | No effect. |
202 | The member mips_asub_u_h with value 1255 has been added. | No effect. |
203 | The member mips_asub_u_w with value 1256 has been added. | No effect. |
204 | The member mips_ave_s_b with value 1257 has been added. | No effect. |
205 | The member mips_ave_s_d with value 1258 has been added. | No effect. |
206 | The member mips_ave_s_h with value 1259 has been added. | No effect. |
207 | The member mips_ave_s_w with value 1260 has been added. | No effect. |
208 | The member mips_ave_u_b with value 1261 has been added. | No effect. |
209 | The member mips_ave_u_d with value 1262 has been added. | No effect. |
210 | The member mips_ave_u_h with value 1263 has been added. | No effect. |
211 | The member mips_ave_u_w with value 1264 has been added. | No effect. |
212 | The member mips_aver_s_b with value 1265 has been added. | No effect. |
213 | The member mips_aver_s_d with value 1266 has been added. | No effect. |
214 | The member mips_aver_s_h with value 1267 has been added. | No effect. |
215 | The member mips_aver_s_w with value 1268 has been added. | No effect. |
216 | The member mips_aver_u_b with value 1269 has been added. | No effect. |
217 | The member mips_aver_u_d with value 1270 has been added. | No effect. |
218 | The member mips_aver_u_h with value 1271 has been added. | No effect. |
219 | The member mips_aver_u_w with value 1272 has been added. | No effect. |
220 | The member mips_bclr_b with value 1274 has been added. | No effect. |
221 | The member mips_bclr_d with value 1275 has been added. | No effect. |
222 | The member mips_bclr_h with value 1276 has been added. | No effect. |
223 | The member mips_bclr_w with value 1277 has been added. | No effect. |
224 | The member mips_bclri_b with value 1278 has been added. | No effect. |
225 | The member mips_bclri_d with value 1279 has been added. | No effect. |
226 | The member mips_bclri_h with value 1280 has been added. | No effect. |
227 | The member mips_bclri_w with value 1281 has been added. | No effect. |
228 | The member mips_binsl_b with value 1282 has been added. | No effect. |
229 | The member mips_binsl_d with value 1283 has been added. | No effect. |
230 | The member mips_binsl_h with value 1284 has been added. | No effect. |
231 | The member mips_binsl_w with value 1285 has been added. | No effect. |
232 | The member mips_binsli_b with value 1286 has been added. | No effect. |
233 | The member mips_binsli_d with value 1287 has been added. | No effect. |
234 | The member mips_binsli_h with value 1288 has been added. | No effect. |
235 | The member mips_binsli_w with value 1289 has been added. | No effect. |
236 | The member mips_binsr_b with value 1290 has been added. | No effect. |
237 | The member mips_binsr_d with value 1291 has been added. | No effect. |
238 | The member mips_binsr_h with value 1292 has been added. | No effect. |
239 | The member mips_binsr_w with value 1293 has been added. | No effect. |
240 | The member mips_binsri_b with value 1294 has been added. | No effect. |
241 | The member mips_binsri_d with value 1295 has been added. | No effect. |
242 | The member mips_binsri_h with value 1296 has been added. | No effect. |
243 | The member mips_binsri_w with value 1297 has been added. | No effect. |
244 | The member mips_bmnz_v with value 1299 has been added. | No effect. |
245 | The member mips_bmnzi_b with value 1300 has been added. | No effect. |
246 | The member mips_bmz_v with value 1301 has been added. | No effect. |
247 | The member mips_bmzi_b with value 1302 has been added. | No effect. |
248 | The member mips_bneg_b with value 1303 has been added. | No effect. |
249 | The member mips_bneg_d with value 1304 has been added. | No effect. |
250 | The member mips_bneg_h with value 1305 has been added. | No effect. |
251 | The member mips_bneg_w with value 1306 has been added. | No effect. |
252 | The member mips_bnegi_b with value 1307 has been added. | No effect. |
253 | The member mips_bnegi_d with value 1308 has been added. | No effect. |
254 | The member mips_bnegi_h with value 1309 has been added. | No effect. |
255 | The member mips_bnegi_w with value 1310 has been added. | No effect. |
256 | The member mips_bnz_b with value 1311 has been added. | No effect. |
257 | The member mips_bnz_d with value 1312 has been added. | No effect. |
258 | The member mips_bnz_h with value 1313 has been added. | No effect. |
259 | The member mips_bnz_v with value 1314 has been added. | No effect. |
260 | The member mips_bnz_w with value 1315 has been added. | No effect. |
261 | The member mips_bsel_v with value 1317 has been added. | No effect. |
262 | The member mips_bseli_b with value 1318 has been added. | No effect. |
263 | The member mips_bset_b with value 1319 has been added. | No effect. |
264 | The member mips_bset_d with value 1320 has been added. | No effect. |
265 | The member mips_bset_h with value 1321 has been added. | No effect. |
266 | The member mips_bset_w with value 1322 has been added. | No effect. |
267 | The member mips_bseti_b with value 1323 has been added. | No effect. |
268 | The member mips_bseti_d with value 1324 has been added. | No effect. |
269 | The member mips_bseti_h with value 1325 has been added. | No effect. |
270 | The member mips_bseti_w with value 1326 has been added. | No effect. |
271 | The member mips_bz_b with value 1327 has been added. | No effect. |
272 | The member mips_bz_d with value 1328 has been added. | No effect. |
273 | The member mips_bz_h with value 1329 has been added. | No effect. |
274 | The member mips_bz_v with value 1330 has been added. | No effect. |
275 | The member mips_bz_w with value 1331 has been added. | No effect. |
276 | The member mips_ceq_b with value 1332 has been added. | No effect. |
277 | The member mips_ceq_d with value 1333 has been added. | No effect. |
278 | The member mips_ceq_h with value 1334 has been added. | No effect. |
279 | The member mips_ceq_w with value 1335 has been added. | No effect. |
280 | The member mips_ceqi_b with value 1336 has been added. | No effect. |
281 | The member mips_ceqi_d with value 1337 has been added. | No effect. |
282 | The member mips_ceqi_h with value 1338 has been added. | No effect. |
283 | The member mips_ceqi_w with value 1339 has been added. | No effect. |
284 | The member mips_cfcmsa with value 1340 has been added. | No effect. |
285 | The member mips_cle_s_b with value 1341 has been added. | No effect. |
286 | The member mips_cle_s_d with value 1342 has been added. | No effect. |
287 | The member mips_cle_s_h with value 1343 has been added. | No effect. |
288 | The member mips_cle_s_w with value 1344 has been added. | No effect. |
289 | The member mips_cle_u_b with value 1345 has been added. | No effect. |
290 | The member mips_cle_u_d with value 1346 has been added. | No effect. |
291 | The member mips_cle_u_h with value 1347 has been added. | No effect. |
292 | The member mips_cle_u_w with value 1348 has been added. | No effect. |
293 | The member mips_clei_s_b with value 1349 has been added. | No effect. |
294 | The member mips_clei_s_d with value 1350 has been added. | No effect. |
295 | The member mips_clei_s_w with value 1352 has been added. | No effect. |
296 | The member mips_clei_u_b with value 1353 has been added. | No effect. |
297 | The member mips_clei_u_d with value 1354 has been added. | No effect. |
298 | The member mips_clei_u_h with value 1355 has been added. | No effect. |
299 | The member mips_clei_u_w with value 1356 has been added. | No effect. |
300 | The member mips_clt_s_b with value 1357 has been added. | No effect. |
301 | The member mips_clt_s_d with value 1358 has been added. | No effect. |
302 | The member mips_clt_s_h with value 1359 has been added. | No effect. |
303 | The member mips_clt_s_w with value 1360 has been added. | No effect. |
304 | The member mips_clt_u_b with value 1361 has been added. | No effect. |
305 | The member mips_clt_u_d with value 1362 has been added. | No effect. |
306 | The member mips_clt_u_h with value 1363 has been added. | No effect. |
307 | The member mips_clt_u_w with value 1364 has been added. | No effect. |
308 | The member mips_clti_s_b with value 1365 has been added. | No effect. |
309 | The member mips_clti_s_d with value 1366 has been added. | No effect. |
310 | The member mips_clti_s_h with value 1367 has been added. | No effect. |
311 | The member mips_clti_s_w with value 1368 has been added. | No effect. |
312 | The member mips_clti_u_b with value 1369 has been added. | No effect. |
313 | The member mips_clti_u_d with value 1370 has been added. | No effect. |
314 | The member mips_clti_u_h with value 1371 has been added. | No effect. |
315 | The member mips_clti_u_w with value 1372 has been added. | No effect. |
316 | The member mips_copy_s_b with value 1385 has been added. | No effect. |
317 | The member mips_copy_s_d with value 1386 has been added. | No effect. |
318 | The member mips_copy_s_h with value 1387 has been added. | No effect. |
319 | The member mips_copy_s_w with value 1388 has been added. | No effect. |
320 | The member mips_copy_u_b with value 1389 has been added. | No effect. |
321 | The member mips_copy_u_d with value 1390 has been added. | No effect. |
322 | The member mips_copy_u_h with value 1391 has been added. | No effect. |
323 | The member mips_copy_u_w with value 1392 has been added. | No effect. |
324 | The member mips_ctcmsa with value 1393 has been added. | No effect. |
325 | The member mips_div_s_b with value 1394 has been added. | No effect. |
326 | The member mips_div_s_d with value 1395 has been added. | No effect. |
327 | The member mips_div_s_h with value 1396 has been added. | No effect. |
328 | The member mips_div_s_w with value 1397 has been added. | No effect. |
329 | The member mips_div_u_b with value 1398 has been added. | No effect. |
330 | The member mips_div_u_d with value 1399 has been added. | No effect. |
331 | The member mips_div_u_h with value 1400 has been added. | No effect. |
332 | The member mips_div_u_w with value 1401 has been added. | No effect. |
333 | The member mips_dotp_s_d with value 1402 has been added. | No effect. |
334 | The member mips_dotp_s_h with value 1403 has been added. | No effect. |
335 | The member mips_dotp_s_w with value 1404 has been added. | No effect. |
336 | The member mips_dotp_u_d with value 1405 has been added. | No effect. |
337 | The member mips_dotp_u_h with value 1406 has been added. | No effect. |
338 | The member mips_dotp_u_w with value 1407 has been added. | No effect. |
339 | The member mips_dpadd_s_d with value 1409 has been added. | No effect. |
340 | The member mips_dpadd_s_h with value 1410 has been added. | No effect. |
341 | The member mips_dpadd_s_w with value 1411 has been added. | No effect. |
342 | The member mips_dpadd_u_d with value 1412 has been added. | No effect. |
343 | The member mips_dpadd_u_h with value 1413 has been added. | No effect. |
344 | The member mips_dpadd_u_w with value 1414 has been added. | No effect. |
345 | The member mips_dpsub_s_d with value 1429 has been added. | No effect. |
346 | The member mips_dpsub_s_h with value 1430 has been added. | No effect. |
347 | The member mips_dpsub_s_w with value 1431 has been added. | No effect. |
348 | The member mips_dpsub_u_d with value 1432 has been added. | No effect. |
349 | The member mips_dpsub_u_h with value 1433 has been added. | No effect. |
350 | The member mips_dpsub_u_w with value 1434 has been added. | No effect. |
351 | The member mips_fadd_d with value 1442 has been added. | No effect. |
352 | The member mips_fadd_w with value 1443 has been added. | No effect. |
353 | The member mips_fcaf_d with value 1444 has been added. | No effect. |
354 | The member mips_fcaf_w with value 1445 has been added. | No effect. |
355 | The member mips_fceq_d with value 1446 has been added. | No effect. |
356 | The member mips_fceq_w with value 1447 has been added. | No effect. |
357 | The member mips_fclass_d with value 1448 has been added. | No effect. |
358 | The member mips_fclass_w with value 1449 has been added. | No effect. |
359 | The member mips_fcle_d with value 1450 has been added. | No effect. |
360 | The member mips_fcle_w with value 1451 has been added. | No effect. |
361 | The member mips_fclt_d with value 1452 has been added. | No effect. |
362 | The member mips_fclt_w with value 1453 has been added. | No effect. |
363 | The member mips_fcne_d with value 1454 has been added. | No effect. |
364 | The member mips_fcne_w with value 1455 has been added. | No effect. |
365 | The member mips_fcor_d with value 1456 has been added. | No effect. |
366 | The member mips_fcor_w with value 1457 has been added. | No effect. |
367 | The member mips_fcueq_d with value 1458 has been added. | No effect. |
368 | The member mips_fcueq_w with value 1459 has been added. | No effect. |
369 | The member mips_fcule_d with value 1460 has been added. | No effect. |
370 | The member mips_fcule_w with value 1461 has been added. | No effect. |
371 | The member mips_fcult_d with value 1462 has been added. | No effect. |
372 | The member mips_fcult_w with value 1463 has been added. | No effect. |
373 | The member mips_fcun_d with value 1464 has been added. | No effect. |
374 | The member mips_fcun_w with value 1465 has been added. | No effect. |
375 | The member mips_fcune_d with value 1466 has been added. | No effect. |
376 | The member mips_fcune_w with value 1467 has been added. | No effect. |
377 | The member mips_fdiv_d with value 1468 has been added. | No effect. |
378 | The member mips_fdiv_w with value 1469 has been added. | No effect. |
379 | The member mips_fexdo_h with value 1470 has been added. | No effect. |
380 | The member mips_fexdo_w with value 1471 has been added. | No effect. |
381 | The member mips_fexp2_d with value 1472 has been added. | No effect. |
382 | The member mips_fexp2_w with value 1473 has been added. | No effect. |
383 | The member mips_fexupl_d with value 1474 has been added. | No effect. |
384 | The member mips_fexupl_w with value 1475 has been added. | No effect. |
385 | The member mips_fexupr_d with value 1476 has been added. | No effect. |
386 | The member mips_fexupr_w with value 1477 has been added. | No effect. |
387 | The member mips_ffint_s_d with value 1478 has been added. | No effect. |
388 | The member mips_ffint_s_w with value 1479 has been added. | No effect. |
389 | The member mips_ffint_u_d with value 1480 has been added. | No effect. |
390 | The member mips_ffint_u_w with value 1481 has been added. | No effect. |
391 | The member mips_ffql_d with value 1482 has been added. | No effect. |
392 | The member mips_ffql_w with value 1483 has been added. | No effect. |
393 | The member mips_ffqr_d with value 1484 has been added. | No effect. |
394 | The member mips_ffqr_w with value 1485 has been added. | No effect. |
395 | The member mips_fill_b with value 1486 has been added. | No effect. |
396 | The member mips_fill_d with value 1487 has been added. | No effect. |
397 | The member mips_fill_h with value 1488 has been added. | No effect. |
398 | The member mips_fill_w with value 1489 has been added. | No effect. |
399 | The member mips_flog2_d with value 1490 has been added. | No effect. |
400 | The member mips_flog2_w with value 1491 has been added. | No effect. |
401 | The member mips_fmadd_d with value 1492 has been added. | No effect. |
402 | The member mips_fmadd_w with value 1493 has been added. | No effect. |
403 | The member mips_fmax_a_d with value 1494 has been added. | No effect. |
404 | The member mips_fmax_a_w with value 1495 has been added. | No effect. |
405 | The member mips_fmax_d with value 1496 has been added. | No effect. |
406 | The member mips_fmax_w with value 1497 has been added. | No effect. |
407 | The member mips_fmin_a_d with value 1498 has been added. | No effect. |
408 | The member mips_fmin_a_w with value 1499 has been added. | No effect. |
409 | The member mips_fmin_d with value 1500 has been added. | No effect. |
410 | The member mips_fmin_w with value 1501 has been added. | No effect. |
411 | The member mips_fmsub_d with value 1502 has been added. | No effect. |
412 | The member mips_fmsub_w with value 1503 has been added. | No effect. |
413 | The member mips_fmul_d with value 1504 has been added. | No effect. |
414 | The member mips_fmul_w with value 1505 has been added. | No effect. |
415 | The member mips_frcp_d with value 1506 has been added. | No effect. |
416 | The member mips_frcp_w with value 1507 has been added. | No effect. |
417 | The member mips_frint_d with value 1508 has been added. | No effect. |
418 | The member mips_frint_w with value 1509 has been added. | No effect. |
419 | The member mips_frsqrt_d with value 1510 has been added. | No effect. |
420 | The member mips_frsqrt_w with value 1511 has been added. | No effect. |
421 | The member mips_fsaf_d with value 1512 has been added. | No effect. |
422 | The member mips_fsaf_w with value 1513 has been added. | No effect. |
423 | The member mips_fseq_d with value 1514 has been added. | No effect. |
424 | The member mips_fseq_w with value 1515 has been added. | No effect. |
425 | The member mips_fsle_d with value 1516 has been added. | No effect. |
426 | The member mips_fsle_w with value 1517 has been added. | No effect. |
427 | The member mips_fslt_d with value 1518 has been added. | No effect. |
428 | The member mips_fslt_w with value 1519 has been added. | No effect. |
429 | The member mips_fsne_d with value 1520 has been added. | No effect. |
430 | The member mips_fsne_w with value 1521 has been added. | No effect. |
431 | The member mips_fsor_d with value 1522 has been added. | No effect. |
432 | The member mips_fsor_w with value 1523 has been added. | No effect. |
433 | The member mips_fsqrt_d with value 1524 has been added. | No effect. |
434 | The member mips_fsqrt_w with value 1525 has been added. | No effect. |
435 | The member mips_fsub_d with value 1526 has been added. | No effect. |
436 | The member mips_fsub_w with value 1527 has been added. | No effect. |
437 | The member mips_fsueq_d with value 1528 has been added. | No effect. |
438 | The member mips_fsueq_w with value 1529 has been added. | No effect. |
439 | The member mips_fsule_d with value 1530 has been added. | No effect. |
440 | The member mips_fsule_w with value 1531 has been added. | No effect. |
441 | The member mips_fsult_d with value 1532 has been added. | No effect. |
442 | The member mips_fsult_w with value 1533 has been added. | No effect. |
443 | The member mips_fsun_d with value 1534 has been added. | No effect. |
444 | The member mips_fsun_w with value 1535 has been added. | No effect. |
445 | The member mips_fsune_d with value 1536 has been added. | No effect. |
446 | The member mips_fsune_w with value 1537 has been added. | No effect. |
447 | The member mips_ftint_s_d with value 1538 has been added. | No effect. |
448 | The member mips_ftint_s_w with value 1539 has been added. | No effect. |
449 | The member mips_ftint_u_d with value 1540 has been added. | No effect. |
450 | The member mips_ftint_u_w with value 1541 has been added. | No effect. |
451 | The member mips_ftq_h with value 1542 has been added. | No effect. |
452 | The member mips_ftq_w with value 1543 has been added. | No effect. |
453 | The member mips_ftrunc_s_d with value 1544 has been added. | No effect. |
454 | The member mips_ftrunc_s_w with value 1545 has been added. | No effect. |
455 | The member mips_ftrunc_u_d with value 1546 has been added. | No effect. |
456 | The member mips_ftrunc_u_w with value 1547 has been added. | No effect. |
457 | The member mips_hadd_s_d with value 1548 has been added. | No effect. |
458 | The member mips_hadd_s_h with value 1549 has been added. | No effect. |
459 | The member mips_hadd_s_w with value 1550 has been added. | No effect. |
460 | The member mips_hadd_u_d with value 1551 has been added. | No effect. |
461 | The member mips_hadd_u_h with value 1552 has been added. | No effect. |
462 | The member mips_hadd_u_w with value 1553 has been added. | No effect. |
463 | The member mips_hsub_s_d with value 1554 has been added. | No effect. |
464 | The member mips_hsub_s_h with value 1555 has been added. | No effect. |
465 | The member mips_hsub_s_w with value 1556 has been added. | No effect. |
466 | The member mips_hsub_u_d with value 1557 has been added. | No effect. |
467 | The member mips_hsub_u_h with value 1558 has been added. | No effect. |
468 | The member mips_hsub_u_w with value 1559 has been added. | No effect. |
469 | The member mips_ilvev_b with value 1560 has been added. | No effect. |
470 | The member mips_ilvev_d with value 1561 has been added. | No effect. |
471 | The member mips_ilvev_h with value 1562 has been added. | No effect. |
472 | The member mips_ilvev_w with value 1563 has been added. | No effect. |
473 | The member mips_ilvl_b with value 1564 has been added. | No effect. |
474 | The member mips_ilvl_d with value 1565 has been added. | No effect. |
475 | The member mips_ilvl_h with value 1566 has been added. | No effect. |
476 | The member mips_ilvl_w with value 1567 has been added. | No effect. |
477 | The member mips_ilvod_b with value 1568 has been added. | No effect. |
478 | The member mips_ilvod_d with value 1569 has been added. | No effect. |
479 | The member mips_ilvod_h with value 1570 has been added. | No effect. |
480 | The member mips_ilvod_w with value 1571 has been added. | No effect. |
481 | The member mips_ilvr_b with value 1572 has been added. | No effect. |
482 | The member mips_ilvr_d with value 1573 has been added. | No effect. |
483 | The member mips_ilvr_h with value 1574 has been added. | No effect. |
484 | The member mips_ilvr_w with value 1575 has been added. | No effect. |
485 | The member mips_insert_b with value 1576 has been added. | No effect. |
486 | The member mips_insert_d with value 1577 has been added. | No effect. |
487 | The member mips_insert_h with value 1578 has been added. | No effect. |
488 | The member mips_insert_w with value 1579 has been added. | No effect. |
489 | The member mips_insve_b with value 1581 has been added. | No effect. |
490 | The member mips_insve_d with value 1582 has been added. | No effect. |
491 | The member mips_insve_h with value 1583 has been added. | No effect. |
492 | The member mips_insve_w with value 1584 has been added. | No effect. |
493 | The member mips_ld_b with value 1586 has been added. | No effect. |
494 | The member mips_ld_d with value 1587 has been added. | No effect. |
495 | The member mips_ld_h with value 1588 has been added. | No effect. |
496 | The member mips_ld_w with value 1589 has been added. | No effect. |
497 | The member mips_ldi_b with value 1590 has been added. | No effect. |
498 | The member mips_ldi_d with value 1591 has been added. | No effect. |
499 | The member mips_ldi_h with value 1592 has been added. | No effect. |
500 | The member mips_ldi_w with value 1593 has been added. | No effect. |
501 | The member mips_lsa with value 1595 has been added. | No effect. |
502 | The member mips_madd_q_h with value 1598 has been added. | No effect. |
503 | The member mips_madd_q_w with value 1599 has been added. | No effect. |
504 | The member mips_maddr_q_h with value 1600 has been added. | No effect. |
505 | The member mips_maddr_q_w with value 1601 has been added. | No effect. |
506 | The member mips_maddv_b with value 1603 has been added. | No effect. |
507 | The member mips_maddv_d with value 1604 has been added. | No effect. |
508 | The member mips_maddv_h with value 1605 has been added. | No effect. |
509 | The member mips_maddv_w with value 1606 has been added. | No effect. |
510 | The member mips_max_a_b with value 1611 has been added. | No effect. |
511 | The member mips_max_a_d with value 1612 has been added. | No effect. |
512 | The member mips_max_a_h with value 1613 has been added. | No effect. |
513 | The member mips_max_a_w with value 1614 has been added. | No effect. |
514 | The member mips_max_s_b with value 1615 has been added. | No effect. |
515 | The member mips_max_s_d with value 1616 has been added. | No effect. |
516 | The member mips_max_s_h with value 1617 has been added. | No effect. |
517 | The member mips_max_s_w with value 1618 has been added. | No effect. |
518 | The member mips_max_u_b with value 1619 has been added. | No effect. |
519 | The member mips_max_u_d with value 1620 has been added. | No effect. |
520 | The member mips_max_u_h with value 1621 has been added. | No effect. |
521 | The member mips_max_u_w with value 1622 has been added. | No effect. |
522 | The member mips_maxi_s_b with value 1623 has been added. | No effect. |
523 | The member mips_maxi_s_d with value 1624 has been added. | No effect. |
524 | The member mips_maxi_s_h with value 1625 has been added. | No effect. |
525 | The member mips_maxi_s_w with value 1626 has been added. | No effect. |
526 | The member mips_maxi_u_b with value 1627 has been added. | No effect. |
527 | The member mips_maxi_u_d with value 1628 has been added. | No effect. |
528 | The member mips_maxi_u_h with value 1629 has been added. | No effect. |
529 | The member mips_maxi_u_w with value 1630 has been added. | No effect. |
530 | The member mips_min_a_b with value 1631 has been added. | No effect. |
531 | The member mips_min_a_d with value 1632 has been added. | No effect. |
532 | The member mips_min_a_h with value 1633 has been added. | No effect. |
533 | The member mips_min_a_w with value 1634 has been added. | No effect. |
534 | The member mips_min_s_b with value 1635 has been added. | No effect. |
535 | The member mips_min_s_d with value 1636 has been added. | No effect. |
536 | The member mips_min_s_h with value 1637 has been added. | No effect. |
537 | The member mips_min_s_w with value 1638 has been added. | No effect. |
538 | The member mips_min_u_b with value 1639 has been added. | No effect. |
539 | The member mips_min_u_d with value 1640 has been added. | No effect. |
540 | The member mips_min_u_h with value 1641 has been added. | No effect. |
541 | The member mips_min_u_w with value 1642 has been added. | No effect. |
542 | The member mips_mini_s_b with value 1643 has been added. | No effect. |
543 | The member mips_mini_s_d with value 1644 has been added. | No effect. |
544 | The member mips_mini_s_h with value 1645 has been added. | No effect. |
545 | The member mips_mini_s_w with value 1646 has been added. | No effect. |
546 | The member mips_mini_u_b with value 1647 has been added. | No effect. |
547 | The member mips_mini_u_d with value 1648 has been added. | No effect. |
548 | The member mips_mini_u_h with value 1649 has been added. | No effect. |
549 | The member mips_mini_u_w with value 1650 has been added. | No effect. |
550 | The member mips_mod_s_b with value 1651 has been added. | No effect. |
551 | The member mips_mod_s_d with value 1652 has been added. | No effect. |
552 | The member mips_mod_s_h with value 1653 has been added. | No effect. |
553 | The member mips_mod_s_w with value 1654 has been added. | No effect. |
554 | The member mips_mod_u_b with value 1655 has been added. | No effect. |
555 | The member mips_mod_u_d with value 1656 has been added. | No effect. |
556 | The member mips_mod_u_h with value 1657 has been added. | No effect. |
557 | The member mips_mod_u_w with value 1658 has been added. | No effect. |
558 | The member mips_move_v with value 1660 has been added. | No effect. |
559 | The member mips_msub_q_h with value 1662 has been added. | No effect. |
560 | The member mips_msub_q_w with value 1663 has been added. | No effect. |
561 | The member mips_msubr_q_h with value 1664 has been added. | No effect. |
562 | The member mips_msubr_q_w with value 1665 has been added. | No effect. |
563 | The member mips_msubv_b with value 1667 has been added. | No effect. |
564 | The member mips_msubv_d with value 1668 has been added. | No effect. |
565 | The member mips_msubv_h with value 1669 has been added. | No effect. |
566 | The member mips_msubv_w with value 1670 has been added. | No effect. |
567 | The member mips_mul_q_h with value 1673 has been added. | No effect. |
568 | The member mips_mul_q_w with value 1674 has been added. | No effect. |
569 | The member mips_mulr_q_h with value 1684 has been added. | No effect. |
570 | The member mips_mulr_q_w with value 1685 has been added. | No effect. |
571 | The member mips_mulv_b with value 1690 has been added. | No effect. |
572 | The member mips_mulv_d with value 1691 has been added. | No effect. |
573 | The member mips_mulv_h with value 1692 has been added. | No effect. |
574 | The member mips_mulv_w with value 1693 has been added. | No effect. |
575 | The member mips_nloc_b with value 1694 has been added. | No effect. |
576 | The member mips_nloc_d with value 1695 has been added. | No effect. |
577 | The member mips_nloc_h with value 1696 has been added. | No effect. |
578 | The member mips_nloc_w with value 1697 has been added. | No effect. |
579 | The member mips_nlzc_b with value 1698 has been added. | No effect. |
580 | The member mips_nlzc_d with value 1699 has been added. | No effect. |
581 | The member mips_nlzc_h with value 1700 has been added. | No effect. |
582 | The member mips_nlzc_w with value 1701 has been added. | No effect. |
583 | The member mips_nor_v with value 1702 has been added. | No effect. |
584 | The member mips_nori_b with value 1703 has been added. | No effect. |
585 | The member mips_or_v with value 1704 has been added. | No effect. |
586 | The member mips_ori_b with value 1705 has been added. | No effect. |
587 | The member mips_pckev_b with value 1707 has been added. | No effect. |
588 | The member mips_pckev_d with value 1708 has been added. | No effect. |
589 | The member mips_pckev_h with value 1709 has been added. | No effect. |
590 | The member mips_pckev_w with value 1710 has been added. | No effect. |
591 | The member mips_pckod_b with value 1711 has been added. | No effect. |
592 | The member mips_pckod_d with value 1712 has been added. | No effect. |
593 | The member mips_pckod_h with value 1713 has been added. | No effect. |
594 | The member mips_pckod_w with value 1714 has been added. | No effect. |
595 | The member mips_pcnt_b with value 1715 has been added. | No effect. |
596 | The member mips_pcnt_d with value 1716 has been added. | No effect. |
597 | The member mips_pcnt_h with value 1717 has been added. | No effect. |
598 | The member mips_pcnt_w with value 1718 has been added. | No effect. |
599 | The member mips_sat_s_b with value 1743 has been added. | No effect. |
600 | The member mips_sat_s_d with value 1744 has been added. | No effect. |
601 | The member mips_sat_s_h with value 1745 has been added. | No effect. |
602 | The member mips_sat_s_w with value 1746 has been added. | No effect. |
603 | The member mips_sat_u_b with value 1747 has been added. | No effect. |
604 | The member mips_sat_u_d with value 1748 has been added. | No effect. |
605 | The member mips_sat_u_h with value 1749 has been added. | No effect. |
606 | The member mips_sat_u_w with value 1750 has been added. | No effect. |
607 | The member mips_shf_b with value 1751 has been added. | No effect. |
608 | The member mips_shf_h with value 1752 has been added. | No effect. |
609 | The member mips_shf_w with value 1753 has been added. | No effect. |
610 | The member mips_sld_b with value 1766 has been added. | No effect. |
611 | The member mips_sld_d with value 1767 has been added. | No effect. |
612 | The member mips_sld_h with value 1768 has been added. | No effect. |
613 | The member mips_sld_w with value 1769 has been added. | No effect. |
614 | The member mips_sldi_b with value 1770 has been added. | No effect. |
615 | The member mips_sldi_d with value 1771 has been added. | No effect. |
616 | The member mips_sldi_h with value 1772 has been added. | No effect. |
617 | The member mips_sldi_w with value 1773 has been added. | No effect. |
618 | The member mips_sll_b with value 1774 has been added. | No effect. |
619 | The member mips_sll_d with value 1775 has been added. | No effect. |
620 | The member mips_sll_h with value 1776 has been added. | No effect. |
621 | The member mips_sll_w with value 1777 has been added. | No effect. |
622 | The member mips_slli_b with value 1778 has been added. | No effect. |
623 | The member mips_slli_d with value 1779 has been added. | No effect. |
624 | The member mips_slli_h with value 1780 has been added. | No effect. |
625 | The member mips_slli_w with value 1781 has been added. | No effect. |
626 | The member mips_splat_b with value 1782 has been added. | No effect. |
627 | The member mips_splat_d with value 1783 has been added. | No effect. |
628 | The member mips_splat_h with value 1784 has been added. | No effect. |
629 | The member mips_splat_w with value 1785 has been added. | No effect. |
630 | The member mips_splati_b with value 1786 has been added. | No effect. |
631 | The member mips_splati_d with value 1787 has been added. | No effect. |
632 | The member mips_splati_h with value 1788 has been added. | No effect. |
633 | The member mips_splati_w with value 1789 has been added. | No effect. |
634 | The member mips_sra_b with value 1790 has been added. | No effect. |
635 | The member mips_sra_d with value 1791 has been added. | No effect. |
636 | The member mips_sra_h with value 1792 has been added. | No effect. |
637 | The member mips_sra_w with value 1793 has been added. | No effect. |
638 | The member mips_srai_b with value 1794 has been added. | No effect. |
639 | The member mips_srai_d with value 1795 has been added. | No effect. |
640 | The member mips_srai_h with value 1796 has been added. | No effect. |
641 | The member mips_srai_w with value 1797 has been added. | No effect. |
642 | The member mips_srar_b with value 1798 has been added. | No effect. |
643 | The member mips_srar_d with value 1799 has been added. | No effect. |
644 | The member mips_srar_h with value 1800 has been added. | No effect. |
645 | The member mips_srar_w with value 1801 has been added. | No effect. |
646 | The member mips_srari_b with value 1802 has been added. | No effect. |
647 | The member mips_srari_d with value 1803 has been added. | No effect. |
648 | The member mips_srari_h with value 1804 has been added. | No effect. |
649 | The member mips_srari_w with value 1805 has been added. | No effect. |
650 | The member mips_srl_b with value 1806 has been added. | No effect. |
651 | The member mips_srl_d with value 1807 has been added. | No effect. |
652 | The member mips_srl_h with value 1808 has been added. | No effect. |
653 | The member mips_srl_w with value 1809 has been added. | No effect. |
654 | The member mips_srli_b with value 1810 has been added. | No effect. |
655 | The member mips_srli_d with value 1811 has been added. | No effect. |
656 | The member mips_srli_h with value 1812 has been added. | No effect. |
657 | The member mips_srli_w with value 1813 has been added. | No effect. |
658 | The member mips_srlr_b with value 1814 has been added. | No effect. |
659 | The member mips_srlr_d with value 1815 has been added. | No effect. |
660 | The member mips_srlr_h with value 1816 has been added. | No effect. |
661 | The member mips_srlr_w with value 1817 has been added. | No effect. |
662 | The member mips_srlri_b with value 1818 has been added. | No effect. |
663 | The member mips_srlri_d with value 1819 has been added. | No effect. |
664 | The member mips_srlri_h with value 1820 has been added. | No effect. |
665 | The member mips_srlri_w with value 1821 has been added. | No effect. |
666 | The member mips_st_b with value 1822 has been added. | No effect. |
667 | The member mips_st_d with value 1823 has been added. | No effect. |
668 | The member mips_st_h with value 1824 has been added. | No effect. |
669 | The member mips_st_w with value 1825 has been added. | No effect. |
670 | The member mips_subs_s_b with value 1833 has been added. | No effect. |
671 | The member mips_subs_s_d with value 1834 has been added. | No effect. |
672 | The member mips_subs_s_h with value 1835 has been added. | No effect. |
673 | The member mips_subs_s_w with value 1836 has been added. | No effect. |
674 | The member mips_subs_u_b with value 1837 has been added. | No effect. |
675 | The member mips_subs_u_d with value 1838 has been added. | No effect. |
676 | The member mips_subs_u_h with value 1839 has been added. | No effect. |
677 | The member mips_subs_u_w with value 1840 has been added. | No effect. |
678 | The member mips_subsus_u_b with value 1841 has been added. | No effect. |
679 | The member mips_subsus_u_d with value 1842 has been added. | No effect. |
680 | The member mips_subsus_u_h with value 1843 has been added. | No effect. |
681 | The member mips_subsus_u_w with value 1844 has been added. | No effect. |
682 | The member mips_subsuu_s_b with value 1845 has been added. | No effect. |
683 | The member mips_subsuu_s_d with value 1846 has been added. | No effect. |
684 | The member mips_subsuu_s_h with value 1847 has been added. | No effect. |
685 | The member mips_subsuu_s_w with value 1848 has been added. | No effect. |
686 | The member mips_subv_b with value 1855 has been added. | No effect. |
687 | The member mips_subv_d with value 1856 has been added. | No effect. |
688 | The member mips_subv_h with value 1857 has been added. | No effect. |
689 | The member mips_subv_w with value 1858 has been added. | No effect. |
690 | The member mips_subvi_b with value 1859 has been added. | No effect. |
691 | The member mips_subvi_d with value 1860 has been added. | No effect. |
692 | The member mips_subvi_h with value 1861 has been added. | No effect. |
693 | The member mips_subvi_w with value 1862 has been added. | No effect. |
694 | The member mips_vshf_b with value 1863 has been added. | No effect. |
695 | The member mips_vshf_d with value 1864 has been added. | No effect. |
696 | The member mips_vshf_h with value 1865 has been added. | No effect. |
697 | The member mips_vshf_w with value 1866 has been added. | No effect. |
698 | The member mips_xor_v with value 1868 has been added. | No effect. |
699 | The member mips_xori_b with value 1869 has been added. | No effect. |
700 | The member ppc_is_decremented_ctr_nonzero with value 2314 has been added. | No effect. |
701 | The member ppc_mtctr with value 2315 has been added. | No effect. |
702 | The member round with value 2371 has been added. | No effect. |
703 | The member stackprotectorcheck with value 2381 has been added. | No effect. |
704 | The member x86_avx512_and_pi with value 2560 has been added. | No effect. |
705 | The member x86_avx512_cmpeq_pi_512 with value 2561 has been added. | No effect. |
706 | The member x86_avx512_conflict_d_512 with value 2562 has been added. | No effect. |
707 | The member x86_avx512_conflict_d_mask_512 with value 2563 has been added. | No effect. |
708 | The member x86_avx512_conflict_d_maskz_512 with value 2564 has been added. | No effect. |
709 | The member x86_avx512_conflict_q_512 with value 2565 has been added. | No effect. |
710 | The member x86_avx512_conflict_q_mask_512 with value 2566 has been added. | No effect. |
711 | The member x86_avx512_conflict_q_maskz_512 with value 2567 has been added. | No effect. |
712 | The member x86_avx512_cvt_ps2dq_512 with value 2568 has been added. | No effect. |
713 | The member x86_avx512_cvtdq2_ps_512 with value 2569 has been added. | No effect. |
714 | The member x86_avx512_cvtsd2usi with value 2570 has been added. | No effect. |
715 | The member x86_avx512_cvtsd2usi64 with value 2571 has been added. | No effect. |
716 | The member x86_avx512_cvtss2usi with value 2572 has been added. | No effect. |
717 | The member x86_avx512_cvtss2usi64 with value 2573 has been added. | No effect. |
718 | The member x86_avx512_cvttsd2usi with value 2574 has been added. | No effect. |
719 | The member x86_avx512_cvttsd2usi64 with value 2575 has been added. | No effect. |
720 | The member x86_avx512_cvttss2usi with value 2576 has been added. | No effect. |
721 | The member x86_avx512_cvttss2usi64 with value 2577 has been added. | No effect. |
722 | The member x86_avx512_cvtusi2sd with value 2578 has been added. | No effect. |
723 | The member x86_avx512_cvtusi2ss with value 2579 has been added. | No effect. |
724 | The member x86_avx512_cvtusi642sd with value 2580 has been added. | No effect. |
725 | The member x86_avx512_cvtusi642ss with value 2581 has been added. | No effect. |
726 | The member x86_avx512_gather_dpd_512 with value 2582 has been added. | No effect. |
727 | The member x86_avx512_gather_dpd_mask_512 with value 2583 has been added. | No effect. |
728 | The member x86_avx512_gather_dpi_512 with value 2584 has been added. | No effect. |
729 | The member x86_avx512_gather_dpi_mask_512 with value 2585 has been added. | No effect. |
730 | The member x86_avx512_gather_dpq_512 with value 2586 has been added. | No effect. |
731 | The member x86_avx512_gather_dpq_mask_512 with value 2587 has been added. | No effect. |
732 | The member x86_avx512_gather_dps_512 with value 2588 has been added. | No effect. |
733 | The member x86_avx512_gather_dps_mask_512 with value 2589 has been added. | No effect. |
734 | The member x86_avx512_gather_qpd_512 with value 2590 has been added. | No effect. |
735 | The member x86_avx512_gather_qpd_mask_512 with value 2591 has been added. | No effect. |
736 | The member x86_avx512_gather_qpi_512 with value 2592 has been added. | No effect. |
737 | The member x86_avx512_gather_qpi_mask_512 with value 2593 has been added. | No effect. |
738 | The member x86_avx512_gather_qpq_512 with value 2594 has been added. | No effect. |
739 | The member x86_avx512_gather_qpq_mask_512 with value 2595 has been added. | No effect. |
740 | The member x86_avx512_gather_qps_512 with value 2596 has been added. | No effect. |
741 | The member x86_avx512_gather_qps_mask_512 with value 2597 has been added. | No effect. |
742 | The member x86_avx512_kortestc with value 2598 has been added. | No effect. |
743 | The member x86_avx512_kortestz with value 2599 has been added. | No effect. |
744 | The member x86_avx512_max_pd_512 with value 2600 has been added. | No effect. |
745 | The member x86_avx512_max_ps_512 with value 2601 has been added. | No effect. |
746 | The member x86_avx512_min_pd_512 with value 2602 has been added. | No effect. |
747 | The member x86_avx512_min_ps_512 with value 2603 has been added. | No effect. |
748 | The member x86_avx512_mskblend_d_512 with value 2604 has been added. | No effect. |
749 | The member x86_avx512_mskblend_pd_512 with value 2605 has been added. | No effect. |
750 | The member x86_avx512_mskblend_ps_512 with value 2606 has been added. | No effect. |
751 | The member x86_avx512_mskblend_q_512 with value 2607 has been added. | No effect. |
752 | The member x86_avx512_pbroadcastd_512 with value 2608 has been added. | No effect. |
753 | The member x86_avx512_pbroadcastd_i32_512 with value 2609 has been added. | No effect. |
754 | The member x86_avx512_pbroadcastq_512 with value 2610 has been added. | No effect. |
755 | The member x86_avx512_pbroadcastq_i64_512 with value 2611 has been added. | No effect. |
756 | The member x86_avx512_pmaxs_d with value 2612 has been added. | No effect. |
757 | The member x86_avx512_pmaxs_q with value 2613 has been added. | No effect. |
758 | The member x86_avx512_pmaxu_d with value 2614 has been added. | No effect. |
759 | The member x86_avx512_pmaxu_q with value 2615 has been added. | No effect. |
760 | The member x86_avx512_pmins_d with value 2616 has been added. | No effect. |
761 | The member x86_avx512_pmins_q with value 2617 has been added. | No effect. |
762 | The member x86_avx512_pminu_d with value 2618 has been added. | No effect. |
763 | The member x86_avx512_pminu_q with value 2619 has been added. | No effect. |
764 | The member x86_avx512_pmovzxbd with value 2620 has been added. | No effect. |
765 | The member x86_avx512_pmovzxbq with value 2621 has been added. | No effect. |
766 | The member x86_avx512_pmovzxdq with value 2622 has been added. | No effect. |
767 | The member x86_avx512_pmovzxwd with value 2623 has been added. | No effect. |
768 | The member x86_avx512_pmovzxwq with value 2624 has been added. | No effect. |
769 | The member x86_avx512_psll_dq with value 2625 has been added. | No effect. |
770 | The member x86_avx512_psll_dq_bs with value 2626 has been added. | No effect. |
771 | The member x86_avx512_psrl_dq with value 2627 has been added. | No effect. |
772 | The member x86_avx512_psrl_dq_bs with value 2628 has been added. | No effect. |
773 | The member x86_avx512_rcp14_pd_512 with value 2629 has been added. | No effect. |
774 | The member x86_avx512_rcp14_ps_512 with value 2630 has been added. | No effect. |
775 | The member x86_avx512_rcp14_sd with value 2631 has been added. | No effect. |
776 | The member x86_avx512_rcp14_ss with value 2632 has been added. | No effect. |
777 | The member x86_avx512_rcp28_pd_512 with value 2633 has been added. | No effect. |
778 | The member x86_avx512_rcp28_ps_512 with value 2634 has been added. | No effect. |
779 | The member x86_avx512_rcp28_sd with value 2635 has been added. | No effect. |
780 | The member x86_avx512_rcp28_ss with value 2636 has been added. | No effect. |
781 | The member x86_avx512_rndscale_pd_512 with value 2637 has been added. | No effect. |
782 | The member x86_avx512_rndscale_ps_512 with value 2638 has been added. | No effect. |
783 | The member x86_avx512_rndscale_sd with value 2639 has been added. | No effect. |
784 | The member x86_avx512_rndscale_ss with value 2640 has been added. | No effect. |
785 | The member x86_avx512_rsqrt14_pd_512 with value 2641 has been added. | No effect. |
786 | The member x86_avx512_rsqrt14_ps_512 with value 2642 has been added. | No effect. |
787 | The member x86_avx512_rsqrt14_sd with value 2643 has been added. | No effect. |
788 | The member x86_avx512_rsqrt14_ss with value 2644 has been added. | No effect. |
789 | The member x86_avx512_rsqrt28_pd_512 with value 2645 has been added. | No effect. |
790 | The member x86_avx512_rsqrt28_ps_512 with value 2646 has been added. | No effect. |
791 | The member x86_avx512_rsqrt28_sd with value 2647 has been added. | No effect. |
792 | The member x86_avx512_rsqrt28_ss with value 2648 has been added. | No effect. |
793 | The member x86_avx512_scatter_dpd_512 with value 2649 has been added. | No effect. |
794 | The member x86_avx512_scatter_dpd_mask_512 with value 2650 has been added. | No effect. |
795 | The member x86_avx512_scatter_dpi_512 with value 2651 has been added. | No effect. |
796 | The member x86_avx512_scatter_dpi_mask_512 with value 2652 has been added. | No effect. |
797 | The member x86_avx512_scatter_dpq_512 with value 2653 has been added. | No effect. |
798 | The member x86_avx512_scatter_dpq_mask_512 with value 2654 has been added. | No effect. |
799 | The member x86_avx512_scatter_dps_512 with value 2655 has been added. | No effect. |
800 | The member x86_avx512_scatter_dps_mask_512 with value 2656 has been added. | No effect. |
801 | The member x86_avx512_scatter_qpd_512 with value 2657 has been added. | No effect. |
802 | The member x86_avx512_scatter_qpd_mask_512 with value 2658 has been added. | No effect. |
803 | The member x86_avx512_scatter_qpi_512 with value 2659 has been added. | No effect. |
804 | The member x86_avx512_scatter_qpi_mask_512 with value 2660 has been added. | No effect. |
805 | The member x86_avx512_scatter_qpq_512 with value 2661 has been added. | No effect. |
806 | The member x86_avx512_scatter_qpq_mask_512 with value 2662 has been added. | No effect. |
807 | The member x86_avx512_scatter_qps_512 with value 2663 has been added. | No effect. |
808 | The member x86_avx512_scatter_qps_mask_512 with value 2664 has been added. | No effect. |
809 | The member x86_avx512_sqrt_pd_512 with value 2665 has been added. | No effect. |
810 | The member x86_avx512_sqrt_ps_512 with value 2666 has been added. | No effect. |
811 | The member x86_avx512_sqrt_sd with value 2667 has been added. | No effect. |
812 | The member x86_avx512_sqrt_ss with value 2668 has been added. | No effect. |
813 | The member x86_avx512_vbroadcast_sd_512 with value 2669 has been added. | No effect. |
814 | The member x86_avx512_vbroadcast_sd_pd_512 with value 2670 has been added. | No effect. |
815 | The member x86_avx512_vbroadcast_ss_512 with value 2671 has been added. | No effect. |
816 | The member x86_avx512_vbroadcast_ss_ps_512 with value 2672 has been added. | No effect. |
817 | The member x86_avx512_vcvtph2ps_512 with value 2673 has been added. | No effect. |
818 | The member x86_avx512_vcvtps2ph_512 with value 2674 has been added. | No effect. |
819 | The member x86_fma_vfmadd_pd_512 with value 2765 has been added. | No effect. |
820 | The member x86_fma_vfmadd_ps_512 with value 2768 has been added. | No effect. |
821 | The member x86_fma_vfmaddsub_pd_512 with value 2773 has been added. | No effect. |
822 | The member x86_fma_vfmaddsub_ps_512 with value 2776 has been added. | No effect. |
823 | The member x86_fma_vfmsub_pd_512 with value 2779 has been added. | No effect. |
824 | The member x86_fma_vfmsub_ps_512 with value 2782 has been added. | No effect. |
825 | The member x86_fma_vfmsubadd_pd_512 with value 2787 has been added. | No effect. |
826 | The member x86_fma_vfmsubadd_ps_512 with value 2790 has been added. | No effect. |
827 | The member x86_fma_vfnmadd_pd_512 with value 2793 has been added. | No effect. |
828 | The member x86_fma_vfnmadd_ps_512 with value 2796 has been added. | No effect. |
829 | The member x86_fma_vfnmsub_pd_512 with value 2801 has been added. | No effect. |
830 | The member x86_fma_vfnmsub_ps_512 with value 2804 has been added. | No effect. |
831 | The member x86_int2mask_v16i1 with value 2808 has been added. | No effect. |
832 | The member x86_kadd_v16i1 with value 2809 has been added. | No effect. |
833 | The member x86_kand_v16i1 with value 2810 has been added. | No effect. |
834 | The member x86_kandn_v16i1 with value 2811 has been added. | No effect. |
835 | The member x86_knot_v16i1 with value 2812 has been added. | No effect. |
836 | The member x86_kor_v16i1 with value 2813 has been added. | No effect. |
837 | The member x86_kunpck_v16i1 with value 2814 has been added. | No effect. |
838 | The member x86_kxnor_v16i1 with value 2815 has been added. | No effect. |
839 | The member x86_kxor_v16i1 with value 2816 has been added. | No effect. |
840 | The member x86_mask2int_v16i1 with value 2817 has been added. | No effect. |
841 | The member x86_sha1msg1 with value 2900 has been added. | No effect. |
842 | The member x86_sha1msg2 with value 2901 has been added. | No effect. |
843 | The member x86_sha1nexte with value 2902 has been added. | No effect. |
844 | The member x86_sha1rnds4 with value 2903 has been added. | No effect. |
845 | The member x86_sha256msg1 with value 2904 has been added. | No effect. |
846 | The member x86_sha256msg2 with value 2905 has been added. | No effect. |
847 | The member x86_sha256rnds2 with value 2906 has been added. | No effect. |
848 | The member x86_tbm_bextri_u32 with value 3152 has been added. | No effect. |
849 | The member x86_tbm_bextri_u64 with value 3153 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | Size of field LIS has been changed from 284 bytes to 292 bytes. | No effect. |
Change | Effect | |
---|---|---|
1 | Size of field Target has been changed from 64 bytes to 56 bytes. | No effect. |
Change | Effect | |
---|---|---|
1 | Size of field TM has been changed from 64 bytes to 56 bytes. | No effect. |
Change | Effect | |
---|---|---|
1 | Virtual method MCAsmBackend::generateCompactUnwindEncoding ( ArrayRef<MCCFIInstruction> ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
Offset | Virtual Table (Old) - 19 entries | Virtual Table (New) - 20 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MCAsmBackend | ~MCAsmBackend |
12 | ~MCAsmBackend | ~MCAsmBackend |
16 | MCAsmBackend::reset | MCAsmBackend::reset |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | MCAsmBackend::createELFObjectTargetWriter | MCAsmBackend::createELFObjectTargetWriter |
28 | MCAsmBackend::doesSectionRequireSymbols | MCAsmBackend::doesSectionRequireSymbols |
32 | MCAsmBackend::isSectionAtomizable | MCAsmBackend::isSectionAtomizable |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | MCAsmBackend::getFixupKindInfo | MCAsmBackend::getFixupKindInfo |
44 | MCAsmBackend::processFixupValue | MCAsmBackend::processFixupValue |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | __cxa_pure_virtual | __cxa_pure_virtual |
56 | __cxa_pure_virtual | __cxa_pure_virtual |
60 | __cxa_pure_virtual | __cxa_pure_virtual |
64 | MCAsmBackend::getMinimumNopSize | MCAsmBackend::getMinimumNopSize |
68 | __cxa_pure_virtual | __cxa_pure_virtual |
72 | MCAsmBackend::handleAssemblerFlag | MCAsmBackend::handleAssemblerFlag |
76 | MCAsmBackend::generateCompactUnwindEncoding |
Change | Effect | |
---|---|---|
1 | Size of field Assembler has been changed from 384 bytes to 396 bytes. | No effect. |
Change | Effect | |
---|---|---|
1 | The member VK_PPC_DTPREL with value 51 has been added. | No effect. |
2 | The member VK_PPC_DTPREL_HA with value 54 has been added. | No effect. |
3 | The member VK_PPC_DTPREL_HI with value 53 has been added. | No effect. |
4 | The member VK_PPC_DTPREL_HIGHER with value 55 has been added. | No effect. |
5 | The member VK_PPC_DTPREL_HIGHERA with value 56 has been added. | No effect. |
6 | The member VK_PPC_DTPREL_HIGHEST with value 57 has been added. | No effect. |
7 | The member VK_PPC_DTPREL_HIGHESTA with value 58 has been added. | No effect. |
8 | The member VK_PPC_DTPREL_LO with value 52 has been added. | No effect. |
9 | The member VK_PPC_GOT_DTPREL with value 63 has been added. | No effect. |
10 | The member VK_PPC_GOT_DTPREL_HA with value 66 has been added. | No effect. |
11 | The member VK_PPC_GOT_DTPREL_HI with value 65 has been added. | No effect. |
12 | The member VK_PPC_GOT_DTPREL_LO with value 64 has been added. | No effect. |
13 | The member VK_PPC_GOT_TLSGD with value 68 has been added. | No effect. |
14 | The member VK_PPC_GOT_TLSGD_HA with value 71 has been added. | No effect. |
15 | The member VK_PPC_GOT_TLSGD_HI with value 70 has been added. | No effect. |
16 | The member VK_PPC_GOT_TLSGD_LO with value 69 has been added. | No effect. |
17 | The member VK_PPC_GOT_TLSLD with value 73 has been added. | No effect. |
18 | The member VK_PPC_GOT_TLSLD_HA with value 76 has been added. | No effect. |
19 | The member VK_PPC_GOT_TLSLD_HI with value 75 has been added. | No effect. |
20 | The member VK_PPC_GOT_TLSLD_LO with value 74 has been added. | No effect. |
21 | The member VK_PPC_GOT_TPREL with value 59 has been added. | No effect. |
22 | The member VK_PPC_GOT_TPREL_HA with value 62 has been added. | No effect. |
23 | The member VK_PPC_GOT_TPREL_HI with value 61 has been added. | No effect. |
24 | The member VK_PPC_GOT_TPREL_LO with value 60 has been added. | No effect. |
25 | The member VK_PPC_LO with value 27 has been added. | No effect. |
26 | The member VK_PPC_TOC_HA with value 41 has been added. | No effect. |
27 | The member VK_PPC_TPREL_HIGHER with value 47 has been added. | No effect. |
28 | The member VK_PPC_TPREL_HIGHERA with value 48 has been added. | No effect. |
29 | The member VK_PPC_TPREL_HIGHEST with value 49 has been added. | No effect. |
30 | The member VK_PPC_TPREL_HIGHESTA with value 50 has been added. | No effect. |
31 | The member VK_PPC_TPREL_LO with value 44 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | Virtual method MCTargetAsmParser::applyModifierToExpr ( MCExpr const*, enum MCSymbolRefExpr::VariantKind, MCContext& ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
2 | Virtual method MCTargetAsmParser::onLabelParsed ( MCSymbol* ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
Offset | Virtual Table (Old) - 13 entries | Virtual Table (New) - 15 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~MCTargetAsmParser | ~MCTargetAsmParser |
12 | ~MCTargetAsmParser | ~MCTargetAsmParser |
16 | MCAsmParserExtension::Initialize | MCAsmParserExtension::Initialize |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | __cxa_pure_virtual | __cxa_pure_virtual |
36 | __cxa_pure_virtual | __cxa_pure_virtual |
40 | MCTargetAsmParser::validateTargetOperandClass | MCTargetAsmParser::validateTargetOperandClass |
44 | MCTargetAsmParser::checkTargetMatchPredicate | MCTargetAsmParser::checkTargetMatchPredicate |
48 | __cxa_pure_virtual | __cxa_pure_virtual |
52 | MCTargetAsmParser::applyModifierToExpr | |
56 | MCTargetAsmParser::onLabelParsed |
Change | Effect | |
---|---|---|
1 | Virtual method void* RTDyldMemoryManager::getPointerToNamedFunction(std::basic_string<char>const&,bool) became non-pure. | No effect. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 12 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~RTDyldMemoryManager | ~RTDyldMemoryManager |
12 | ~RTDyldMemoryManager | ~RTDyldMemoryManager |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | RTDyldMemoryManager::registerEHFrames |
28 | __cxa_pure_virtual | RTDyldMemoryManager::deregisterEHFrames |
32 | RTDyldMemoryManager::registerEHFrames | RTDyldMemoryManager::getSymbolAddress |
36 | RTDyldMemoryManager::getPointerToNamedFunction | |
40 | RTDyldMemoryManager::notifyObjectLoaded | |
44 | __cxa_pure_virtual |
Change | Effect | |
---|---|---|
1 | The member ROUND_F128 with value 160 has been added. | No effect. |
2 | The member ROUND_F32 with value 157 has been added. | No effect. |
3 | The member ROUND_F64 with value 158 has been added. | No effect. |
4 | The member ROUND_F80 with value 159 has been added. | No effect. |
5 | The member ROUND_PPCF128 with value 161 has been added. | No effect. |
6 | The member STACKPROTECTOR_CHECK_FAIL with value 340 has been added. | No effect. |
7 | The member SYNC_FETCH_AND_ADD_16 with value 294 has been added. | No effect. |
8 | The member SYNC_FETCH_AND_AND_16 with value 304 has been added. | No effect. |
9 | The member SYNC_FETCH_AND_MAX_1 with value 320 has been added. | No effect. |
10 | The member SYNC_FETCH_AND_MAX_16 with value 324 has been added. | No effect. |
11 | The member SYNC_FETCH_AND_MAX_2 with value 321 has been added. | No effect. |
12 | The member SYNC_FETCH_AND_MAX_4 with value 322 has been added. | No effect. |
13 | The member SYNC_FETCH_AND_MAX_8 with value 323 has been added. | No effect. |
14 | The member SYNC_FETCH_AND_MIN_1 with value 330 has been added. | No effect. |
15 | The member SYNC_FETCH_AND_MIN_16 with value 334 has been added. | No effect. |
16 | The member SYNC_FETCH_AND_MIN_2 with value 331 has been added. | No effect. |
17 | The member SYNC_FETCH_AND_MIN_4 with value 332 has been added. | No effect. |
18 | The member SYNC_FETCH_AND_MIN_8 with value 333 has been added. | No effect. |
19 | The member SYNC_FETCH_AND_NAND_16 with value 319 has been added. | No effect. |
20 | The member SYNC_FETCH_AND_OR_16 with value 309 has been added. | No effect. |
21 | The member SYNC_FETCH_AND_SUB_16 with value 299 has been added. | No effect. |
22 | The member SYNC_FETCH_AND_UMAX_1 with value 325 has been added. | No effect. |
23 | The member SYNC_FETCH_AND_UMAX_16 with value 329 has been added. | No effect. |
24 | The member SYNC_FETCH_AND_UMAX_2 with value 326 has been added. | No effect. |
25 | The member SYNC_FETCH_AND_UMAX_4 with value 327 has been added. | No effect. |
26 | The member SYNC_FETCH_AND_UMAX_8 with value 328 has been added. | No effect. |
27 | The member SYNC_FETCH_AND_UMIN_1 with value 335 has been added. | No effect. |
28 | The member SYNC_FETCH_AND_UMIN_16 with value 339 has been added. | No effect. |
29 | The member SYNC_FETCH_AND_UMIN_2 with value 336 has been added. | No effect. |
30 | The member SYNC_FETCH_AND_UMIN_4 with value 337 has been added. | No effect. |
31 | The member SYNC_FETCH_AND_UMIN_8 with value 338 has been added. | No effect. |
32 | The member SYNC_FETCH_AND_XOR_16 with value 314 has been added. | No effect. |
33 | The member SYNC_LOCK_TEST_AND_SET_16 with value 289 has been added. | No effect. |
34 | The member SYNC_VAL_COMPARE_AND_SWAP_16 with value 284 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | Field TM became non-const. | No effect. |
Change | Effect | |
---|---|---|
1 | Virtual method TargetInstrInfo::getUndefRegClearance ( MachineInstr const*, unsigned int&, TargetRegisterInfo const* ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
Offset | Virtual Table (Old) - 80 entries | Virtual Table (New) - 84 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetInstrInfo | ~TargetInstrInfo |
12 | ~TargetInstrInfo | ~TargetInstrInfo |
16 | TargetInstrInfo::isReallyTriviallyReMaterializable | TargetInstrInfo::isReallyTriviallyReMaterializable |
20 | TargetInstrInfo::isCoalescableExtInstr | TargetInstrInfo::isCoalescableExtInstr |
24 | TargetInstrInfo::isLoadFromStackSlot | TargetInstrInfo::isLoadFromStackSlot |
28 | TargetInstrInfo::isLoadFromStackSlotPostFE | TargetInstrInfo::isLoadFromStackSlotPostFE |
32 | TargetInstrInfo::hasLoadFromStackSlot | TargetInstrInfo::hasLoadFromStackSlot |
36 | TargetInstrInfo::isStoreToStackSlot | TargetInstrInfo::isStoreToStackSlot |
40 | TargetInstrInfo::isStoreToStackSlotPostFE | TargetInstrInfo::isStoreToStackSlotPostFE |
44 | TargetInstrInfo::hasStoreToStackSlot | TargetInstrInfo::hasStoreToStackSlot |
48 | TargetInstrInfo::reMaterialize | TargetInstrInfo::isStackSlotCopy |
52 | TargetInstrInfo::duplicate | TargetInstrInfo::getStackSlotRange |
56 | TargetInstrInfo::convertToThreeAddress | TargetInstrInfo::reMaterialize |
60 | TargetInstrInfo::commuteInstruction | TargetInstrInfo::duplicate |
64 | TargetInstrInfo::findCommutedOpIndices | TargetInstrInfo::convertToThreeAddress |
68 | TargetInstrInfo::produceSameValue | TargetInstrInfo::commuteInstruction |
72 | TargetInstrInfo::AnalyzeBranch | TargetInstrInfo::findCommutedOpIndices |
76 | TargetInstrInfo::RemoveBranch | TargetInstrInfo::produceSameValue |
80 | TargetInstrInfo::InsertBranch | TargetInstrInfo::AnalyzeBranch |
84 | TargetInstrInfo::ReplaceTailWithBranchTo | TargetInstrInfo::RemoveBranch |
88 | TargetInstrInfo::isLegalToSplitMBBAt | TargetInstrInfo::InsertBranch |
92 | TargetInstrInfo::isProfitableToIfCvt | TargetInstrInfo::ReplaceTailWithBranchTo |
96 | TargetInstrInfo::isProfitableToIfCvt | TargetInstrInfo::isLegalToSplitMBBAt |
100 | TargetInstrInfo::isProfitableToDupForIfCvt | TargetInstrInfo::isProfitableToIfCvt |
104 | TargetInstrInfo::isProfitableToUnpredicate | TargetInstrInfo::isProfitableToIfCvt |
108 | TargetInstrInfo::canInsertSelect | TargetInstrInfo::isProfitableToDupForIfCvt |
112 | TargetInstrInfo::insertSelect | TargetInstrInfo::isProfitableToUnpredicate |
116 | TargetInstrInfo::analyzeSelect | TargetInstrInfo::canInsertSelect |
120 | TargetInstrInfo::optimizeSelect | TargetInstrInfo::insertSelect |
124 | TargetInstrInfo::copyPhysReg | TargetInstrInfo::analyzeSelect |
128 | TargetInstrInfo::storeRegToStackSlot | TargetInstrInfo::optimizeSelect |
132 | TargetInstrInfo::loadRegFromStackSlot | TargetInstrInfo::copyPhysReg |
136 | TargetInstrInfo::expandPostRAPseudo | TargetInstrInfo::storeRegToStackSlot |
140 | TargetInstrInfo::emitFrameIndexDebugValue | TargetInstrInfo::loadRegFromStackSlot |
144 | TargetInstrInfo::foldMemoryOperandImpl | TargetInstrInfo::expandPostRAPseudo |
148 | TargetInstrInfo::foldMemoryOperandImpl | TargetInstrInfo::foldMemoryOperandImpl |
152 | TargetInstrInfo::canFoldMemoryOperand | TargetInstrInfo::foldMemoryOperandImpl |
156 | TargetInstrInfo::unfoldMemoryOperand | TargetInstrInfo::canFoldMemoryOperand |
160 | TargetInstrInfo::unfoldMemoryOperand | TargetInstrInfo::unfoldMemoryOperand |
164 | TargetInstrInfo::getOpcodeAfterMemoryUnfold | TargetInstrInfo::unfoldMemoryOperand |
168 | TargetInstrInfo::areLoadsFromSameBasePtr | TargetInstrInfo::getOpcodeAfterMemoryUnfold |
172 | TargetInstrInfo::shouldScheduleLoadsNear | TargetInstrInfo::areLoadsFromSameBasePtr |
176 | TargetInstrInfo::getLdStBaseRegImmOfs | TargetInstrInfo::shouldScheduleLoadsNear |
180 | TargetInstrInfo::shouldClusterLoads | TargetInstrInfo::getLdStBaseRegImmOfs |
184 | TargetInstrInfo::shouldScheduleAdjacent | TargetInstrInfo::enableClusterLoads |
188 | TargetInstrInfo::ReverseBranchCondition | TargetInstrInfo::shouldClusterLoads |
192 | TargetInstrInfo::insertNoop | TargetInstrInfo::shouldScheduleAdjacent |
196 | TargetInstrInfo::getNoopForMachoTarget | TargetInstrInfo::ReverseBranchCondition |
200 | TargetInstrInfo::isPredicated | TargetInstrInfo::insertNoop |
204 | TargetInstrInfo::isUnpredicatedTerminator | TargetInstrInfo::getNoopForMachoTarget |
208 | TargetInstrInfo::PredicateInstruction | TargetInstrInfo::isPredicated |
212 | TargetInstrInfo::SubsumesPredicate | TargetInstrInfo::isUnpredicatedTerminator |
216 | TargetInstrInfo::DefinesPredicate | TargetInstrInfo::PredicateInstruction |
220 | TargetInstrInfo::isPredicable | TargetInstrInfo::SubsumesPredicate |
224 | TargetInstrInfo::isSafeToMoveRegClassDefs | TargetInstrInfo::DefinesPredicate |
228 | TargetInstrInfo::isSchedulingBoundary | TargetInstrInfo::isPredicable |
232 | TargetInstrInfo::getInlineAsmLength | TargetInstrInfo::isSafeToMoveRegClassDefs |
236 | TargetInstrInfo::CreateTargetHazardRecognizer | TargetInstrInfo::isSchedulingBoundary |
240 | TargetInstrInfo::CreateTargetMIHazardRecognizer | TargetInstrInfo::getInlineAsmLength |
244 | TargetInstrInfo::CreateTargetPostRAHazardRecognizer | TargetInstrInfo::CreateTargetHazardRecognizer |
248 | TargetInstrInfo::analyzeCompare | TargetInstrInfo::CreateTargetMIHazardRecognizer |
252 | TargetInstrInfo::optimizeCompareInstr | TargetInstrInfo::CreateTargetPostRAHazardRecognizer |
256 | TargetInstrInfo::optimizeLoadInstr | TargetInstrInfo::analyzeCompare |
260 | TargetInstrInfo::FoldImmediate | TargetInstrInfo::optimizeCompareInstr |
264 | TargetInstrInfo::getNumMicroOps | TargetInstrInfo::optimizeLoadInstr |
268 | TargetInstrInfo::getOperandLatency | TargetInstrInfo::FoldImmediate |
272 | TargetInstrInfo::getOperandLatency | TargetInstrInfo::getNumMicroOps |
276 | TargetInstrInfo::getInstrLatency | TargetInstrInfo::getOperandLatency |
280 | TargetInstrInfo::getInstrLatency | TargetInstrInfo::getOperandLatency |
284 | TargetInstrInfo::isHighLatencyDef | TargetInstrInfo::getInstrLatency |
288 | TargetInstrInfo::hasHighOperandLatency | TargetInstrInfo::getPredicationCost |
292 | TargetInstrInfo::hasLowDefLatency | TargetInstrInfo::getInstrLatency |
296 | TargetInstrInfo::verifyInstruction | TargetInstrInfo::isHighLatencyDef |
300 | TargetInstrInfo::getExecutionDomain | TargetInstrInfo::hasHighOperandLatency |
304 | TargetInstrInfo::setExecutionDomain | TargetInstrInfo::hasLowDefLatency |
308 | TargetInstrInfo::getPartialRegUpdateClearance | TargetInstrInfo::verifyInstruction |
312 | TargetInstrInfo::breakPartialRegDependency | TargetInstrInfo::getExecutionDomain |
316 | TargetInstrInfo::CreateTargetScheduleState | TargetInstrInfo::setExecutionDomain |
320 | TargetInstrInfo::getPartialRegUpdateClearance | |
324 | TargetInstrInfo::getUndefRegClearance | |
328 | TargetInstrInfo::breakPartialRegDependency | |
332 | TargetInstrInfo::CreateTargetScheduleState |
Change | Effect | |
---|---|---|
1 | The member ZdaPvRKSt9nothrow_t with value 3 has been added. | No effect. |
2 | The member ZdlPvRKSt9nothrow_t with value 5 has been added. | No effect. |
3 | The member cospi with value 14 has been added. | No effect. |
4 | The member cospif with value 15 has been added. | No effect. |
5 | The member gettimeofday with value 152 has been added. | No effect. |
6 | The member sincospi_stret with value 23 has been added. | No effect. |
7 | The member sincospi_stretf with value 24 has been added. | No effect. |
8 | The member sinpi with value 25 has been added. | No effect. |
9 | The member sinpif with value 26 has been added. | No effect. |
10 | The member sqrt_finite with value 27 has been added. | No effect. |
11 | The member sqrtf_finite with value 28 has been added. | No effect. |
12 | The member sqrtl_finite with value 29 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | Field CodeGenInfo became non-const. | No effect. |
Change | Effect | |
---|---|---|
1 | Virtual method TargetSelectionDAGInfo::EmitTargetCodeForMemchr ( SelectionDAG&, SDLoc, SDValue, SDValue, SDValue, SDValue, MachinePointerInfo ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
2 | Virtual method TargetSelectionDAGInfo::EmitTargetCodeForMemcmp ( SelectionDAG&, SDLoc, SDValue, SDValue, SDValue, SDValue, MachinePointerInfo, MachinePointerInfo ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
3 | Virtual method TargetSelectionDAGInfo::EmitTargetCodeForStrcmp ( SelectionDAG&, SDLoc, SDValue, SDValue, SDValue, MachinePointerInfo, MachinePointerInfo ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
4 | Virtual method TargetSelectionDAGInfo::EmitTargetCodeForStrcpy ( SelectionDAG&, SDLoc, SDValue, SDValue, SDValue, MachinePointerInfo, MachinePointerInfo, bool ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
5 | Virtual method TargetSelectionDAGInfo::EmitTargetCodeForStrlen ( SelectionDAG&, SDLoc, SDValue, SDValue, MachinePointerInfo ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
6 | Virtual method TargetSelectionDAGInfo::EmitTargetCodeForStrnlen ( SelectionDAG&, SDLoc, SDValue, SDValue, SDValue, MachinePointerInfo ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 13 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetSelectionDAGInfo | ~TargetSelectionDAGInfo |
12 | ~TargetSelectionDAGInfo | ~TargetSelectionDAGInfo |
16 | TargetSelectionDAGInfo::EmitTargetCodeForMemcpy | TargetSelectionDAGInfo::EmitTargetCodeForMemcpy |
20 | TargetSelectionDAGInfo::EmitTargetCodeForMemmove | TargetSelectionDAGInfo::EmitTargetCodeForMemmove |
24 | TargetSelectionDAGInfo::EmitTargetCodeForMemset | TargetSelectionDAGInfo::EmitTargetCodeForMemset |
28 | TargetSelectionDAGInfo::EmitTargetCodeForMemcmp | |
32 | TargetSelectionDAGInfo::EmitTargetCodeForMemchr | |
36 | TargetSelectionDAGInfo::EmitTargetCodeForStrcpy | |
40 | TargetSelectionDAGInfo::EmitTargetCodeForStrcmp | |
44 | TargetSelectionDAGInfo::EmitTargetCodeForStrlen | |
48 | TargetSelectionDAGInfo::EmitTargetCodeForStrnlen |
Change | Effect | |
---|---|---|
1 | Virtual method TargetSubtargetInfo::useAA ( ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 11 entries |
---|---|---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~TargetSubtargetInfo | ~TargetSubtargetInfo |
12 | ~TargetSubtargetInfo | ~TargetSubtargetInfo |
16 | TargetSubtargetInfo::resolveSchedClass | TargetSubtargetInfo::resolveSchedClass |
20 | TargetSubtargetInfo::enableMachineScheduler | TargetSubtargetInfo::enableMachineScheduler |
24 | TargetSubtargetInfo::enablePostRAScheduler | TargetSubtargetInfo::overrideSchedPolicy |
28 | TargetSubtargetInfo::adjustSchedDependency | TargetSubtargetInfo::enablePostRAScheduler |
32 | TargetSubtargetInfo::resetSubtargetFeatures | TargetSubtargetInfo::adjustSchedDependency |
36 | TargetSubtargetInfo::useAA | |
40 | TargetSubtargetInfo::resetSubtargetFeatures |
Change | Effect | |
---|---|---|
1 | The member ppc64le with value 11 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The member CUDA with value 23 has been added. | No effect. |
2 | The member NVCL with value 24 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The member NVIDIA with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The member v1f32 with value 45 has been added. | No effect. |
2 | The member v1f64 with value 50 has been added. | No effect. |
3 | The member v1i8 with value 19 has been added. | No effect. |
4 | The member v4f16 with value 43 has been added. | No effect. |
5 | The member v8f16 with value 44 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | This method became public. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVM_HAS_INITIALIZER_LISTS with value 0 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant ENABLE_CRASH_OVERRIDES with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_FUTIMENS with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_FUTIMES with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant HAVE_TERMINFO with value 1 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant UNI_UTF16_BYTE_ORDER_MARK_NATIVE with value 0xFEFF has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant UNI_UTF16_BYTE_ORDER_MARK_SWAPPED with value 0xFFFE has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVMDisassembler_Option_PrintLatency with value 16 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVMDisassembler_Option_SetInstrComments with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVMDisassembler_ReferenceType_Out_Objc_CFString_Ref with value 4 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVMDisassembler_ReferenceType_Out_Objc_Class_Ref with value 8 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVMDisassembler_ReferenceType_Out_Objc_Message with value 5 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVMDisassembler_ReferenceType_Out_Objc_Message_Ref with value 6 has been added. | No effect. |
Change | Effect | |
---|---|---|
1 | The constant LLVMDisassembler_ReferenceType_Out_Objc_Selector_Ref with value 7 has been added. | No effect. |