1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Leonard Chan 60b495cadb [SelectionDAG] Expand ADD/SUBCARRY
This patch allows for expansion of ADDCARRY and SUBCARRY when the target does not support it.

Differential Revision: https://reviews.llvm.org/D61411

llvm-svn: 360303
2019-05-09 01:17:48 +00:00
..
Analysis [SCEV] Suppress hoisting insertion point of binops when unsafe 2019-05-08 18:50:07 +00:00
AsmParser [LLParser] Remove unused variable after r359987. NFC 2019-05-05 17:46:17 +00:00
BinaryFormat
Bitcode Avoid use-after-move warnings by using swap instead. NFCI. 2019-05-07 15:45:00 +00:00
CodeGen [SelectionDAG] Expand ADD/SUBCARRY 2019-05-09 01:17:48 +00:00
DebugInfo [DebugInfo] Fix use-after-move warning. NFCI. 2019-05-08 10:09:57 +00:00
Demangle llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzz 2019-04-24 16:09:38 +00:00
ExecutionEngine [Support] Add error handling to sys::Process::getPageSize(). 2019-05-08 02:11:07 +00:00
Fuzzer
FuzzMutate
IR [llvm] Avoid div by 0 when updating profile weights. 2019-05-08 03:57:25 +00:00
IRReader
LineEditor
Linker
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] Remove dead assignment. NFC 2019-05-08 10:28:56 +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 [NewPassManager] Add tuning option: SLPVectorization [NFC]. 2019-05-08 17:58:35 +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 [FileCheck] Fix code style of method comments 2019-05-08 21:47:31 +00:00
TableGen [TableGen] Fix null pointer dereferencing in token parser. 2019-04-30 13:09:55 +00:00
Target AMDGPU: Mark scheduler classes as final 2019-05-08 22:10:04 +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 [InstCombine] When turning sext into zext due to known bits, return the new ZExt instead of calling replaceinstuseswith 2019-05-08 20:59:21 +00:00
WindowsManifest
XRay Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
CMakeLists.txt
LLVMBuild.txt