1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Peter Collingbourne 35a0672873 CodeGen: Don't follow aliases when extracting type info.
This fixes a crash in the case where the type info object is an alias
pointing to a non-zero offset within a global or is otherwise unanalyzable
by the stripPointerCasts() function. Looking through the alias is not the
right thing to do anyway for similar reasons as D65118.

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

llvm-svn: 367696
2019-08-02 17:43:45 +00:00
..
Analysis [InstCombine] fold cmp+select using select operand equivalence 2019-08-02 17:39:32 +00:00
AsmParser ARM MTE stack sanitizer. 2019-07-15 20:02:23 +00:00
BinaryFormat [Object][XCOFF] Add support for 64-bit file header and section header dumping. 2019-07-09 18:09:11 +00:00
Bitcode Reland: [Remarks] Add an LLVM-bitstream-based remark serializer 2019-07-31 00:13:51 +00:00
Bitstream
CodeGen CodeGen: Don't follow aliases when extracting type info. 2019-08-02 17:43:45 +00:00
DebugInfo Temporarily revert "Changes to improve CodeView debug info type record inline comments" 2019-08-02 01:05:47 +00:00
Demangle
ExecutionEngine [ORC] Change the locking scheme for ThreadSafeModule. 2019-08-02 15:21:37 +00:00
Fuzzer
FuzzMutate
IR [IR] Value: add replaceUsesWithIf() utility 2019-08-01 12:32:08 +00:00
IRReader
LineEditor
Linker
LTO [ThinLTO] Implement index-based WPD 2019-08-02 13:10:52 +00:00
MC Address post commit review comments on revision 366727. 2019-07-30 15:37:01 +00:00
MCA
Object [NFC] Test commit, corrected some spelling in comment 2019-08-02 14:44:17 +00:00
ObjectYAML [yaml2obj] - Allow overriding the sh_size field. 2019-07-11 12:59:29 +00:00
Option
Passes [Loop Peeling] Introduce an option for profile based peeling disabling. 2019-08-02 09:32:52 +00:00
ProfileData [Profile] Support raw/indexed profiles larger than 4GB 2019-07-09 22:01:04 +00:00
Remarks Reland: [Remarks] Add an LLVM-bitstream-based remark serializer 2019-07-31 00:13:51 +00:00
Support Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< 2019-08-02 07:22:34 +00:00
TableGen
Target GlobalISel: support swiftself attribute 2019-08-02 14:09:49 +00:00
Testing
TextAPI
ToolDrivers [llvm-dlltool] Clarify an error message. NFC. 2019-08-02 11:20:03 +00:00
Transforms [InstCombine] fold cmp+select using select operand equivalence 2019-08-02 17:39:32 +00:00
WindowsManifest
XRay Open native file handles to avoid converting from FDs, NFC 2019-07-11 20:29:32 +00:00
CMakeLists.txt Fix build errors LLVM tests are disabled. 2019-07-11 22:08:35 +00:00
LLVMBuild.txt