1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib
Sanjay Patel 84fef0058d [ValueTracking] add logic for known-never-nan with minnum/maxnum
From the LangRef: "Returns NaN only if both operands are NaN."

llvm-svn: 360206
2019-05-07 22:58:31 +00:00
..
Analysis [ValueTracking] add logic for known-never-nan with minnum/maxnum 2019-05-07 22:58:31 +00:00
AsmParser [LLParser] Remove unused variable after r359987. NFC 2019-05-05 17:46:17 +00:00
BinaryFormat [XCOFF] Add functionality for parsing AIX XCOFF object file headers 2019-04-04 00:53:21 +00:00
Bitcode Avoid use-after-move warnings by using swap instead. NFCI. 2019-05-07 15:45:00 +00:00
CodeGen [CodeGen] Rename DEBUG_TYPE for default hazard recognizer. 2019-05-07 22:09:04 +00:00
DebugInfo DWARF v5: fix directory index in the line table 2019-05-06 08:03:46 +00:00
Demangle llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzz 2019-04-24 16:09:38 +00:00
ExecutionEngine Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes. 2019-05-07 22:56:40 +00:00
Fuzzer
FuzzMutate
IR [ConstantRange] Simplify makeGNWR implementation; NFC 2019-05-07 20:34:46 +00:00
IRReader
LineEditor
Linker [Linker] Fix crash handling appending linkage 2019-03-20 19:20:07 +00:00
LTO [ThinLTO] Adding architecture name into saved object filename 2019-04-29 21:39:54 +00:00
MC [AArch64][Windows] Compute function length correctly in unwind tables. 2019-05-03 00:10:45 +00:00
MCA [MCA] Notify event listeners when instructions transition to the Pending state. NFCI 2019-05-05 16:07:27 +00:00
Object [Object][XCOFF] Add an XCOFF dumper for llvm-readobj. 2019-05-03 12:57:07 +00:00
ObjectYAML [yaml2obj] - Allow setting st_value explicitly for Symbol. 2019-05-07 12:10:51 +00:00
Option Option spell checking: Penalize delimiter flags if input has no argument 2019-05-01 16:45:15 +00:00
Passes Tidy up a comment, fix a typo, remove a comment that's obsolete. 2019-05-03 00:15:23 +00:00
ProfileData Fix a few -Werror warnings: 2019-04-30 21:44:21 +00:00
Remarks [Remarks] Add string deduplication using a string table 2019-04-24 00:06:24 +00:00
Support [CommandLine] Allow Options to specify multiple OptionCategory's. 2019-05-07 18:57:01 +00:00
TableGen [TableGen] Fix null pointer dereferencing in token parser. 2019-04-30 13:09:55 +00:00
Target [AMDGPU] Check MI bundles for hazards 2019-05-07 22:12:15 +00:00
Testing [Testing] Move clangd::Annotations to llvm testing support 2019-04-25 10:08:31 +00:00
TextAPI [TextAPI] Fix Symbol::dump which was failing to append the SymbolKind string. 2019-04-29 18:25:04 +00:00
ToolDrivers
Transforms revert r360162 as it breaks most of the buildbots 2019-05-07 20:57:11 +00:00
WindowsManifest
XRay Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
CMakeLists.txt
LLVMBuild.txt