1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Florian Hahn f350dae7c4 [SCCP] Only track returns of functions with non-void ret ty (NFC).
There is no need to add functions with void return types to the set of
tracked return values. This does not change functionality, because we
such functions do not have return values and we never update or access
them.
2020-07-16 15:15:19 +01:00
..
Analysis Revert "[InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X transforms" and subsequent patches 2020-07-15 22:02:33 -07:00
AsmParser Restore "[WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP" 2020-07-14 12:16:57 -07:00
BinaryFormat AMDGPU: Remove .value_type from kernel metadata 2020-07-10 18:16:31 -04:00
Bitcode Temporarily revert "[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)" 2020-07-10 15:21:00 -07:00
Bitstream
CodeGen Remove TwoAddressInstructionPass::sink3AddrInstruction. 2020-07-16 10:02:52 -04:00
DebugInfo [DebugInfo] Fix a possible crash when reading a malformed .debug_*lists section. 2020-07-14 16:35:17 +07:00
Demangle
DWARFLinker
ExecutionEngine [jitlink] Adding support for PCRel32GOTLoad in ELF x86 for the jitlinker 2020-07-16 07:15:08 +10:00
Extensions
Frontend [OpenMP][IRBuilder] Support nested parallel regions 2020-07-14 22:39:06 -05:00
Fuzzer
FuzzMutate
IR Revert "[InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X transforms" and subsequent patches 2020-07-15 22:02:33 -07:00
IRReader
LineEditor
Linker
LTO
MC [MasmParser] Remove unused method emitStructValue to silence warning 2020-07-16 09:36:17 +02:00
MCA
Object
ObjectYAML [yaml2obj] - Fix an issue with NoHeaders key. 2020-07-16 14:22:36 +03:00
Option
Passes [NPM][IVUsers] Rename ivusers -> iv-users 2020-07-15 09:38:21 -07:00
ProfileData [PGO] Extend the value profile buckets for mem op sizes. 2020-07-15 10:26:15 -07:00
Remarks
Support [Support] Fix Windows directory_iterator_construct out of bounds 2020-07-15 10:13:45 +01:00
TableGen
Target [ARM] Add a PreferNoCSEL option. NFC 2020-07-16 12:42:07 +01:00
Testing
TextAPI
ToolDrivers
Transforms [SCCP] Only track returns of functions with non-void ret ty (NFC). 2020-07-16 15:15:19 +01:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt