1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib
Matt Arsenault efc0ca4c19 AMDGPU: Fix promote alloca for pointer loads
If the load has a pointer type, we don't want to change
its type.

llvm-svn: 270000
2016-05-18 23:20:24 +00:00
..
Analysis [SCEV] Be more aggressive in proving NUW 2016-05-17 17:51:14 +00:00
AsmParser Refactor duplicated code. NFC. 2016-05-12 12:37:52 +00:00
Bitcode Avoid temporary vector for sorting in BitcodeWriter 2016-05-16 22:47:15 +00:00
CodeGen [MBP] Remove a redundant skipFunction(). NFC. 2016-05-18 22:34:45 +00:00
DebugInfo pdbdump: Print out section offsets in the publics stream. 2016-05-18 16:24:16 +00:00
ExecutionEngine Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
Fuzzer [libFuzzer] do the merge faster and a bit less precise 2016-05-13 22:11:23 +00:00
IR fix formatting; NFC 2016-05-18 22:05:28 +00:00
IRReader
LibDriver LibDriver: Silently do nothing when provided no inputs. 2016-04-13 19:36:04 +00:00
LineEditor
Linker Return a StringRef from getSection. 2016-05-11 18:21:59 +00:00
LTO Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
MC Don't pass a Reloc::Model to MC. 2016-05-18 11:58:50 +00:00
Object Don't pass a Reloc::Model to MC. 2016-05-18 11:58:50 +00:00
ObjectYAML Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64 2016-05-18 16:17:23 +00:00
Option Option parser: class for consuming a joined arg in addition to all remaining args 2016-04-15 00:23:30 +00:00
Passes New pass: guard widening 2016-05-18 22:55:34 +00:00
ProfileData [Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files. 2016-05-18 07:43:27 +00:00
Support Work around a glibc bug: backtrace() spuriously fails if 2016-05-18 22:26:36 +00:00
TableGen [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Target AMDGPU: Fix promote alloca for pointer loads 2016-05-18 23:20:24 +00:00
Transforms [LowerGuards] Rename variable; NFC 2016-05-18 23:16:27 +00:00
CMakeLists.txt
LLVMBuild.txt