1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Eduard Burtescu 42b3bd4662 [opaque pointer types] [NFC] Take advantage of get{Source,Result}ElementType when folding GEPs.
Summary:

Reviewers: mjacob, dblaikie

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D16302

llvm-svn: 258456
2016-01-21 23:42:06 +00:00
..
Analysis [opaque pointer types] [NFC] Take advantage of get{Source,Result}ElementType when folding GEPs. 2016-01-21 23:42:06 +00:00
AsmParser
Bitcode [ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC) 2016-01-21 16:46:40 +00:00
CodeGen Avoid unnecessary stack realignment in musttail thunks with SSE2 enabled 2016-01-21 22:23:22 +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 [libFuzzer] don't use std::vector in one more hot path 2016-01-21 01:52:14 +00:00
IR Add a "gc-transition" operand bundle 2016-01-20 19:50:25 +00:00
IRReader
LibDriver
LineEditor
Linker Use early return to simplify code (NFC) 2016-01-21 17:16: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 Rename MCLineEntry to MCDwarfLineEntry 2016-01-21 01:59:03 +00:00
Object Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error() 2016-01-21 21:13:27 +00:00
Option
Passes
ProfileData [PGO] Add a new interface to be used by Indirect Call Promotion 2016-01-20 01:26:34 +00:00
Support parseArch() supports more variations of arch names for PowerPC builds 2016-01-19 00:04:41 +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 [X86][SSE] Improve i16 splatting shuffles 2016-01-21 22:07:41 +00:00
Transforms move function definitions so we don't need separate declarations ; NFCI 2016-01-21 23:38:43 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile