1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Matthew Simpson d9e4b63bf8 Reapply commit r25804 with fix
We were hitting an assertion because we were computing smaller type sizes for
instructions that cannot be demoted. The fix first determines the instructions
that will be demoted, and then applies the smaller type size to only those
instructions.

This should fix PR26239.

llvm-svn: 258705
2016-01-25 19:24:29 +00:00
..
Analysis Speculatively revert r258620 as it is the likely culprid of PR26293. 2016-01-25 19:12:49 +00:00
AsmParser
Bitcode [Bitcode] Insert the darwin wrapper at the beginning of a file when the 2016-01-23 16:02:10 +00:00
CodeGen [SelectionDAG] Use the correct return type for memcpy, memmove, and memset. 2016-01-25 15:05:56 +00:00
DebugInfo Fix instance of -Wcovered-switch-default 2016-01-13 20:39:22 +00:00
ExecutionEngine [RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc. 2016-01-21 21:59:50 +00:00
Fuzzer Temporary disable broken fuzzer/timeout tests. 2016-01-25 19:05:45 +00:00
IR Remove duplicate documentation in Attributes.cpp. NFC. 2016-01-23 22:42:24 +00:00
IRReader
LibDriver
LineEditor
Linker [ThinLTO] Do metadata linking during batch function importing 2016-01-22 00:15:53 +00:00
LTO [LTO] Fix error reporting when a file passed to libLTO is invalid or non-existent 2016-01-20 09:03:42 +00:00
MC [COFF] Simplify SetSectionName 2016-01-24 20:46:11 +00:00
Object [Object][COFF] Revert r258665 - It doesn't do what I had intended. 2016-01-25 01:21:45 +00:00
Option
Passes
ProfileData [PGO] Remove use of static variable. /NFC 2016-01-22 20:25:56 +00:00
Support [ARM] Add DSP build attribute and extension targeting 2016-01-25 11:26:11 +00:00
TableGen [TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit and TernOpInit. This remove the memory needed to store the key for the DenseMap. NFC 2016-01-18 20:36:06 +00:00
Target [WebAssembly] Fix unbalanced register stack code in the case of late DCE. 2016-01-25 16:48:44 +00:00
Transforms Reapply commit r25804 with fix 2016-01-25 19:24:29 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile