1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib
Guozhi Wei 0252b5a66a [PPC] Add Defs = [CARRY] to MIR SRADI_32
MIR SRADI uses instruction template XSForm_1rc which declares Defs = [CARRY]. But MIR SRADI_32 uses instruction template XSForm_1, and it doesn't declare such implicit definition. With patch D33720 it causes wrong code generation for perl.

This patch adds the implicit definition.

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

llvm-svn: 308780
2017-07-21 21:06:08 +00:00
..
Analysis [SystemZ, LoopStrengthReduce] 2017-07-21 11:59:37 +00:00
AsmParser Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
BinaryFormat Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource library."""" 2017-07-08 03:06:10 +00:00
Bitcode ThinLTO Minimized Bitcode File Size Reduction 2017-07-21 17:25:20 +00:00
CodeGen [DAGCombiner] Update comment. NFC 2017-07-21 19:10:19 +00:00
DebugInfo Fix DebugInfo/PDB build by adding missing changes 2017-07-21 18:32:00 +00:00
Demangle
ExecutionEngine Remove some leftover DWARFContextInMemory. 2017-07-19 23:34:59 +00:00
Fuzzer Generate error reports when a fuzz target exits. 2017-07-20 20:43:39 +00:00
IR Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc 2017-07-20 01:30:39 +00:00
IRReader
LineEditor
Linker [Linker] Add directives to support mixing ARM/Thumb module-level inline asm. 2017-07-12 11:52:28 +00:00
LTO LTO: Export functions referenced by the CFI jump table. 2017-07-19 18:18:19 +00:00
MC Simplify interface now that we don't need to pass IsPCRel. NFC. 2017-07-11 23:56:10 +00:00
Object Add error handling to the dyld compact export entries in libObject. 2017-07-20 23:08:41 +00:00
ObjectYAML [yaml2obj][ELF] Add support for program headers 2017-07-19 20:38:46 +00:00
Option [libOption] - Replace std::pair with helper struct. NFC. 2017-07-18 10:59:30 +00:00
Passes [PM] Enable registration of out-of-tree passes with PassBuilder 2017-07-10 10:57:55 +00:00
ProfileData llvm-profdata: Reduce memory usage by using Error callback rather than member 2017-07-10 03:04:59 +00:00
Support Implement parsing and writing of a single xml manifest file. 2017-07-20 21:42:04 +00:00
TableGen
Target [PPC] Add Defs = [CARRY] to MIR SRADI_32 2017-07-21 21:06:08 +00:00
Testing
ToolDrivers llvm: add llvm-dlltool support to the archiver 2017-07-18 21:26:38 +00:00
Transforms ThinLTO Minimized Bitcode File Size Reduction 2017-07-21 17:25:20 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt